-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmissions_new.html
426 lines (409 loc) · 20.3 KB
/
submissions_new.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
<!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: Paper submission</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%">
<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">
EuroSys'11 Paper Submission Details
</p>
<p class="paragraph_style_3">
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 65px; position: relative;'>
<div style='width: 100%; margin: 0 auto; text-align: center; padding: 0; overflow: hidden; color: black;'>
<div class="paragraph_style_2"><center>Camera-ready paper submission</center></div>
<div class="paragraph_style_3"><center>For instructions on camera-ready paper submission please go <a href="http://www.sheridanprinting.com/typedept/eurosys.htm" target="_blank">here</a>.</center></div>
</div>
</div>
</p>
<p class="paragraph_style_3">
Papers should be submitted in PDF, formatted using a double-column layout on A4 paper; they may not exceed 12 pages, including everything (i.e., figures, tables, references, appendices, etc.). Note that this is a smaller page count than the final one for regular papers.
</p>
<p class="paragraph_style_3">
Instead of boring formatting specifications, we ask you to use the following styles:
</p>
<blockquote>
<p class="paragraph_style_3">
<a href="https://eurosys2011.ertos.nicta.com.au/eurosys.bst">eurosys.bst - BibTeX style for LaTeX documents</a><br />
<a href="https://eurosys2011.ertos.nicta.com.au/eurosys.dotx">eurosys.dotx - MS Word template</a><br />
<a href="https://eurosys2011.ertos.nicta.com.au/sigplanconf.cls">sigplanconf.cls - Sigplanconf LaTeX document class</a>
</p>
</blockquote>
<p class="paragraph_style_3">
This will ensure correct formatting. Please note specifically that, in order to help readability, we ask you to use the “natbib” citation style, and have page numbers in the submitted version. This should be ensured with the provided style files (using the “preprint” document style option for the LaTeX styles). The following examples show you how to use the LaTeX styles:
</p>
<blockquote>
<p class="paragraph_style_3">
<a href="https://eurosys2011.ertos.nicta.com.au/eurosys-sample.tex">eurosys-sample.tex - sample LaTeX document</a><br />
<a href="https://eurosys2011.ertos.nicta.com.au/eurosys-sample-bib.bib">eurosys-sample-bib.bib - sample BibTeX file</a>
</p>
</blockquote>
<p class="paragraph_style_3">
All body text <b>must</b> be set in 10pt type. The margins, spacing, and font sizes should not be reduced from those specified by the style files. Numeric cite labels (such as [1]) or IEEE format must not be used. Papers that violate any of these guidelines will be rejected, without any consideration of their merit. A PDF format checker will be used to help impose the rules.
</p>
<p class="paragraph_style_3">
EuroSys'11 applies ACM's policies for plagiarism, submission confidentiality, reviewer anonymity, and prior and concurrent paper submission. See <a href="http://www.acm.org/publications/policies/policies-toc">www.acm.org/publications/policies/policies-toc</a> for more details.
</p>
<p class="paragraph_style_3">
Note that the above does not preclude the submission to EuroSys'11 of a paper that is derived from an earlier 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 class="paragraph_style_3">
Submissions accompanied by nondisclosure agreement forms will not be considered. All submissions will be treated as confidential prior to publication in the proceedings or on the conference web site, which will happen no earlier than 1 March 2011.
</p>
<p class="paragraph_style_3">
Submitting a paper requires that at least one author will travel to the conference to present it if the paper is accepted.
</p>
<p class="paragraph_style_3">
To encourage diversity, any single author may be named on at most three submitted papers. Papers authored by programme committee members will be held to a significantly higher standard.
</p>
<p class="paragraph_style_3">
EuroSys'11 uses double-blind reviewing, meaning PC members (and a limited number of outside reviewers) will not know the identity of the authors. Author names, affiliations, personal acknowledgements, and any other hints of identity must not be included in the submitted paper. At the same time, you should avoid anonymising references; instead, cite any of your work in the third person so that the paper is self-contained. You should make an serious attempt to conceal any authorship connection between the prior work and yours.
</p>
<p class="paragraph_style_3">
Authors are also invited, but not required, to submit their work for review by a “shadow” program committee consisting of academics and students. Comments from the shadow PC will be returned to authors by the notification date.
</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 programme chair, via eurosys11-pcc (at) ertos.nicta.com.au.
</p>
<p class="paragraph_style_3"><strong>Paper submission site: <a href="https://eurosys2011.ertos.nicta.com.au/hotcrp">https://eurosys2011.ertos.nicta.com.au/hotcrp</a>.</strong></p>
<p class="paragraph_style_3">
We will offer an award for the best paper and one for the best paper with a student as the primary author.
</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>