-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
892 lines (822 loc) · 36 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
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
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135435972-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135435972-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Goodarzi Lab @ UCSF</title>
<meta name="description" content="Goodarzi Lab @ UCSF">
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<link rel="stylesheet" href="css/academicons.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="favicon-flask.ico" />
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<!--/head-->
<body>
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><i class="fa fa-flask"></i> Goodarzi Lab</a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li class="active"><a href="people.html">People</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="positions.html">Positions</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="color-border"> </div>
<section id="people">
<div class="container">
<div class="center">
<h1> Members of Goodarzi Lab</h1>
</div>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-12 col-md-12">
<img class="img-thumbnail" src="images/img/lab_012024.jpg">
</div>
</div>
<!--/.center-->
<div class="row box-shadow"><hr/>
<h1>Principal Investigator</h1><br/>
<div class="col-xs-12 col-sm-6 col-md-6" style='text-align: left;'>
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/Hani_2023.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<p style='font-size: 20px'><b>Hani Goodarzi, PhD</b></p>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-9648-8949" href="https://orcid.org/0000-0002-9648-8949" target="orcid.widget" rel="noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-9648-8949</a></div><br/>
<p>Core Investigator<br />
Arc Instiute <a href="https://arcinstitute.org"><img height="30px" src="images/img/arc_logo.jpg"></a>
</p>
<p>Associate Professor<br />
Department of Biochemistry & Biophysics</p>
<p><a href="cv.pdf"><i>Curriculum Vitae</i></a></p>
<p><a href="mailto:hani.goodarzi@ucsf.edu">hani.goodarzi@ucsf.edu</a></p>
<a href="https://twitter.com/genophoria" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @genophoria</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</div>
</div>
</div>
<div class="row box-shadow"><hr/>
<h1>Postdoctoral Fellows</h1><br/>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/heather.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Heather Karner, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<h3>Joint with Vijay Ramani (<a href='http://kamakshi.ucsf.edu/'>Lab website</a>)</h3>
<p>Department of Biochemistry & Biophysics<br />
Helen Diller Cancer Center<br />
Institute for Computational Health Sciences
</p>
<p><a href="mailto:heather.karner@ucsf.edu">heather.karner@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/ruhollah.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Ruhollah Moussavi Baygi, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<h3>Joint with Felix Feng (<a href='http://fenglaboratory.com'>Lab website</a>)</h3>
<p>Department of Radiation Oncology,<br />
Department of Urology</p>
<p><a href="mailto:ruhollah@ucsf.edu">ruhollah@ucsf.edu</a></p>
</div>
</div>
</div>
</div></br/>
<!--/.row-->
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/benedict.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Benedict Choi, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology<br />
Helen Diller Cancer Center<br />
</p>
<p><a href="mailto:benedict.choi@ucsf.edu">benedict.choi@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/siyu.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Siyu Chen, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology<br />
Helen Diller Cancer Center<br />
</p>
<p><a href="mailto:siyu.chen2@ucsf.edu">siyu.chen2@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/zhoushaopu.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Shaopu Zhou, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Arc Institute<br />
</p>
<p><a href="mailto:shaopu.zhou@arcinstitute.org">shaopu.zhou@arcinstitute.org</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/kian.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Kian (Hassan) Yousefi, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology<br />
Helen Diller Cancer Center<br />
</p>
<p><a href="mailto:hassan.yousefi@ucsf.edu">hassan.yousefi@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/lishi.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Lishi Li, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology<br />
Helen Diller Cancer Center<br />
</p>
<p><a href="mailto:lishi.li@ucsf.edu">lishi.li@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/jons.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Jon Schmok, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Arc Institute<br />
</p>
<p><a href="mailto:jon.schmok@arcinstitute.org">jon.schmok@arcinstitute.org</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/alie.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Ali Emadi, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Arc Institute<br />
</p>
<p><a href="mailto:ali.emadi@arcinstitute.org">ali.emadi@arcinstitute.org</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/timoh.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Timo Hagen, PhD</h2>
<h3>Postdoctoral Scholar</h3>
<p>Arc Institute<br />
</p>
<p><a href="mailto:timo.hagen@arcinstitute.org">timo.hagen@arcinstitute.org</a></p>
</div>
</div>
</div>
</div><br/>
<!--/.row--><hr/>
<div class="row box-shadow">
<h1>Graduate Students</h1><br/>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/mat.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Matvei Khoroshkin</h2>
<h3>Graduate Student</h3>
<p>Biological and Medical Informatics Program</p>
<p><a href="mailto:khorms21@gmail.com">khorms21@gmail.com</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/brian.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Brian Woo</h2>
<h3>Graduate Student</h3>
<p>Biomedical Sciences Graduate Program</p>
<p><a href="mailto:Brian.Woo@ucsf.edu">brian.woo@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<!--/.row-->
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/bahar.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Bahar Zirak</h2>
<h3>Graduate Student</h3>
<p>Biomedical Sciences Graduate Program</p>
<p><a href="mailto:Bahar.Zirak@ucsf.edu">bahar.zirak@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/sushil.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Sushil Sobti</h2>
<h3>Graduate Student</h3>
<p> Tetrad Graduate Program </p>
<p><a href="mailto:Sushil.Sobti@ucsf.edu">sushil.sobti@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<!--/.row-->
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/aidan.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Aidan Winters</h2>
<h3>Graduate Student</h3>
<h3>Joint with Luke Gilbert (<a href='https://www.gilbertlabucsf.com'>Lab website</a>)</h3>
<p>Biological and Medical Informatics Program</p>
<p><a href="mailto:Aidan.Winters@ucsf.edu">aidan.winters@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/timmy.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Timmy Suh</h2>
<h3>Graduate Student</h3>
<p>Biomedical Sciences Graduate Program</p>
<p><a href="mailto:timmy.suh@ucsf.edu">timmy.suh@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/noam.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Noam Teyssier</h2>
<h3>Graduate Student</h3>
<h3>Joint with Martin Kampmann (<a href='https://kampmannlab.ucsf.edu/'>Lab website</a>)</h3>
<p>Biological and Medical Informatics Program</p>
<p><a href="mailto:noam.teyssier@ucsf.edu">noam.teyssier@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/brenda.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Brenda Melano</h2>
<h3>Graduate Student</h3>
<h3>Joint with Alejandro Sweet-Cordero (<a href='https://sweetcorderolab.ucsf.edu/'>Lab website</a>)</h3>
<p> Pharmaceutical Sciences and Pharmacogenomics (PSPG) Graduate Program </p>
<p><a href="mailto:brenda.melano@ucsf.edu">brenda.melano@ucsf.edu</a></p>
</div>
</div>
</div>
</div> <br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/meri.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Meri Okorie</h2>
<h3>Graduate Student</h3>
<h3>Joint with Faranak Fattahi (<a href='https://www.fattahilab.ucsf.edu/'>Lab website</a>)</h3>
<p>Pharmaceutical Sciences and Pharmacogenomics (PSPG) Graduate Program</p>
<p><a href="mailto:meri.okorie@ucsf.edu">meri.okorie@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/mohsenn.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Mohsen Naghipourfar</h2>
<h3>Graduate Student</h3>
<h3>Joint with Mohammad Mofrad (<a href='https://biomechanics.berkeley.edu'>Lab website</a>)</h3>
<p>Department of Bioengineering</p>
<p><a href="mailto:naghipourfar@berkeley.edu">naghipourfar@berkeley.edu</a></p>
</div>
</div>
</div>
</div> <br/>
<!--/.row-->
<div class="row box-shadow"><hr/>
<h1>Research Associates</h1><br/>
</div> <br/>
<!--/.row-->
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/jackson.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Jackson Goudreau</h2>
<h3>Junior Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:jackson.goudreau@ucsf.edu">jackson.goudreau@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/ziad.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Ziad Ahmed</h2>
<h3>Bioinformatics Specialist</h3>
<h3>Joint with Mark Magbanua (<a href='https://cancer.ucsf.edu/people/magbanua.mark'>Profile</a>)</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:ziad.ahmed@ucsf.edu">ziad.ahmed@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/sean.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Sean Lee</h2>
<h3>Junior Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:sean.lee5@ucsf.edu">sean.lee5@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/trey.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Trey Charbonneau</h2>
<h3>Junior Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:trey.charbonneau@ucsf.edu">trey.charbonneau@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/vishvak.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Vishvak Subramanyam</h2>
<h3>Bioinformatics Specialist</h3>
<h3>Joint with Davide Ruggero (<a href='https://ruggerolab.ucsf.edu/home'>Lab Website</a>)</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:vishvak.subramanyam@ucsf.edu">vishvak.subramanyam@ucsf.edu</a></p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/chrisc.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Chris Carpenter</h2>
<h3>Bioinformatics Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:cachris@umich.edu">chris.carpenter@ucsf.edu</a></p>
</div>
</div>
</div>
</div><br/>
<div class="row box-shadow">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/khaled.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Khaled Alqahtani</h2>
<h3>Junior Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:Khaled.Alqahtani@ucsf.edu">Khaled.Alqahtani@ucsf.edu</a></p>
</div>
</div>
</div>
<!--<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/trey.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Trey Charbonneau</h2>
<h3>Junior Specialist</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:trey.charbonneau@ucsf.edu">trey.charbonneau@ucsf.edu</a></p>
</div>
</div>
</div>-->
</div><br/>
<div class="row box-shadow">
</div><br/>
<hr/>
<div class="row box-shadow">
<h1>Undergraduate Students and Visiting Scholars</h1><br/>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="row row-sm-flex-center">
<div class="col-xs-6 col-sm-4 col-md-4">
<img class="img-thumbnail" src="images/img/karo.jpg">
</div>
<div class="col-xs-6 col-sm-8 col-md-8">
<h2>Karoline Manegold</h2>
<h3>Visiting Medical Student</h3>
<p>Department of Biochemistry & Biophysics<br />
Department of Urology</p>
<p><a href="mailto:karoline.manegold@ucsf.edu">karoline.manegold@ucsf.edu</a></p>
</div>
</div>
</div>
</div>
<!--/.row-->
<hr/>
<div class="row box-shadow">
<h1>Alumni</h1>
<h2><b>Former Postdocs</b></h2>
<div class="col-xs-12 col-sm-6 col-md-6" style="width:100%">
<table style="width:100%">
<tr>
<th style="width:30%">
<h2>Lisa Fish, PhD</h2>
<h3><b> Then: </b> Postdoctoral Fellow (NIH T32)</a></br>
<b> Now: </b> Director of Research at <a target='_blank' href='https://exai.bio/'> Exai Bio </a></h3>
</th>
<th style="width:35%">
<h2>Hosseinali Asgharian, PhD</h2>
<h3><b> Then: </b>Postdoctoral Fellow (NIH F32)</br>
<b> Now: </b> Principal Bioinformatics Scientist at <a href='https://www.roche.com/'>Roche AG </a></h3>
</th>
<th style="width:35%">
<h2>Sahar Tavakoli, PhD</h2>
<h3><b> Then: </b>Postdoctoral Scholar</br>
<b> Now: </b> Data Scientist at <a href='https://www.prodermiq.com/'>ProdermIQ, Inc. </a></h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Albertas Navickas, PhD</h2>
<h3><b> Then: </b> Postdoctoral Fellow (DOD PRCRP fellow)</a></br>
<b> Now: </b> Team Leader at <a target='_blank' href='https://institut-curie.org/personne/albertas-navickas'> Institut Curie </a></h3>
</th>
<th style="width:35%">
<h2>Mehran Karimzadeh, PhD</h2>
<h3><b> Then: </b> Postdoctoral Fellow (CIHR fellow)</a></br>
<b> Now: </b> Senior Scientist at <a target='_blank' href='https://exai.bio/'> Exai Bio </a></h3>
</th>
<th style="width:35%">
<h2>Simon Hoser, PhD</h2>
<h3><b> Then: </b> Postdoctoral Scholar</a></br>
<b> Now: </b> </h3>
</th>
</tr>
</table>
<hr/>
</div>
<h2><b>Former Grad Students</b></h2>
<div class="col-xs-12 col-sm-6 col-md-6" style="width:100%">
<table style="width:100%">
<tr>
<th style="width:30%">
<h2>Johnny Yu</h2>
<h3><b> Then: </b> Graduate Student (BMS)</br>
<b> Now: </b> Founder and CSO at Stealth Startup</h3>
</th>
<th style="width:35%">
<h2>Myles Hochman</h2>
<h3><b> Then: </b> Graduate student</br>
<b> Now: </b> RA at <a href='https://www.octant.bio'>Octant</a></h3>
</th>
<th style="width:35%">
<h2>Scott Nanda</h2>
<h3><b> Then: </b> Graduate student (BMI)</br>
<b>Now: Scientist II at Stealth Startup</b> </h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Arash Keshavarzi</h2>
<h3><b> Then: </b> Graduate Student at UCF</br>
<b> Now: </b> Postdoc at <a href="https://ashleylab.stanford.edu/">Stanford</a></h3>
</th>
<!--<th style="width:35%">
<h2>Myles Hochman</h2>
<h3><b> Then: </b> Graduate student</br>
<b> Now: </b> RA at <a href='https://www.octant.bio'>Octant</a></h3>
</th>
<th style="width:35%">
<h2>Scott Nanda</h2>
<h3><b> Then: </b> Graduate student (BMI)</br>
<b>Now: </b> </h3>
</th> -->
</tr>
</table>
<hr/>
</div>
<h2><b>Former Research Assistants</b></h2>
<div class="col-xs-12 col-sm-6 col-md-6" style="width:100%">
<table style="width:100%">
<tr>
<th style="width:30%">
<h2>Jeff Wang</h2>
<h3><b> Then: </b> Junior Specialist</a></br>
<b> Now: </b> Bioinformatics Scientist at <a target='_blank' href='https://exai.bio/'> Exai Bio </a></h3>
</th>
<th style="width:35%">
<h2>Phi Nguyen</h2>
<h3><b> Then:</b> Junior Specialist</br>
<b> Now: </b> Graduate Student at <a href='https://gsas.harvard.edu/'> Harvard University </a></h3>
</th>
<th style="width:30%">
<h2>Darya Dyachkova</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> Data Scientist at <a target='_blank' href='https://www.roc360.com/'>Roc360 </a></h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Bruce Culbertson</h2>
<h3> <b> Then: </b> Junior Specialist </br>
<b> Now: </b> MSTP student at <a href='https://www.columbia.edu/'>Columbia University </a></h3>
</th>
<th style="width:35%">
<h2>Sohit Miglani</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> Graduate Student at <a target='_blank' href='https://www.princeton.edu/'> Princeton University </a></h3>
</th>
<th style="width:35%">
<h2>Kristle Garcia</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> Graduate Student at <a target='_blank' href='https://www.stanford.edu/'> Stanford University </a></h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Keyi Yin</h2>
<h3> <b> Then: </b> Junior Specialist </br>
<b> Now: </b> MSTP student at <a href='https://www.utsouthwestern.edu/'>UT Southwestern </a></h3>
</th>
<th style="width:35%">
<h2>Abolfazl Arab</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> RA II at <a target='_blank' href='https://arcinstitute.org'> Arc Institute </a></h3>
</th>
<th style="width:35%">
<h2>Tanvi Joshi</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> MPH/MBA <a target='_blank' href='https://www.emory.edu/home/index.html/'> Emory University </a></h3>
</th>
<!--<th style="width:35%">
<h2>Kristle Garcia</h2>
<h3><b> Then: </b> Junior Specialist</br>
<b> Now: </b> Graduate Student at <a target='_blank' href='https://www.stanford.edu/'> Stanford University </a></h3>
</th>-->
</tr>
</table>
<hr/>
</div>
<h2><b>Former Visiting Students</b></h2>
<div class="col-xs-12 col-sm-6 col-md-6" style="width:100%">
<table style="width:100%">
<tr>
<th style="width:30%">
<h2>Yikai Luo</h2>
<h3><b> Then: </b> Visiting undergraduate student</br>
<b> Now: </b> Graduate Student at <a href='https://www.bcm.edu/'>Baylor College of Medicine</a></h3>
</th>
<th style="width:30%">
<h2>Benjamin Haenisch</h2>
<h3><b> Then: </b> Visiting medical student</br>
<b> Now: </b> Medical student at <a href='https://www.rwth-aachen.de/go/id/a/?lidx=1'>Aachen University</a></h3>
</th>
<th style="width:30%">
<h2>Rithvik Baratam</h2>
<h3><b> Then: </b> Visiting undergraduate student</br>
<b> Now: </b> Undergraduate student at <a href='https://www.baylor.edu/'>Baylor University</a></h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Roy Garcia</h2>
<h3><b> Then: </b> Visiting undergraduate student</br>
<b> Now: </b> Graduate student at UT Southwestern Medical Center</h3>
</th>
<th style="width:30%">
<h2>John Paolo Olegario</h2>
<h3><b> Then: </b> Volunteer </br>
<b> Now: </b> Student at City College of San Francisco
</h3>
</th>
<th style="width:30%">
<h2>Anthony Doty</h2>
<h3><b> Then: </b> Masters Student at <a href='https://www.usfca.edu/'>USF</a></br>
<b> Now: </b> RA at Apton Biosystems</h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Fathima Trejo</h2>
<h3><b> Then: </b> Masters Student at <a href='https://www.usfca.edu/'>University of San Francisco</a></br>
<b> Now: </b> Quality Control Analyst at Genentech</h3>
</th>
<th style="width:30%">
<h2>Sarah Sorenson</h2>
<h3><b> Then: </b> Undergraduate volunteer at <a href='https://www.mills.edu/'>Mills College</a></br>
<b> Now: </b> Student Researcher at Mills Cognition Lab</a></h3>
</th>
<th style="width:30%">
<h2>Daniel Markett</h2>
<h3><b> Then: </b> Visiting Medical Student</br>
<b> Now: </b> Medical Student at <a target='_blank' href='https://www.uni-muenster.de/en/'>University of Münster </a></h3>
</th>
</tr>
<tr>
<th style="width:30%">
<h2>Lixi Luo</h2>
<h3><b> Then: </b>Visiting medical student</a></br>
<b> Now: </b> Breast cancer surgeon</h3>
</th>
<th style="width:30%">
<h2>Nathan Pellini</h2>
<h3><b> Then: </b>Summer Intern</a></br>
<b> Now: </b> Bioengineering student at UC Berkeley </h3>
</th>
<th style="width:30%">
<h2>Tabea Mittmann</h2>
<h3><b> Then: </b>Visiting Student</a></br>
<b> Now: </b> Medical Student at <a href="https://www.uni-muenster.de/en/">University of Münster</a></h3>
<h3></h3>
</th>
</tr>
</table>
<hr/>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
<!--/#people-->
</section>
<section id="get-started">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Join Our Team</h1>
<p>Our team consists of bioinformaticians, molecular biologists, and cancer researchers. If you are interested in working in a multidisciplinary environement where you are exposed to multiple key areas of cancer biology, join the Goodarzi lab at UCSF.</p></br/>
<h4>Postdoctoral candidates</h4>
<p>We are looking for post docs in computational biology, RNA biology, and cancer. Please send a cover letter and your CV to <a href="mailto:hani.goodarzi@ucsf.edu">Hani Goodarzi</a>.</p><br/>
<h4>Graduate Students</h4>
<p>We accepts graduate students from Tetrad, BMS, BMI and IPQB programs at UCSF. Students in other programs at UCSF are also encouraged to rotate with us.</p><br/>
<h4>Volunteers</h4>
<p>Current undergraduates who are interested in volunteering should send a CV to <a href="mailto:hani.goodarzi@ucsf.edu">Hani Goodarzi</a>.</p>
<a href="contact-us.html" class="btn btn-primary">Contact us</a> </div>
</div>
</div>
<!--/.container-->
</section>
<!--/#get-started-->
<div class="color-border"> </div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-6">Copyright © 2021 Goodarzi Lab.
<br /><small>Design by <a href="http://www.templategarden.com" rel="nofollow">TemplateGarden</a></small>
</div>
<div class="col-sm-6">
<div class="follow-us"> <a class="fa fa-twitter social-icon" href="https://twitter.com/genophoria"></a> <a class="fa fa-linkedin social-icon" href="https://www.linkedin.com/in/hgoodarzi/"></a> </div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
<!-- code for resizing and cropping someone's picture with imagemagick
convert lisa.jpg -geometry x447 lisa.jpg
convert lisa.jpg -gravity Center -extent 307x447 lisa.jpg
-->