-
Notifications
You must be signed in to change notification settings - Fork 2
/
awards.html
278 lines (262 loc) · 10.5 KB
/
awards.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SOSP 2019 - 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://www.sigops.org/sosp/sosp19/" 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>
<!--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 2019</h2>
<p>
The 27th ACM Symposium on Operating Systems Principles<br>
Deerhurst Resort, Huntsville, Ontario, Canada<br>
October 27-30, 2019
</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="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 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="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 class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Additional Information<b class="caret"></b> </a>
<ul class="dropdown-menu">
<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>
</nav>
<!--//banner-->
<!--main-text-->
<div class="main-text">
<div class="col-md-9 welcome">
<h3>SOSP 2019 Awards</h3>
<br/>
<h2>Best Papers</h2>
<ul>
<li><i>Efficient and Scalable Thread-Safety Violation Detection</i>,
Guangpu Li (University of Chicago), Shan Lu (University of
Chicago), Madanlal Musuvathi (Microsoft Research), Suman Nath
(Microsoft Research), and Rohan Padhye (UC Berkeley)</li>
<li><i>Scaling symbolic evaluation for automated verification of
systems code with Serval</i>, Luke Nelson (University of
Washington), James Bornholt (University of Washington), Ronghui Gu
(Columbia University), Andrew Baumann (Microsoft Research), Emina
Torlak (University of Washington), and Xi Wang (University of
Washington)</li>
</ul>
<br/>
<h2>Student Research Competition - Graduate Students</h2>
<ul>
<li>Gold Medalist: <i>Efficient Privacy Policies in Multiverse
Databases</i>, Samyukta Yagati (MIT)</li>
<li>Silver Medalist: <i>Robustly Improving Byte Miss Ratio with
Workload-Learning Caching</i>, Zhengyu Song (Princeton
University)</li>
<li>Bronze Medalist: <i>Wave: A Substrate for Distributed Graph
Processing on Commodity Clusters</i>, Swapnil Gandhi (Indian
Institute of Science)</li>
</ul>
<br/>
<h2>Student Research Competition - Undergraduate Students</h2>
<ul>
<li>Gold Medalist: <i>EnergyTimers: Integrating Physical Energy
Measurement Devices into OS Kernels</i>, Luis Gerhorst (
Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU))</li>
<li>Silver Medalist: <i>Visualizing Critical Sections in Rust</i>, Ziyi
Zhang (University of Science and Technology of China)</li>
</ul>
<br/>
<h2>SIGOPS Dennis M. Ritchie Doctoral Dissertation Award</h2>
<ul>
<li><i>Unobservable communications over untrusted infrastructure</i>,
Sebastian Angel, University of Texas, Austin, Advisor: Michael
Walfish</li>
</ul>
<br/>
<h2>SIGOPS Hall of Fame Awards</h2>
<ul>
<li><i>KLEE: Unassisted and Automatic Generation of High-Coverage Tests
for Complex Systems Programs</i>, Cristian Cadar, Daniel Dunbar,
and Dawson Engler (Stanford University) OSDI 2008</li>
<li><i>DryadLINQ: A System for General-Purpose Distributed Data-Parallel
Computing Using a High-Level Language</i>, Yuan Yu, Michael
Isard, Dennis Fetterly, Mihai Budiu, Úlfar Erlingsson, Pradeep Kumar
Gunda, and Jon Currey (Microsoft Research) OSDI 2008</li>
<li><i>Debugging in the (Very) Large: Ten Years of Implementation and
Experience</i>, Kirk Glerum, Kinshuman Kinshumann, Steve
Greenberg, Gabriel Aul, Vince Orgovan, Greg Nichols, David Grant,
Gretchen Loihle, and Galen Hunt (Microsoft) SOSP 2009</li>
<li><i>seL4: formal verification of an OS kernel</i>, Gerwin Klein, Kevin
Elphinstone, Gernot Heiser, June Andronick, David Cock, Philip
Derrin, Dhammika Elkaduwe, Kai Engelhardt, Rafal Kolanski, Michael
Norrish, Thomas Sewell, Harvey Tuch, and Simon Winwood (NICTA, UNSW,
Open Kernel Labs, and ANU) SOSP 2009</li>
</ul>
<br/>
<h2>Mark Weiser Award</h2>
<ul>
<li>Ion Stoica</li>
</ul>
<div class="clearfix"> </div>
</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>