-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommittees.html
335 lines (257 loc) · 12 KB
/
committees.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
<html>
<head>
<title>Committee Work by Alex Potanin</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
/* color: #777; */
line-height: 1.8;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.filler {
display: flex;
flex-direction: column;
width: 300px;
heigth: 100%;
}
.first {
height: 50px;
}
.second {
flex-grow: 1;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right"
href="javascript:void(0);"
onclick="toggleFunction()"
title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="https://potanin.github.io/" class="w3-bar-item w3-button">HOME</a>
<a href="./students.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> STUDENTS</a>
<a href="./teaching.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-graduation-cap"></i> TEACHING</a>
<a href="./committees.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-users"></i> COMMITTEES</a>
<a href="mailto:[email protected]" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> EMAIL</a>
<!-- <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">
<i class="fa fa-search"></i>
</a> -->
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="./students.html" class="w3-bar-item w3-button" onclick="toggleFunction()">STUDENTS</a>
<a href="./teaching.html" class="w3-bar-item w3-button" onclick="toggleFunction()">TEACHING</a>
<a href="./committees.html" class="w3-bar-item w3-button" onclick="toggleFunction()">COMMITTEES</a>
<a href="mailto:[email protected]" class="w3-bar-item w3-button" onclick="toggleFunction()">EMAIL</a>
<!-- <a href="#" class="w3-bar-item w3-button">SEARCH</a> -->
</div>
</div>
<div class="filler" id="home">
<div class="first"></div>
<div class="second"></div>
</div>
<ol>
<li>PC Member of FSE 2025 Ideas, Visions, and Reflections Track.</li>
<li>Chair
of <a href="https://www.sigplan.org/Conferences/SPLASH/">SPLASH
Steering Committee 2024 - 2026</a>.</li>
<li>RC Member of PLDI 2025.</li>
<li>PC Chair of APLAS 2025.</li>
<li>SIGPLAN EC Member at Large and Treasurer 2025 - 2027.</li>
<li>PC Member of IWACO 2024.</li>
<li>Research Committee Co-Chair for OOPSLA 2024.</li>
<li>PC Member of Onward! Papers 2023.</li>
<li>PC Member of FormaliSE 2023.</li>
<li>PC Member of ECOOP 2023.</li>
<li>RC Member of Programming 2022 and 2023.</li>
<li>PC Member of FormaliSE 2022.</li>
<li>PC Member of ECOOP 2022.</li>
<li>PC Member of IWACO 2021.</li>
<li>PC Member of APLAS 2021.</li>
<li>ERC Member of OOPSLA 2021.</li>
<li>Program Committee Member of <a href="https://www.iccq.ru/">ICCQ
2021</a>.</li>
<li>Steering Committee Member of SPLASH/OOPSLA Conferences from
2020.</li>
<li>General Chair
of <a href="https://conf.researchr.org/home/splash-2022">SPLASH
2022</a> (co-located with APLAS 2022) in Auckland, NZ.</li>
<li>Program Committee Member of ESOP 2021.</li>
<li>Virtualisation Co-Chair
of <a href="https://conf.researchr.org/home/splash-2020">SPLASH
2020</a>.</li>
<li>Program Committee Member of GPCE 2020.</li>
<li>Review Committee Member of OOPSLA 2020.</li>
<li>Steering Committee Member
of <a href="https://plvmq.bitbucket.io/#SAPLING/">SAPLING</a> from
2019.</li>
<li>Program Committee Member of GPCE 2019.</li>
<li>Program Committee Member of PLDI 2019 Student Research
Competition.</li>
<li>Program Committee Member
of <a href="https://cps-vo.org/group/hotsos">HotSoS 2019</a>.</li>
<li>Review Committee Member
of <a href="https://conf.researchr.org/home/splash-2019">OOPSLA
2019</a> PACM Issue.</li>
<li>Program Committee Member
of <a href="https://2019.ecoop.org/home">ECOOP 2019</a>.</li>
<li>Publications Co-Chair
for <a href="https://conf.researchr.org/home/icfp-2018">ICFP
2018</a>.</li>
<li>Workshops Co-Chair
for <a href="http://2018.splashcon.org/">SPLASH 2018</a>.</li>
<li>General Chair of APLAS 2018.</li>
<li>Program Committee Member of APSEC 2017.</li>
<li>Co-Chair of New Object-Oriented Languages (NOOL) 2017
workshop.</li>
<li>Workshops Co-Chair
for <a href="http://2017.splashcon.org/">SPLASH 2017</a>.</li>
<li>Program Committee Member of the ACSC 2017.</li>
<li>Program Committee Member of
the <a href="http://2016.splashcon.org/track/nool2016#About">NOOL
2016</a>.</li>
<li>Program Committee Member of the
<a href="http://soict.hust.edu.vn/~aplas2016/">APLAS
2016</a>.</li>
<li>Program Committee Member of
the <a href="http://2016.ecoop.org/track/FTfJP-2016">FTfJP
2016</a>.</li>
<li>Program Co-Chair for <a href="http://www.apsec2016.org/">APSEC
2016</a>.</li>
<li>Publications Co-Chair
for <a href="http://2017.splashcon.org/">SPLASH 2017</a>.</li>
<li>Publications Chair
for <a href="http://2016.splashcon.org">SPLASH 2016</a>.</li>
<li><a href="http://2015.splashcon.org/track/nool2015">Chair of
New Object-Oriented Languages (NOOL) 2015.</a></li>
<li>Program Committee Member of the European Conference on
Object-Oriented Programming (ECOOP) 2016.</li>
<li>Program Committee Member of the ACSC 2016.</li>
<li>Publications Chair
for <a href="http://2015.splashcon.org/">SPLASH 2015</a>.</li>
<li>Extended Review Committee Member for the PLDI 2015.</li>
<li>Program Committee Member of the ACSC 2015.</li>
<li>Program Committee Member of the FOOL 2014.</li>
<li>Program Committee Member of
the <i><a href="http://splashcon.org/2014/oopsla.html">Object-Oriented
Programming, Systems, Languages, and Applications (OOPSLA)
2014</a></i> conference.</li>
<li>Program Committee Member of the <i>Australasian Computer Science
Conference (ACSC) 2013</a></i>. (Part
of <a href="http://acsw2013.cis.unisa.edu.au/">ACSW2013</a>.)
Adelaide, Australia.</li>
<li>Program Committee Member of
the <i><a href="http://acsc.csse.uwa.edu.au/">Australasian
Computer Science Conference (ACSC) 2012</a></i>. (Part
of <a href="http://www.cs.rmit.edu.au/acsw2012/">ACSW2012</a>.)
Melbourne, Australia.</li>
<li>Extended Review Committee Member for
the <a href="http://www.splashcon.org/2011/">Object-Oriented
Programming, Systems, Languages, and Applications (OOPSLA)
2011</a> conference. Portland, OR, USA.</li>
<li>Program Committee Member of the International Workshop on
Aliasing, Confinement, and Ownership (IWACO) 2011 at European
Conference for Object-Oriented Programming (ECOOP) 2011.</li>
<li>Program Committee Co-Chair of the
<i><a href="http://cats.it.usyd.edu.au/">Computing: The
Australasian Theory Symposium (CATS) 2011</a></i>. (Part of
<a href="http://www.computing.edu.au/acsw2011/">ACSW2011</a>.)
Perth, Australia.</li>
<li>Program Committee Member of the
<i><a href="http://acsc.csse.uwa.edu.au/">Australasian Computer
Science Conference (ACSC) 2011</a></i>. (Part of
<a href="http://www.computing.edu.au/acsw2011/">ACSW2011</a>.)
Perth, Australia.</li>
<li>Conference Coordinator (2010 Onwards) as part
of <a href="http://www.core.edu.au/">Computing in Research and
Education (CORE)</a> Executive.</li>
<li>Program Committee Co-Chair of the
<i><a href="http://cats.it.usyd.edu.au/cats2010/">Computing: The
Australasian Theory Symposium (CATS) 2010</a></i>. (Part
of <a href="http://www.acsw2010.scitech.qut.edu.au/">ACSW2010</a>.)
Brisbane, Australia.</li>
<li>Program Committee Member of the
<i><a href="http://www.comp.mq.edu.au/conferences/acsc10/">Australasian
Computer Science Conference (ACSC) 2010</a></i>. (Part
of <a href="http://www.acsw2010.scitech.qut.edu.au/">ACSW2010</a>.)
Brisbane, Australia.</li>
<li>General Co-Chair of
the <i><a href="http://www.mcs.vuw.ac.nz/events/ACSW2009/">Australasian
Computer Science Week (ACSW) 2009</a>.</i> Wellington, New
Zealand.</li>
<li>Program Committee Member of the
<i><a href="http://people.dsv.su.se/~tobias/iwaco2007.html">International
Workshop on Aliasing, Confinement, and Ownership (IWACO)
2007</a></i> at European Conference for Object-Oriented
Programming (ECOOP2007). Berlin, Germany. (<i>2007</i>).</li>
<li>General Chair of the <i>15th PhD Workshop and Doctoral
Symposium</i> at European Conference for Object-Oriented
Programming (ECOOP2005). Glasgow, Scotland. (<i>25 - 29 July,
2005</i>).</li>
<li>Local Organising Chair of the <i>2nd International Dylan Hackers
Conference (DHC2004)</i>. Wellington, New Zealand. (<i>4 - 6
February, 2004</i>).</li>
</ol>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<!--
<div class="w3-xlarge w3-section">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
-->
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 10 || document.documentElement.scrollTop > 10) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>