-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.html
470 lines (446 loc) · 18.9 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="washington university st louis, washington university st. louis, washington university, st. louis, wash u, ben major, wnt, wnt pathway, major lab, major lab wash u, major" />
<meta name="description" content="The Major lab utilizes mass spectrometry and other biochemical and bioinformatic techniques to elucidate signal transduction within the Wnt/B-catenin and Keap1/Nrf2 pathways." />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="img/branding/wu_icon.jpg" />
<title>Major Lab - People</title>
<script src="js/jquery-3.5.1.min.js"></script>
<link href="css/js-image-slider.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="js/js-image-slider.js" type="text/javascript"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
</head>
<body>
<div id="wrap">
<div id="stripe1">
<!-- will load common navbar with js $().load() method -->
</div>
<div id="stripe2">
<div id="str2">
<div class="innerdiv">
<div class="pageHeader">
<h1>Lab Personnel</h1>
</div>
<div class="content">
<div class="sliderContainer">
<div class="sliderFrame">
<div id="slider" class="slider">
<img src="img/lab/lab7.jpg" alt="" />
<img src="img/lab/lab4.jpg" alt="" />
<img src="img/lab/lab5.jpg" alt="" />
<img src="img/lab/lab2.jpg" alt="" />
<img src="img/lab/lab6.jpg" alt="" />
</div>
</div>
</div>
<table class="people" width="100%">
<tbody>
<tr>
<td>
<!-- Ben Major -->
<div class="personCell">
<h3> Principal Investigator </h3>
<img class="personImg" alt="Dr. Ben Major" src="img/people/ben2.jpg"/>
<p><strong>Ben Major, PhD <a href="files/ben_biosketchnew.pdf" target="_blank">(Biosketch)</a></strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc"></p>
</div>
</td>
<td>
<!-- Brittany Bowman -->
<div class="personCell">
<h3> Staff Scientist </h3>
<img class="personImg" alt="Brittany Bowman" src="img/people/brittanyBowman.jpg"/>
<p><strong>Brittany Bowman, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Team Everything!</p>
</div>
</td>
<td>
<!-- Dhaval Bhatt -->
<div class="personCell">
<h3> Staff Scientist </h3>
<img class="personImg" alt="Dhaval Bhatt" src="img/people/dhaval.jpg"/>
<p><strong>Dhaval Bhatt, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Team Dark Kinome.</p>
</div>
</td>
<td>
<!-- Emily Zarbock -->
<div class="personCell">
<h3> Mass Spec Manager </h3>
<img class="personImg" alt="Emily Zarbock" src="img/common/janedoe.jpg"/>
<p><strong>Emily Zarbock, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Team Mass Spec</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Kyle LaPak -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Kyle LaPak" src="img/people/kyle.jpg"/>
<p><strong>Kyle LaPak, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Team Everything!</p>
</div>
</td>
<td>
<!-- Yuko Nakamichi -->
<div class="personCell">
<h3> Visiting Scholar </h3>
<img class="personImg" alt="Yuko Nakamichi" src="img/people/yuko.jpg"/>
<p><strong>Yuko Nakamichi, PhD</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Team Wnt.</p>
</div>
</td>
<td>
<!-- Chase Weidmann -->
<div class="personCell">
<h3> Post-Doc Associate</h3>
<img class="personImg" alt="Chase Weidmann" src="img/people/Chase.jpg"/>
<p><strong>Chase Weidmann, PhD</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Team RNA.</p>
</div>
</td>
<td>
<!-- Soma Saeidi -->
<div class="personCell">
<h3> Post-Doc Associate</h3>
<img class="personImg" alt="Soma Saeidi" src="img/people/soma.jpg"/>
<p><strong>Soma Saeidi, PhD</strong></p>
<p class="desc">Coming Soon (November 2020)</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Megan Agajanian -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Megan Agajanian" src="img/people/megan.jpg"/>
<p><strong>Megan Agajanian</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Team Wnt.</p>
</div>
</td>
<td>
<!-- Nathan Wamsley -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Nathan" src="img/common/johndoe.jpg"/>
<p><strong>Nathan Wamsley</strong></p>
<a href="mailto:n.t.wamsley" target="_blank">[email protected]</a>
<p class="desc">Team Mass Spec.</p>
</div>
</td>
<td>
<!-- Julius Chembo -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Julius Chembo" src="img/people/picJulius.jpg"/>
<p><strong>Julius Chembo</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Team NRF2.</p>
</div>
</td>
<td>
<!-- Danny Goldblum -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Danny Goldblum" src="img/people/danny.jpg"/>
<p><strong>Danny Goldblum</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Team Dark Kinome.</p>
</div>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<p class="divider-blue">Major Lab Alumni</p>
<table class="people" style="width:100%; margin-top:15px;">
<tbody>
<tr>
<td>
<!-- Tigist Y Tamir -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Tigist Y Tamir" src="img/people/tigist.jpeg"/>
<p><strong>Tigist Y Tamir</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Postdoctoral Fellow in the White lab at MIT.</p>
</div>
</td>
<td>
<!-- Travis Schrank -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Not Travis" src="img/common/johndoe.jpg"/>
<p><strong>Travis Schrank, MD, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Assistant Professor in the Department of Otolaryngology/Head and Neck Surgery at UNC</p>
</div>
</td>
<td>
<!-- Trent Stohrer -->
<div class="personCell">
<h3> Research Assistant </h3>
<img class="personImg" alt="Trent Stohrer" src="img/people/trent.jpg"/>
<p><strong>Trent Stohrer</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc"></p>
</div>
</td>
<td>
<!-- Erica Cloer -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Erica Cloer" src="img/people/erica.jpg"/>
<p><strong>Erica Cloer, PhD</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">In Pinehurst, NC.</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Dennis Goldfarb -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Dennis Goldfarb" src="img/people/dennis.jpg"/>
<p><strong>Dennis Goldfarb, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">Assistant Professor at Wash U St. Louis</p>
<a href="https://goldfarblab.wustl.edu" target="_blank">Lab Website</a>
</div>
</td>
<td>
<!-- Priscila Siesser -->
<div class="personCell">
<h3> Research Associate </h3>
<img class="personImg" alt="Priscila Siesser" src="img/people/priscila.jpg"/>
<p><strong>Priscila Siesser, PhD</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">In the Bear Lab at UNC</p>
</div>
</td>
<td>
<!-- Ryan Murphy -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Ryan Murphy" src="img/people/ryan.jpg"/>
<p><strong>Ryan Murphy</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Grad Student in the Amelio Lab at UNC</p>
</div>
</td>
<td>
<!-- Stephen Serafin -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Stephen Serafin" src="img/people/stephen.jpg"/>
<p><strong>Stephen Serafin</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Grad Student in the Caron Lab at UNC</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Selin Altinok -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Not Selin" src="img/common/janedoe.jpg"/>
<p><strong>Selin Altinok</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Grad Student in the Schisler Lab at UNC</p>
</div>
</td>
<td>
<!-- Seth Weir -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Seth Weir" src="img/people/seth.jpg"/>
<p><strong>Seth Weir</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Researcher in the Gershon Lab at UNC</p>
</div>
</td>
<td>
<!-- Cynthia Xiao Dong -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Cynthia Xiao Dong" src="img/people/cynthia.jpg"/>
<p><strong>Cynthia Xiao Dong</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Undergraduate Student at UNC</p>
</div>
</td>
<td>
<!-- Emily Cousins -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Emily Cousins" src="img/people/emilyCousins.jpg"/>
<p><strong>Emily Cousins, PhD</strong></p>
<a href="mailto:[email protected]">[email protected]</a>
<p class="desc">In Michigan</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Kathryn Mackinnon -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Kathryn Mackinnon" src="img/people/kathryn.jpg"/>
<p><strong>Kathryn Mackinnon, PhD</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">District Manager NC, SC, TN and VA & Marketing Manager at WorldWide Medical Products, Inc</p>
</div>
</td>
<td>
<!-- Kelly Gewain -->
<div class="personCell">
<h3> Lab Technician </h3>
<img class="personImg" alt="Kelly Gewain" src="img/people/kelly.jpg"/>
<p><strong>Kelly Orgel (Gewain)</strong></p>
<p class="desc">Currently an MD/PhD student at UNC - Chapel Hill Medical School.</p>
</div>
</td>
<td>
<!-- Bridgid Hast -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Bridgid Hast" src="img/people/bridgid.jpg"/>
<p><strong>Bridgid Hast</strong></p>
<p class="desc">Now a medical student at East Carolina University.</p>
</div>
</td>
<td>
<!-- Alex Rabinowitz -->
<div class="personCell">
<h3> Lab Technician </h3>
<img class="personImg" alt="Alex Rabinowitz" src="img/people/alex.jpg"/>
<p><strong>Alex Rabinowitz</strong></p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<p class="desc">Lab Technician at the <a href="http://www.med.unc.edu/geneticsdept/asokanlab/Asokan_La_1./Home.html" target="_blank">Asokan Lab.</a></p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Abby Winn -->
<div class="personCell">
<h3> Lab Technician </h3>
<img class="personImg" alt="Abby Winn" src="img/people/Abby.jpg"/>
<p><strong>Abby Winn</strong></p>
<p class="desc">Masters student at </br> North Carolina State University</p>
</div>
</td>
<td>
<!-- Joe Dayaa -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Joe Dayaa" src="img/common/johndoe.jpg"/>
<p><strong>Joe Dayaa</strong></p>
<p class="desc"></p>
</div>
</td>
<td>
<!-- Persis Bhadha -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Persis Bhadha" src="img/people/persis.jpg"/>
<p><strong>Persis Bhadha</strong></p>
<p class="desc"></p>
</div>
</td>
<td>
<!-- Sam Petrie -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Sam Petrie" src="img/people/Sam.jpg"/>
<p><strong>Sam Petrie</strong></p>
<p class="desc"></p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Feng Yang -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Feng Yang" src="img/people/feng.jpg"/>
<p><strong>Feng Yan, PhD</strong></p>
<p class="desc">GlaxoSmithKline</p>
</div>
</td>
<td>
<!-- Nalini Bernadette Peres-da-silva -->
<div class="personCell">
<h3> Undergraduate </h3>
<img class="personImg" alt="Nalini Bernadette Peres-da-silva" src="img/people/nalini.jpg"/>
<p><strong>Nalini Bernadette</br>Peres-da-silva</strong></p>
<p class="desc"></p>
</div>
</td>
<td>
<!-- Navaneet Galagali -->
<div class="personCell">
<h3> Masters Student </h3>
<img class="personImg" alt="Navaneet Galagali" src="img/people/navaneet.jpg"/>
<p><strong>Navaneet Galagali</strong></p>
<p class="desc">Software Developer</p>
</div>
</td>
<td>
<!-- Matt Walker -->
<div class="personCell">
<h3> Post-Doc Associate </h3>
<img class="personImg" alt="Matt Walker" src="img/people/matt.jpg"/>
<p><strong>Matt Walker, PhD</strong></p>
<p class="desc">Senior Scientist at Element Genomics.</p>
</div>
</td>
</tr>
<tr>
<td>
<!-- Kathleen Mulvaney -->
<div class="personCell">
<h3> Graduate Student </h3>
<img class="personImg" alt="Kathleen Mulvaney" src="img/people/kathleen.jpg"/>
<p><strong>Kathleen Mulvaney</strong></p>
<p class="desc">Postdoctoral Fellow</br>Sellers lab at the Broad Institute</p>
</div>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<!-- will load common footer with js $().load() method -->
</div>
<script src="js/mainFunctions.js"></script>
</body>
</html>