-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
627 lines (618 loc) · 27.2 KB
/
team.html
File metadata and controls
627 lines (618 loc) · 27.2 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TBH</title>
<link rel="icon" href="tbh-logo.ico" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap-5.0.2.css" />
<link rel="stylesheet" href="./css/custom-styles.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- JS -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js"
integrity="sha512-2rNj2KJ+D8s1ceNasTIex6z4HWyOnEYLVC3FigGOmyQCZc2eBXKgOxQmo3oKLHyfcj53uz4QMsRCWNbLd32Q1g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/js/bootstrap.min.js"
integrity="sha512-a6ctI6w1kg3J4dSjknHj3aWLEbjitAXAjLDRUxo2wyYmDFRcz2RJuQr5M3Kt8O/TtUSp8n2rAyaXYy1sjoKmrQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
</head>
<body>
<div id="tbh-nav"></div>
<div class="jumbotron-team">
<div class="container">
<h1 class="display-5 mt-5 mx-3 mx-md-5">
Meet our dedicated team of volunteers
</h1>
</div>
</div>
<div class="container mt-5 sponsor-body">
<div class="row">
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/J_Fine_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Jacob Fine</h3>
<p>Operations Director</p>
<a
href="#JacobBio"
data-bs-toggle="collapse"
aria-expanded="false"
aria-controls="JacobBio"
>[+]</a
>
<div class="collapse" id="JacobBio">
<div class="card card-body mt-3">
<p class="card-text">
Jacob is a PhD student in the Blencowe Lab at the Computational
Biology in Molecular Genetics (CBMG) program in the University
of Toronto, passionate about bioinformatics and RNA biology. His
research involves the development and registration of
statistical and bioinformatic methods to process, integrate, and
analyze large repositories of sequencing data to explore and
characterize the cis-regulatory code.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/jacob-l-fine-146ba8169/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/S_Pour_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Sara Pour</h3>
<p>Outreach Director</p>
<a
data-bs-toggle="collapse"
href="#SaraBio"
aria-expanded="false"
aria-controls="SaraBio"
>[+]</a
>
<div class="collapse" id="SaraBio">
<div class="card card-body mt-3">
<p class="card-text">
Sara is a Ph.D. student in Computational Biology at the
University of Toronto in the lab of Dr. Timothy Hughes. Her
research focuses on better understanding the sequence elements
that govern the definition and processing of human gene 3' ends,
with the aim of advancing our understanding of gene expression
and regulation
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/sara-pour/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/P_Gupta_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Purav Gupta</h3>
<p>Programs Director</p>
<a
data-bs-toggle="collapse"
href="#PuravBio"
aria-expanded="false"
aria-controls="PuravBio"
>[+]</a
>
<div class="collapse" id="PuravBio">
<div class="card card-body mt-3">
<p class="card-text">
Purav is an undergraduate student at the University of Toronto,
pursuing Bioinformatics. He works in the RNAlab under the
guidance of Dr. Artem Babaian. The lab's focus lies in
understanding the interplay between RNA elements and genetics by
exploring the Earth's RNA virome. His work aims to use
bioinformatics algorithms and methods to probe Earth's “Dark
Virome” to discover and characterize novel viruses and
viroid-like entities.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/I_Ando_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Izumi Ando</h3>
<p>Communications Director</p>
<a
data-bs-toggle="collapse"
href="#IzumiBio"
aria-expanded="false"
aria-controls="IzumiBio"
>[+]</a
>
<div class="collapse" id="IzumiBio">
<div class="card card-body mt-3">
<p class="card-text">
Izumi is an undergraduate student at the University of Toronto
studying bioinformatics and computer science. She is currently
completing her thesis on single-cell foundation models in the
Campbell Lab while also leading the Bioinformatics &
Computational Biology Student Association. In the field her main
interests lie in harnessing machine learning to make drug
development faster and cheaper.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/izumiando/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/E_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Elia Afanasiev</h3>
<p>Data Management Co-Director</p>
<a
data-bs-toggle="collapse"
href="#EliaBio"
aria-expanded="false"
aria-controls="EliaBio"
>[+]</a
>
<div class="collapse" id="EliaBio">
<div class="card card-body mt-3">
<p class="card-text">
Elia is a graduate student at McGill University in the Stratton
laboratory, where he works on investigating the role of
ependymal cells in the context of neuroinflammation. He's highly
interested in leveraging his computational skillset to be able
to better answer questions about cell biology, and is passionate
about establishing good practices for open, reproducible, and
accessible research.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/I_Horecka_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Ira Horecka</h3>
<p>Data Management Co-Director</p>
<a
data-bs-toggle="collapse"
href="#IraBio"
aria-expanded="false"
aria-controls="IraBio"
>[+]</a
>
<div class="collapse" id="IraBio">
<div class="card card-body mt-3">
<p class="card-text">
Ira is a molecular biologist, protein chemist, and
bioinformatician, currently pursuing a PhD in computational
biology at the University of Toronto with Dr. Hannes Röst. When
he's not working, you can find him bass fishing or restoring old
bikes.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/ira-horecka-3a8877128/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/A_Khoshboresh_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Arvin Khoshboresh</h3>
<p>Media Director</p>
<a
data-bs-toggle="collapse"
href="#ArvinBio"
aria-expanded="false"
aria-controls="ArvinBio"
>[+]</a
>
<div class="collapse" id="ArvinBio">
<div class="card card-body mt-3">
<p class="card-text">
Arvin is a Ph.D. student in the Gillis Lab at the University of
Toronto, where he develops computational methods for analyzing
spatial transcriptomics data. His research focuses on spatial
integration techniques while preserving biologically meaningful
variation. He is interested in statistical approaches to
high-dimensional data, better registrations of machine learning
techniques, and translating abstract computation methods into
meaningful biological discoveries.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/arvin-khoshboresh-9639b01b2/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Past Members Section -->
<div class="container mt-5 sponsor-body">
<h2 class="display-6 text-center mb-4">Past Volunteers</h2>
<div class="row">
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/E_HashimotoRoth_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Emily Hashimoto-Roth</h3>
<p>Communications Director</p>
<a
data-bs-toggle="collapse"
href="#EmilyBio"
aria-expanded="false"
aria-controls="EmilyBio"
>[+]</a
>
<div class="collapse" id="EmilyBio">
<div class="card card-body mt-3">
<p class="card-text">
Emily is a graduate student at the University of Toronto,
pursuing a Ph.D. in Computational Biology and Molecular
Genetics under the supervision of Dr. Hannes Röst. Her
research aims to leverage mass spectrometry-based proteomics,
lipidomics, metabolomics, and computational methods to better
understand the onset and progression of gestational and type
II diabetes mellitus. Beyond the lab, she is dedicated to
fostering community and creating opportunities for early
career researchers through her work with the Human Proteome
Organization and Canadian National Proteomics Network.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/emilyhashimotoroth/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
<div class="col-2">
<a
href="https://twitter.com/em_hashimoto"
class="social-link-mobile"
target="_blank"
aria-label="Link to Twitter"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-twitter-x"
viewBox="0 0 16 16"
>
<path
d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/O_Tsai_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Owen Tsai</h3>
<p>Media Director</p>
<a
data-bs-toggle="collapse"
href="#OwenBio"
aria-expanded="false"
aria-controls="OwenBio"
>[+]</a
>
<div class="collapse" id="OwenBio">
<div class="card card-body mt-3">
<p class="card-text">
Owen is a graduate student at the University of Toronto,
co-supervised by Dr. Hannes Röst and Dr. Ji-Young Youn. His
current research is centred on registering quantitative
proteomics and computational methods to study the dynamics and
compopsitions of the biomolecular condensates, with a primary
focus on stress granules.
</p>
<h5 class="mt-3">Let's connect!</h5>
<div class="row justify-content-center mt-3">
<div class="col-2">
<a
href="https://www.linkedin.com/in/owen-t-1ba630148/"
class="social-link-mobile"
target="_blank"
aria-label="Link to LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="35"
height="35"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/H_Lee_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Hyunbeen (Jason) Lee</h3>
<p>Outreach Director</p>
<a
data-bs-toggle="collapse"
href="#JasonBio"
aria-expanded="false"
aria-controls="JasonBio"
>[+]</a
>
<div class="collapse" id="JasonBio">
<div class="card card-body mt-3">
<p class="card-text">
Hyunbeen (Jason) is a graduate student in the Blencowe Lab at
the Department of Molecular Genetics in the University of
Toronto. His research interests involve RNA secondary
structure and single-cell RNA-seq analysis. He is highly
interested in using computational skills and tools to
represent and manipulate RNA secondary structures, as well as
in understanding how these structures influence biological
processes.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center mt-5">
<img
src="img/headshots/volunteers/A_Rasoulzadeh_edit.png"
class="img-fluid"
alt=""
/>
<h3 class="mt-4">Ali Rasoulzadeh</h3>
<p>Programs Co-Director</p>
<a
data-bs-toggle="collapse"
href="#AliBio"
aria-expanded="false"
aria-controls="AliBio"
>[+]</a
>
<div class="collapse" id="AliBio">
<div class="card card-body mt-3">
<p class="card-text">
Alireza (Ali) Rasoulzadeh is a graduate student at the
University of Pittsburgh and Carnegie Mellon University,
working in the Roth Lab on genomic variant interpretation. His
interests include registering ML principles to biological data
to both model and help better understand biological phenomena.
He is interested in combining statistical modelling, ML
algorithms, and biochemical understanding to help guide
experimental analyses.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-conduct mt-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2 align="center">
We are committed to a welcoming and respectful community
</h2>
<a
href="./conduct.html"
class="btn tbh-btn-outline mt-5 py-3"
role="button"
>Learn more</a
>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<!-- Load navigation menu -->
<script>
var xhttp_nav = new XMLHttpRequest();
xhttp_nav.onreadystatechange = function () {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("tbh-nav").innerHTML = xhttp_nav.responseText;
}
};
xhttp_nav.open("GET", "./nav.html", true);
xhttp_nav.send();
</script>
<!-- Load sponsorship CTA -->
<script>
window.addEventListener("DOMContentLoaded", () => {
const xhttp_sponsor = new XMLHttpRequest();
xhttp_sponsor.onreadystatechange = function () {
if (this.readyState === 4 && this.status === 200) {
const sponsorEl = document.getElementById("sponsor-cta");
if (sponsorEl) {
sponsorEl.innerHTML = xhttp_sponsor.responseText;
}
}
};
xhttp_sponsor.open("GET", "./sponsor-cta.html", true);
xhttp_sponsor.send();
});
</script>
<!-- Load footer -->
<script>
var xhttp_footer = new XMLHttpRequest();
xhttp_footer.onreadystatechange = function () {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("footer").innerHTML =
xhttp_footer.responseText;
}
};
xhttp_footer.open("GET", "./footer.html", true);
xhttp_footer.send();
</script>
</body>
</html>