-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfp.html
431 lines (403 loc) · 21 KB
/
cfp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta name="viewport" content="width=900" />
<link rel="stylesheet" type="text/css" media="screen,print" href="Media/style.css"/>
<!--[if lt IE 8]><link rel='stylesheet' type='text/css' media='screen,print' href='Media/styleIE.css'/><![endif]-->
<!--[if gte IE 8]><link rel='stylesheet' type='text/css' media='screen,print' href='Media/IE8.css'/><![endif]-->
<script type="text/javascript" src="Scripts/iWebSite.js"></script>
<script type="text/javascript" src="Scripts/iWebImage.js"></script>
<script type="text/javascript" src="Media/Welcome.js"></script>
<style media="all" type="text/css">@import "Media/Menu/menu_style.css";</style>
<title>EuroSys 2011: Call for papers</title>
</head>
<body style="background: rgb(255, 255, 255); margin: 0pt;" onload="onPageLoad();">
<div align="center">
<!--[if lt IE 7]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>
<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div>
<div style='width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
<div style='width: 75px; float: left;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/></div>
<div style='width: 275px; float: left; font-family: Arial, sans-serif;'>
<div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>You are using an outdated browser</div>
<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>For a better experience using this site, please upgrade to a modern web browser.</div>
</div>
<div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div>
<div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div>
<div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div>
<div style='float: left;'><a href='http://www.google.com/chrome' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/></a></div>
</div>
</div>
<![endif]-->
<table width = "900px" border = "0">
<tr>
<td>
<table width="100%">
<tr>
<td>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style"><span class="style_1">Euro</span><span class="style_2">Sys</span><span class="style_1">11</span></p>
</td>
<td>
<p style="padding-top: 0pt; " class="paragraph_style_1">April 10 - 13, 2011<br /></p>
<p style="padding-bottom: 0pt; " class="paragraph_style_1">Salzburg, Austria</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div style="height: 208px; width: 900px; position: relative; top: 0px;" class="tinyText reflection_0">
<!--[if IE]>
<img src="Images/header2_IE.jpg" alt="" style="left: 0px; height : 209px; width: 900px;" />
<div id="id4" style="height: auto; position: absolute; left: 0px; top: -3px; width: 900px; z-index:2;">
<![endif]-->
<![if !(IE)]>
<img src="Images/header2.jpg" alt="" style="left: 0px; height : 209px; width: 900px;" />
<div id="id4" style="height: auto; position: absolute; left: 0px; top: 168px; width: 900px; z-index:2;">
<![endif]>
<div class="menu">
<ul>
<li>
<a href="welcome.html" target="_self">Welcome</a>
</li>
<li>
<a href="cfp.html" target="_self" title="Calls">Calls</a>
<ul>
<li>
<a href="cfp.html" target="_self" title="Call for papers">Call For Papers</a>
</li>
<li>
<a href="cfw.html" target="_self" title="Call for Workshops">Call For Workshops</a>
</li>
<li>
<a href="cft.html" target="_self" title="Call for Tutorials">Call For Tutorials</a>
</li>
<li>
<a href="cfpo.html" target="_self" title="Call for Posters and Demos">Call For Posters and Demos</a>
</li>
</ul>
</li>
<li>
<a href="submissions_new.html" target="_self" title="Submissions">Submissions</a>
</li>
<li>
<a href="calendar.html" target="_self" title="Program">Program</a>
<ul>
<li>
<a href="calendar.html" target="_self" title="Calendar">Calendar of events and deadlines</a>
</li>
<li>
<a href="program.html" target="_self" title="Conference Program">Conference Program</a>
</li>
<li>
<a href="accepted.html" target="_self" title="Accepted papers">Accepted Papers</a>
</li>
<li>
<a href="tutorials.html" target="_self" title="Tutorials">Tutorials</a>
</li>
<li>
<a href="workshops.html" target="_self" title="Workshops">Workshops</a>
</li>
<li>
<a href="posters.html" target="_self" title="Posters">Posters</a>
</li>
</ul>
</li>
<li>
<a href="registration.html" target="_self" title="registration">Registration</a>
</li>
<li>
<a href="oc.html" target="_self">Organization</a>
<ul>
<li>
<a href="pc.html" target="_self">Program Committee</a>
</li>
<li>
<a href="oc.html" target="_self">Organization Committee</a>
</li>
</ul>
</li>
<li>
<a href="venue.html" target="_self" title="Location">Location</a>
<ul>
<li>
<a href="venue.html" target="_self" title="Venue">Venue</a>
</li>
<li>
<a href="accommodation.html" target="_self" title="Accommodation">Accommodation</a>
</li>
<li>
<a href="traveling.html" target="_self">Travel Information</a>
</li>
<li>
<a href="visa.html" target="_self" title="Visa">Visa</a>
</li>
</ul>
</li>
<li>
<a href="grants.html" target="_self" title="Grants">Grants</a>
</li>
</ul>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td>
<table width = "100%">
<tr>
<td width = "80%" valign ="top">
<div id="id3" class="style_SkipStroke_1 shape-with-text">
<div class="text-content style_External_700_447" style="padding: 0px; ">
<div class="style">
<p class="paragraph_style_2">Call for Papers <a href="Downloads/eurosys2011_cfp.pdf" target="_blank"><img src="Images/pdf.png" width = "32px" border="0" /></a><a href="Downloads/eurosys2011_cfp.txt" target="_blank"><img src="Images/txt.png" width = "32px" border="0" /></a></p>
<p class="paragraph_style_3">
EuroSys'11, the European Conference on Computer Systems, seeks papers on all aspects of computer systems, especially ones that bridge traditionally disjoint areas. All areas of operating systems and distributed systems are of interest, including:
<ul>
<li>Systems aspects of:
<ul>
<li>Continuous media</li>
<li>Cloud, grid, and internet/web computing</li>
<li>Databases, and information and data management</li>
<li>Dependable computing and storage</li>
<li>Distributed computing</li>
<li>Local and distributed storage</li>
<li>Management, autonomics, and control</li>
<li>Measurement, monitoring, analysis, and diagnostics</li>
<li>Mobile, personal, and pervasive computing</li>
<li>Novel uses of information technology</li>
<li>Novel user interfaces</li>
<li>Parallel and concurrent computing</li>
<li>Programming-language support</li>
<li>Real-time and embedded computing</li>
<li>Security</li>
<li>Sensor nets and tiny devices</li>
<li>Service-oriented architectures</li>
</ul>
</li>
<li>Experience with existing systems</li>
<li>Reproduction or refutation of previous results</li>
<li>Negative results</li>
<li>Early ideas</li>
</ul>
</p>
<p class="paragraph_style_3">In addition to papers that report on the design, implementation, evaluation and deployment of systems or research work, we also actively encourage papers about new ideas, or experiences with ideas or systems. Appropriate standards will be applied to papers in different categories: for experiences papers, evaluation and lessons-learned will be more important than novelty.</p>
<p class="paragraph_style_3">Papers are reviewed by the program committee, with the help of outside referees. Papers will be accepted primarily for their impact on the systems community. Novelty, clarity of explanation, thoroughness of evaluation, and bridging gaps between different communities are additional criteria. Acceptance may be provisional, subject to further shepherding by a member of the program committee before final acceptance.</p>
<p class="paragraph_style_3">Reviewing will be double-blind, meaning the authors' identities will be hidden from the reviewers (note that this is a change in policy to previous EuroSys conferences). EuroSys applies ACM's policies for plagiarism, submission confidentiality, reviewer anonymity, and prior and concurrent paper submission; see <a target="_blank" href="http://www.acm.org/publications/policies/policies-toc">http://www.acm.org/publications/policies/policies-toc</a> for more details. Submissions accompanied by nondisclosure agreement forms will not be considered.</p>
<p class="paragraph_style_3">Note that the above does not preclude the submission of a paper that is derived from a previous short paper or workshop paper, as long as it provides a significant new contribution (e.g., a more complete evaluation of an idea) and clearly indicates the nature and extent of the new material in the submission.</p>
<p style="padding-top: 0pt; " class="paragraph_style_2">Paper submission</p>
<p class="paragraph_style_3">Submissions may not exceed 12 pages double column, including everything (i.e., figures, tables, references, appendices, etc.), and should use a 10pt font. A LaTeX style file is available from the submission site. No changes to margins, spacing, or font sizes are allowed from those specified by the style file. Papers that violate the submission guidelines will be automatically rejected without consideration of their merit. Accepted papers will be allowed 14 pages in the proceedings. At least one author of an accepted paper will be expected to travel to the conference to present it.</p>
<p class="paragraph_style_3">Authors who are unsure whether their submissions might meet these guidelines, or with specific questions about the guidelines, are welcome to contact the program committee chair, via <a href="mailto:eurosys11-pcc@ertos.nicta.com.au">eurosys11-pcc@ertos.nicta.com.au</a>.</p>
<p class="paragraph_style_3">EuroSys'11 welcomes submissions and attendance from all over the world. To encourage diversity, any single author may be named on at most three papers.</p>
<p class="paragraph_style_3">In order to encourage and aid authors less experienced in writing competitive systems papers, we offer a pre-submission option. All complete papers received by the pre-submission deadline (4 weeks before the actual paper deadline) will, within one week, receive feedback from an experienced systems researcher and reviewer on how to improve the paper. This feedback will focus on structure and presentation issues and emphasize improving the writeup rather than critiquing the research. Pre-reviewers may or may not be members of the program committee, and may or may not review the final paper (but are subject to the same confidentiality rules as actual reviewers). As such, the same standards of double-blind reviewing apply as for the final papers.</p>
<p class="paragraph_style_3">In addition to paper presentations, EuroSys'11 will have a poster session. Submissions for posters will open closer to the conference deadline. Accepted papers will automatically qualify for the poster session, and authors will be strongly encouraged to participate. We will offer awards for the best paper and for the best paper with a student as the primary author.</p>
<p style="padding-top: 0pt; " class="paragraph_style_2">Important Dates</p>
<p class="paragraph_style_3">
<div align="center">
<table class="prog" width="100%">
<tr><td>Paper pre-submission deadline</td><td><del>September 10, 2010 <span style="color: red">(optional)</del></span></td></tr>
<tr><td>Abstract submission deadline</td><td><del>October 3, 2010 <span style="color: red">(mandatory)</del></span></td></tr>
<tr><td>Full paper submission deadline</td><td><del>October 10, 2010, 23:59 UTC <span style="color: red">(no extensions)</del></span></td></tr>
<tr><td>Reviews released to authors</td><td><del>December 25, 2010</del></td></tr>
<tr><td>Author rebuttals due</td><td><del>December 31, 2010</del></td></tr>
<tr><td>Notification to authors</td><td><del>January 8, 2011</del></td></tr>
<tr><td>Camera-ready and copyright-form deadline</td><td><del>February 8, 2011</del></td></tr>
<tr><td>Conference</td><td>April 10-13, 2011</td></tr>
</table>
</div>
</p>
<p class="paragraph_style_2"><a href="pc.html">Program committee</a></p>
</div>
</div>
</div>
</td>
<td width = "20%" align = "right" valign = "top">
<div class="graphic_textbox_layout_style_default">
<div class="newsbox">
News<br />
<div class="graphic_textbox_layout_style_default">
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[03 May 11]
<span class ="style_4">
Etienne Riviere has some nice photos from Salzburg and the conference <a href="http://gallery.me.com/etienne.riviere#100468">here</a>.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[19 Apr 11]
<span class="style_4">
Talk slides are online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[14 Apr 11]
<span class="style_4">
The EuroSys 2012 page is online and can be found <a href="http://eurosys2012.unibe.ch/">here</a>.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[11 Apr 11]
<span class="style_4">
Photos from the conference are available <a href="https://picasaweb.google.com/103188442673193217807/EuroSys2011?feat=directlink">here</a>.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt;" class="paragraph_style_6"><a href="#" class="style_4" onclick="showStuff('oldNews'); return false;">Older news</a><br/></p>
<span id="oldNews" style="display: none; height: auto;">
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[07 Apr 11]
<span class="style_4">
Posters are online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[02 Mar 11]
<span class="style_4">
Conference program is online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[15 Feb 11]
<span class="style_4">
Grants site is online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[11 Feb 11]
<span class="style_4">
List of accepted papers is online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[24 Jan 11]
<span class="style_4">
Call for Posters and Demos online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[22 Jan 11]
<span class="style_4">
Venue, accommodation, and travel information sites are online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[07 Jan 11]
<span class="style_4">
Registration site is online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[07 Dec 10]
<span class="style_4">
Tutorials site online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[17 Nov 10]
<span class="style_4">
Workshops site online.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[11 Oct 10]
<span class="style_4">
Paper submission closed.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[07 Sept 10]
<span class="style_4">
Pre-submissions open.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[02 Sept 10]
<span class="style_4">
Call for tutorials added.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[18 Jul 10]
<span class="style_4">
Call for workshop proposals added.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[20 May 10]
<span class="style_4">
Calendar of events and deadlines added.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[10 May 10]
<span class="style_4">
Call for papers added.
</span>
</p>
<p style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style_6">
[26 Mar 10]
<span class="style_4">
The new site is online. More information and material will be added soon.
</span>
</p>
</span>
</div>
</div>
<div class="newsbox">
Organization
<center>
<p><a href="http://www.acm.org/" target="_blank"><img width=75px src="Images/ACM2.jpg" /></a></p>
<p><a href="http://www.eurosys.org/" target="_blank"><img width=160px src="Images/eurosys.png" /></a></p>
<p><a href="http://www.uni-salzburg.at" target="_blank"><img width=160px src="Images/uni-salzburg_logo.jpg" /></a></p>
</center>
</div>
<div class="newsbox">
In cooperation with<br />
<center>
<p><a href="http://www.usenix.org/" target="_blank"><img width=100px src="Images/usenix.png" /></a></p>
</center>
</div>
<div class="newsbox">
Supporters<br />
<center>
<p><a href="http://www.vmware.com/" target="_blank"><img width=150px src="Images/VMW_09Q3_LOGO_Corp_Gray.jpg" /></a>
</p>
<p><a href="http://www.google.com/EngineeringEMEA" target="_blank"><img width=155px src="Images/google.jpg" /></a>
</p>
<p><a href="http://www.research.microsoft.com/cambridge" target="_blank"><img width=145px src="Images/Research_bL.PNG" /></a>
</p>
<p><a href="http://www.artist-embedded.org/artist/" target="_blank"><img width=110px src="Images/Artist_logo_typeA_size2.jpg" /></a>
</p>
<p><a href="http://www.uni-salzburg.at" target="_blank"><img width=150px src="Images/uni-salzburg_logo.jpg" /></a>
</p>
<p><a href="http://www.salzburg.gv.at/en/en-index" target="_blank"><img width=150px src="Images/landlogo_web_mittel.gif" /></a>
</p>
<p><a href="http://www.stadt-salzburg.at/" target="_blank"><img width=150px src="Images/stadt_salzburg.gif" /></a>
</p>
</center>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15497453-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>