-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
559 lines (533 loc) · 21.6 KB
/
people.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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<title>People | The Data Informatics Center for Epidemiology (DICE)</title>
<meta name="title" content="The Data Informatics Center for Epidemiology (DICE)">
<!-- <meta name="description"
content="Designing digital solutions which engage citizens in four core areas — logistics, health outcomes, user-centric impact, and communication."> -->
<meta property="og:image" content="assets/images/header.jpg">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Flickity CSS File -->
<link href="https://unpkg.com/flickity@2/dist/flickity.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GF1FRVH53P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GF1FRVH53P');
</script>
<!-- =======================================================
* Template Name: TheEvent - v2.2.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<script>
function hideSnackbar() {
// Get the snackbar DIV
var x = document.getElementById("snackbar");
var link = document.getElementById("snackbar-link");
// Add the "show" class to DIV
x.className = "hide";
link.setAttribute("style", "visibility:hidden")
}
</script>
<style>
.people-5-row {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
@media (max-width: 992px) {
.people-5-row {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 600px) {
.people-5-row {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
</style>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<h1><a href="./index.html">DICE</a></h1>
<!-- <a href="index.html" class="scrollto"><img src="assets/img/auto_id_tpt_new_america.png" alt="" title=""></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="./index.html">Home</a></li>
<li><a href="./research.html">Research</a></li>
<li ><a class="active" href="./people.html">People</a></li>
<li><a href="./news.html">News and Insights</a></li>
<li ><a href="./fellow.html">Computational Health Fellow</a></li>
<li><a href="./talks.html">Talks</a></li>
<li><a href="https://www.pathcheck.org/">PathCheck Foundation</a></li>
<!-- <li><a href="./index.html#leadership">Leadership</a></li> -->
<!-- <li><a href="./index.html#recent-work">Recent Work</a></li> -->
<!-- <li><a href="#about">About Us</a></li> -->
<li class="buy-tickets"><a href="https://tiny.cc/pathcheckslack">Get Involved</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- End Header -->
<section id="leadership" class="section-with-bg" style="margin-top: 70px;">
<div class="container">
<div class="section-header">
<h2 style="color: #191919">Leadership - Founding Team</h2>
</div>
<div class="row justify-content-center">
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://ca.linkedin.com/in/manuel-morales-ai">
<div class="speaker">
<img src="assets/img/people/manuel.jpg" alt="Manuel Morales" style="width: 100%;">
<div class="details">
<h3>Manuel Morales</h3>
<p>Co-Director<br>University of Montreal</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://www.linkedin.com/in/suefeldman">
<div class="speaker">
<img src="assets/img/people/sue.jpeg" alt="Sue Feldman" style="width: 100%;">
<div class="details">
<h3>Sue Feldman</h3>
<p>Co-Director<br>University of Alabama at Birmingham</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://in.linkedin.com/in/rohan-sukumaran-3271ba145">
<div class="speaker">
<img src="assets/img/people/rohan2.jpg" alt="Rohan Sukumaran" style="width: 100%;">
<div class="details">
<h3>Rohan Sukumaran</h3>
<p>Deputy Director, Scientific Programs<br>PathCheck Foundation</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://www.linkedin.com/in/sheshank-s">
<div class="speaker">
<img src="assets/img/people/sheshank.png" alt="Sheshank Shankar" style="width: 100%;">
<div class="details">
<h3>Sheshank Shankar</h3>
<p>Deputy Director, Technology<br>University of Washington</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://ca.linkedin.com/in/angela-du-a89637114">
<div class="speaker">
<img src="assets/img/people/angela.jpg" alt="Angela Du" style="width: 100%;">
<div class="details">
<h3>Angela Du</h3>
<p>Deputy Director, Operations & Communications<br>University of Zurich and ETH Zurich</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.bouchrarnasri.com/">
<div class="speaker">
<img src="assets/img/people/bouchra_nasri.jpg" alt="Bouchra Nasri" style="width: 100%;">
<div class="details">
<h3>Bouchra Nasri</h3>
<p>Chair, PathCheck Data Informatics Center for Epidemiology</p>
</div>
</div>
</a>
</div>
</div>
<br><br><br><br>
<div class="section-header">
<h2 style="color: #191919">Fellow Mentors</h2>
</div>
<div class="row justify-content-center">
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://ca.linkedin.com/in/manuel-morales-ai">
<div class="speaker">
<img src="assets/img/people/manuel.jpg" alt="Manuel Morales" style="width: 100%;">
<div class="details">
<h3>Manuel Morales</h3>
<p>Co-Director<br>University of Montreal</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://en.wikipedia.org/wiki/Ramesh_Raskar">
<div class="speaker">
<img src="assets/img/speakers/ramesh.png" alt="Ramesh Raskar" style="width: 100%;">
<div class="details">
<h3>Ramesh Raskar</h3>
<p>MIT Media Lab</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.cc.gatech.edu/~badityap/">
<div class="speaker">
<img src="assets/img/people/aditya.jpg" alt="Thomas Kingsley" style="width: 100%;">
<div class="details">
<h3>Aditya B Prakash</h3>
<p>Georgia Institute of Technology</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/thomas-c-kingsley-18as5a260/">
<div class="speaker">
<img src="assets/img/people/thomas.jpg" alt="Thomas Kingsley" style="width: 100%;">
<div class="details">
<h3>Thomas Kingsley</h3>
<p>Mayo Clinic</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/swaminathan-padmanabhan-iyer-ab03729">
<div class="speaker">
<img src="assets/img/people/swami.jpg" alt="Swaminathan P. Iyer" style="width: 100%;">
<div class="details">
<h3>Swaminathan P. Iyer</h3>
<p>The University of Texas MD Anderson Cancer Center</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://bryanwilder.github.io/">
<div class="speaker">
<img src="assets/img/people/bryan2.jpg" alt="Bryan Wilder" style="width: 100%;">
<div class="details">
<h3>Bryan Wilder</h3>
<p>Carnegie Mellon University</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://rajpurkar.github.io/">
<div class="speaker">
<img src="assets/img/people/tav.jpg" alt="Tavpritesh Sethi" style="width: 100%;">
<div class="details">
<h3>Tavpritesh Sethi</h3>
<p>Indraprastha Institute of Information Technology (IIIT), Delhi</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://rajpurkar.github.io/">
<div class="speaker">
<img src="assets/img/people/pranav2.jpg" alt="Pranav Rajpurkar" style="width: 100%;">
<div class="details">
<h3>Pranav Rajpurkar</h3>
<p>Harvard Medical School</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="http://www.varshney.csl.illinois.edu/">
<div class="speaker">
<img src="assets/img/people/lav2.jpg" alt="Lav R Varshney" style="width: 100%;">
<div class="details">
<h3>Lav R Varshney</h3>
<p>University of Illinios at Urbana Champaign</p>
</div>
</div>
</a>
</div>
<div class="row justify-content-center" style = "width:100%">
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="">
<div class="speaker">
<img src="assets/img/people/Shanice Hudson.jpg" alt="Shanice Hudson" style="width: 100%;">
<div class="details">
<h3>Shanice Hudson</h3>
<p>Hood Medicine</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="">
<div class="speaker">
<img src="assets/img/people/Elaine-Nsoesie.png" alt="Elaine Nsoesie" style="width: 100%;">
<div class="details">
<h3>Elaine O. Nsoesie</h3>
<p>Boston University</p>
</div>
</div>
</a>
</div>
</div>
<br><br><br><br>
<div class="section-header">
<h2 style="color: #191919">Our Advisory Board</h2>
</div>
<div class="row justify-content-center">
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://en.wikipedia.org/wiki/Ramesh_Raskar">
<div class="speaker">
<img src="assets/img/speakers/ramesh.png" alt="Ramesh Raskar" style="width: 100%;">
<div class="details">
<h3>Ramesh Raskar</h3>
<p>MIT Media Lab</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/thomas-c-kingsley-18as5a260/">
<div class="speaker">
<img src="assets/img/people/thomas.jpg" alt="Thomas Kingsley" style="width: 100%;">
<div class="details">
<h3>Thomas Kingsley</h3>
<p>Mayo Clinic</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/swaminathan-padmanabhan-iyer-ab03729">
<div class="speaker">
<img src="assets/img/people/swami.jpg" alt="Swaminathan P. Iyer" style="width: 100%;">
<div class="details">
<h3>Swaminathan P. Iyer</h3>
<p>The University of Texas MD Anderson Cancer Center</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/shirleybergin">
<div class="speaker">
<img src="assets/img/people/shirley.jpeg" alt="Shirley Bergin" style="width: 100%;">
<div class="details">
<h3>Shirley Bergin</h3>
<p>PathCheck Foundation</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/tremblerz">
<div class="speaker">
<img src="assets/img/people/abhishek.png" alt="Abhishek Singh" style="width: 100%;">
<div class="details">
<h3>Abhishek Singh</h3>
<p>MIT</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/ayushchopra96">
<div class="speaker">
<img src="assets/img/people/ayush.jpeg" alt="Ayush Chopra" style="width: 100%;">
<div class="details">
<h3>Ayush Chopra</h3>
<p>MIT</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/joseph-bae-a990531b7">
<div class="speaker">
<img src="assets/img/people/joseph.jpg" alt="Joseph Bae" style="width: 100%;">
<div class="details">
<h3>Joseph Bae</h3>
<p>Stony Brook University</p>
</div>
</div>
</a>
</div>
</div>
<br><br><br><br>
<div class="section-header">
<h2 style="color: #191919">Contributors</h2>
</div>
<div class="row justify-content-center">
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/nina-rescic/">
<div class="speaker">
<img src="assets/img/people/Nina.jpeg" alt="Nina Rescic" style="width: 100%;">
<div class="details">
<h3>Nina Rescic</h3>
<p>JSI</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.pawannandakishore.com">
<div class="speaker">
<img src="assets/img/people/pawan.png" alt="Pawan Nandakishore" style="width: 100%;">
<div class="details">
<h3>Pawan Nandakishore</h3>
<p>Colaberry</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/govindjeevan">
<div class="speaker">
<img src="assets/img/people/govind.jpeg" alt="Govind Jeevan" style="width: 100%;">
<div class="details">
<h3>Govind Jeevan</h3>
<p>Visa Inc</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/rajat-jain-b3b61194">
<div class="speaker">
<img src="assets/img/people/rajat.jpeg" alt="Rajat Jain" style="width: 100%;">
<div class="details">
<h3>Rajat Jain</h3>
<p>University of Buffalo, New York</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://nshreyasvi.github.io">
<div class="speaker">
<img src="assets/img/people/shrey.jpeg" alt="Shreyasvi Natraj" style="width: 100%;">
<div class="details">
<h3>Shreyasvi Natraj</h3>
<p>University of Geneva, Switzerland</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/nathan-yap-9b8301180">
<div class="speaker">
<img src="assets/img/people/nathan.jpg" alt="Nathan Yap" style="width: 100%;">
<div class="details">
<h3>Nathan Yap</h3>
<p>DefHacks</p>
</div>
</div>
</a>
</div>
</div>
<div class="section-header">
<h2 style="color: #191919">Website Team</h2>
</div>
<div class="row justify-content-center">
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://www.linkedin.com/in/sheshank-s">
<div class="speaker">
<img src="assets/img/people/sheshank.png" alt="Sheshank Shankar" style="width: 100%;">
<div class="details">
<h3>Sheshank Shankar</h3>
<p>Deputy Director, Technology<br>PathCheck Foundation</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-6 col-sm-6" style="width:85%">
<a href="https://www.linkedin.com/in/shloak-rathod/">
<div class="speaker">
<img src="assets/img/people/Shloak.jpg" alt="Shloak Rathod" style="width: 100%;">
<div class="details">
<h3>Shloak Rathod</h3>
<p>PathCheck Foundation</p>
</div>
</div>
</a>
</div>
<div class="people-5-row col-md-8 col-sm-8" style="width:85%">
<a href="https://www.saurish.com/">
<div class="speaker">
<img src="assets/img/people/Saurish.jpeg" alt="Saurish Srivastava" style="width: 100%;">
<div class="details">
<h3>Saurish Srivastava</h3>
<p>PathCheck Foundation</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>The Data Informatics Center for Epidemiology (DICE)</strong>. All Rights Reserved.
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Based off <a href="https://bootstrapmade.com/"
style="text-decoration: underline; color:white">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Flickity JS File -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</body>
</html>