-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpeople.html
More file actions
642 lines (536 loc) · 28 KB
/
people.html
File metadata and controls
642 lines (536 loc) · 28 KB
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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Force latest available IE rendering engine and Chrome Frame (if installed) -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Document Title & Description -->
<title>The Nemati Lab | People</title>
<meta name="description" content="Shamim Nemati is the principal investigator of the Nemati Lab at the UC San Diego Health.">
<meta name="keywords" content="Physiological Signal Processing, Machine Learning, Physiological Control, Wearables, Artificial Intelligence, Deep Learning, Reinforcement Learning, ">
<!-- rss feed autodiscovery link -->
<link rel="alternate" type="application/rss+xml" title="Nemati Lab News" href="feed.xml" />
<!-- Mobile Screen Resizing -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/icons/favicon.ico">
<link rel="icon" href="assets/images/icons/favicon-32.png" sizes="32x32">
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" href="assets/images/icons/favicon-32.png">
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/icons/favicon-32.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/images/icons/favicon-32.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/icons/favicon-32.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/icons/favicon-32.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="assets/images/icons/favicon-32.png">
<!-- Microsoft icon -->
<meta name="msapplication-TileColor" content="#6cc4fc"/>
<meta name="msapplication-TileImage" content="assets/images/icons/favicon-32.png"/>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,400' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim for IE 6-8 -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="assets/css/bioindex.css">
</head>
<body class=" people">
<!-- Old Browser Warning -->
<!--[if lt IE 8]>
<section class="container">
Did you know that your web browser is a bit old? Some of the content on this site might not work right as a result. <a href="http://whatbrowser.org">Upgrade your browser</a> for a faster, better, and safer web experience.
</section>
<![endif]-->
<header id="header-mobile" class="hide-on-desktop">
<h4 ><a href="index.html">The Nemati Lab at UC San Diego</a></h4>
<nav>
<ul class="nav-collapse">
<li><a class="icon-users" href="people.html">people</a></li>
<li> <a class="icon-stethoscope" href="projects.html">projects</a></li>
<li><a class="icon-edit" href="publications.html">publications</a></li>
<li><a class="icon-doc" href="news.html">news</a></li>
<li> <a class="icon-phone" href="contact.html">contact us</a> </li>
</ul>
</nav>
<a class="hide-on-desktop icon-angle-circled-down" id="toggle" class="closed">Menu</a>
</header>
<header id="header-desktop" class="hide-on-mobile">
<nav>
<ul class="horizontal">
<li id="logo-thing"> <a id="logo" title="The Nemati Lab at UC San Diego" href="index.html"></a> </li>
<li> <a class="icon-phone" href="index.html#" id="contact-button">contact us</a> </li>
<li> <a class="icon-doc" href="news.html">news</a></li>
<li> <a class="icon-edit" href="publications.html">publications</a> </li>
<li> <a class="icon-stethoscope" href="projects.html">projects</a></li>
<li> <a class="icon-users" href="people.html">people</a> </li>
</ul>
</header>
<div class="row main">
<div class="contact-row" style="display:none">
<div class="row">
<!-- JavaScript -->
<div class="two-thirds">
<div id="wufoo-m1yl06c81txxxjd">
Fill out my <a href="https://shamimnemati.wufoo.com/forms/m1yl06c81txxxjd">online form</a>.
</div>
<script type="text/javascript">var m1yl06c81txxxjd;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'shamimnemati',
'formHash':'m1yl06c81txxxjd',
'autoResize':false,
'height':'590',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { m1yl06c81txxxjd = new WufooForm();m1yl06c81txxxjd.initialize(options);m1yl06c81txxxjd.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div>
<div class="one-third">
<a class="close violet" href="people.html#">x</a>
</div>
</div>
</div>
</div>
<div class="row main">
<div class="row" >
<h1><span style="color: black;"> Our People </span></h1>
<hr>
</div>
<div class="bio" id="shamim_Nemati" data-firstname="Shamim" data-lastname="Nemati" data-order="-1">
<a href="people/shamim/index.html" >
<span class="circle" style="background: url(assets/images/bios/Shamim.png); display:block; height:250px; width:250px;">
</span>
<h3>Shamim Nemati, PhD</h3>
<h4 class="position-text">Principal Investigator</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Shamim Nemati, PhD, is an Associate Professor of Biomedical Informatics at UC San Diego School of Medicine, where his lab is developing novel analytic techniques to extract actionable insight from the noisy physiological measurements...
<a class="readmore" href="people/shamim/index.html">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Sina_Mohammadi" data-firstname="Sina" data-lastname="Mohammadi" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/sina-mohammadi-at-chapman/" >
<span class="circle" style="background: url(assets/images/bios/sina.png); display:block; height:230px; width:230px; background-position: center; background-size:cover;">
</span>
<h3>Sina Mohammadi, PhD</h3>
<h4 class="position-text">Research Scientist</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Sina Mohammadi is a research scientist with the department of Biomedical Informatics at UC San Diego School of Medicine. His current research centers around Deep Learning and it's application to Physiological time-series data ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/sina-mohammadi-at-chapman/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Aaron_Boussina" data-firstname="Aaron" data-lastname="Boussina" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/aaron-boussina/" >
<span class="circle" style="background: url(assets/images/bios/aaron.jpeg); display:block; height:230px; width:230px;">
</span>
<h3>Aaron Boussina</h3>
<h4 class="position-text">PhD Candidate</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Aaron Boussina, is a PhD Candidate in the department of Biomedical Informatics at UC San Diego. He is an Epic certified analyst with significaant expertise in Tableau and R programming language for statistical computing & visualization. He is particularly interested in adverse drug effect monitoring and disease phenotyping ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/aaron-boussina/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Hayden_Pour" data-firstname="Hayden" data-lastname="Pour" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/hayden-h-pour/" >
<span class="circle" style="background: url(assets/images/bios/hayden.png); display:block; height:230px; width:230px;">
</span>
<h3>Hayden Pour</h3>
<h4 class="position-text">Bioinformatics programmer II</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Hayden Pour is a Masters degree candidate in AI/ML and a Software Engineering. Hayden is Epic certified and is interested in building software and hardware solutions for healthcare applications ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/hayden-h-pour/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Xiaolei_Lu" data-firstname="Xiaolei" data-lastname="Lu" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/xiaolei-lu-89563b11a/?originalSubdomain=hk/" >
<span class="circle" style="background: url(assets/images/bios/xiaolei.png); display:block; height:230px; width:230px;">
</span>
<h3>Xiaolei Lu, PhD</h3>
<h4 class="position-text">Postdoctoral</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Xiaolei Lu, PhD is a postdoctoral fellow in the department of Biomedical Informatics at UC San Diego ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/xiaolei-lu-89563b11a/?originalSubdomain=hk/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Ghodsieh_Ganbari" data-firstname="Ghodsieh" data-lastname="Ganbari" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/ghodsiehghanbari/" >
<span class="circle" style="background: url(assets/images/bios/ghodsieh.png); display:block; height:230px; width:230px;">
</span>
<h3>Ghodsieh Ganbari, PhD</h3>
<h4 class="position-text">Postdoctoral</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Ghodsieh Ganbari, PhD is a postdoctoral fellow in the department of Biomedical Informatics at UC San Diego ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/ghodsiehghanbari/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Ye Sel" data-firstname="Ye" data-lastname="Sel" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/ye-sel-lee-647258244/" >
<span class="circle" style="background: url(assets/images/bios/yesel.png); display:block; height:230px; width:230px;">
</span>
<h3>Ye Sel</h3>
<h4 class="position-text">Masters Candidate</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Ye Sel is interested in the fields of Machine Learning, Deep Learning, and Computer Vision, especially for healthcare and medical applications to predict patient outcomes and monitoring ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/ye-sel-lee-647258244/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Grace Yu" data-firstname="Grace" data-lastname="Yu" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/graceyufeiyu/" >
<span class="circle" style="background: url(assets/images/bios/grace.png); display:block; height:230px; width:230px;">
</span>
<h3>Grace Yu</h3>
<h4 class="position-text">PhD Candidate</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Grace Yu is a PhD student in the department of Biomedical Informatics at UC San Diego. Her research interests include the application of machine learning techniques for predictive modeling in liver disease patients ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/graceyufeiyu/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Ben J Gross" data-firstname="Ben" data-lastname="Gross" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/ben-j-gross/" >
<span class="circle" style="background: url(assets/images/bios/ben.png); display:block; height:230px; width:230px; background-position: top;">
</span>
<h3>Ben J Gross</h3>
<h4 class="position-text">Postdoctoral</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Ben J Gross is a post-doctoral researcher in the Division of Biomedical Informatics at UC Health with a PhD in Applied Mathematics. Ben has a background in developing theoretical models and is interesting in leveraging these skills to develop Healthcare AI ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/ben-j-gross/">Read more</a>
</p></span>
</div>
</div>
</div>
<div class="row">
<h1><span style="color: black;"> Collaborators </span></h1>
<hr>
<div class="bio" id="Gabe_Wardi" data-firstname="Gabriel" data-lastname="Wardi" data-order="">
<a target="_blank" href="https://profiles.ucsd.edu/gabriel.wardi/" >
<span class="circle" style="background: url(assets/images/bios/gabe.jpeg); display:block; height:230px; width:230px;">
</span>
<h3>Gabriel Wardi, MD</h3>
<h4 class="position-text">Faculty@UCSD</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Wardi is the Medical Director for Hospital Sepsis at UC San Diego Health ...
<a class="readmore" target="_blank" href="https://profiles.ucsd.edu/gabriel.wardi">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Jane_Burns" data-firstname="Jane" data-lastname="Burns" data-order="">
<a target="_blank" href="https://profiles.ucsd.edu/jane.burns/" >
<span class="circle" style="background: url(assets/images/bios/jane.jpg); display:block; height:230px; width:230px;">
</span>
<h3>Jane Burns, MD</h3>
<h4 class="position-text">Faculty@UCSD</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Professor Burns is an internationally known expert in Kawasaki disease (KD) the director of the Kawasaki Disease Clinic at Rady Children's Hospital-San Diego ...
<a class="readmore" target="_blank" href="https://profiles.ucsd.edu/jane.burns/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Andre_Holder" data-firstname="Andre" data-lastname="Holder" data-order="">
<a target="_blank" href="https://med.emory.edu/departments/medicine/divisions/pulmonary/education/profile/?u=AHOLDE2/" >
<span class="circle" style="background: url(assets/images/bios/andre.png); display:block; height:230px; width:230px;">
</span>
<h3>Andre Holder, MD</h3>
<h4 class="position-text">Faculty@Emory</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Holder's research is focused on understanding the progression of inflammatory diseases that cause critical illness, with a specific emphasis on sepsis pathophysiology ...
<a class="readmore" target="_blank" href="https://med.emory.edu/departments/medicine/divisions/pulmonary/education/profile/?u=AHOLDE2/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Atul_Malhotra" data-firstname="Atul" data-lastname="Malhotra" data-order="">
<a target="_blank" href="https://profiles.ucsd.edu/atul.malhotra/" >
<span class="circle" style="background: url(assets/images/bios/atul.jpg); display:block; height:230px; width:230px;">
</span>
<h3>Atul Malhotra, MD</h3>
<h4 class="position-text">Faculty@UCSD</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Professor Malhotra is a board-certified pulmonologist, intensivist and research chief of Pulmonary, Critical Care and Sleep Medicine at UC San Diego ...
<a class="readmore" target="_blank" href="https://profiles.ucsd.edu/atul.malhotra/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Joseph_Osorio" data-firstname="Joseph" data-lastname="Osorio" data-order="">
<a target="_blank" href="https://providers.ucsd.edu/details/33208/neurosurgery-surgery/" >
<span class="circle" style="background: url(assets/images/bios/joe.jpeg); display:block; height:230px; width:230px;">
</span>
<h3>Joseph Osorio, MD, PhD</h3>
<h4 class="position-text">Faculty@UCSD</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Osorio is a neurosurgeon who specializes in complex spine surgery...
<a class="readmore" target="_blank" href="https://providers.ucsd.edu/details/33208/neurosurgery-surgery/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Yu_Rang_Park" data-firstname="Yu" data-lastname="Rang_Park" data-order="">
<a target="_blank" href="https://www.ohdsi.org/who-we-are/collaborators/yu-rang-park/" >
<span class="circle" style="background: url(assets/images/bios/yurangpark.png); display:block; height:230px; width:230px;">
</span>
<h3>Yu Rang Park, PhD</h3>
<h4 class="position-text">In Progress </h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
In Progres
<a class="readmore" target="_blank" href="https://www.ohdsi.org/who-we-are/collaborators/yu-rang-park/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Joseph Ahn" data-firstname="Joseph" data-lastname="Ahn" data-order="">
<a target="_blank" href="https://college.mayo.edu/academics/residencies-and-fellowships/transplant-hepatology-fellowship-minnesota/meet-our-fellows/" >
<span class="circle" style="background: url(assets/images/bios/joseph.png); display:block; height:230px; width:230px;">
</span>
<h3>Joseph Ahn, MD</h3>
<h4 class="position-text">In progress </h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
In progress
<a class="readmore" target="_blank" href="https://college.mayo.edu/academics/residencies-and-fellowships/transplant-hepatology-fellowship-minnesota/meet-our-fellows/">Read more</a>
</p></span>
</div>
</div>
</div>
<div class="row">
<h1><span style="color: black;"> Alumni </span></h1>
<hr>
<div class="bio" id="Sahar_Harati" data-firstname="Sahar" data-lastname="Harati" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/sahar-harati-a2a24940/" >
<span class="circle" style="background: url(assets/images/bios/Sahar.png); display:block; height:230px; width:230px;">
</span>
<h3>Sahar Harati</h3>
<h4 class="position-text">Software/ML Engineer @ Google </h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Sahar Harati is a Software/ML Engineer with Google ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/sahar-harati-a2a24940/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Archil_Srivastava" data-firstname="Archil" data-lastname="Srivastava" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/archil-srivastava/" >
<span class="circle" style="background: url(assets/images/bios/archil.png); display:block; height:230px; width:230px;">
</span>
<h3>Archil Srivastava</h3>
<h4 class="position-text">Quantitative Developer @ Tower Research Capital</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Archil Srivastava is a quantitative developer @ Tower Research Capital ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/archil-srivastava/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Russell Jeter" data-firstname="Russell" data-lastname="Jeter" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/russell-jeter-9a62aa177/" >
<span class="circle" style="background: url(assets/images/bios/Russell.png); display:block; height:230px; width:230px;">
</span>
<h3>Russell Jeter, PhD</h3>
<h4 class="position-text">Assistant Professor @ Georgia State University</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Russell Jeter, PhD, is an Assistant Professor of Mathematics at Georgia State University ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/russell-jeter-9a62aa177/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Supreeth_Prajwal" data-firstname="Supreeth" data-lastname="Prajwal" data-order="">
<a target="_blank" href="https://supreethprajwal.github.io/" >
<span class="circle" style="background: url(assets/images/bios/Supreeth.png); display:block; height:230px; width:230px; background-position: center; background-size:cover;">
</span>
<h3>Supreeth Prajwal, PhD</h3>
<h4 class="position-text">Research Scientist @SmarterDX</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Supreeth Prajwal Shashikumar is a research scientist @ SmarterDX ...
<a class="readmore" target="_blank" href="https://supreethprajwal.github.io/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Fatemeh_Amrollahi" data-firstname="Fatemeh" data-lastname="Amrollahi" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/fatemeh-amrollahi-7ab976124/" >
<span class="circle" style="background: url(assets/images/bios/Fatemeh.png); display:block; height:230px; width:230px;">
</span>
<h3>Fatemeh Amrollahi</h3>
<h4 class="position-text">Postdoc @ Stanford</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Fatemeh Amrollahi is a postdoc at Stanford ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/fatemeh-amrollahi-7ab976124/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Jonathan_Lam" data-firstname="Jonathan" data-lastname="Lam" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/jonathan-lam-125969a5" >
<span class="circle" style="background: url(assets/images/bios/jonathan.png); display:block; height:230px; width:230px;">
</span>
<h3>Jonathan Lam</h3>
<h4 class="position-text">Data Scientist @ VA</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Jonathan Lam, is a Data Scientist with the VA ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/jonathan-lam-125969a5">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Rishivardhan Krishnamoorthy" data-firstname="Rishivardhan" data-lastname="Krishnamoorthy" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/rishi-vardhan/" >
<span class="circle" style="background: url(assets/images/bios/rishivardhan.png); display:block; height:230px; width:230px;">
</span>
<h3>Rishivardhan Krishnamoorthy</h3>
<h4 class="position-text">Software Engineer @ Meta</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Rishivardhan Krishnamoorthy is a Software Engineer with Meta ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/rishi-vardhan/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Vishal Nagarajan" data-firstname="Vishal" data-lastname="Nagarajan" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/vishalnagarajan/" >
<span class="circle" style="background: url(assets/images/bios/vishal.jpg); display:block; height:230px; width:230px;">
</span>
<h3>Vishal Nagarajan</h3>
<h4 class="position-text">Software Engineer @ Google</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Vishal Nagarajan is a Software Engineer with Google ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/vishalnagarajan/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Anwesh Mohanty" data-firstname="Anwesh" data-lastname="Mohanty" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/anwesh-mohanty/" >
<span class="circle" style="background: url(assets/images/bios/anwesh.png); display:block; height:230px; width:230px;">
</span>
<h3>Anwesh Mohanty</h3>
<h4 class="position-text">Software Engineer @ Apple ...</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Anwesh Mohanty is a Software Engineer with Apple ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/anwesh-mohanty/">Read more</a>
</p></span>
</div>
</div>
<div class="bio" id="Haben_Yhdego" data-firstname="Haben" data-lastname="Yhdego" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/haben-yhdego/" >
<span class="circle" style="background: url(assets/images/bios/haben.png); display:block; height:230px; width:230px;">
</span>
<h3>Haben Yhdego, PhD</h3>
<h4 class="position-text">Data Scientist @ ZOLL Medical Corporation</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Dr. Haben Yhdego is a Data Scientist at ZOLL Medical Corporation ...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/haben-yhdego/">Read more</a>
</p></span>
</div>
</div>
</div>
<!--
<div class="row">
<h1><span style="color: black;"> Alumni </span></h1>
<hr>
<div class="bio" id="Fereshteh_Razmi" data-firstname="Fereshteh" data-lastname="Razmi" data-order="">
<a target="_blank" href="https://www.linkedin.com/in/fereshteh-razmi-ba910641" >
<span class="circle" style="background: url(assets/images/bios/Fereshteh.png); display:block; height:230px; width:230px;">
</span>
<h3>Fereshteh Razmi</h3>
<h4 class="position-text">PhD Candidate</h4>
</a>
<div class="short-bio hidden-content">
<span ><p>
Fereshteh Razmi is a PhD student in the department of Math & Computer Science at Emory. Her research interests include machine learning techniques for patient phenotyping and prediction of patient trajectory using electronic medical record (EMR) data...
<a class="readmore" target="_blank" href="https://www.linkedin.com/in/fereshteh-razmi-ba910641">Read more</a>
</p></span>
</div>
</div>
-->
<footer>
<hr>
<div class="row">
<div >
<!-- <h3>links</h3>-->
<span > <a href="people/shamim/index.html" style="color: #0088CC; font-size:14px;">About the Nemati Lab </a> </span>
<span > <a href="directions.html" style="color: #0088CC; font-size:14px;"> <span style="color: #CD5C5C"> | </span> Directions </a></span>
<span > <a href="openings.html" style="color: #0088CC; font-size:14px;"> <span style="color: #CD5C5C"> | </span> Opportunities</a></span>
<span > <a target="_blank" href="http://nematilab.info/bmijc/" style="color: #0088CC; font-size:14px;vv"> <span style="color: #CD5C5C"> | </span> Journal Club</a></span>
</div>
</div>
</footer>
<footer class="subfooter">
<div class="row">
<p> © UC San Diego, La Jolla, CA 92093-0881 </p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.flexslider-min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/concealemail.js"></script>
<script src="assets/js/responsive-nav.min.js"></script>
<script>(function($) {
$(document).ready( function() {
$('.e').emailLink();
} );
})(jQuery);
</script>
<script>
var navigation = responsiveNav(".nav-collapse", {
customToggle: "#toggle"
});
</script>
<script src="assets/js/main.js"></script>
<script src="assets/js/bioindex.js"></script>
</body>
</html>