forked from rcslab/sosp19-www
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cft.html
350 lines (334 loc) · 15.3 KB
/
cft.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SOSP 2021 - Symposium on Operating Systems Principles</title>
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="SOSP 2019" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<!--side-bar-->
<div class="col-sm-3 col-md-2 sidebar">
<!--logo-->
<div class="logo">
<a href="https://sosp2021.mpi-sws.org" target="_blank">
<img src="images/logo.png" alt="SOSP19"/>
</a>
<div></div>
<a href="https://www.sigops.org/" target="_blank"><img src="images/sigops.jpg" alt="SIGOPS"/></a>
<div>In cooperation with</div>
<a href="https://www.usenix.org/" target="_blank"><img src="images/usenix.png" alt="USENIX"/></a>
</div>
<!--logo-->
<!--sidebar menu-->
<div class="top-nav">
<div class="nav1">
<ul class="nav nav-sidebar">
<li><a id="homenav" href="index.html">Home</a></li>
<li>
<b>Conference Details</b>
<ul>
<!--<li><a href="program.html">Program</a></li>-->
<!--<li><a href="sched.html">Workshop and Tutorial Schedule</a></li>-->
<!--<li><a href="reg.html">Registration</a></li>-->
<li><a href="venue.html">Venue</a></li>
<!--<li><a href="sponsors.html">Sponsors</a></li>-->
<!--<li><a href="workshops.html">Workshops</a></li>-->
<!--<li><a href="tutorials.html">Tutorials</a></li>-->
<!--<li><a href="https://sysartifacts.github.io/index.html">Artifact Evaluation</a></li>-->
<li><a href="organizers.html">Organizers</a></li>
</ul>
</li>
<!--
<li>
<b>Local Information</b>
<ul>
<li><a href="https://wp.nyu.edu/sosp2017tutorials/"
target="_blank">Tutorial</a></li>
<li><a href="bof.html">Birds of Feather</a></li>
<li><a href="excursion.html">Excursion</a></li>
<li><a href="reg.html">Registration</a></li>
</ul>
</li>-->
<li>
<b>Calls for Participation</b>
<ul>
<li><a href="cfp.html">Call for Papers</a></li>
<!--
<li><a href="cfw.html">Call for Workshops</a></li>
<li><a href="cft.html">Call for Tutorials</a></li>
<li><a href="cfsrc.html">Student Research Competition</a></li>
<li><a href="cfss.html">Call for Scholarships</a></li>
-->
<li><a href="cfs.html">Call for Sponsors</a></li>
<!--<li><a href="mentoring.html">Mentoring</a></li>-->
</ul>
</li>
<li>
<b>Additional Information</b>
<ul>
<!--
<li><a href="visa.html">Visa Information</a></li>
<li><a href="cc.html">Child Care</a></li>
<li><a href="code.html">Code of Conduct</a></li>
<li><a href="dei.html">Diversity Plan</a></li>
-->
<li><a href="http://www.sosp.org/">Prior SOSPs</a></li>
</ul>
</li>
</ul>
</div>
<div>
<span>
<a href="https://imprint.mpi-klsb.mpg.de/sws/sosp2021.mpi-sws.org/">IMPRINT</a>
<a href="https://data-protection.mpi-klsb.mpg.de/sws/sosp2021.mpi-sws.org/">DATA PROTECTION</a>
</span>
</div>
</div>
<!--sidebar menu-->
<div class="clearfix"> </div>
</div>
<!--//side-bar-->
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<!--banner-->
<div class="banner">
<div class="jumbotron banner-text">
<h2>SOSP 2021</h2>
<p>
The 28th ACM Symposium on Operating Systems Principles<br>
Koblenz, Germany<br>
October 25-28, 2021
</p>
</div>
</div>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#sosp17-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="sosp17-navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Conference Details<b class="caret"></b> </a>
<ul class="dropdown-menu">
<li><a href="venue.html">Venue</a></li>
<li><a href="organizers.html">Organizers</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Calls for
Participation<b class="caret"></b> </a>
<ul class="dropdown-menu">
<li><a href="cfs.html">Call for Sponsors</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Additional Information<b class="caret"></b> </a>
<ul class="dropdown-menu">
<li><a href="http://www.sosp.org/">Prior SOSPs</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<!--//banner-->
<!--main-text-->
<div class="main-text">
<div class="welcome">
<h3>Call for Tutorials</h3>
<h4>Coming Soon</h4>
<!-- <div class="col-md-12">
<h5 class="left-h">Context and Scope</h5>
<p>
The SOSP 2019 Tutorials Session is a forum for leading work on all aspects of computer systems technology, covering both theory and experimentation. It offers attendees the chance to learn from and to interact with leading experts on the theory and practice of computer systems software.
</p>
<p>
The tutorials committee is soliciting proposals for half-day (three hours) tutorials.
</p>
<p>
SOSP tutorials cover a wide range of topics in the areas of operating systems principles including, but not limited to:
<ul style="padding-left:2em;">
<li>operating systems</li>
<li>file and storage systems</li>
<li>distributed systems</li>
<li>cloud systems</li>
<li>mobile systems</li>
<li>secure systems</li>
<li>embedded systems</li>
<li>dependable systems</li>
<li>system management</li>
<li>virtualization</li>
</ul>
</p>
</div>
<div class="col-md-12">
<h5 class="left-h">Hands-on Tutorials</h5>
<p>
The SOSP 2019 tutorial committee encourages “hands-on” tutorials – those that give attendees the chance to try pre-prepared demos or exercises during the tutorial. Tutorials focused on “101” courses on new technologies, as well as development, analysis, monitoring and assessment tools are good candidates for hands-on demos, but others may be as well. <b>Priority will be given to tutorials on disruptive technologies and/or with substantial hands-on activities for attendees.</b>
</p>
<p>
<b>Selected tutorials are welcome to provide a 2-5 minute video pitch</b> to advertise your tutorial, which will be posted on the SOSP 2019 website as well as on other channels (e.g., youtube, facebook, twitter and dedicated ACM channels) in advance of the conference.
</p>
<p>
If you propose a demo- or exercise-based tutorial, you must include an <b>extra section</b> in your tutorial proposal to convince the tutorials committee that your demo and/or exercises have been thoroughly tested and debugged in a variety of settings, to ensure completely smooth operation at the conference. SOSP 2019 will provide Internet access but no other equipment (other than standard AV for presentations). The demos and exercises may be run on attendee’s laptops (if they have one). If you are planning to create a specific environment for the demos/hands-on exercise (e.g., a virtual machine to execute on attendee’s laptop – encouraged to avoid last-minutes configuration problems during the tutorial), please describe it in a specific section of your proposal, clearly specifying:
<ul>
<li>the type of copyright/license (if any) of the tools and software made available to the attendees (e.g., GPL/open source or free academic license).</li>
<li>How the tools and software will be distributed during the session (e.g., USB drives, CD/DVD media, download).</li>
</ul>
</p>
</div>
<div class="col-md-12">
<h5 class="left-h">Dissemination</h5>
<p>
We will create a digital copy containing all tutorial notes (no hard copies). The digital copy will be issued to all tutorial and conference attendees. All tutorial proposals must explicitly agree to the release of the tutorial notes for this purpose.
</p>
<p>
Authors of selected tutorials will be required to write a <b>1 page document</b> including i) motivation and goals of the tutorial, ii) organization of the tutorial, iii) related references. The document must follow the main conference guidelines for margins and layout and it will be included in the supplemental volume of the proceedings.
</p>
</div>
<div class="col-md-12">
<h5 class="left-h">Proposal Preparation Guidelines</h5>
<p>
Your proposal should clearly describe the target audience and what they will learn. It should discuss in details the tutorial content, schedule, and organization. If your tutorial proposal is a joint effort between presenters from more than one institution, include evidence in your description that the tutorial will be cohesive, and not just a disparate set of talks.
</p>
</div>
<div class="col-md-12">
<h5 class="left-h">Review Process</h5>
<p>
Tutorial slots at SOSP 2019 are highly competitive, so carefully consider the following review process guidelines and submission instructions as you prepare your proposal. Submissions will be reviewed by the SOSP 2019 tutorials committee, which will consider among other factors:
</p>
<p>
<ul>
<li>Insights offered, in breadth and/or depth;</li>
<li>Quality of the proposal (clarity, completeness, and cohesiveness of the proposal, quality of the visual aids);</li>
<li>Relevance for the SOSP audience and appropriateness for a tutorial;</li>
<li>Timeliness of the topic;</li>
<li>Potential audience appeal;</li>
<li>Presentation history and teaching/speaking experience of the presenters;</li>
<li>Evidence that demos or live exercises have been thoroughly tested.</li>
</ul>
</p>
<p> <b>Priority will be given to tutorial on disruptive technologies and/or with substantial hands-on activities for attendees.</b> </p>
</div>
<div class="col-md-12">
<h5 class="left-h">How to Submit</h5>
<p>
Tutorial proposals must be submitted electronically via email to the
tutorial chair. The submitted document should contain the following
sections:
</p>
<p>
<ol>
<li>Abstract in text format (200-word maximum).</li>
<li>
A detailed description of the proposed tutorial (3 pages maximum) with the following sections:
<ol style="padding-left:2em;" type="a">
<li>Tutorial goals – specifically how attendees will benefit;</li>
<li>Why the topic is relevant to SOSP2019 attendees;</li>
<li>Targeted audience (researchers, students, developers, practitioners, etc.);</li>
<li>Content level (% beginner, % intermediate, % advanced)</li>
<li>Audience prerequisites;</li>
<li>General description of tutorial content;</li>
<li>If your presenters are from different institutions, how you will ensure cohesive tutorial content; and</li>
<li>If your tutorial has been presented previously, list when and where and how you will update it for SOSP 2019.</li>
<li>Detailed outline of the tutorial (1 page maximum in outline form).</li>
<li>A statement about “hands-on” exercises.</li>
</ol>
</li>
<li>Resume or Curriculum Vitae for each presenter (max 3 presenters, 2-pages maximum each). Make sure this includes a list of short courses the presenter has taught. </li>
<li>A statement agreeing to release the notes for the SOSP 2019 tutorial digital copy</li>
</ol>
</p>
<p>
<b>Your proposed “detailed course outline” will be the most critical part of your submission. Submitting samples of visual aids is strongly encouraged, either via a file upload or via a URL.</b> You may upload these in PDF format separately or as an addendum to your detailed proposal, or you may supply a URL at which the samples may be found.
</p>
<p>
<b>If your proposal is accepted:</b> Tutorial submissions may be conditionally accepted, pending certain modifications recommended by the committee. You will be required to supply copies of your material about 1 months before the conference. Tutorial presenters will not be supported with any travel grant or honorary and will be responsible for making their own travel arrangements.
</p>
</div>
<div class="important-dates col-md-12">
<h5 class="left-h">Important Information</h5>
<table class="important-dates" align="left">
<tr><td>Conference Website</td><td><a href="https://sosp19.rcs.uwaterloo.ca/">https://sosp19.rcs.uwaterloo.ca/</a></td></tr>
<tr><td>Email Submission and Contact</td><td><a href="mailto:[email protected]">Bianca Schroeder</a></td></tr>
</table>
</div>
<div class="important-dates col-md-12 ">
<h5 class="left-h">Important Dates</h5>
<table class="important-dates" align="left">
<tr >
<td>Submission Deadline</td>
<td>July 19, 2019</td>
</tr>
<tr >
<td>Notification</td>
<td>August 2, 2019</td>
</tr>
<tr>
<td>Submission of videos and tutorial summary</td>
<td>September 1, 2019</td>
</tr>
<tr >
<td>Tutorial Date</td>
<td>October 27, 2019</td>
</tr>
</table>
</div>
<div class="col-md-12">
<h5 class="left-h">Tutorials Chairs</h5>
<p>
<ul>
<li><a href="mailto:[email protected]">Bianca Schroeder (University of Toronto)</a></li>
</ul>
</p>
</div> -->
</div>
<div class="clearfix"></div>
</div>
<div class="footer">
<!--
<p>©SIGOPS 2017 · Privacy Policy · All trademarks and registered trademarks are the property of their respective owners.</p>
-->
</div>
</div>
<div class="footer-logo">
<a href="https://www.sigops.org/sosp/sosp19/" target="_blank">
<img src="images/logo.png" id="sosp19logo" alt="SOSP19"/>
</a>
<div></div>
<a href="https://www.sigops.org/" target="_blank">
<img src="images/sigops.jpg" alt="SIGOPS"/>
</a>
<div>In cooperation with</div>
<a href="https://www.usenix.org/" target="_blank">
<img src="images/usenix.png" alt="USENIX"/>
</a>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script> addEventListener("load", function() { setTimeout(hideURLbar, 0);
}, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<script src="js/jquery-2.2.2.min.js"></script>
<script src="js/bootstrap.js"> </script>
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script>
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
</body>
</html>