-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroup.html
462 lines (372 loc) · 15.8 KB
/
group.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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Network Operations and Internet Security">
<title>Network Operations and Internet Security Group</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
</head>
<body>
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Navigation -->
<div id="nav-placeholder"></div>
<script>
$(function(){
$("#nav-placeholder").load("./navbar.html");
});
</script>
<!-- Page Content -->
<div class="container">
<!-- Introduction Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Current Team</h2>
</div>
<div class="col-lg-12 text-center">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/nick.png" alt="">
<h3><a href="https://people.cs.uchicago.edu/~feamster/">Nick Feamster</a><br />
<small>Group Leader</small>
</h3>
</div>
</div>
<p />
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/arjun.jpg" alt="">
<h3><a href="https://www.princeton.edu/~abhagoji/">Arjun Nitin Bhagoji</a><br />
<small>Postdoc</small>
</h3>
<p>Machine Learning</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/andrew.jpg" alt="">
<h3><a href="https://cs.uchicago.edu/people/andrew-chu/">Andrew Chu</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Machine Learning, Network Measurement</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/phong.jpeg" alt="">
<h3><a href="https://np-tokumei.net/">Nguyen Phong Hoang</a><br />
<small>Postdoc</small>
</h3>
<p>Network Security, Online Privacy, Internet Measurement</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/chase.jpg" alt="">
<h3><a href="https://chasejiang.com/">Chase (Xi) Jiang</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Machine Learning, Network Measurement</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/shinan.jpg" alt="">
<h3><a href="https://www.shinan.info/">Shinan Liu</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Activity Recognition, ML</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/anna.jpg" alt="">
<h3><a href="https://annalorimer.com/">Anna Lorimer</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Internet privacy, censorship</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/kyle.jpg" alt="">
<h3><a href="https://people.cs.uchicago.edu/~macmillan/">Kyle MacMillan</a><br />
<small>Ph.D./J.D. Student</small>
</h3>
<p>Internet Measurement</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/jonatas.png" alt="">
<h3><a href="https://jonatasamarques.com/">Jonatas Marques</a><br />
<small>Postdoc</small>
</h3>
<p>Programmable networking, machine learning</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/tarun.jpg" alt="">
<h3><a href="https://tarunmangla.github.io/">Tarun Mangla</a><br />
<small>Postdoc</small>
</h3>
<p>Network measurement, machine learning</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/guilherme.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/guilherme-martins-0942b22/">Guilherme Martins</a><br />
<small>Research Scientist</small>
</h3>
<p>Broadband measurement, QoE</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/ranya.jpg" alt="">
<h3><a href="https://ranyasharma.com/">Ranya Sharma</a><br />
<small>Undergraduate Student</small>
</h3>
<p>Internet measurement, security</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/taveesh.jpg" alt="">
<h3><a href="https://taveeshsharma.com/">Taveesh Sharma</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Internet measurement </p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/tara.jpg" alt="">
<h3><a href="">Tara Tandel</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Machine learning</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/van.jpg" alt="">
<h3><a href="https://cs.uchicago.edu/people/van-tran/">Van Tran</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Internet privacy</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/synthia.jpg" alt="">
<h3><a href="https://people.cs.uchicago.edu/~qiaw/">Synthia Wang</a><br />
<small>Ph.D. Student</small>
</h3>
<p>Internet privacy</p>
</div>
</div>
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Ph.D. Alums</h2>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-2">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/mukarram.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/mukarram-tariq-3340b5aa/">Mukarram Tariq</a><br />
<small>Google</small>
</h3>
<small><p>2010</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/anirudh.jpg" alt="">
<h3><small><a href="https://www.linkedin.com/in/anirudhvr/">Anirudh Ramachandran</a></small><br />
<small>Facebook</small>
</h3>
<small><p>2012</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/murtaza.jpg" alt="">
<h3><a href="https://www.cc.gatech.edu/~murtaza/">Murtaza Motiwala</a><br />
<small>Google</small>
</h3>
<small><p>2012</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/valas.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/vytautas-valas-valancius-6aa382/">Vytautas Valancius</a><br />
<small>Google</small>
</h3>
<small><p>2013</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/srikanth.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/srikanth-sundaresan-59016020/">Srikanth Sundaresan</a><br />
<small>Facebook</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/sam.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/sam-burnett/">Sam Burnett</a><br />
<small>Google</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/shuang.jpg" alt="">
<h3><a href="https://personal.utdallas.edu/~shao/">Shuang Hao</a><br />
<small>UT Dallas</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/xinyu.jpg" alt="">
<h3><a href="https://xinyuxing.org/">Xinyu Xing</a><br />
<small>Penn State</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/maria.jpg" alt="">
<h3><a href="https://cyber.gatech.edu/faculty/maria-konte">Maria Konte</a><br />
<small>Georgia Tech</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/joon.jpg" alt="">
<h3><a href="https://www.princeton.edu/~hyojoonk/">Hyojoon Kim</a><br />
<small>Princeton</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/bilal.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/bilal-a-05b37a7/">Bilal Anwer</a><br />
<small>AT&T Research</small>
</h3>
<small><p>2015</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/yogesh.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/yogesh-mundada-7422521/">Yogesh Mundada</a><br />
<small>Facebook</small>
</h3>
<small><p>2016</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/abhinav.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/abhinavnarain/">Abhinav Narain</a><br />
<small>Citadel</small>
</h3>
<small><p>2018</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/annie.jpg" alt="">
<h3><a href="https://www.linkedin.com/in/annie-edmundson-2715ab2a/">Annie Edmundson</a><br />
<small>Spotify</small>
</h3>
<small><p>2018</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/arpit.png" alt="">
<h3><a href="https://cs.ucsb.edu/people/faculty/gupta-0">Arpit Gupta</a><br />
<small>UC Santa Barbara</small>
</h3>
<small><p>2019</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/shahbaz.jpg" alt="">
<h3><a href="https://mshahbaz.gitlab.io/">Muhammad Shahbaz</a><br />
<small>Purdue University</small>
</h3>
<small><p>2019</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/noah.jpg" alt="">
<h3><a href="https://www.cs.princeton.edu/~apthorpe/">Noah Apthorpe</a><br />
<small>Colgate University</small>
</h3>
<small><p>2020</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/jordan.jpg" alt="">
<h3><a href="https://www.cs.princeton.edu/~jordanah/">Jordan Holland</a><br />
<small>Netflix</small>
</h3>
<small><p>2022</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/austin.jpg" alt="">
<h3><a href="https://www.cs.princeton.edu/~ahounsel/">Austin Hounsel</a><br />
<small>Apple</small>
</h3>
<small><p>2022</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/hooman.jpg" alt="">
<h3><a href="https://ee.princeton.edu/people/hooman-mohajeri">Hooman Mohajeri</a><br />
<small>UC Santa Barbara</small>
</h3>
<p>2022</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Postdoc Alums</h2>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/jamie.jpg" alt="">
<h4><a href="https://saxon.harris.uchicago.edu/">Jamie Saxon</a><br /> <small>Mapbox</small>
</h4>
<small><p>2020-2022</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/paul.jpg" alt="">
<h4><a href="https://pschmitt.net/">Paul Schmitt</a><br />
<small>University of Hawaii</small>
</h4>
<small><p>2017-2020</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/kevin.png" alt="">
<h4><a href="https://kevin.borgolte.me/">Kevin Borgolte</a><br />
<small>Ruhr-University Bochum</small>
</h4>
<small><p>2018-2020</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/roya.jpg" alt="">
<h4><a href="https://ensa.fi/">Roya Ensafi</a><br />
<small>University of Michigan</small>
</h4>
<small><p>2016-2017</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/danny.jpg" alt="">
<h4><a href="https://hdanny.org/">Danny Huang</a><br />
<small>NYU</small>
</h4>
<small><p>2017-2020</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/philipp.jpg" alt="">
<h4><a href="https://nymity.ch/">Philipp Winter</a><br />
<small>Tor Project</small>
</h4>
<small><p>2016-2017</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/dave-levin.jpg" alt="">
<h4><a href="https://www.cs.umd.edu/~dml/">Dave Levin</a><br />
<small>University of Maryland</small>
</h4>
<small><p>2012-2013</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/cristian.jpg" alt="">
<h4><a href="https://sites.google.com/site/clumezanu/home">Cristian Lumezanu</a><br />
<small>NEC Research</small>
</h4>
<small><p>2011-2012</p></small>
</div>
<div class="col-lg-2 col-sm-6 text-center mb-4">
<img class="img-responsive img-fluid d-block mx-auto" src="photos/nazanin.jpg" alt="">
<h4><a href="https://www.linkedin.com/in/nazanin-magharei-67139b7/">Nazanin Magharei</a><br />
<small>Cisco</small>
</h4>
<small><p>2010-2011</p></small>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<div id="footer-ph"></div>
<script>
$(function(){
$("#footer-ph").load("./footer.html");
});
</script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>