-
Notifications
You must be signed in to change notification settings - Fork 1
/
teaching.html
954 lines (885 loc) · 41.8 KB
/
teaching.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
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>teaching.knit</title>
<script src="site_libs/header-attrs-2.27/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet" />
<link href="site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Carrie Wright, Ph.D.</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="training.html">Education</a>
</li>
<li>
<a href="publications.html">Publications</a>
</li>
<li>
<a href="presentations.html">Presentations</a>
</li>
<li>
<a href="awards.html">Awards</a>
</li>
<li>
<a href="teaching.html">Teaching</a>
</li>
<li>
<a href="service.html">Service</a>
</li>
<li>
<a href="affiliations.html">Affiliations</a>
</li>
<li>
<a href="contact.html">
<span class="fa fa-envelope"></span>
Contact
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
</div>
<div id="section" class="section level3">
<h3></h3>
</div>
<div id="section-1" class="section level3">
<h3></h3>
<p> </p>
</div>
<div id="teaching" class="section level2 tabset tabset-fade">
<h2 class="tabset tabset-fade">Teaching</h2>
<p> </p>
<div id="instruction" class="section level3">
<h3>Instruction</h3>
<div id="courses" class="section level4">
<h4><strong>Courses</strong></h4>
<p>2024 <strong>Short Course Co-Developer and Co-instructor</strong>, <a
href="https://daseh.org/">Data Science for Environmental Health (DaSEH)
Short Course**</a> Funded by the National Institute of Environmental
Health Sciences 1R25ES035590-01, Fred Hutchinson Cancer Center, Seattle,
Washington (20 students)</p>
<p>2024 <strong>Short Course Co-Developer and Co-instructor</strong>, <a
href="https://daseh.org/">Data Science for Environmental Health (DaSEH)
Short Course</a> Funded by the National Institute of Environmental
Health Sciences 1R25ES035590-01, Fred Hutchinson Cancer Center, Seattle,
Washington (25 students)</p>
<p>2024 <strong>Short Course Co-Developer and Co-instructor</strong>, <a
href="https://si.biostat.washington.edu/">University of Washington
Biostatistics Summer Institutes</a>, <a
href="https://github.com/SISBID/Data-Wrangling">“Data Wrangling”</a>,
Virtual (~40 students)</p>
<p>2024 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00">rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching#Summer%20Institutes">excellent</a>
by students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.73 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Summer Institutes Term (28 students)</p>
<p>2024 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00"> rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching">excellent</a>.by
students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.79 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Winter Institutes Term (28 students)</p>
<p>2023 <strong>Course Co-creator & Co-instructor</strong> - not
rated <a
href="https://jhudatascience.org/Baltimore_Community_Course/">PH.140.840
– Baltimore Community Data Science</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health 1st and 2nd Terms academic year 2023-2024 (Aug -
Dec 2023) (9 students)</p>
<p>2023 <strong>Short Course Co-Developer and Co-instructor</strong> <a
href="https://si.biostat.washington.edu/">University of Washington
Biostatistics Summer Institutes</a>, <a
href="https://github.com/SISBID/Data-Wrangling">“Data Wrangling”</a>,
Virtual (~40 students)</p>
<p>2023 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00">rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching#Summer%20Institutes">excellent</a>
by students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.79 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Summer Institutes Term (38 students)</p>
<p>2023 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00">rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching#Winter%20Institute">excellent</a>
by students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.73 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Winter Institutes Term (24 students)</p>
<p>2022 <strong>Short Course Co-Developer and Co-instructor</strong> <a
href="https://si.biostat.washington.edu/">University of Washington
Biostatistics Summer Institutes</a>, <a
href="https://github.com/SISBID/Data-Wrangling">“Data Wrangling”</a>,
Virtual (49 students)</p>
<p>2022 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00">rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching#summer%20institutes">excellent</a>
by students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.79 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Summer Institutes Term (41 students)</p>
<p>2022 <strong>Course Co-creator & Co-instructor</strong> - not
rated <a
href="https://jhudatascience.org/Baltimore_Community_Course/">PH.140.840
– Baltimore Community Data Science</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health 3rd and 4th Terms academic year 2022-2023 (Jan -
May 2022)(11 students)</p>
<p>2022 <strong>Course Co-developer and Co-instructor</strong> - <span
style="background-color: #FFFF00">rated as <a
href="https://publichealth.jhu.edu/offices-and-services/office-of-academic-affairs/faculty-recognition/excellence-in-teaching/2021-2022">excellent</a>
by students</span> <a
href="https://github.com/jhudsl/intro_to_r">140.604.73 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Winter Institutes Term (32 students)</p>
<p>2021 <strong>Short Course Co-Developer and Co-instructor</strong> <a
href="https://si.biostat.washington.edu/">University of Washington
Biostatistics Summer Institutes</a>, <a
href="https://github.com/SISBID/Data-Wrangling">“Data Wrangling”</a>,
Virtual (approx 45 students)</p>
<p>2021 <strong>Course Co-developer and Co-instructor</strong> <a
href="https://github.com/jhudsl/intro_to_r">140.604.11 – Introduction to
R for Public Health Researchers</a>, Virtual, Johns Hopkins Bloomberg
School of Public Health Summer Institutes Term (34 students)</p>
<p>2019 <strong>Course Developer and Course Instructor</strong> <a
href="https://cty.jhu.edu/">Johns Hopkins Center for Talented Youth</a>,
Baltimore, MD “Introduction to Biomedical Sciences” Designed and taught
a full time two week course about Biomedical Sciences to high school
students in Ajman in the United Arab Emirates including a significant
lab portion of the course (approx 15 students)</p>
<p>2019 <strong>Course Developer and Course Instructor</strong> <a
href="https://cty.jhu.edu/">Johns Hopkins Center for Talented Youth</a>,
Baltimore, MD “Introduction to Biomedical Sciences” Designed and taught
a full time two week course about Biomedical Sciences to high school
students in Abu Dhabi in the United Arab Emirates including a
significant lab portion of the course (approx 15 students)</p>
<p>2005 <strong>Class Instructor</strong> <a
href="https://www.explora.us/">Explora Science Center</a>, Albuquerque,
NM Taught a variety of science courses to children age 3-12</p>
<hr />
</div>
<div id="workshops" class="section level4">
<h4><strong>Workshops</strong></h4>
<!-- 2024 **Workshop Co-instructor** [ITCR Annual Meeting 2024](https://itcr2024.org/) - [ITCR Annual Meeting Trainee Workshop - Spatial Transcriptomics in collabroation with Oscar Ospina and Brook Fridely](https://hutchdatascience.org/ITN_Workshops_2024/), Indianapolis, Indiana (approx 20 learners) -->
<!-- 2024 **Workshop Co-instructor** [ITCR Annual Meeting 2024](https://itcr2024.org/) - [ITCR Annual Meeting Trainee Workshop - Containers](https://hutchdatascience.org/ITN_Workshops_2024/), Indianapolis, Indiana (approx 20 learners) -->
<p>2024 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://itcr2024.org/">ITCR Annual Meeting 2024</a> - <a
href="https://hutchdatascience.org/ITN_Workshops_2024/">ITCR Annual
Meeting Trainee Workshop - GitHub and Reproducibility 101</a>,
Indianapolis, Indiana (approx 20 learners)</p>
<p>2024 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://www.itcrtraining.org/events">NIH, ITCR workshops</a>
Computing for Cancer Research, NYU, Bethesda, MD (approx 25
learners)</p>
<p>2024 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://www.itcrtraining.org/events">NYU, ITCR workshops</a> <a
href="https://docs.google.com/presentation/d/1gFNEhfp4Vh131tpHvdntvpIKKwlJilaNfJLiMTeXvDA/edit?usp=sharing">AI
Ethics for Scientific Research</a>, NYU, New York City, New York (approx
25 learners)</p>
<p>2024 <strong>Workshop Developer and Instructor</strong> <a
href="https://www.itcrtraining.org/events">NYU, ITCR workshops</a> <a
href="https://docs.google.com/presentation/d/1iQlW7yMfAGrv1cz-QfzQ5fUmTnsvQl1Kf_696v1ioUE/edit?usp=sharing">Computing
for Cancer Informatics</a>, NYU, New York City, New York (approx 25
learners)</p>
<p>2024 <strong>Workshop Developer and Instructor</strong>, AI
Considerations for research, Fred Hutchinson Cancer Center, Seattle
Washington</p>
<p>2024 <strong>Workshop Developer and Instructor</strong>, Write
Smarter with LaTeX and Overleaf, Fred Hutchinson Cancer Center, Seattle
Washington</p>
<p>2023 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://hutchdatascience.org/SeattleStatSummer_R/">SeattleStatSummer
Intro to R Workshop</a>, <a
href="https://www.fredhutch.org/en/education-training/high-school-undergraduate-students/seattlestatsummer.html">Fred
Hutchinson Cancer Center SeattleStatSummer Program</a>, Virtual,
Seattle, Washington (11 students)</p>
<p>2023 <strong>Workshop Developer and Instructor</strong> <a
href="https://www.itcrtraining.org/events">Fred Hutchinson Cancer
Center, ITCR workshops</a> <a
href="https://docs.google.com/presentation/d/19Z_yZ1HPsGewR2EgykGr5skpjI8vQvM5anc7-wdsTug/edit?usp=sharing">Multidisciplinary
teams for Cancer Informatics</a>, Seattle, Washington (approx 15
learners)</p>
<p>2023 <strong>Workshop Developer and Instructor</strong> <a
href="https://www.itcrtraining.org/events">Fred Hutchinson Cancer Center
ITCR workshops</a> <a
href="https://docs.google.com/presentation/d/1lq4NsjfMAuoSAONNXw5JcrP4j5P1z_2sNJJnqXDkxdQ/edit?usp=sharing">Computing
for Cancer Informatics</a>, Seattle, Washington (approx 15 learners)</p>
<p>2023 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://itcr2023.org/">ITCR Annual Meeting 2023</a> - <a
href="https://docs.google.com/presentation/d/1Mn5X3itSuAh9zuzy_1ibSWYEcyjrm897p8MF8TGbmHk/edit?usp=sharing">ITCR
Annual Meeting Trainee Workshop - GitHub 101</a>, Chicago, Illinois
(approx 20 learners)</p>
<p>2022 <strong>Workshop Developer and Co-instructor</strong> <a
href="https://www.tgen.org/">Translational Genomics Research Institute
(TGEN)</a> - <a
href="https://docs.google.com/presentation/d/1GH7b7bLy0NwY3Z_zs5i-5LwkqMCXzh56CGoJgJta8tU/edit?usp=sharing">Leveraging
Resources for Your Bioinformatics Analyses (Including Galaxy
Introduction)</a>, Phoenix, Arizona (6 learners)</p>
<p>2023 <strong>Workshop Co-developer and Co-instructor</strong> <a
href="https://www.iscb.org/glbio2023">Great Lakes Bioinformatics
Conference 2023</a> - <a
href="https://docs.google.com/presentation/d/1bxu8Tn9dDQgybjPj17V9z4IwNmFwPW_CEqsq82w-mlY/edit?usp=sharing">Using
reproducibility techniques and version control to improve daily
bioinformatics research practices and publish scientific websites with
R</a>, McGill University, Montreal, Quebec, Canada (7 learners)</p>
<p>2022 <strong>Workshop Developer and Instructor</strong> <a
href="https://itcr2022.org/">ITCR Annual Meeting 2022</a> - <a
href="https://docs.google.com/presentation/d/1miG53JFj9JzQoEXFz8_QRQSQCmWtcvH8ibGykg-CYGM/edit?usp=sharing">ITCR
Annual Meeting Trainee Workshop</a>, Washington University School of
Medicine in St Louis, Missouri (15 learners)</p>
<p>2020 <strong>Workshop Developer and Instructor</strong> <a
href="https://www.meetup.com/rladies-baltimore/events/263289042/">R-Ladies
Baltimore</a>, Virtual <a
href="https://carriewright11.github.io/stringr_RLadies/">“Wrangling a
pdf with stringr”</a> (approx 40 attendees)</p>
<p>2020 <strong>Workshop Instructor</strong> <a
href="https://cty.jhu.edu/">Johns Hopkins Center for Talented Youth</a>,
Baltimore, MD “Research and Data Science” Designed and taught a workshop
about Research and R programming to South Korean high school students in
Baltimore (approx 12 students)</p>
<p>2017 <strong>Workshop Instructor</strong> <a
href="http://www.bugssonline.org/">Baltimore Underground Science
Space</a>, Baltimore, MD “Adventures in BIG DATA Analysis” Designed and
taught a course on data analysis using R (approx 20 students)</p>
<hr />
</div>
<div id="citizen-science-events" class="section level4">
<h4><strong>Citizen Science Events</strong></h4>
<p>2023 <strong>Co-developer and Co-Instructor/Facilitator</strong> <a
href="https://docs.google.com/presentation/d/1Km_Cn2wI2Fpz-kmC5yaDWxhUVWYvxmYXupVKJdhtMf4/edit?usp=sharing">“What’s
informatics and how do we use it to fight cancer?”</a>, <a
href="https://www.itcrtraining.org/events">ITCR event</a> in partnership
with the University of Illinois, Chicago, Project Brotherhood, and
Morehouse School of Medicine. Atlanta, Georgia (approx 20 attendees)</p>
<p>2022 <strong>Co-developer and Co-Instructor/Facilitator</strong> <a
href="https://docs.google.com/presentation/d/1Km_Cn2wI2Fpz-kmC5yaDWxhUVWYvxmYXupVKJdhtMf4/edit?usp=sharing">“What’s
informatics and how do we use it to fight cancer?”</a>, <a
href="https://www.itcrtraining.org/events">ITCR event</a> in partnership
with the University of Illinois, Chicago and Project Brotherhood.
Virtual (approx 20 attendees)</p>
<hr />
</div>
<div id="assisting-and-tutoring" class="section level4">
<h4><strong>Assisting and Tutoring</strong></h4>
<p>2023 <strong>Workshop Assistant</strong> <a
href="https://www.itcrtraining.org/events">Fred Hutchinson Cancer Center
ITCR Workshops</a>, <a
href="https://docs.google.com/presentation/d/1Qz8aK0RcT-UVvIb6qy2X6f_ke9D_MGsiFXaD0TNcPc8/edit?usp=sharing">AI
for Software and Analysis Development</a> Seattle, Washington (approx 6
learners)</p>
<p>2023 <strong>Workshop Assistant</strong> <a
href="https://www.itcrtraining.org/events">Fred Hutchinson Cancer Center
ITCR Workshops</a>, <a
href="https://docs.google.com/presentation/d/1-ujn_E4Svjc7uqocydKInN5t1X5FNMHcoWx17gPYaAE/edit?usp=sharing">Choosing
Genomics Tools (including UCSC Xena Browser introduction)</a> Seattle,
Washington (approx 15 learners)</p>
<p>2018 <strong>Teaching Assistant</strong> <a
href="http://www.bugssonline.org/">Baltimore Underground Science
Space</a>, Baltimore, MD “R you interested in big data analysis?”
Assisted with R programming analysis one-on-one with students</p>
<p>2018 <strong>Teaching Assistant</strong> <a
href="http://www.bugssonline.org/">Baltimore Underground Science
Space</a>, Baltimore, MD “Go with your guts! (And the billions of
bacteria in them): A personal microbiome course” Assisted with R
programming analysis one-on-one with students</p>
<p>2013 <strong>Teaching Assistant</strong> <a
href="https://hsc.unm.edu/medicine/departments/neurosciences/">Department
of Neurosciences, University of New Mexico</a>, Albuquerque, NM
“Introduction to Neurobiology”, Biomed 509 taught by Donald Partridge,
Ph.D. Assisted with grading, class organization, and discussions</p>
<p>2007 <strong>Student Tutor</strong> <a
href="https://chemistry.unm.edu/">Department of Chemistry, University of
New Mexico</a>, Albuquerque, NM “Organic Chemistry”, Chem 301 taught by
Lisa Whalen, Ph.D. Tutored two undergraduate students</p>
</div>
</div>
<div id="case-studies" class="section level3">
<h3>Case Studies</h3>
<ol style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-rural-and-urban-obesity/">Exploring
global patterns of obesity across rural and urban regions (Version
v1.0.0).</a><br />
Wright, Carrie and Jager, Leah and Taub, Margaret and Hicks, Stephanie.
(2020).<br />
<a
href="https://github.com/opencasestudies/ocs-bp-rural-and-urban-obesity"
class="uri">https://github.com/opencasestudies/ocs-bp-rural-and-urban-obesity</a></li>
</ol>
<p style="text-align:center;">
<img src="https://raw.githubusercontent.com/opencasestudies/ocs-bp-rural-and-urban-obesity/master/img/main_plot.png" width="500" />
</p>
<ol start="2" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-air-pollution/">Predicting
Annual Air Pollution (Version v1.0.0).</a><br />
Wright, Carrie and Jager, Leah and Taub, Margaret and Hicks, Stephanie.
(2020).<br />
<a href="https://github.com//opencasestudies/ocs-bp-air-pollution"
class="uri">https://github.com//opencasestudies/ocs-bp-air-pollution</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-air-pollution/blob/master/img/main_plot_maps.png?raw=true" width="500" />
</p>
<ol start="3" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-vaping-case-study/">Vaping
Behaviors in American Youth (Version v1.0.0).</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie.(2020).<br />
<a href="https://github.com/opencasestudies/ocs-bp-vaping-case-study"
class="uri">https://github.com/opencasestudies/ocs-bp-vaping-case-study</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-vaping-case-study/blob/master/img/final_plot.png?raw=true" width="500" />
</p>
<ol start="4" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-opioid-rural-urban/">Opioids
in the United States (Version v1.0.0).</a><br />
Wright, Carrie and Wang, Kexin and Jager, Leah and Taub, Margaret and
Hicks, Stephanie. (2020).<br />
<a href="https://github.com/opencasestudies/ocs-bp-opioid-rural-urban"
class="uri">https://github.com/opencasestudies/ocs-bp-opioid-rural-urban</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-opioid-rural-urban/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
<ol start="5" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-RTC-wrangling">Influence of
Multicollinearity on Measured Impact of Right-to-Carry Gun Laws Part 1
(Version v1.0.0).</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie.(2020).<br />
<a href="https://github.com/opencasestudies/ocs-bp-RTC-wrangling"
class="uri">https://github.com/opencasestudies/ocs-bp-RTC-wrangling</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-RTC-wrangling/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
<ol start="6" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-RTC-analysis">Influence of
Multicollinearity on Measured Impact of Right-to-Carry Gun Laws (Version
v1.0.0)</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie.(2020).<br />
<a href="https://github.com//opencasestudies/ocs-bp-RTC-analysis"
class="uri">https://github.com//opencasestudies/ocs-bp-RTC-analysis</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-RTC-wrangling/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
<ol start="7" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-youth-disconnection">Disparities
in Youth Disconnection</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie. (2020).<br />
<a
href="https://github.com/opencasestudies/ocs-youth-disconnection-case-study"
class="uri">https://github.com/opencasestudies/ocs-youth-disconnection-case-study</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-youth-disconnection/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
<ol start="8" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-youth-mental-health">Mental
Health of American Youth</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie. (2020).<br />
<a href="https://github.com/opencasestudies/ocs-bp-youth-mental-health"
class="uri">https://github.com/opencasestudies/ocs-bp-youth-mental-health</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-youth-mental-health/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
<ol start="9" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-school-shootings-dashboard">School
Shootings in the United States (Version v1.0.0).</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie.(2020).<br />
<a
href="https://github.com//opencasestudies/ocs-bp-school-shootings-dashboard"
class="uri">https://github.com//opencasestudies/ocs-bp-school-shootings-dashboard</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-school-shootings-dashboard/blob/master/img/main_plot.png?raw=true" width="500" />
</p>
<ol start="10" style="list-style-type: decimal">
<li><a
href="https://www.opencasestudies.org/ocs-bp-co2-emissions">Exploring
CO2 emissions across time (Version v1.0.0).</a><br />
Wright, Carrie and Ontiveros, Michael and Jager, Leah and Taub, Margaret
and Hicks, Stephanie.(2020).<br />
(<a href="https://github.com/opencasestudies/ocs-bp-co2-emissions"
class="uri">https://github.com/opencasestudies/ocs-bp-co2-emissions</a>)<br />
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-co2-emissions/blob/master/img/mainplot.png?raw=true" width="500" />
</p></li>
<li><a href="https://www.opencasestudies.org/ocs-bp-diet">Exploring
global patterns of dietary behaviors associated with health risk
(Version v1.0.0).</a><br />
Wright, Carrie and Jager, Leah and Taub, Margaret and Hicks, Stephanie.
(2020).<br />
<a href="https://github.com/opencasestudies/ocs-bp-diet"
class="uri">https://github.com/opencasestudies/ocs-bp-diet</a></li>
</ol>
<p style="text-align:center;">
<img src="https://github.com/opencasestudies/ocs-bp-diet/blob/master/img/mainplot.png?raw=true" width="500" />
</p>
</div>
<div id="books" class="section level3">
<h3>Books</h3>
<p>2022 <strong>An Educator’s Guide to the Open Case Studies</strong>,
Carrie Wright, Michael Breshock, Lyla Atta, and Stephanie Hicks. <a
href="https://leanpub.com/opencasestudies_guide"
class="uri">https://leanpub.com/opencasestudies_guide</a></p>
<p style="text-align:center;">
<img src="https://d2sofvawe08yqg.cloudfront.net/opencasestudies_guide/s_hero2x?1648052951" width="300" />
</p>
<p>2020 <strong>Tidyverse Skills for Data Science in R</strong>, Carrie
Wright, Shannon Ellis, Stephanie Hicks, and Roger D. Peng. <a
href="https://leanpub.com/tidyverseskillsdatascience"
class="uri">https://leanpub.com/tidyverseskillsdatascience</a></p>
<p style="text-align:center;">
<img src="https://d2sofvawe08yqg.cloudfront.net/tidyverseskillsdatascience/hero2x?1612295938" width="300" />
</p>
<div id="book-image-created-by-jessica-crowell" class="section level5">
<h5>Book image created by <a
href="https://www.linkedin.com/in/jessica-crowell-b129b451/">Jessica
Crowell</a></h5>
</div>
</div>
<div id="online-courses" class="section level3">
<h3>Online Courses</h3>
<p>2024 -<a
href="https://hutchdatascience.org/AI_for_Decision_Makers/introduction-to-avoiding-ai-harm.html"><strong>Avoiding
AI Harm</strong></a> on <a
href="https://www.coursera.org/learn/avoiding-ai-harm">Coursera</a> as
part of a larger collaborative course called <a
href="https://hutchdatascience.org/AI_for_Decision_Makers/"><strong>AI
for Decision Makers</strong></a> as a specialization also on <a
href="https://www.coursera.org/learn/ai-for-decision-makers">Coursera</a></p>
<img src="images/robotmaze.png" width="30%" style="display: block; margin: auto;" />
<p>
<small> Image created with <a href="https://poe.com/StableDiffusionXL"
class="uri">https://poe.com/StableDiffusionXL</a> </small>
</p>
<p>2023 - <a
href="https://hutchdatascience.org/AI_for_Efficient_Programming/"><strong>AI
for Efficient Programming</strong></a> on <a
href="https://www.coursera.org/learn/ai-for-software-development">Coursera</a>
and <a
href="https://leanpub.com/courses/fredhutch/ai_for_software">Leanpub</a></p>
<p><img src="images/ai_eff_what.png" width="60%" style="display: block; margin: auto;" /></p>
<p><img src="images/ai_eff_who.png" width="50%" style="display: block; margin: auto;" /></p>
<p>2023 - <a
href="https://hutchdatascience.org/Ethical_Data_Handling_for_Cancer_Research/"><strong>Ethical
Data Handling</strong></a> on <a
href="https://leanpub.com/courses/fredhutch/ethical_data_handling/">Leanpub</a></p>
<p><img src="images/ethical_what.png" width="60%" style="display: block; margin: auto;" /></p>
<p><img src="images/ethical_who.png" width="50%" style="display: block; margin: auto;" /></p>
<p>2023 - <a
href="https://hutchdatascience.org/Overleaf_and_LaTeX_for_Scientific_Articles"><strong>Introduction
to LaTeX and Overleaf for Scientific Articles</strong></a> on <a
href="https://leanpub.com/courses/fredhutch/overleaf_intro">Leanpub</a></p>
<p><img src="images/latex_what.png" width="60%" style="display: block; margin: auto;" /></p>
<p><img src="images/latex_who.png" width="50%" style="display: block; margin: auto;" /></p>
<p>2023 - <a
href="https://hutchdatascience.org/NIH_Data_Sharing/"><strong>NIH Data
Sharing</strong></a> on <a
href="https://leanpub.com/courses/fredhutch/nih_data_sharing">Leanpub</a></p>
<p><img src="images/nih_what.png" width="60%" style="display: block; margin: auto;" /></p>
<p><img src="images/nih_who.png" width="50%" style="display: block; margin: auto;" /></p>
<p>2022 - <a
href="https://jhudatascience.org/Computing_for_Cancer_Informatics/"><strong>Computing
for Cancer Informatics</strong></a> on <a
href="https://www.coursera.org/learn/computing-for-cancer-informatics/">Coursera</a>
and <a
href="https://leanpub.com/universities/courses/jhu/cancer-informatics-computing">Leanpub</a></p>
<p><img src="images/computing.png" width="480" style="display: block; margin: auto;" /></p>
<p><img src="images/computing_who.png" width="480" style="display: block; margin: auto;" /></p>
<p>2021 - <a
href="https://jhudatascience.org/Informatics_Research_Leadership/"><strong>Leadership
for Cancer Informatics Research</strong></a> on <a
href="https://www.coursera.org/learn/leadership-for-cancer-informatics-research">Coursera</a>
and <a
href="https://leanpub.com/universities/courses/jhu/cancer-informatics-for-research-leaders">Leanpub</a></p>
<p><img src="images/leadership.png" width="480" style="display: block; margin: auto;" /></p>
<img src="images/leadership_who.png" width="480" style="display: block; margin: auto;" />
2020 - <a
href="https://www.coursera.org/specializations/tidyverse-data-science-r"><strong>Tidyverse
Skills for Data Science in R Specialization</strong>, Carrie Wright,
Shannon Ellis, Stephanie Hicks, and Roger D. Peng.</a>
<p style="text-align:center;">
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d15cw65ipctsrr.cloudfront.net/c5/522e22e9ca4b579919f68341759e5c/Tidyverse.png?auto=format%2Ccompress&dpr=2&w=150&h=150&fit=fill&bg=FFF" width="300" />
</p>
<p>Including:</p>
<ol style="list-style-type: decimal">
<li><a
href="https://www.coursera.org/learn/tidyverse?specialization=tidyverse-data-science-r">Introduction
to the Tidyverse</a>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera-course-photos/4c/fd661c15034da2a9a2eeaab6673ca3/Tidyverse-Introduction.png?auto=format%2Ccompress&dpr=2&w=150&h=150&q=40&fit=fill&bg=FFF" width="100" />
2. <a
href="https://www.coursera.org/learn/tidyverse-importing-data?specialization=tidyverse-data-science-r">Importing
Data in the Tidyverse</a>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera-course-photos/ea/a0546c0f1f4593ae9671a21c924a5a/Tidyverse-Importing.png?auto=format%2Ccompress&dpr=2&w=150&h=150&fit=fill&bg=FFF" width="100" />
3. <a
href="https://www.coursera.org/learn/tidyverse-data-wrangling?specialization=tidyverse-data-science-r">Wrangling
Data in the Tidyverse</a>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera-course-photos/3f/ccacb8d4ba4c2fa8ba919b6c81ac73/Tidyverse-Wrangling.png?auto=format%2Ccompress&dpr=2&w=150&h=150&fit=fill&bg=FFF" width="100" />
4. <a
href="https://www.coursera.org/learn/tidyverse-visualize-data?specialization=tidyverse-data-science-r">Visualizing
Data in the Tidyverse</a>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera-course-photos/ae/0d03e562cd4507a40fb04aba28a2c2/Tidyverse-Visualizing.png?auto=format%2Ccompress&dpr=2&w=150&h=150&q=40&fit=fill&bg=FFF" width="100" />
5. <a
href="https://www.coursera.org/learn/tidyverse-modelling-data">Modeling
Data in the Tidyverse</a>
<img src="https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera-course-photos/e4/59b84597944b43b12d84a3534c5942/Tidyverse-Modeling.png?auto=format%2Ccompress&dpr=2&w=150&h=150&q=40&fit=fill&bg=FFF" width="100" /></li>
</ol>
<div id="course-images-created-by-jessica-crowell"
class="section level5">
<h5>Course images created by <a
href="https://www.linkedin.com/in/jessica-crowell-b129b451/">Jessica
Crowell</a></h5>
</div>
</div>
<div id="mentorship" class="section level3">
<h3>Mentorship</h3>
<div id="academic-advisees" class="section level4">
<h4><strong>Academic Advisees</strong></h4>
<ul>
<li><p>Capstone Advisor for <a
href="https://www.linkedin.com/in/eeanthomas/">Logan, Eean</a>. Master
of Public Health. Johns Hopkins Bloomber School of Public Health,
Baltimore, MD (2022).</p></li>
<li><p>Thesis Advisor for <a
href="https://mbreshock.github.io/">Breshock, Michael</a>. Master of
Science in Engineering, Biomedical Engineering. Johns Hopkins
University, Baltimore, MD (2020 - 2021).<a
href="https://jscholarship.library.jhu.edu/handle/1774.2/66820">Thesis
Link</a>.</p></li>
</ul>
</div>
<div id="research-advisees" class="section level4">
<h4><strong>Research Advisees</strong></h4>
<ul>
<li><p><a href="https://kweav.github.io/">Isaac, Kate</a>. Postdoctoral
Fellow. Fred Hutchinson Cancer Center, Seattle, WA (2023 - Present).
Co-supervised with Jeff Leek</p></li>
<li><p><a href="https://www.linkedin.com/in/jainaba-jawara570/">Jainaba,
Jawara</a>. Undergraduate Student Intern. University of Washington,
Seattle, WA (2023). <em>Co-supervised with Ava Hoffman on a research
project and poster as part of the <a
href="https://www.fredhutch.org/en/education-training/high-school-undergraduate-students/seattlestatsummer.html">SeattleStatSummer</a>
program at the <a href="https://www.fredhutch.org/">Fred Hutchinson
Cancer Center</a>.</em></p></li>
<li><p><a
href="https://www.biostat.washington.edu/people/awan-afiaz">Afiaz,
Awan</a>. Graduate Research Assistant. Doctorate of Biostatistics.
University of Washington, Seattle, WA (2023). (Served as co-supervisor
with Jeff Leek.)</p></li>
<li><p><a
href="https://www.linkedin.com/in/jimin-hwang-549835142">Hwang,
Jimin</a>. Graduate Research Assistant. Master of Public Health. Johns
Hopkins University, Baltimore, MD (2022). <em>Worked with Jimin to
create scientific communication cartoons.</em></p></li>
<li><p><a
href="https://www.linkedin.com/in/pratik-rout-b524901a5/">Rout,
Pratik</a>. Graduate Research Assistant. Master of Science,
Bioinformatics. Johns Hopkins University, Baltimore, MD (2022).
<em>Mentored Pratik to create interactive tables for ITCR
tools.</em></p></li>
<li><p><a href="https://lylaatta.github.io/">Atta, Lyla</a>. Graduate
Research Assistant. Doctor of Philosophy, Biomedical Engineering. Johns
Hopkins University, Baltimore, MD (2021 - 2022). <em>Mentored Lyla as we
created a guide for instruction with our case studies.</em></p></li>
<li><p><a href="ttps://mbreshock.github.io/">Breshock, Michael</a>.
Research Assistant. (Not in a degree program at the time - just
graduated with Master of Science in Engineering degree), Department of
Biostatistics. Johns Hopkins Bloomberg School of Public Health,
Baltimore, MD (2021 - 2022). <em>Mentored Michael to create OCSdata R
package and to create other case study tools and resources, as well as
perform research on case study usage.</em></p></li>
<li><p><a href="https://www.linkedin.com/in/qiermeng/">Meng, Qier</a>.
Graduate Research Assistant. Master of Science, Biostatistics. Johns
Hopkins Bloomberg School of Public Health, Baltimore, MD (2020 - 2021).
<em>Mentored Qier, as she made case studies interactive.</em></p></li>
<li><p><a href="https://www.michaelontiveros.com/">Ontiveros,
Michael</a>. Graduate Research Assistant. Master of Health Sciences,
Epidemiology. Johns Hopkins Bloomberg School of Public Health,
Baltimore, MD (2020). <em>Worked with Michael to create case
studies.</em></p></li>
<li><p><a
href="https://www.linkedin.com/in/nina-rajpurohit-a144121b1/">Rajpurohit,
Nina</a>. Research Associate. Lieber Institute for Brain Development,
Baltimore, MD (2017). <em>Trained and guided Nina through a gene
expression research project.</em></p></li>
<li><p><a
href="https://www.linkedin.com/in/janebrusilovsky/">Brusilovsky,
Jane</a>. Undergraduate Student Researcher. Bachelors of Science,
Bioengineering. Lieber Institute for Brain Development, Baltimore, MD
(2017). <em>Trained and guided Jane through a gene expression research
project.</em></p></li>
<li><p><a href="https://www.linkedin.com/in/astorgamha/">Astorga,
Daniel</a>. Undergraduate Student Researcher. Bachelors of Science,
Biology. The Mind Research Network, Albuquerque, NM (2013). <em>Trained
and guided Daniel through an imaging genetics research
project.</em></p></li>
</ul>
</div>
<div id="thesis-committeesthesis-reader" class="section level4">
<h4><strong>Thesis Committees/Thesis Reader</strong></h4>
<ul>
<li><p><a href="https://mbreshock.github.io/">Breshock, Michael</a>.
Master of Science in Engineering. Biomedical Engineering, Johns Hopkins
Whiting School of Engineering, Baltimore, MD. Thesis entitled “Expanding
Access and Removing Barriers: Data Science Education with the Open Case
Studies Digital Platform” (2020-2021).</p></li>
<li><p><a
href="https://www.researchgate.net/profile/Michael-Geaghan">Michael
Patrick Geaghan</a>. International Doctoral Thesis Examiner. Thesis
entitled “Characterising Transcriptional Perturbations Arising from
Altered Expression of Schizophrenia-Associated MicroRNA” for the School
of Biomedical Sciences and Pharmacy, University of Newcastle, Australia
(2019).</p></li>
</ul>
</div>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>