jekyll-theme-ici3d 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/_data/publications/pulliam2012.yml +12 -0
- data/_data/team/ackley.yml +25 -0
- data/_data/team/are.yml +22 -0
- data/_data/team/beauclair.yml +14 -0
- data/_data/team/bekele.yml +14 -0
- data/_data/team/bellan.yml +46 -0
- data/_data/team/bolton.yml +33 -0
- data/_data/team/borchering.yml +65 -0
- data/_data/team/brook.yml +15 -0
- data/_data/team/brown.yml +18 -0
- data/_data/team/bruce.yml +26 -0
- data/_data/team/brucePA.yml +9 -0
- data/_data/team/deleo.yml +49 -0
- data/_data/team/delva.yml +15 -0
- data/_data/team/dushoff.yml +52 -0
- data/_data/team/ervin.yml +10 -0
- data/_data/team/faikah.yml +26 -0
- data/_data/team/grebe.yml +36 -0
- data/_data/team/hargrove.yml +36 -0
- data/_data/team/hitchcock.yml +10 -0
- data/_data/team/hladish.yml +45 -0
- data/_data/team/january.yml +9 -0
- data/_data/team/kassanjee.yml +20 -0
- data/_data/team/li.yml +45 -0
- data/_data/team/lord.yml +20 -0
- data/_data/team/marx.yml +14 -0
- data/_data/team/mcintosh.yml +20 -0
- data/_data/team/mhlanga.yml +22 -0
- data/_data/team/mthombothi.yml +23 -0
- data/_data/team/mugwagwa.yml +18 -0
- data/_data/team/mwangi.yml +24 -0
- data/_data/team/mwebaze.yml +20 -0
- data/_data/team/ndifon.yml +18 -0
- data/_data/team/ngonghala.yml +30 -0
- data/_data/team/nondi.yml +14 -0
- data/_data/team/nyamai.yml +18 -0
- data/_data/team/october.yml +9 -0
- data/_data/team/paradza.yml +19 -0
- data/_data/team/pearson.yml +58 -0
- data/_data/team/porco.yml +14 -0
- data/_data/team/pulliam.yml +51 -0
- data/_data/team/reiner.yml +18 -0
- data/_data/team/scheepers.yml +9 -0
- data/_data/team/scott.yml +51 -0
- data/_data/team/sempa.yml +32 -0
- data/_data/team/sikhondze.yml +14 -0
- data/_data/team/template.yml +18 -0
- data/_data/team/ujeneza.yml +38 -0
- data/_data/team/vanschalkwyk.yml +32 -0
- data/_data/team/welte.yml +18 -0
- data/_data/team/williams.yml +28 -0
- data/_data/team/ying.yml +21 -0
- data/_includes/MedPH/.DS_Store +0 -0
- data/_includes/MedPH/assignments.md +42 -0
- data/_includes/MedPH/assignmentsStandard.md +74 -0
- data/_includes/MedPH/computerlabs.md +38 -0
- data/_includes/MedPH/computerlabsStandard.md +38 -0
- data/_includes/MedPH/lectures.md +12 -0
- data/_includes/MedPH/references.md +71 -0
- data/_includes/MedPH/schedule.md +85 -0
- data/_includes/MedPH/scheduleStandard.md +93 -0
- data/_includes/bottomTable.html +5 -0
- data/_includes/centerTable.html +5 -0
- data/_includes/clinicNavbar.html +46 -0
- data/_includes/contact.html +12 -0
- data/_includes/directors.html +47 -0
- data/_includes/footer.html +23 -0
- data/_includes/head.html +28 -0
- data/_includes/header.html +31 -0
- data/_includes/hero.html +14 -0
- data/_includes/index.md +9 -0
- data/_includes/mission.html +13 -0
- data/_includes/navStructure.html +70 -0
- data/_includes/navbar.html +65 -0
- data/_includes/outputs.html +74 -0
- data/_includes/partners.html +75 -0
- data/_includes/profile.html +67 -0
- data/_includes/publications/faculty.md +13 -0
- data/_includes/publications/instructional.md +5 -0
- data/_includes/publications/participant.md +33 -0
- data/_includes/talk.html +12 -0
- data/_includes/topTable.html +6 -0
- data/_includes/upcoming.html +43 -0
- data/_layouts/clinic.liquid +43 -0
- data/_layouts/example.liquid +601 -0
- data/_layouts/main.liquid +34 -0
- data/_layouts/medph.page.liquid +60 -0
- data/_layouts/page.liquid +41 -0
- data/_layouts/people.page.liquid +27 -0
- data/_layouts/profile.liquid +44 -0
- data/_layouts/redirect.liquid +15 -0
- data/_layouts/talk.liquid +42 -0
- data/assets/css/academicons.css +249 -0
- data/assets/css/academicons.min.css +1 -0
- data/assets/css/bootstrap.css +6760 -0
- data/assets/css/bootstrap.css.map +1 -0
- data/assets/css/bootstrap.min.css +6 -0
- data/assets/css/font-awesome.css +2086 -0
- data/assets/css/font-awesome.min.css +4 -0
- data/assets/css/ie.css +5 -0
- data/assets/css/main-one-page.css +6433 -0
- data/assets/css/main.css +7160 -0
- data/assets/css/my-custom-styles.css +14 -0
- data/assets/css/shop-main.css +3117 -0
- data/assets/css/skins/brown.css +299 -0
- data/assets/css/skins/deepskyblue.css +299 -0
- data/assets/css/skins/goldenrod.css +299 -0
- data/assets/css/skins/ici3dBlue.css +229 -0
- data/assets/css/skins/ici3dBlue.css.map +7 -0
- data/assets/css/skins/ici3dIndigo.css +229 -0
- data/assets/css/skins/ici3dIndigo.css.map +7 -0
- data/assets/css/skins/indianred.css +299 -0
- data/assets/css/skins/lightgreen.css +299 -0
- data/assets/css/skins/orange.css +299 -0
- data/assets/css/skins/seagreen.css +299 -0
- data/assets/css/skins/slategray.css +299 -0
- data/assets/fonts/academicons.eot +0 -0
- data/assets/fonts/academicons.svg +66 -0
- data/assets/fonts/academicons.ttf +0 -0
- data/assets/fonts/academicons.woff +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +655 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/ico/favicon.ico +0 -0
- data/assets/ico/favicon.png +0 -0
- data/assets/ico/ici3d114x114.png +0 -0
- data/assets/ico/ici3d144x144.png +0 -0
- data/assets/ico/ici3d57x57.png +0 -0
- data/assets/ico/ici3d72x72.png +0 -0
- data/assets/img/8hearts.png +0 -0
- data/assets/img/MMED2015_tutorials.jpg +0 -0
- data/assets/img/badge.png +0 -0
- data/assets/img/blog/balloon-med.jpg +0 -0
- data/assets/img/blog/balloon.jpg +0 -0
- data/assets/img/blog/buildings-med.jpg +0 -0
- data/assets/img/blog/buildings.jpg +0 -0
- data/assets/img/blog/people-med.jpg +0 -0
- data/assets/img/blog/people.jpg +0 -0
- data/assets/img/bx_loader.gif +0 -0
- data/assets/img/clients/logo1.png +0 -0
- data/assets/img/clients/logo2.png +0 -0
- data/assets/img/clients/logo3.png +0 -0
- data/assets/img/clients/logo4.png +0 -0
- data/assets/img/clients/logo5.png +0 -0
- data/assets/img/flags/China.png +0 -0
- data/assets/img/flags/Germany.png +0 -0
- data/assets/img/flags/Japan.png +0 -0
- data/assets/img/flags/South-Africa.png +0 -0
- data/assets/img/flags/United-Kingdom.png +0 -0
- data/assets/img/flags/United-States.png +0 -0
- data/assets/img/free.png +0 -0
- data/assets/img/fullscreen-bg.jpg +0 -0
- data/assets/img/gray_jean.png +0 -0
- data/assets/img/hero-unit-bg.png +0 -0
- data/assets/img/hero-unit-obj.png +0 -0
- data/assets/img/hero-unit-obj2.png +0 -0
- data/assets/img/hero-unit-obj3.png +0 -0
- data/assets/img/intro-img.png +0 -0
- data/assets/img/location-pin.png +0 -0
- data/assets/img/logo/ici3d-logo-light.png +0 -0
- data/assets/img/logo/ici3d-logo-nav.png +0 -0
- data/assets/img/logo/ici3d-logo-white.png +0 -0
- data/assets/img/logo/ici3d-logo-white_v2.png +0 -0
- data/assets/img/logo/ici3d-logo-white_v3.png +0 -0
- data/assets/img/logo/repute-logo-light-brown.png +0 -0
- data/assets/img/logo/repute-logo-light-deepskyblue.png +0 -0
- data/assets/img/logo/repute-logo-light-goldenrod.png +0 -0
- data/assets/img/logo/repute-logo-light-indianred.png +0 -0
- data/assets/img/logo/repute-logo-light-lightgreen.png +0 -0
- data/assets/img/logo/repute-logo-light-orange.png +0 -0
- data/assets/img/logo/repute-logo-light-seagreen.png +0 -0
- data/assets/img/logo/repute-logo-light-slategray.png +0 -0
- data/assets/img/logo/repute-logo-light.png +0 -0
- data/assets/img/logo/repute-logo-nav-brown.png +0 -0
- data/assets/img/logo/repute-logo-nav-deepskyblue.png +0 -0
- data/assets/img/logo/repute-logo-nav-goldenrod.png +0 -0
- data/assets/img/logo/repute-logo-nav-indianred.png +0 -0
- data/assets/img/logo/repute-logo-nav-light.png +0 -0
- data/assets/img/logo/repute-logo-nav-lightgreen.png +0 -0
- data/assets/img/logo/repute-logo-nav-orange.png +0 -0
- data/assets/img/logo/repute-logo-nav-seagreen.png +0 -0
- data/assets/img/logo/repute-logo-nav-slategray.png +0 -0
- data/assets/img/logo/repute-logo-nav.png +0 -0
- data/assets/img/mentors/are.jpg +0 -0
- data/assets/img/mentors/bolton.jpg +0 -0
- data/assets/img/mentors/brown.jpg +0 -0
- data/assets/img/mentors/kassanjee.jpg +0 -0
- data/assets/img/mentors/mhlanga.jpg +0 -0
- data/assets/img/mentors/nyamai.png +0 -0
- data/assets/img/news/featured-news.png +0 -0
- data/assets/img/news/news1.png +0 -0
- data/assets/img/news/news2.png +0 -0
- data/assets/img/news/news3.png +0 -0
- data/assets/img/news/news4.png +0 -0
- data/assets/img/news/news5.png +0 -0
- data/assets/img/other/snoep.jpg +0 -0
- data/assets/img/page-header-bg.png +0 -0
- data/assets/img/participants/SempaJB.jpg +0 -0
- data/assets/img/partners/AIMS-SA.jpg +0 -0
- data/assets/img/partners/CEMA_UN.pdf +0 -0
- data/assets/img/partners/CEMA_UN.png +0 -0
- data/assets/img/partners/CIDID.png +0 -0
- data/assets/img/partners/CIDID_long.png +0 -0
- data/assets/img/partners/Colby.png +0 -0
- data/assets/img/partners/MIDAS.png +0 -0
- data/assets/img/partners/McMaster.jpg +0 -0
- data/assets/img/partners/PSU.png +0 -0
- data/assets/img/partners/Proctor.png +0 -0
- data/assets/img/partners/SACEMA_228.png +0 -0
- data/assets/img/partners/UCSF.png +0 -0
- data/assets/img/partners/UF.png +0 -0
- data/assets/img/partners/UGA_228.png +0 -0
- data/assets/img/pattern-geometry.png +0 -0
- data/assets/img/portfolio/800x500/work1.png +0 -0
- data/assets/img/portfolio/800x500/work2.png +0 -0
- data/assets/img/portfolio/800x500/work3.png +0 -0
- data/assets/img/portfolio/800x500/work4.png +0 -0
- data/assets/img/portfolio/800x500/work5.png +0 -0
- data/assets/img/portfolio/800x500/work6.png +0 -0
- data/assets/img/portfolio/800x500/work7.png +0 -0
- data/assets/img/portfolio/800x500/work8.png +0 -0
- data/assets/img/portfolio/800x800/work1.png +0 -0
- data/assets/img/portfolio/800x800/work2.png +0 -0
- data/assets/img/portfolio/800x800/work3.png +0 -0
- data/assets/img/portfolio/800x800/work4.png +0 -0
- data/assets/img/portfolio/800x800/work5.png +0 -0
- data/assets/img/portfolio/800x800/work6.png +0 -0
- data/assets/img/portfolio/800x800/work7.png +0 -0
- data/assets/img/portfolio/800x800/work8.png +0 -0
- data/assets/img/portfolio/single/bicycle.jpg +0 -0
- data/assets/img/portfolio/single/blurred_lines.jpg +0 -0
- data/assets/img/portfolio/single/edge.jpg +0 -0
- data/assets/img/scholars/ackley.jpg +0 -0
- data/assets/img/scholars/beauclair.jpg +0 -0
- data/assets/img/scholars/beauclair.png +0 -0
- data/assets/img/scholars/bekele.jpg +0 -0
- data/assets/img/scholars/lord.jpg +0 -0
- data/assets/img/scholars/marx.jpg +0 -0
- data/assets/img/scholars/mcintosh.jpg +0 -0
- data/assets/img/scholars/mwebaze.jpg +0 -0
- data/assets/img/scholars/nondi.jpg +0 -0
- data/assets/img/scholars/sempa.jpg +0 -0
- data/assets/img/scholars/ying.jpg +0 -0
- data/assets/img/sliders/full-slide-color.jpg +0 -0
- data/assets/img/sliders/full-slide-color2.jpg +0 -0
- data/assets/img/sliders/full-slide-color3.jpg +0 -0
- data/assets/img/sliders/full-slide.jpg +0 -0
- data/assets/img/sliders/full-slide2.jpg +0 -0
- data/assets/img/sliders/full-slide3.jpg +0 -0
- data/assets/img/sliders/slider1-h500.png +0 -0
- data/assets/img/sliders/slider2-h500.png +0 -0
- data/assets/img/sliders/slider3-h500.png +0 -0
- data/assets/img/team/bellan.jpg +0 -0
- data/assets/img/team/borchering.jpg +0 -0
- data/assets/img/team/brook.jpg +0 -0
- data/assets/img/team/bruce.jpg +0 -0
- data/assets/img/team/deleo.jpg +0 -0
- data/assets/img/team/delva.jpg +0 -0
- data/assets/img/team/dushoff.jpg +0 -0
- data/assets/img/team/ervin.jpg +0 -0
- data/assets/img/team/grebe.jpg +0 -0
- data/assets/img/team/hargrove.jpg +0 -0
- data/assets/img/team/hitchcock.jpg +0 -0
- data/assets/img/team/hladish.jpg +0 -0
- data/assets/img/team/january.jpg +0 -0
- data/assets/img/team/li.jpg +0 -0
- data/assets/img/team/mthombothi.jpg +0 -0
- data/assets/img/team/mugwagwa.jpg +0 -0
- data/assets/img/team/mwangi.png +0 -0
- data/assets/img/team/ndifon.jpg +0 -0
- data/assets/img/team/ngonghala.jpg +0 -0
- data/assets/img/team/october.jpg +0 -0
- data/assets/img/team/paradza.jpg +0 -0
- data/assets/img/team/pearson.jpg +0 -0
- data/assets/img/team/porco.jpg +0 -0
- data/assets/img/team/pulliam.jpg +0 -0
- data/assets/img/team/reiner.jpg +0 -0
- data/assets/img/team/scheepers.jpg +0 -0
- data/assets/img/team/scott.jpg +0 -0
- data/assets/img/team/ujeneza.jpg +0 -0
- data/assets/img/team/vanschalkwyk.jpg +0 -0
- data/assets/img/team/welte.jpg +0 -0
- data/assets/img/team/williams.jpg +0 -0
- data/assets/img/testimonial-bg.png +0 -0
- data/assets/img/transmission.png +0 -0
- data/assets/js/bootstrap.js +2363 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/jquery-2.1.1.min.js +4 -0
- data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.js +213 -0
- data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js +9 -0
- data/assets/js/plugins/bootstrap-datepicker/bootstrap-datepicker.js +474 -0
- data/assets/js/plugins/bootstrap-multiselect/bootstrap-multiselect.js +994 -0
- data/assets/js/plugins/daterangepicker/daterangepicker.js +868 -0
- data/assets/js/plugins/easing/jquery.easing.js +205 -0
- data/assets/js/plugins/easing/jquery.easing.min.js +71 -0
- data/assets/js/plugins/fitvids/jquery.fitvids.js +83 -0
- data/assets/js/plugins/google-map/google-map.js +160 -0
- data/assets/js/plugins/isotope/isotope.pkgd.js +4049 -0
- data/assets/js/plugins/isotope/isotope.pkgd.min.js +8 -0
- data/assets/js/plugins/jquery-cycle/jquery.cycle.all.js +1543 -0
- data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.js +359 -0
- data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.min.js +9 -0
- data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.js +338 -0
- data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.min.js +7 -0
- data/assets/js/plugins/maximage/jquery.maximage.js +697 -0
- data/assets/js/plugins/maximage/jquery.maximage.min.js +4 -0
- data/assets/js/plugins/moment/moment.js +1662 -0
- data/assets/js/plugins/moment/moment.min.js +6 -0
- data/assets/js/plugins/parsley-validation/parsley.js +2074 -0
- data/assets/js/plugins/parsley-validation/parsley.min.js +9 -0
- data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js +9 -0
- data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7.js +133 -0
- data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js +7 -0
- data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1.js +218 -0
- data/assets/js/plugins/slick/slick.js +2643 -0
- data/assets/js/plugins/slick/slick.min.js +18 -0
- data/assets/js/plugins/stellar/jquery.stellar.js +660 -0
- data/assets/js/plugins/stellar/jquery.stellar.min.js +2 -0
- data/assets/js/repute-scripts.js +539 -0
- metadata +385 -0
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
name: Joseph Sempa, PhD
|
3
|
+
type: i3d_toNA
|
4
|
+
role: I3D Research Exchange Scholar
|
5
|
+
home: Uganda
|
6
|
+
former: Researcher at Infectious Diseases Institute, Uganda (IDI)
|
7
|
+
position: SACEMA Postdoctoral Fellow
|
8
|
+
affiliation: South African Centre for Epidemiological Modelling and Analysis
|
9
|
+
img: scholars/sempa.jpg
|
10
|
+
year: 2014
|
11
|
+
host: University of Texas at Austin
|
12
|
+
mentor: Dr. Steve Bellan
|
13
|
+
project: evaluating cumulative viral load as a predictor of opportunistic infection and mortality in HIV patients
|
14
|
+
outputs:
|
15
|
+
- title: Reevaluating cumulative HIV-1 viral load as a prognostic predictor - predicting opportunistic infection incidence and mortality in a Ugandan cohort
|
16
|
+
authors: <em>Sempa, JB</em>, <b>J Dushoff</b>, MJ Daniels, M Nieuwoudt, and <b>SE Bellan</b>
|
17
|
+
link: http://dx.doi.org/10.1093/aje/kwv303
|
18
|
+
journal: American Journal of Epidemiology
|
19
|
+
year: 2016
|
20
|
+
degrees:
|
21
|
+
- degree: PhD
|
22
|
+
discipline: Clinical epidemiology
|
23
|
+
institution: Stellenbosch University
|
24
|
+
year: 2017
|
25
|
+
papers:
|
26
|
+
- title: Reevaluating cumulative HIV-1 viral load as a prognostic predictor - predicting opportunistic infection incidence and mortality in a Ugandan cohort
|
27
|
+
authors: <em>Sempa, JB</em>, <b>J Dushoff</b>, MJ Daniels, M Nieuwoudt, and <b>SE Bellan</b>
|
28
|
+
link: http://dx.doi.org/10.1093/aje/kwv303
|
29
|
+
journal: American Journal of Epidemiology
|
30
|
+
year: 2016
|
31
|
+
bio: Joseph is currently a postdoctoral fellow at SACEMA, working on the repurposing of HIV diagnostic assays for HIV management and is supervised by Prof Alex Welte. Previously, he was funded by SACEMA to do a PhD in Epidemiology, focusing on the effects of longitudinal HIV viral load on treatment outcomes in people on ART in sub-Saharan Africa, under the supervision of Prof Martin Nieuwoudt. He attended MMED in 2013 after which he received an I3D scholarship under the supervision of Prof Steve Bellan. Joseph is interested in the analysis and interpretation of dynamic range of HIV diagnostic assays, for post-diagnosis patient management.
|
32
|
+
---
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
name: Welile Sikhondze
|
3
|
+
type: i3d_toNA
|
4
|
+
role: I3D Research Exchange Scholar
|
5
|
+
home: Swaziland
|
6
|
+
former: PhD student at University of Cape Town
|
7
|
+
position: Clinician Scientist
|
8
|
+
affiliation: National TB Control Program (NTCP), Ministry of Health, Swaziland
|
9
|
+
img: transmission.png
|
10
|
+
year: 2015
|
11
|
+
host: University of California – San Francisco (UCSF)
|
12
|
+
mentor: Prof. Travis Porco
|
13
|
+
project: modeling the impact of novel diagnostic methods on TB incidence
|
14
|
+
---
|
@@ -0,0 +1,38 @@
|
|
1
|
+
---
|
2
|
+
name: Eva Ujeneza, MSc
|
3
|
+
type: inactive
|
4
|
+
role: Faculty Member, DAIDD 2016, MMED 2018
|
5
|
+
involvement: Faculty Member, MMED and DAIDD clinics
|
6
|
+
position: PhD candidate, Stellenbosch University and
|
7
|
+
affiliation: South African Centre for Epidemiological Modelling and Analysis
|
8
|
+
img: team/ujeneza.jpg
|
9
|
+
summary: Eva is a PhD candidate in the Department of Mathematics at Stellenbosch University. She was an MMED participant in 2014, served as an MMED mentor in 2015-2016, and joined the Workshop Faculty in 2016.
|
10
|
+
github: EvaLiliane
|
11
|
+
orcid:
|
12
|
+
linkedin:
|
13
|
+
gscholar: 5P1vkeMAAAAJ
|
14
|
+
twitter: EvaUje
|
15
|
+
impactstory:
|
16
|
+
website:
|
17
|
+
cv:
|
18
|
+
degrees:
|
19
|
+
- degree: MSc
|
20
|
+
discipline: Environmental and Geographical Sciences
|
21
|
+
institution: University of Cape Town
|
22
|
+
year: 2014
|
23
|
+
- degree: Postgraduate Diploma
|
24
|
+
discipline: Mathematical Sciences
|
25
|
+
institution: African Institute for Mathematical Sciences
|
26
|
+
year: 2011
|
27
|
+
- degree: BSc
|
28
|
+
discipline: Applied Mathematics
|
29
|
+
institution: National University of Rwanda
|
30
|
+
year: 2009
|
31
|
+
bio: Eva completed an undergraduate (Honours) degree in Applied Mathematics, at the National University of Rwanda. She then attended the African Institute for Mathematical Sciences (AIMS) in South Africa and obtained a postgraduate diploma in Mathematical Sciences. In June 2014, she obtained a Master of Science in Environmental and Geographical Sciences (Climate Modeling) from the University of Cape Town, after which she joined the South African Centre of Excellence in Epidemiological Modelling and Analysis (SACEMA) as a PhD student. Eva is registered in the Department of Mathematics at Stellenbosch University, and her research focuses on how to use mathematical models to describe the reconstitution of the immune system in HIV-infected patients that are on highly active antiretroviral therapy. She was an MMED participant in 2014, served as an MMED mentor in 2015-2016, and joined the Workshop Faculty in 2016.
|
32
|
+
papers:
|
33
|
+
- title: Impact of Age and Sex on CD4+ Cell Count Trajectories following Treatment Initiation - An Analysis of the Tanzanian HIV Treatment Database
|
34
|
+
authors: Means, Risher, <b>Ujeneza</b>, I Maposa, J Nondi, <b>Bellan</b>
|
35
|
+
link: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0164148
|
36
|
+
journal: PLOS ONE
|
37
|
+
year: 2016
|
38
|
+
---
|
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
name: Cari van Schalkwyk, PhD
|
3
|
+
type: workshop
|
4
|
+
role: Faculty Member, DAIDD 2016-2019, MMED 2017, 2019, 2021
|
5
|
+
involvement: Faculty Member, MMED and DAIDD clinics
|
6
|
+
position: Senior Researcher
|
7
|
+
affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
|
8
|
+
img: team/vanschalkwyk.jpg
|
9
|
+
summary: Cari holds a PhD in Epidemiology and Biostatistics from the University of Cape Town and is a Senior Researcher at SACEMA. She was an MMED participant in 2012 and a DAIDD participant in 2013. Cari served as an MMED mentor in 2014 and 2016 and joined the Workshop Faculty in 2016.
|
10
|
+
github: carivs
|
11
|
+
orcid: 0000-0001-5154-1390
|
12
|
+
linkedin: cari-van-schalkwyk-b618b851
|
13
|
+
gscholar: WLoOeH4AAAAJ
|
14
|
+
twitter:
|
15
|
+
impactstory:
|
16
|
+
website:
|
17
|
+
cv:
|
18
|
+
degrees:
|
19
|
+
- degree: PhD
|
20
|
+
discipline: Epidemiology and Biostatistics
|
21
|
+
institution: University of Cape Town
|
22
|
+
year: 2021
|
23
|
+
- degree: MComm
|
24
|
+
discipline: Mathematical Statistics
|
25
|
+
institution: University of Stellenbosch
|
26
|
+
year: 2009
|
27
|
+
- degree: BComm
|
28
|
+
discipline: Actuarial Science
|
29
|
+
institution: University of Stellenbosch
|
30
|
+
year: 2006
|
31
|
+
bio: Cari holds a PhD in Epidemiology and Biostatistics from the University of Cape Town and is a Senior Researcher at SACEMA. She was an MMED participant in 2012 and a DAIDD participant in 2013. Cari served as an MMED mentor in 2014 and 2016 and joined the Workshop Faculty in 2016. Cari became involved with SACEMA through a Masters project relating to HIV incidence estimation. In recent years her research has focused on the epidemiology of HIV, human papillomavirus (HPV), the synergies between these two viruses, the progression of HPV to cervical cancer and the impact of prevention of these diseases in South Africa. She has also done work on other infections of national priority in South Africa, such as COVID and TB.
|
32
|
+
---
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
name: Alex Welte, PhD
|
3
|
+
type: founding
|
4
|
+
role: Faculty Member, MMED and DAIDD clinics
|
5
|
+
involvement: Faculty Member, MMED and DAIDD clinics
|
6
|
+
position: Research Professor
|
7
|
+
affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, Western Cape, South Africa
|
8
|
+
img: team/welte.jpg
|
9
|
+
summary: Alex is a Research Professor at the South African Centre for Epidemiological Modelling and Analysis (SACEMA) and Stellenbosch University. He served as the Director of SACEMA from 2010-2016 and the ICI3D Program Director for Africa from 2012-2016. Alex has been a member of the ICI3D Faculty since the program started in 2012.
|
10
|
+
github: alexwelte
|
11
|
+
orcid:
|
12
|
+
linkedin:
|
13
|
+
gscholar:
|
14
|
+
twitter:
|
15
|
+
impactstory:
|
16
|
+
website:
|
17
|
+
cv:
|
18
|
+
---
|
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
name: Brian Williams, PhD
|
3
|
+
type: founding
|
4
|
+
role: Faculty Member, MMED and DAIDD clinics
|
5
|
+
involvement:
|
6
|
+
position: Research Fellow
|
7
|
+
affiliation: South African Centre for Epidemiological Modelling and Analysis
|
8
|
+
img: team/williams.jpg
|
9
|
+
summary: Brian is a Visiting Senior Research Fellow at the South African Centre for Epidemiological Modelling and Analysis (SACEMA) and retired from the TB program at the World Health Organization (WHO). He has been on the ICI3D Core Faculty since the program started in 2012.
|
10
|
+
github: BrianGerardWilliams
|
11
|
+
papers:
|
12
|
+
- title: Progress and prospects for the control of HIV and tuberculosis in South Africa - a dynamical modelling study
|
13
|
+
authors: <b>Williams</b>, Gupta, Wollmers, Granich
|
14
|
+
link: http://dx.doi.org/10.1016/S2468-2667(17)30066-X
|
15
|
+
journal: The Lancet Public Health
|
16
|
+
year: 2017
|
17
|
+
- title: Epidemiological trends for HIV in southern Africa - implications for reaching the elimination targets
|
18
|
+
authors: <b>Williams</b>, Gouws, Somse, Mmelesi, Lwamba, Chikoko, Fazito, Turay, Kiwango, Chikukwa, Damisoni, Gboun
|
19
|
+
link: https://www.dropbox.com/s/jrlui80bg3ij0bi/CHAR%202015%20Williams.pdf?dl=0
|
20
|
+
journal: Current HIV/AIDS Research
|
21
|
+
year: 2015
|
22
|
+
- title: Universal voluntary HIV testing with immediate antiretroviral therapy as a strategy for elimination of HIV transmission - a mathematical model
|
23
|
+
authors: Granich, Gilks, Dye, de Cock, <b>Williams</b>
|
24
|
+
link: http://www.thelancet.com/journals/lancet/article/PIIS0140-6736(08)61697-9/fulltext
|
25
|
+
journal: Epidemics
|
26
|
+
year: 2017
|
27
|
+
bio: Brian retired from the TB program in the World Health Organization (WHO). Having originally studied Physics, first at the University of Natal and then at Cambridge University, he has carried out research in solid-state physics, ecology, and epidemiology. Before joining the WHO in 2001 he was the Director of the Epidemiological Research Unit in Johannesburg where he led research into occupational diseases of mine-workers, especially TB and silicosis. In 1994, as the epidemic of HIV/AIDS became apparent in South Africa, he set up the Mothusimpilo Project in Carletonville, South Africa, the biggest gold-mining complex in the world. There he worked with mine-workers, sex-workers, and adolescents to understand and to find ways to manage the epidemic of HIV. More recently, he has been closely involved with developing and promoting the use of treatment-as-prevention to stop the epidemic of HIV. He conceived the idea of a center for the application of mathematics to biological systems in South Africa, which led to the founding of SACEMA in 2006. Dr. Williams has contributed to the MMED clinics and precursor programs since 2009, inspiring participants to tackle the challenge of learning to do meaningful modeling that will have real-world public health impacts.
|
28
|
+
---
|
data/_data/team/ying.yml
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
---
|
2
|
+
name: Roger Ying
|
3
|
+
type: i3d_toAfrica
|
4
|
+
role: I3D Research Exchange Scholar
|
5
|
+
home: USA
|
6
|
+
former: Medical student at Cornell University
|
7
|
+
position: Medical student
|
8
|
+
affiliation: Cornell University
|
9
|
+
img: scholars/ying.jpg
|
10
|
+
year: 2015
|
11
|
+
host: South African Centre for Epidemiological Modelling and Analysis
|
12
|
+
mentor: Dr. Brian Williams
|
13
|
+
project: developing improved modeling tools for use by public health officials to inform decision-making for HIV-related policies
|
14
|
+
outputs:
|
15
|
+
- title: CD4 cell count - Declining value for antiretroviral therapy eligibility
|
16
|
+
authors: <em>Ying, R</em>, RM Granich, S Gupta, and <b>BG Williams</b>
|
17
|
+
link: http://cid.oxfordjournals.org/content/early/2016/01/28/cid.civ1224.full
|
18
|
+
journal: Clinical Infectious Diseases
|
19
|
+
year: 2016
|
20
|
+
bio: Roger received his Bachelors of Science degree in Bioengineering from the University of Washington in 2012. He worked for two years with Dr. Ruanne Barnabas at the University of Washington on modeling the cost-effectiveness of pre-exposure prophylaxis for HIV prevention in Uganda and community-based HIV testing and counseling in South Africa. He first became involved with the ICI3D program in 2013 at the MMED workshop, and then as an I3D exchange scholar in 2015. He also spent one year at the UNAIDS in Geneva working with Drs. Reuben Granich and Brian Williams on antiretroviral treatment guideline policy. Roger is now a fourth year medical student at Weill Cornell Medical College in New York City.
|
21
|
+
---
|
Binary file
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<div markdown="1">
|
2
|
+
|
3
|
+
### Major Assignments
|
4
|
+
|
5
|
+
There will be two major assignments for this course, a short oral presentation and a final written project (due July 15).
|
6
|
+
|
7
|
+
### Academic Integrity and Plagiarism
|
8
|
+
|
9
|
+
All sources for information, figures, and wording must be properly cited. Before submitting any assignments for this class, please **review the following**:
|
10
|
+
|
11
|
+
- [Stellenbosch guidelines on academic integrity](https://www.sun.ac.za/english/research-innovation/Research-Development/Documents/Policies%20and%20Guidelines/ENGLISH/SU%20Plagiarism%20Policy_2016.pdf)
|
12
|
+
- Examples of plagiarism versus acceptable paraphrasing and summarizing
|
13
|
+
- [From the Academic Integrity Office at MIT](https://integrity.mit.edu/handbook/academic-writing/avoiding-plagiarism-paraphrasing)
|
14
|
+
- [From The Writing Center at University of Wisconsin – Madison](http://writing.wisc.edu/Handbook/QPA_paraphrase.html)
|
15
|
+
|
16
|
+
### Oral presentations (project proposals)
|
17
|
+
|
18
|
+
At the end of the second week (24 June), you will have to give a short "Research Pitch" to a small group of recent MedPH students and instructors. We will help you develop your presentation throughout Weeks 1-2 of MedPH.
|
19
|
+
|
20
|
+
- Prepare a short oral presentation summarizing your research (10 minutes max, using the slide template that will be provided)
|
21
|
+
- You should focus on a project idea that's of interest to you and would be feasible to conduct with available resources (e.g. existing data sets).
|
22
|
+
- The presentation should include enough background information to motivate the proposed research and should clearly state the research question. You should also briefly summarize the proposed approach to the research question.
|
23
|
+
- We recommend selecting a few visual aids (eg, figures or diagrams) that will help you explain key aspects of the proposed research. Please keep the text on your slides to a minimum.
|
24
|
+
- You will be kept to time.
|
25
|
+
|
26
|
+
### Final written project
|
27
|
+
|
28
|
+
- [Project instructions]({{page.repo}}/blob/master/Project_guidelines.pdf)
|
29
|
+
- Your final project should be based on your project proposal but can be modified based on feedback you receive from the faculty and others. You will have three weeks to develop and write up your project (due 15 July), and we encourage you to seek feedback as you're working on it. The instructors will be available for online meetings during the week of 27 June and will be in Muizenberg and available for in-person meetings the week of 4 July.
|
30
|
+
- [Example written project]({{page.repo}}/blob/master/assignments/LourensTrachoma2013.pdf?raw=true)
|
31
|
+
|
32
|
+
### Other assignments
|
33
|
+
|
34
|
+
- Your marks for the course will also depend on your participation during the first two weeks of the course and your submitted responses to the benchmark questions for the required R tutorials. See the schedule tab for details of the additional assignments and when they are due.
|
35
|
+
|
36
|
+
Readings
|
37
|
+
========
|
38
|
+
|
39
|
+
- [Panum's Investigation of the 1846 Measles Outbreak on the Faroe Islands](./panum.html)
|
40
|
+
- [Hampson *et al*. 2009]({{page.repo}}/blob/master/readings/Hampson2009.pdf?raw=true)
|
41
|
+
|
42
|
+
</div>
|
@@ -0,0 +1,74 @@
|
|
1
|
+
<div markdown="1">
|
2
|
+
|
3
|
+
### Major Assignments
|
4
|
+
|
5
|
+
There will be two major assignments for this course, a short oral presentation (given during the MMED Clinic) and a final written project (due July 12).
|
6
|
+
|
7
|
+
### Academic Integrity and Plagiarism
|
8
|
+
|
9
|
+
All sources for information, figures, and wording must be properly cited. Before submitting any assignments for this class, please **review the following**:
|
10
|
+
|
11
|
+
- [Stellenbosch guidelines on academic integrity](https://www.sun.ac.za/english/research-innovation/Research-Development/Documents/Policies%20and%20Guidelines/ENGLISH/SU%20Plagiarism%20Policy_2016.pdf)
|
12
|
+
- Examples of plagiarism versus acceptable paraphrasing and summarizing
|
13
|
+
- [From the Academic Integrity Office at MIT](https://integrity.mit.edu/handbook/academic-writing/avoiding-plagiarism-paraphrasing)
|
14
|
+
- [From The Writing Center at University of Wisconsin – Madison](http://writing.wisc.edu/Handbook/QPA_paraphrase.html)
|
15
|
+
|
16
|
+
### Oral presentations (project proposals)
|
17
|
+
|
18
|
+
During the first week of MMED, you will have to give a short "Research Pitch" in one of the evening sessions. We will help you develop your presentation throughout Week 1 of MedPH.
|
19
|
+
|
20
|
+
- Prepare a short oral presentation summarizing your research (2 minutes max, 1 slide in PDF format)
|
21
|
+
- You should focus on a project idea that's of interest to you and would be feasible to conduct with available resources (e.g. existing data sets).
|
22
|
+
- The presentation should include enough background information to motivate the proposed research and should clearly state the research question. You should also briefly summarize the proposed approach to the research question.
|
23
|
+
- We recommend selecting 1-2 visual aids (eg, figures or diagrams) that will help you explain key aspects of the proposed research. Please keep the text on your slide to a minimum.
|
24
|
+
- You will be kept to time.
|
25
|
+
|
26
|
+
### Final written project
|
27
|
+
|
28
|
+
- [Project instructions]({{page.repo}}/blob/master/Project_guidelines.pdf)
|
29
|
+
- Your final project can be based on your project proposal or your MMED group project. You will have lot of free time during the last week of MMED to write this.
|
30
|
+
- A list of suggested topics for MMED group projects will be made available at [on this page]({{ site.url }}/projects).
|
31
|
+
- [Example written project]({{page.repo}}/blob/master/assignments/LourensTrachoma2013.pdf?raw=true)
|
32
|
+
|
33
|
+
### For Wednesday
|
34
|
+
|
35
|
+
- Finish Tutorial 1
|
36
|
+
- **Submit answers to Tutorial 1 BMQs by email to Zinhle at zinhle@aims.ac.za**
|
37
|
+
- Read Hampson _et al_. 2009 ([Rabies]({{page.repo}}/blob/master/readings/Hampson2009.pdf?raw=true)) – due Wed AM
|
38
|
+
- Consider possible topics for projects (browse the information available under the references tab for ideas)
|
39
|
+
- Come prepared to discuss at least one disease and at least one question that interest you - due Wed PM
|
40
|
+
- Review the material on Academic Integrity and Plagiarism above
|
41
|
+
|
42
|
+
### For Thursday
|
43
|
+
|
44
|
+
- Complete Tutorial 2
|
45
|
+
- **Submit answers to Tutorial 2 BMQs 3 and 4 by email to Zinhle at zinhle@aims.ac.za**
|
46
|
+
- Progress on project proposal – due Thurs AM
|
47
|
+
- Decide on a topic and research question
|
48
|
+
- Read at least one relevant article
|
49
|
+
- Identify potential data source/s
|
50
|
+
- Take careful notes on relevant background information (making sure you keep track of sources and any direct quotes)
|
51
|
+
|
52
|
+
### For Friday
|
53
|
+
|
54
|
+
- Complete Tutorial lab 3
|
55
|
+
- **Submit answer to Tutorial 3, Question 3 by email to Zinhle** – due Friday AM
|
56
|
+
- Continue proposal development
|
57
|
+
- Draft of presentation for practice - due Friday PM
|
58
|
+
|
59
|
+
### For Sunday
|
60
|
+
|
61
|
+
- Finalize presentations, as needed (submit slides by Sun PM)
|
62
|
+
- Complete the remaining items for [MMED preparation](http://www.ici3d.org/MMED/preparation/)
|
63
|
+
- Software installation
|
64
|
+
- Introduciton to Git
|
65
|
+
- Readings (recommended but not required)
|
66
|
+
- Rest up for the weeks ahead!
|
67
|
+
|
68
|
+
Readings
|
69
|
+
========
|
70
|
+
|
71
|
+
- [Panum's Investigation of the 1846 Measles Outbreak on the Faroe Islands](./panum.html)
|
72
|
+
- [Hampson *et al*. 2009]({{page.repo}}/blob/master/readings/Hampson2009.pdf?raw=true)
|
73
|
+
|
74
|
+
</div>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
|
2
|
+
<div markdown="1">
|
3
|
+
|
4
|
+
### R and R studio
|
5
|
+
|
6
|
+
- First, you should get comfortable using R in your computing environemnt. We encourage you to use R through the [R Studio](http://rstudio.org) interface, because it allows you to run scripts line by line or region by region which will help you move through the tutorials. R Studio is already installed on the AIMS computers and should be accessible through the Applications tab.
|
7
|
+
- Introduction to R Studio: [Tutorial](https://raw.githubusercontent.com/ICI3D/RTutorials/master/introRstudio.R)
|
8
|
+
|
9
|
+
### Introduction to R
|
10
|
+
|
11
|
+
**Note that the Benchmark Questions you are asked to complete for Tutorials 2 and 3 are different from those for the MMED clinic.**
|
12
|
+
|
13
|
+
- Introduction to R, Tutorial 1: [Introduction to R and its quirks](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_1.R)
|
14
|
+
- Introduction to R, Tutorial 2: [More on Vectors, Data Frames, and Functions](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_2.R)
|
15
|
+
- [**Benchmark questions**]({{page.repo}}/blob/master/assignments/tutorials/Tutorial2_questions.pdf?raw=true): Answer these questions **instead of** the questions that are included in the Tutorial.
|
16
|
+
- Question 4 Tip: **answer should look like the following**
|
17
|
+
ei.star <- function(population.size, R0) {
|
18
|
+
|
19
|
+
ouptut <- ????
|
20
|
+
|
21
|
+
return(output)
|
22
|
+
|
23
|
+
}
|
24
|
+
- **Assignment**: Submit your solutions to Benchmark Questions 3 and 4 to Zinhle by email.
|
25
|
+
- Supplementary file: **[seir\_2012.R]({{page.repo}}/blob/master/assignments/tutorials/seir_2012.R?raw=true)**
|
26
|
+
- [Binomial distribution tutorial](https://raw.githubusercontent.com/ICI3D/RTutorials/master/binomialDistribution.R)
|
27
|
+
- Introduction to R, Tutorial 3: [Probability Distributions and Control Structures](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_3.R)
|
28
|
+
- **Assignment**: **In addition to** completing the benchmark questions at the end of the Tutorial, download the supplementary assignment file linked below. Work through the example of a chain binomial SIR model, then complete and submit the assignment as described in the file.
|
29
|
+
- Supplementary file: **[cb\_2012.R]({{page.repo}}/blob/master/assignments/tutorials/cb_2012.R?raw=true)**
|
30
|
+
|
31
|
+
### Other modeling tutorials
|
32
|
+
|
33
|
+
- [Visualizing Infectious Disease Data in R](https://raw.githubusercontent.com/ICI3D/RTutorials/master/visualizeData.R)
|
34
|
+
- [Gillespie algorithm](././tutorials/gillespie)
|
35
|
+
- [spillover SIR implemented with Gillespie algorithm](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_spillover_introductions.R)
|
36
|
+
- [ODE Models in R](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_Lab1_ODEmodels.R) and steps for constructing a [seasonal SEIR model](https://raw.githubusercontent.com/ICI3D/RTutorials/master/seir.w.seasonal.R) from the model in the ODE lab
|
37
|
+
|
38
|
+
</div>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
|
2
|
+
<div markdown="1">
|
3
|
+
|
4
|
+
### R and R studio
|
5
|
+
|
6
|
+
- First, you should get comfortable using R in your computing environemnt. We encourage you to use R through the [R Studio](http://rstudio.org) interface, because it allows you to run scripts line by line or region by region which will help you move through the tutorials. R Studio is already installed on the AIMS computers and should be accessible through the Applications tab.
|
7
|
+
- Introduction to R Studio: [Tutorial](https://raw.githubusercontent.com/ICI3D/RTutorials/master/introRstudio.R)
|
8
|
+
|
9
|
+
### Introduction to R
|
10
|
+
|
11
|
+
**Note that the Benchmark Questions you are asked to complete for Tutorials 2 and 3 are different from those for the MMED clinic.**
|
12
|
+
|
13
|
+
- Introduction to R, Tutorial 1: [Introduction to R and its quirks](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_1.R)
|
14
|
+
- Introduction to R, Tutorial 2: [More on Vectors, Data Frames, and Functions](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_2.R)
|
15
|
+
- [ **Benchmark questions**]({{page.repo}}/blob/master/assignments/tutorials/Tutorial2_questions.pdf?raw=true): Answer these questions **instead of** the questions that are included in the Tutorial.
|
16
|
+
- Question 4 Tip: **answer should look like the following**
|
17
|
+
ei.star <- function(population.size, R0) {
|
18
|
+
|
19
|
+
ouptut <- ????
|
20
|
+
|
21
|
+
return(output)
|
22
|
+
|
23
|
+
}
|
24
|
+
- **Assignment** (*due by Wednesday evening*): Submit your solutions to Benchmark Questions 3 and 4 to Zinhle by email.
|
25
|
+
- Supplementary file: **[seir\_2012.R]({{page.repo}}/blob/master/assignments/tutorials/seir_2012.R?raw=true)**
|
26
|
+
- [Binomial distribution tutorial](https://raw.githubusercontent.com/ICI3D/RTutorials/master/binomialDistribution.R)
|
27
|
+
- Introduction to R, Tutorial 3: [Probability Distributions and Control Structures](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_RTutorial_3.R)
|
28
|
+
- **Assignment** (*due by Sunday evening*): **In addition to** completing the benchmark questions at the end of the Tutorial, download the supplementary assignment file linked below. Work through the example of a chain binomial SIR model, then complete and submit the assignment as described in the file.
|
29
|
+
- Supplementary file: **[cb\_2012.R]({{page.repo}}/blob/master/assignments/tutorials/cb_2012.R?raw=true)**
|
30
|
+
|
31
|
+
### Other modeling tutorials
|
32
|
+
|
33
|
+
- [Visualizing Infectious Disease Data in R](https://raw.githubusercontent.com/ICI3D/RTutorials/master/visualizeData.R)
|
34
|
+
- [Gillespie algorithm](././tutorials/gillespie)
|
35
|
+
- [spillover SIR implemented with Gillespie algorithm](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_spillover_introductions.R)
|
36
|
+
- [ODE Models in R](https://raw.githubusercontent.com/ICI3D/RTutorials/master/ICI3D_Lab1_ODEmodels.R) and steps for constructing a [seasonal SEIR model](https://raw.githubusercontent.com/ICI3D/RTutorials/master/seir.w.seasonal.R) from the model in the ODE lab
|
37
|
+
|
38
|
+
</div>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<ul>
|
2
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/Intro_PH_Epi_ID.pdf">Introduction to Public Health, Epidemiology, and Infectious Diseases</a> </li>
|
3
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_I.pdf">Introduction to Infectious Disease Dynamics I</a> </li>
|
4
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_II.pdf">Introduction to Infectious Disease Dynamics II</a> </li>
|
5
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_III.pdf">Introduction to Infectious Disease Dynamics III</a> </li>
|
6
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/How_to_read_exRabies.pdf">How to read a scientific paper</a> </li>
|
7
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/FinitePopModels.pdf">Transmission in finite populations</a> </li>
|
8
|
+
<li> <a href="{{page.repo}}/raw/master/lectures/Dynamics_VB_Pathogens.pdf">Dynamics of Vector-borne Pathogens</a> </li>
|
9
|
+
<ul>
|
10
|
+
<li> For information on the method used to calculate $R_0$, see <a href="{{page.repo}}/raw/master/references/Van_den_DreisscheWatmough_2002.pdf">van den Dreissche & Watmough 2002 Mathematical Biosciences</a>.
|
11
|
+
</ul>
|
12
|
+
</ul>
|
@@ -0,0 +1,71 @@
|
|
1
|
+
<div markdown="1">
|
2
|
+
|
3
|
+
You can visit these pages to find general information on many diseases and specific information about recent outbreaks:
|
4
|
+
|
5
|
+
- [US Centers for Disease Control and Prevention](http://www.cdc.gov/DiseasesConditions)
|
6
|
+
- [ProMED mail](http://www.promedmail.org) - a list serve about disease outbreaks
|
7
|
+
- [WHO disease outbreak site](http://www.who.int/csr/don/en/index.html)
|
8
|
+
- [Research and Policy for Infectious Disease Dynamics (RAPIDD program)](http://scholar.google.com/citations?hl=en&user=ngDeGF8AAAAJ) - publications on the dynamics of infectious diseases, with a emphasis on data-driven modeling methods
|
9
|
+
- [Project Tycho](http://www.tycho.pitt.edu/) - long-term data sets on many infectious diseases in the US
|
10
|
+
|
11
|
+
### For groups working on Measles
|
12
|
+
|
13
|
+
Measles data to be used in the projects are made available courtesy of **Professor David Earn, Department of Mathematics, McMaster University**. The data files are available online from the International Infectious Disease Data Archive (IIDDA, <http://iidda.mcmaster.ca>). **Note that use of these data is only permitted for the purposes of this course, and any outside use must receive prior approval from Prof. Earn.** These data were originally analyzed in the following two publications:
|
14
|
+
|
15
|
+
- [D. J. D. Earn; P. Rohani; B. M. Bolker; B. T. Grenfell (2000) A simple model for complex dynamical transitions in epidemics Science 287(5453): 667-670.]({{page.repo}}/blob/master/references/Earn2000.pdf?raw=true)
|
16
|
+
- [C. T. Bauch and D. J. D. Earn (2003) Transients and Attractors in Epidemics. Proceedings of the Royal Society of London Series B 270:1573-1578.]({{page.repo}}/blob/master/references/Bauch2003.pdf?raw=true)
|
17
|
+
|
18
|
+
### For groups working on London data
|
19
|
+
|
20
|
+
- All available data from London ([download]({{page.repo}}/blob/master/projectData/dataLondon_all.Rdata?raw=true))
|
21
|
+
|
22
|
+
### For groups working on US data
|
23
|
+
|
24
|
+
This paper gives a nice explanation of the relationship between infectious disease population parameters and the periodicity of the expected limit cycle:
|
25
|
+
|
26
|
+
- [Dushoff, J, Plotkin, JB, Levin, SA, & Earn, DJD (2004). Dynamical resonance can account for seasonality of influenza epidemics. _Proceedings of the National Academy of Sciences of the United States of America_, 101(48), 16915–6. <doi:10.1073/pnas.0407293101>]({{page.repo}}/blob/master/references/Dushoff2004.pdf?raw=true)
|
27
|
+
|
28
|
+
- All available data from the US ([download]({{page.repo}}/blob/master/projectData/dataUS_all.Rdata?raw=true))
|
29
|
+
|
30
|
+
### For groups working on Ebola
|
31
|
+
|
32
|
+
- WHO Ebola Response Team. [Ebola Virus Disease in West Africa - The First 9 Months of the Epidemic and Forward Projections]({{page.repo}}/blob/master/references/EbolaFirst9Months.pdf?raw=true). N Engl J Med 2014.
|
33
|
+
- Chowell G, Hengartner NW, Castillo-Chavez C, Fenimore PW, Hyman JM. [The basic reproductive number of Ebola and the effects of public health measures: The cases of Congo and Uganda]({{page.repo}}/blob/master/references/ChowellEbola2004.pdf?raw=true). J Theor Biol 2004; 229: 119–26.
|
34
|
+
- Bellan SE, Pulliam JRC, Dushoff J, Meyers LA. [Ebola control: effect of asymptomatic infection and acquired immunity]({{page.repo}}/blob/master/references/BellanAsymptomaticEbola2014.pdf?raw=true). Lancet 2014. (accompanying [SEIR model code](http://ebola.ici3d.org/Lancet/ebolaSEIR.R))
|
35
|
+
- [Kucharski et al. (2015). Measuring the impact of Ebola control measures in Sierra Leone. PNAS.]({{page.repo}}/blob/master/references/KucharskiPNAS2015.pdf)
|
36
|
+
|
37
|
+
### Data Sets
|
38
|
+
|
39
|
+
#### Ebola in West Africa
|
40
|
+
|
41
|
+
- **Liberia 2014-2016 Ebola Epidemic<sup>1</sup>** ([download figures]({{page.repo}}/blob/master/projectData/LiberiaEVD.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/WAevddat.Rdata?raw=true))
|
42
|
+
- **Sierra Leone 2014-2016 Ebola Epidemic<sup>1</sup>** ([download figures]({{page.repo}}/blob/master/projectData/SLEVD.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/WAevddat.Rdata?raw=true))
|
43
|
+
- **Guinea 2014-2016 Ebola Epidemic<sup>1</sup>** ([download figures]({{page.repo}}/blob/master/projectData/GuineaEVD.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/WAevddat.Rdata?raw=true))
|
44
|
+
|
45
|
+
<sup>1</sup> Data from the [Humanitarian Data Exchange](https://data.humdata.org/dataset/rowca-ebola-cases) and cleaned by Steve Bellan.
|
46
|
+
|
47
|
+
#### Other data sets
|
48
|
+
|
49
|
+
- **London<sup>1</sup>:** ([download figures]({{page.repo}}/blob/master/projectData/figsLondon.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/dataLondon.Rdata?raw=true))
|
50
|
+
- **Zaire 1976 Ebola Epidemic<sup>2</sup>:** ([download figures]({{page.repo}}/blob/master/projectData/figsZaireEbola.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/dataZaireEbola.Rdata?raw=true))
|
51
|
+
- **Nigeria Lassa Fever Epidemic<sup>3</sup>:** ([download figures]({{page.repo}}/blob/master/projectData/figsNigeriaLF.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/dataNigeriaLF.Rdata?raw=true))
|
52
|
+
- **Democratic Republic of Congo Ebola Epidemic<sup>4</sup>:** ([download figures]({{page.repo}}/blob/master/projectData/figsDRC_Ebola.pdf?raw=true), [download data]({{page.repo}}/blob/master/projectData/dataDRC_Ebola.Rdata?raw=true))
|
53
|
+
|
54
|
+
<sup>1</sup> Data made available courtesy of **Prof. David Earn, Dept. of Mathematics, McMaster University**. The data files are available online from the International Infectious Disease Data Archive (IIDDA, <http://iidda.mcmaster.ca>) and were first published in either *D. J. D. Earn; P. Rohani; B. M. Bolker; B. T. Grenfell (2000) A simple model for complex dynamical transitions in epidemics Science 287(5453): 667-670.* or *C. T. Bauch and D. J. D. Earn (2003) Transients and Attractors in Epidemics. Proceedings of the Royal Society of London Series B 270:1573-1578.* **Note that use of these data is only permitted for the purposes of this course, and any outside use must receive prior approval from Prof. Earn.**
|
55
|
+
|
56
|
+
<sup>2</sup> Data from [Camacho a., Kucharski a. J, Funk S, Breman J, Piot P, Edmunds WJ. Potential for large outbreaks of Ebola virus disease. Epidemics 2014](http://linkinghub.elsevier.com/retrieve/pii/S1755436514000528) supplementary material and cleaned by Becky.
|
57
|
+
|
58
|
+
<sup>3</sup> Data made available courtesy of **Dr. Caitlin Rivers, Johns Hopkins Center for Health Security** (https://github.com/cmrivers/ebola_drc) GitHub repository and cleaned by Becky. The original data files are available online from the WHO Disease Outbreak Network ( <http://www.who.int/csr/don/en/>), WHO situation reports (<http://www.who.int/ebola/situation-reports/drc-2018/en/>), and the DRC Ministry of Health mailing list.
|
59
|
+
|
60
|
+
<sup>4</sup> Data made available courtesy of **Dr. Simon Frost, Dept of Veterinary Medicine, University of Cambridge** (https://github.com/sdwfrost/nigeria-lassa-data) GitHub repository and cleaned by Becky.
|
61
|
+
|
62
|
+
### Code that groups might find useful
|
63
|
+
|
64
|
+
- [Example ODE weekly incidence code ](https://raw.githubusercontent.com/ICI3D/RTutorials/master/seir_cumInc.R)
|
65
|
+
|
66
|
+
### Poster examples from previous years
|
67
|
+
|
68
|
+
- [2014 Example]({{page.repo}}/blob/master/projectData/KathleenKagisoPoster.pdf?raw=true)
|
69
|
+
- [2015 Example]({{page.repo}}/blob/master/projectData/WhoopingCoughOntario2.pdf?raw=true)
|
70
|
+
|
71
|
+
</div>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<div markdown="1">
|
2
|
+
|
3
|
+
### Monday, 13 June
|
4
|
+
|
5
|
+
- 13:30 – 13:50 Introductions, Overview of course (structure and expectations)
|
6
|
+
- 13:50 – 14:30 [Introduction to public health, epidemiology, and infectious diseases]({{page.repo}}/raw/master/lectures/Intro_PH_Epi_ID.pdf) (Juliet)
|
7
|
+
- 14:35 – 15:30 [Introduction to infectious disease dynamics, Part I]({{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_I.pdf) (Zinhle)
|
8
|
+
|
9
|
+
Assignments
|
10
|
+
|
11
|
+
- Install R and R Studio (if not already installed)
|
12
|
+
- R - a statistical programming language (download links for [Windows](http://cran.r-project.org/bin/windows/base/), [Linux](http://cran.r-project.org/bin/linux/), and [MacOS](http://cran.r-project.org/bin/macosx/))
|
13
|
+
- If you already have R, please check that you have a recent version, or else update. Versions starting with 3.5 or 3.6 should be OK.
|
14
|
+
- R Studio - a user interface for R that will be needed for computer exercises ([download link](http://www.rstudio.com/products/rstudio/download/))
|
15
|
+
- Complete Introduction to R Studio tutorial
|
16
|
+
- Complete [Tutorial I](#computerlabs) – due Tues AM **email to Zinhle at zinhle@aims.ac.za**
|
17
|
+
- Review material on Academic Integrity and Plagiarism (see Assignments tab for more details)
|
18
|
+
|
19
|
+
### Tuesday, 14 June
|
20
|
+
|
21
|
+
- 13:30 – 13:45 [Introduction to projects]({{page.repo}}/raw/master/Project_guidelines.pdf) (Juliet)
|
22
|
+
- 13:45 - 14:00 Discussion of BMQs from Tutorial 1 (Juliet)
|
23
|
+
- 14:00 – 14:45 Contemporary example (Rabies): [Background lecture and how to read a scientific paper]({{page.repo}}/raw/master/lectures/How_to_read_exRabies.pdf) (Zinhle)
|
24
|
+
- 14:45 - 15:30 [Introduction to infectious disease dynamics, Part II]({{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_II.pdf) (Zinhle)
|
25
|
+
|
26
|
+
Assignments
|
27
|
+
|
28
|
+
- Read [Hampson et al. 2009]({{page.repo}}/raw/master/readings/Hampson2009.pdf) (Rabies) – due Wed
|
29
|
+
- Start thinking about possible projects (see Assignments tab for more details)
|
30
|
+
|
31
|
+
### Wednesday, 15 June
|
32
|
+
|
33
|
+
- 13:30 – 14:15 Contemporary example (Rabies): Discussion session (Zinhle)
|
34
|
+
- 14:15 – 14:35 Project discussion and development (Juliet)
|
35
|
+
- 14:35 – 15:30 [Dynamics of directly transmitted pathogens]({{page.repo}}/raw/master/lectures/Intro_ID_Dynamics_III.pdf) (Juliet)
|
36
|
+
|
37
|
+
Assignments
|
38
|
+
|
39
|
+
- Complete [Tutorial II & benchmark questions](#computerlabs)
|
40
|
+
- **turn in figure (and code) from Tutorial II, Questions 3 and 4 by email to Zinhle at zinhle@aims.ac.za**
|
41
|
+
- Progress on projects – due Monday (see Assignments tab for more details)
|
42
|
+
|
43
|
+
### Monday, 20 June
|
44
|
+
|
45
|
+
- 13:30 - 13:50 Discussion of BMQs from Tutorial 2 (Zinhle)
|
46
|
+
- 13:50 – 14:15 Project discussion and development
|
47
|
+
- One-on-one meetings
|
48
|
+
- 14:15 - 15:30 [Transmission in Finite Populations]({{page.repo}}/raw/master/lectures/FinitePopModels.pdf) (Juliet)
|
49
|
+
|
50
|
+
Assignments
|
51
|
+
|
52
|
+
- Complete [Binomial Distribution Tutorial](#computerlabs)
|
53
|
+
- Continue proposal/project development
|
54
|
+
- Draft of presentations for practice – due Wednesday
|
55
|
+
- Complete [Tutorial III: simple stochastic models of epidemics](#computerlabs) – due Tues AM
|
56
|
+
- **turn in figures and code from Tutorial III Questions by email to Zinhle**
|
57
|
+
|
58
|
+
### Wednesday, 22 June
|
59
|
+
|
60
|
+
- 13:30 – 14:30 [Dynamics of vector-borne pathogens]({{page.repo}}/raw/master/lectures/Dynamics_VB_Pathogens.pdf) (Zinhle)
|
61
|
+
- 14:30 – 15:00 Discussion of BMQs from Tutorial 3 (Juliet)
|
62
|
+
- 15:00 – 15:30 Practice presentations and feedback (Moderator: Juliet)
|
63
|
+
|
64
|
+
Assignments
|
65
|
+
|
66
|
+
- Finalize presentations, as needed (submit final slides by Thurs AM)
|
67
|
+
|
68
|
+
### Thursday, 23 June
|
69
|
+
|
70
|
+
- 13:30 - 14:00 Research pitches
|
71
|
+
- 14:00 - 15:15 Dynamical Fever Tutorial
|
72
|
+
- 15:15 - 15:30 Wrap-up and preparation for next week (Zinhle)
|
73
|
+
|
74
|
+
Assignments
|
75
|
+
|
76
|
+
- Complete the remaining items for [MMED preparation](http://www.ici3d.org/MMED/preparation/)
|
77
|
+
- Software installation
|
78
|
+
- Readings (recommended but not required)
|
79
|
+
- Complete final project (due 22 July)
|
80
|
+
|
81
|
+
### Monday, 27 June through Friday, 8 July
|
82
|
+
|
83
|
+
To be modified from [MMED schedule](http://www.ici3d.org/MMED/schedule)
|
84
|
+
|
85
|
+
</div>
|