-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.html
699 lines (677 loc) · 23.4 KB
/
members.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
<!DOCTYPE HTML>
<html>
<head>
<title>HIV SUCCESS</title>
<link rel="shortcut icon" type="image/x-icon" href="images/HIV Success Icon + Ribbon_mini.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-483Y66X3X1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-483Y66X3X1');
</script>
</head>
<body class="is-preload">
<!--Menu-->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="index.html" class="smooth-scroll-middle">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle">Internal</a></li>
</ul>
</nav>
</div>
</section>
<section id="hambagaMenu" role="navigation">
<div id="menuToggle">
<!-- A fake / hidden checkbox is used as click reciever, so you can use the :checked selector on it. -->
<input type="checkbox" />
<!-- Some spans to act as a hamburger. They are acting like a real hamburger, not that McDonalds stuff. -->
<span></span>
<span></span>
<span></span>
<!-- Too bad the menu has to be inside of the button but hey, it's pure CSS magic. -->
<ul id="menu">
<li><a href="index.html" class="smooth-scroll-middle" style="text-decoration: none;">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle" style="text-decoration: none;">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle" style="text-decoration: none;">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle" style="text-decoration: none;">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle" style="text-decoration: none;">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle" style="text-decoration: none;">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle" style="text-decoration: none;">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle" style="text-decoration: none;">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle" style="text-decoration: none;">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle" style="text-decoration: none;">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle" style="text-decoration: none;">Internal</a></li>
</ul>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="wrapper style1 align-left">
<div class="inner medium" style="width: 90%;" >
<h1><img src="images/HIV Success Icon + Ribbon.png" style="height: 0.7em;"> Consortium Membership & Working Groups</h1>
<h2>Coordinating Center</h2>
<table>
<thead>
<tr>
<th></th>
<th><b>Affiliation</b></th>
<th><b>Role</b></th>
</tr>
</thead>
<tbody>
<tr>
<th>Geetanjali Chander</th>
<th>University of Washington</th>
<th>Co-Principal Investigator, AC, MTC & RCC Co-Lead</th>
</tr>
<tr>
<th>Heidi Crane</th>
<th>University of Washington</th>
<th>Co-Principal Investigator, AC & DMC Co-Lead</th>
</tr>
<tr>
<th>Chris Delaney</th>
<th>University of Washington</th>
<th>Co-Principal Investigator, AC, DSC & RCC Co-Lead</th>
</tr>
<tr>
<th>Lydia Drumright</th>
<th>University of Washington</th>
<th>Co-Principal Investigator, AC, HIC & MTC Co-Lead</th>
</tr>
<tr>
<th>Mari Kitahata</th>
<th>University of Washington</th>
<th>Co-investigator, DMC Co-Lead</th>
</tr>
<tr>
<th>Bill Lober</th>
<th>University of Washington</th>
<th>Co-investigator, HIC Co-Lead</th>
</tr>
<tr>
<th>Judith Tsui</th>
<th>University of Washington</th>
<th>Co-investigator, MTC Co-Lead</th>
</tr>
<tr>
<th>Bridget Whitney</th>
<th>University of Washington</th>
<th>Co-investigator, DMC & DSC Co-Lead</th>
</tr>
</tbody>
</table>
<h2>Coordinating Center Organizational Structure</h2>
<img src="images/Cohort_Org_Image.png" style="width: 100%;">
<h2>Steering Committee</h2>
<table>
<thead>
<tr>
<th><b>Member</b></th>
<th><b>Affiliation</b></th>
</tr>
</thead>
<tbody>
<tr>
<th>Marianna Baum</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th>Johnny Berona</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th>Bethany Bray</th>
<th>University of Illinois at Chicago – HYM + TRUTH</th>
</tr>
<tr>
<th>Geetanjali Chander</th>
<th>University of Washington – Coordinating Center</th>
</tr>
<tr>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th>Kora DeBeck</th>
<th>Simon Fraiser University – V-DUS</th>
</tr>
<tr>
<th>Chris Delaney</th>
<th>University of Washington – Coordinating Center</th>
</tr>
<tr>
<th>Lydia Drumright</th>
<th>University of Washington – Coordinating Center</th>
</tr>
<tr>
<th>Sheba Dunston</th>
<th>NIH/ NIDA – Program Officer</th>
</tr>
<tr>
<th>Kanna Hayashi</th>
<th>Simon Fraiser University – V-DUS</th>
</tr>
<tr>
<th>Todd Fojo</th>
<th>Johns Hopkins University – JHHCC</th>
</tr>
<tr>
<th>Jeremy Goldbach</th>
<th>Washington University in St. Louis – HYM+TRUTH</th>
</tr>
<tr>
<th>Pamina Gorbach</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th>Marjan Javanbakht</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th>Richard Jenkins</th>
<th>NIH/ NIDA – Science Officer</th>
</tr>
<tr>
<th>Jeanne Keruly</th>
<th>Johns Hopkins University – JHHCC</th>
</tr>
<tr>
<th>Mari Kitahata</th>
<th>University of Washington</th>
</tr>
<tr>
<th>Michele Kipke</th>
<th>University of Southern California – HYM + TRUTH</th>
</tr>
<tr>
<th>Greg Kirk</th>
<th>Johns Hopkins University – ALIVE</th>
</tr>
<tr>
<th>Shenghan Lai</th>
<th>University of Maryland - Heart</th>
</tr>
<tr>
<th>Bill Lober</th>
<th>University of Washington</th>
</tr>
<tr>
<th>Raul Mandler</th>
<th>NIH/ NIDA – Science Officer</th>
</tr>
<tr>
<th>Erica McAdam</th>
<th>Simon Fraiser University – ACCESS & V-DUS</th>
</tr>
<tr>
<th>Shruthi Mehta</th>
<th>Johns Hopkins University – ALIVE</th>
</tr>
<tr>
<th>MJ Milloy</th>
<th>University of British Columbia - ACCESS</th>
</tr>
<tr>
<th>Richard Moore</th>
<th>Johns Hopkins University – JHHCC</th>
</tr>
<tr>
<th>Brian Mustanski</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th>Luis Parra</th>
<th>University of Michigan – HYM + TRUTH</th>
</tr>
<tr>
<th>Ana Prado</th>
<th>University of British Columbia – ACCESS & V-DUS</th>
</tr>
<tr>
<th>Steve Shoptaw</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th>Lindsay Slay</th>
<th>University of Southern California – HYM + TRUTH</th>
</tr>
<tr>
<th>Madison Shea Smith</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th>Nikki Snow</th>
<th>Johns Hopkins University – JHHCC</th>
</tr>
<tr>
<th>Bridget Whitney</th>
<th>University of Washington – Coordinating Center</th>
</tr>
</tbody>
</table>
<!--<h2>Scientific Advisory Board</h2>-->
<h2>Working Groups</h2>
<p>HIV SUCCESS forms working groups around critical areas of research focused on topics or important and understudied populations to help fill gaps in scientific knowledge and to support new information for Ending the HIV Epidemic.</p>
<h3>Current Working Groups</h3>
<p><b>Biomarkers</b></p>
<table class="alt">
<tr>
<th><b>Chairs</b></th>
<th>Alan Landay</th>
<th>University of Texas Medical Branch (UTMB)</th>
</tr>
<tr>
<th></th>
<th>Matthew Feinstein</th>
<th>Northwestern University</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Marianna Baum</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Rich D’Aquila</th>
<th>Northwestern University & Third Coast CFAR - RADAR</th>
</tr>
<tr>
<th></th>
<th>Joseph Delaney</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Sheba Dunston</th>
<th>NIDA</th>
</tr>
<tr>
<th></th>
<th>Greg Kirk</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<tr>
<th></th>
<th>Hannah Hudson</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Raul Mandler</th>
<th>NIDA</th>
</tr>
<tr>
<th></th>
<th>Luis Parra</th>
<th>University of Michigan - HYM+TRUTH</th>
</tr>
<tr>
<th></th>
<th>Jing Sun</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<!--<tr>
<th></th>
<th></th>
<th></th>
</tr>-->
</table>
<p><b>Ending the HIV Epidemic</b></p>
<table class="alt">
<tr>
<th><b>Chairs</b></th>
<th>Richard Moore</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Marianna Baum</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Seun Falade-Nwulia</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Carrie Fahey</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Pamina Gorbach</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th></th>
<th>Ryan Kyle</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Brian Mustanski</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Katie Lesko</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
</table>
<p><b>Gender Differences</b></p>
<table class="alt">
<tr>
<th><b>Chair</b></th>
<th>Michele Kipke</th>
<th>University of Southern California - HYM+TRUTH</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Ross Baiers</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Jeremy Goldbach</th>
<th>University of Michigan - HYM+TRUTH</th>
</tr>
<tr>
<th></th>
<th>Katie Lesko</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Michael Li</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th></th>
<th>Ken Mayer</th>
<th>Fenway Health & Harvard University</th>
</tr>
<tr>
<th></th>
<th>Luis Parra</th>
<th>University of Michigan - HYM+TRUTH</th>
</tr>
</table>
<p><b>Geospatial</b></p>
<table class="alt">
<tr>
<th><b>Chairs</b></th>
<th>Carrie Fahey</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Marianna Baum</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th></th>
<th>Susan Cassells</th>
<th>University of California, Santa Barbara - mSTUDY</th>
</tr>
<tr>
<th></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Jospeh Delaney</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Becky Genberg</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<tr>
<th></th>
<th>Jeanne Keruly</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Qingyun Lui</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th></th>
<th>Jonathan Lopez Matos</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Raul Mandler</th>
<th>NIDA</th>
</tr>
<tr>
<th></th>
<th>Sarah Mixson</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lindsay Slay</th>
<th>University of Southern California - HYM+TRUTH</th>
</tr>
<tr>
<th></th>
<th>Lauren Zalla</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
</table>
<p><b>Modeling</b></p>
<table class="alt">
<tr>
<th><b>Chairs</b></th>
<th>Todd Fojo</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Joseph Delaney</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Javier Cepeda</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Pat Janulis</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Ryan Kyle</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Octavio Menser</th>
<th>University of Michigan - HYM+TRUTH</th>
</tr>
</table>
<p><b>Overdose</b></p>
<table class="alt">
<tr>
<th><b>Chair</b></th>
<th>Judith Tsui</th>
<th>University of Washington</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Becky Genberg</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<tr>
<th></th>
<th>Jeanne Keruly</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Katie Lesko</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Richard Moore</th>
<th>Johns Hopkins University - JHHCC</th>
</tr>
<tr>
<th></th>
<th>Steve Shoptaw</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
</table>
<p><b>Substance Use Patterns</b></p>
<table class="alt">
<tr>
<th><b>Chairs</b></th>
<th>Geetanjali Chander</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Lydia Drumright</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th><b>Members</b></th>
<th>Marianna Baum</th>
<th>Florida International University - MASH</th>
</tr>
<tr>
<th></th>
<th>Javier Cepeda</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
<tr>
<th></th>
<th>Heidi Crane</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Pat Janulis</th>
<th>Northwestern University - RADAR</th>
</tr>
<tr>
<th></th>
<th>Marjan Javanbakht</th>
<th>University of California, Los Angeles (UCLA) - mSTUDY</th>
</tr>
<tr>
<th></th>
<th>Ryan Kyle</th>
<th>University of Washington - Coordinating Center</th>
</tr>
<tr>
<th></th>
<th>Shruti Mehta</th>
<th>Johns Hopkins University - ALIVE</th>
</tr>
</table>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Questions? Comments? Looking to connect with researchers in Substance Use and/or HIV?</h2>
<h3><a href="mailto:[email protected]"><u><br/>contact us</u></a> at [email protected]</h3>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center" style="background: linear-gradient(90deg, #990091 7.2%, #F00 50.84%, #F6C949 96.41%); color: #ffffff;">
<div class="inner">
<p>© <script>document.write( new Date().getFullYear() );</script> CIRG.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>