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.
Files changed (330) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_data/publications/pulliam2012.yml +12 -0
  5. data/_data/team/ackley.yml +25 -0
  6. data/_data/team/are.yml +22 -0
  7. data/_data/team/beauclair.yml +14 -0
  8. data/_data/team/bekele.yml +14 -0
  9. data/_data/team/bellan.yml +46 -0
  10. data/_data/team/bolton.yml +33 -0
  11. data/_data/team/borchering.yml +65 -0
  12. data/_data/team/brook.yml +15 -0
  13. data/_data/team/brown.yml +18 -0
  14. data/_data/team/bruce.yml +26 -0
  15. data/_data/team/brucePA.yml +9 -0
  16. data/_data/team/deleo.yml +49 -0
  17. data/_data/team/delva.yml +15 -0
  18. data/_data/team/dushoff.yml +52 -0
  19. data/_data/team/ervin.yml +10 -0
  20. data/_data/team/faikah.yml +26 -0
  21. data/_data/team/grebe.yml +36 -0
  22. data/_data/team/hargrove.yml +36 -0
  23. data/_data/team/hitchcock.yml +10 -0
  24. data/_data/team/hladish.yml +45 -0
  25. data/_data/team/january.yml +9 -0
  26. data/_data/team/kassanjee.yml +20 -0
  27. data/_data/team/li.yml +45 -0
  28. data/_data/team/lord.yml +20 -0
  29. data/_data/team/marx.yml +14 -0
  30. data/_data/team/mcintosh.yml +20 -0
  31. data/_data/team/mhlanga.yml +22 -0
  32. data/_data/team/mthombothi.yml +23 -0
  33. data/_data/team/mugwagwa.yml +18 -0
  34. data/_data/team/mwangi.yml +24 -0
  35. data/_data/team/mwebaze.yml +20 -0
  36. data/_data/team/ndifon.yml +18 -0
  37. data/_data/team/ngonghala.yml +30 -0
  38. data/_data/team/nondi.yml +14 -0
  39. data/_data/team/nyamai.yml +18 -0
  40. data/_data/team/october.yml +9 -0
  41. data/_data/team/paradza.yml +19 -0
  42. data/_data/team/pearson.yml +58 -0
  43. data/_data/team/porco.yml +14 -0
  44. data/_data/team/pulliam.yml +51 -0
  45. data/_data/team/reiner.yml +18 -0
  46. data/_data/team/scheepers.yml +9 -0
  47. data/_data/team/scott.yml +51 -0
  48. data/_data/team/sempa.yml +32 -0
  49. data/_data/team/sikhondze.yml +14 -0
  50. data/_data/team/template.yml +18 -0
  51. data/_data/team/ujeneza.yml +38 -0
  52. data/_data/team/vanschalkwyk.yml +32 -0
  53. data/_data/team/welte.yml +18 -0
  54. data/_data/team/williams.yml +28 -0
  55. data/_data/team/ying.yml +21 -0
  56. data/_includes/MedPH/.DS_Store +0 -0
  57. data/_includes/MedPH/assignments.md +42 -0
  58. data/_includes/MedPH/assignmentsStandard.md +74 -0
  59. data/_includes/MedPH/computerlabs.md +38 -0
  60. data/_includes/MedPH/computerlabsStandard.md +38 -0
  61. data/_includes/MedPH/lectures.md +12 -0
  62. data/_includes/MedPH/references.md +71 -0
  63. data/_includes/MedPH/schedule.md +85 -0
  64. data/_includes/MedPH/scheduleStandard.md +93 -0
  65. data/_includes/bottomTable.html +5 -0
  66. data/_includes/centerTable.html +5 -0
  67. data/_includes/clinicNavbar.html +46 -0
  68. data/_includes/contact.html +12 -0
  69. data/_includes/directors.html +47 -0
  70. data/_includes/footer.html +23 -0
  71. data/_includes/head.html +28 -0
  72. data/_includes/header.html +31 -0
  73. data/_includes/hero.html +14 -0
  74. data/_includes/index.md +9 -0
  75. data/_includes/mission.html +13 -0
  76. data/_includes/navStructure.html +70 -0
  77. data/_includes/navbar.html +65 -0
  78. data/_includes/outputs.html +74 -0
  79. data/_includes/partners.html +75 -0
  80. data/_includes/profile.html +67 -0
  81. data/_includes/publications/faculty.md +13 -0
  82. data/_includes/publications/instructional.md +5 -0
  83. data/_includes/publications/participant.md +33 -0
  84. data/_includes/talk.html +12 -0
  85. data/_includes/topTable.html +6 -0
  86. data/_includes/upcoming.html +43 -0
  87. data/_layouts/clinic.liquid +43 -0
  88. data/_layouts/example.liquid +601 -0
  89. data/_layouts/main.liquid +34 -0
  90. data/_layouts/medph.page.liquid +60 -0
  91. data/_layouts/page.liquid +41 -0
  92. data/_layouts/people.page.liquid +27 -0
  93. data/_layouts/profile.liquid +44 -0
  94. data/_layouts/redirect.liquid +15 -0
  95. data/_layouts/talk.liquid +42 -0
  96. data/assets/css/academicons.css +249 -0
  97. data/assets/css/academicons.min.css +1 -0
  98. data/assets/css/bootstrap.css +6760 -0
  99. data/assets/css/bootstrap.css.map +1 -0
  100. data/assets/css/bootstrap.min.css +6 -0
  101. data/assets/css/font-awesome.css +2086 -0
  102. data/assets/css/font-awesome.min.css +4 -0
  103. data/assets/css/ie.css +5 -0
  104. data/assets/css/main-one-page.css +6433 -0
  105. data/assets/css/main.css +7160 -0
  106. data/assets/css/my-custom-styles.css +14 -0
  107. data/assets/css/shop-main.css +3117 -0
  108. data/assets/css/skins/brown.css +299 -0
  109. data/assets/css/skins/deepskyblue.css +299 -0
  110. data/assets/css/skins/goldenrod.css +299 -0
  111. data/assets/css/skins/ici3dBlue.css +229 -0
  112. data/assets/css/skins/ici3dBlue.css.map +7 -0
  113. data/assets/css/skins/ici3dIndigo.css +229 -0
  114. data/assets/css/skins/ici3dIndigo.css.map +7 -0
  115. data/assets/css/skins/indianred.css +299 -0
  116. data/assets/css/skins/lightgreen.css +299 -0
  117. data/assets/css/skins/orange.css +299 -0
  118. data/assets/css/skins/seagreen.css +299 -0
  119. data/assets/css/skins/slategray.css +299 -0
  120. data/assets/fonts/academicons.eot +0 -0
  121. data/assets/fonts/academicons.svg +66 -0
  122. data/assets/fonts/academicons.ttf +0 -0
  123. data/assets/fonts/academicons.woff +0 -0
  124. data/assets/fonts/fontawesome-webfont.eot +0 -0
  125. data/assets/fonts/fontawesome-webfont.svg +655 -0
  126. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  127. data/assets/fonts/fontawesome-webfont.woff +0 -0
  128. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  129. data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  130. data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  131. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  132. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  133. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  134. data/assets/ico/favicon.ico +0 -0
  135. data/assets/ico/favicon.png +0 -0
  136. data/assets/ico/ici3d114x114.png +0 -0
  137. data/assets/ico/ici3d144x144.png +0 -0
  138. data/assets/ico/ici3d57x57.png +0 -0
  139. data/assets/ico/ici3d72x72.png +0 -0
  140. data/assets/img/8hearts.png +0 -0
  141. data/assets/img/MMED2015_tutorials.jpg +0 -0
  142. data/assets/img/badge.png +0 -0
  143. data/assets/img/blog/balloon-med.jpg +0 -0
  144. data/assets/img/blog/balloon.jpg +0 -0
  145. data/assets/img/blog/buildings-med.jpg +0 -0
  146. data/assets/img/blog/buildings.jpg +0 -0
  147. data/assets/img/blog/people-med.jpg +0 -0
  148. data/assets/img/blog/people.jpg +0 -0
  149. data/assets/img/bx_loader.gif +0 -0
  150. data/assets/img/clients/logo1.png +0 -0
  151. data/assets/img/clients/logo2.png +0 -0
  152. data/assets/img/clients/logo3.png +0 -0
  153. data/assets/img/clients/logo4.png +0 -0
  154. data/assets/img/clients/logo5.png +0 -0
  155. data/assets/img/flags/China.png +0 -0
  156. data/assets/img/flags/Germany.png +0 -0
  157. data/assets/img/flags/Japan.png +0 -0
  158. data/assets/img/flags/South-Africa.png +0 -0
  159. data/assets/img/flags/United-Kingdom.png +0 -0
  160. data/assets/img/flags/United-States.png +0 -0
  161. data/assets/img/free.png +0 -0
  162. data/assets/img/fullscreen-bg.jpg +0 -0
  163. data/assets/img/gray_jean.png +0 -0
  164. data/assets/img/hero-unit-bg.png +0 -0
  165. data/assets/img/hero-unit-obj.png +0 -0
  166. data/assets/img/hero-unit-obj2.png +0 -0
  167. data/assets/img/hero-unit-obj3.png +0 -0
  168. data/assets/img/intro-img.png +0 -0
  169. data/assets/img/location-pin.png +0 -0
  170. data/assets/img/logo/ici3d-logo-light.png +0 -0
  171. data/assets/img/logo/ici3d-logo-nav.png +0 -0
  172. data/assets/img/logo/ici3d-logo-white.png +0 -0
  173. data/assets/img/logo/ici3d-logo-white_v2.png +0 -0
  174. data/assets/img/logo/ici3d-logo-white_v3.png +0 -0
  175. data/assets/img/logo/repute-logo-light-brown.png +0 -0
  176. data/assets/img/logo/repute-logo-light-deepskyblue.png +0 -0
  177. data/assets/img/logo/repute-logo-light-goldenrod.png +0 -0
  178. data/assets/img/logo/repute-logo-light-indianred.png +0 -0
  179. data/assets/img/logo/repute-logo-light-lightgreen.png +0 -0
  180. data/assets/img/logo/repute-logo-light-orange.png +0 -0
  181. data/assets/img/logo/repute-logo-light-seagreen.png +0 -0
  182. data/assets/img/logo/repute-logo-light-slategray.png +0 -0
  183. data/assets/img/logo/repute-logo-light.png +0 -0
  184. data/assets/img/logo/repute-logo-nav-brown.png +0 -0
  185. data/assets/img/logo/repute-logo-nav-deepskyblue.png +0 -0
  186. data/assets/img/logo/repute-logo-nav-goldenrod.png +0 -0
  187. data/assets/img/logo/repute-logo-nav-indianred.png +0 -0
  188. data/assets/img/logo/repute-logo-nav-light.png +0 -0
  189. data/assets/img/logo/repute-logo-nav-lightgreen.png +0 -0
  190. data/assets/img/logo/repute-logo-nav-orange.png +0 -0
  191. data/assets/img/logo/repute-logo-nav-seagreen.png +0 -0
  192. data/assets/img/logo/repute-logo-nav-slategray.png +0 -0
  193. data/assets/img/logo/repute-logo-nav.png +0 -0
  194. data/assets/img/mentors/are.jpg +0 -0
  195. data/assets/img/mentors/bolton.jpg +0 -0
  196. data/assets/img/mentors/brown.jpg +0 -0
  197. data/assets/img/mentors/kassanjee.jpg +0 -0
  198. data/assets/img/mentors/mhlanga.jpg +0 -0
  199. data/assets/img/mentors/nyamai.png +0 -0
  200. data/assets/img/news/featured-news.png +0 -0
  201. data/assets/img/news/news1.png +0 -0
  202. data/assets/img/news/news2.png +0 -0
  203. data/assets/img/news/news3.png +0 -0
  204. data/assets/img/news/news4.png +0 -0
  205. data/assets/img/news/news5.png +0 -0
  206. data/assets/img/other/snoep.jpg +0 -0
  207. data/assets/img/page-header-bg.png +0 -0
  208. data/assets/img/participants/SempaJB.jpg +0 -0
  209. data/assets/img/partners/AIMS-SA.jpg +0 -0
  210. data/assets/img/partners/CEMA_UN.pdf +0 -0
  211. data/assets/img/partners/CEMA_UN.png +0 -0
  212. data/assets/img/partners/CIDID.png +0 -0
  213. data/assets/img/partners/CIDID_long.png +0 -0
  214. data/assets/img/partners/Colby.png +0 -0
  215. data/assets/img/partners/MIDAS.png +0 -0
  216. data/assets/img/partners/McMaster.jpg +0 -0
  217. data/assets/img/partners/PSU.png +0 -0
  218. data/assets/img/partners/Proctor.png +0 -0
  219. data/assets/img/partners/SACEMA_228.png +0 -0
  220. data/assets/img/partners/UCSF.png +0 -0
  221. data/assets/img/partners/UF.png +0 -0
  222. data/assets/img/partners/UGA_228.png +0 -0
  223. data/assets/img/pattern-geometry.png +0 -0
  224. data/assets/img/portfolio/800x500/work1.png +0 -0
  225. data/assets/img/portfolio/800x500/work2.png +0 -0
  226. data/assets/img/portfolio/800x500/work3.png +0 -0
  227. data/assets/img/portfolio/800x500/work4.png +0 -0
  228. data/assets/img/portfolio/800x500/work5.png +0 -0
  229. data/assets/img/portfolio/800x500/work6.png +0 -0
  230. data/assets/img/portfolio/800x500/work7.png +0 -0
  231. data/assets/img/portfolio/800x500/work8.png +0 -0
  232. data/assets/img/portfolio/800x800/work1.png +0 -0
  233. data/assets/img/portfolio/800x800/work2.png +0 -0
  234. data/assets/img/portfolio/800x800/work3.png +0 -0
  235. data/assets/img/portfolio/800x800/work4.png +0 -0
  236. data/assets/img/portfolio/800x800/work5.png +0 -0
  237. data/assets/img/portfolio/800x800/work6.png +0 -0
  238. data/assets/img/portfolio/800x800/work7.png +0 -0
  239. data/assets/img/portfolio/800x800/work8.png +0 -0
  240. data/assets/img/portfolio/single/bicycle.jpg +0 -0
  241. data/assets/img/portfolio/single/blurred_lines.jpg +0 -0
  242. data/assets/img/portfolio/single/edge.jpg +0 -0
  243. data/assets/img/scholars/ackley.jpg +0 -0
  244. data/assets/img/scholars/beauclair.jpg +0 -0
  245. data/assets/img/scholars/beauclair.png +0 -0
  246. data/assets/img/scholars/bekele.jpg +0 -0
  247. data/assets/img/scholars/lord.jpg +0 -0
  248. data/assets/img/scholars/marx.jpg +0 -0
  249. data/assets/img/scholars/mcintosh.jpg +0 -0
  250. data/assets/img/scholars/mwebaze.jpg +0 -0
  251. data/assets/img/scholars/nondi.jpg +0 -0
  252. data/assets/img/scholars/sempa.jpg +0 -0
  253. data/assets/img/scholars/ying.jpg +0 -0
  254. data/assets/img/sliders/full-slide-color.jpg +0 -0
  255. data/assets/img/sliders/full-slide-color2.jpg +0 -0
  256. data/assets/img/sliders/full-slide-color3.jpg +0 -0
  257. data/assets/img/sliders/full-slide.jpg +0 -0
  258. data/assets/img/sliders/full-slide2.jpg +0 -0
  259. data/assets/img/sliders/full-slide3.jpg +0 -0
  260. data/assets/img/sliders/slider1-h500.png +0 -0
  261. data/assets/img/sliders/slider2-h500.png +0 -0
  262. data/assets/img/sliders/slider3-h500.png +0 -0
  263. data/assets/img/team/bellan.jpg +0 -0
  264. data/assets/img/team/borchering.jpg +0 -0
  265. data/assets/img/team/brook.jpg +0 -0
  266. data/assets/img/team/bruce.jpg +0 -0
  267. data/assets/img/team/deleo.jpg +0 -0
  268. data/assets/img/team/delva.jpg +0 -0
  269. data/assets/img/team/dushoff.jpg +0 -0
  270. data/assets/img/team/ervin.jpg +0 -0
  271. data/assets/img/team/grebe.jpg +0 -0
  272. data/assets/img/team/hargrove.jpg +0 -0
  273. data/assets/img/team/hitchcock.jpg +0 -0
  274. data/assets/img/team/hladish.jpg +0 -0
  275. data/assets/img/team/january.jpg +0 -0
  276. data/assets/img/team/li.jpg +0 -0
  277. data/assets/img/team/mthombothi.jpg +0 -0
  278. data/assets/img/team/mugwagwa.jpg +0 -0
  279. data/assets/img/team/mwangi.png +0 -0
  280. data/assets/img/team/ndifon.jpg +0 -0
  281. data/assets/img/team/ngonghala.jpg +0 -0
  282. data/assets/img/team/october.jpg +0 -0
  283. data/assets/img/team/paradza.jpg +0 -0
  284. data/assets/img/team/pearson.jpg +0 -0
  285. data/assets/img/team/porco.jpg +0 -0
  286. data/assets/img/team/pulliam.jpg +0 -0
  287. data/assets/img/team/reiner.jpg +0 -0
  288. data/assets/img/team/scheepers.jpg +0 -0
  289. data/assets/img/team/scott.jpg +0 -0
  290. data/assets/img/team/ujeneza.jpg +0 -0
  291. data/assets/img/team/vanschalkwyk.jpg +0 -0
  292. data/assets/img/team/welte.jpg +0 -0
  293. data/assets/img/team/williams.jpg +0 -0
  294. data/assets/img/testimonial-bg.png +0 -0
  295. data/assets/img/transmission.png +0 -0
  296. data/assets/js/bootstrap.js +2363 -0
  297. data/assets/js/bootstrap.min.js +7 -0
  298. data/assets/js/jquery-2.1.1.min.js +4 -0
  299. data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.js +213 -0
  300. data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js +9 -0
  301. data/assets/js/plugins/bootstrap-datepicker/bootstrap-datepicker.js +474 -0
  302. data/assets/js/plugins/bootstrap-multiselect/bootstrap-multiselect.js +994 -0
  303. data/assets/js/plugins/daterangepicker/daterangepicker.js +868 -0
  304. data/assets/js/plugins/easing/jquery.easing.js +205 -0
  305. data/assets/js/plugins/easing/jquery.easing.min.js +71 -0
  306. data/assets/js/plugins/fitvids/jquery.fitvids.js +83 -0
  307. data/assets/js/plugins/google-map/google-map.js +160 -0
  308. data/assets/js/plugins/isotope/isotope.pkgd.js +4049 -0
  309. data/assets/js/plugins/isotope/isotope.pkgd.min.js +8 -0
  310. data/assets/js/plugins/jquery-cycle/jquery.cycle.all.js +1543 -0
  311. data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.js +359 -0
  312. data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.min.js +9 -0
  313. data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.js +338 -0
  314. data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.min.js +7 -0
  315. data/assets/js/plugins/maximage/jquery.maximage.js +697 -0
  316. data/assets/js/plugins/maximage/jquery.maximage.min.js +4 -0
  317. data/assets/js/plugins/moment/moment.js +1662 -0
  318. data/assets/js/plugins/moment/moment.min.js +6 -0
  319. data/assets/js/plugins/parsley-validation/parsley.js +2074 -0
  320. data/assets/js/plugins/parsley-validation/parsley.min.js +9 -0
  321. data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js +9 -0
  322. data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7.js +133 -0
  323. data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js +7 -0
  324. data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1.js +218 -0
  325. data/assets/js/plugins/slick/slick.js +2643 -0
  326. data/assets/js/plugins/slick/slick.min.js +18 -0
  327. data/assets/js/plugins/stellar/jquery.stellar.js +660 -0
  328. data/assets/js/plugins/stellar/jquery.stellar.min.js +2 -0
  329. data/assets/js/repute-scripts.js +539 -0
  330. metadata +385 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8d14987ced413beaf6af3f5b5d172217b8c03c04d6cb30a7d212f5702e704b41
4
+ data.tar.gz: 7f7a035716040fe0846c007118e7221ffd3d9fe460b5e6e1b2d4f97c81c1b622
5
+ SHA512:
6
+ metadata.gz: ad2a5181d89e9f1bf336a3861da3e4b0a162589fe62b442603dd0d8db0b17a0c2534ff5a9cd2f6fb8bb7eeddde7151eba6e112a3e3308a79274e35a755acec71
7
+ data.tar.gz: cea5d4b3796e0e0233d21207ff95f6eb2fbc8f0f31d16cefe53d9aebfb5ff52f36315c128bbc5a7cd6386fb52896a710d5c7eb249198859ffe9910d7d6198d32
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 International Clinics on Infectious Disease Dynamics and Data (ICI3D)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,50 @@
1
+ # jekyll-theme-ici3d
2
+
3
+ This theme captures the cross-workshop templates, styles, and data for the Internation Clinics on Infectious Disease Dynamics and Data, [ICI3D](https://www.ici3d.org)
4
+
5
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
6
+
7
+ ## Installation
8
+
9
+ To use this theme in an ICI3D site:
10
+
11
+ 1. Add this line to workshop site `Gemfile`:
12
+
13
+ ```ruby
14
+ gem "jekyll-theme-ici3d"
15
+ ```
16
+
17
+ 2. Add this line to the site `_config.yml`:
18
+
19
+ ```yaml
20
+ theme: jekyll-theme-ici3d
21
+ ```
22
+
23
+ 3. Execute:
24
+
25
+ ```bash
26
+ $ bundle # to have bundler install it for you OR
27
+ $ gem install jekyll-theme-ici3d # use this to install yourself
28
+ ```
29
+
30
+ ## Usage
31
+
32
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
33
+
34
+ ## Contributing
35
+
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-theme-ici3d. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
37
+
38
+ ## Development
39
+
40
+ To set up your environment to develop this theme, run `bundle install`.
41
+
42
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
43
+
44
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
45
+
46
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-ici3d.gemspec` accordingly.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,12 @@
1
+ ---
2
+ title: Agricultural intensification, priming for persistence, and the emergence of Nipah virus, a lethal bat-borne zoonosis
3
+ authors: <b>Pulliam</b>, Epstein, <b>Dushoff</b>, Rahman, Bunning, Jamaluddin, Hyatt, Field, Dobson, Daszak, and the Henipavirus Ecology Research Group
4
+ link: http://dx.doi.org/10.1098/rsif.2011.0223
5
+ doi: 10.1098/rsif.2011.0223
6
+ journal: Journal of the Royal Society Interface
7
+ year: 2012
8
+ ---
9
+
10
+ <script type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js"></script>
11
+
12
+ <div data-badge-popover="right" data-badge-type="donut" data-doi="{{ page.doi }}" data-hide-no-mentions="true" data-hide-less-than="3" class="altmetric-embed"></div>
@@ -0,0 +1,25 @@
1
+ ---
2
+ name: Sarah Ackley
3
+ type: i3d_toAfrica
4
+ role: I3D Research Exchange Scholar
5
+ home: USA
6
+ former: PhD student in Epidemiology, UCSF
7
+ position: PhD student in Epidemiology
8
+ affiliation: University of California – San Francisco (UCSF)
9
+ img: scholars/ackley.jpg
10
+ year: 2014
11
+ host: South African Centre for Epidemiological Modelling and Analysis
12
+ mentor: Prof. John Hargrove
13
+ project: estimating tsetse fly mortality from entomological surveillance data
14
+ outputs:
15
+ - title: A dynamic model for estimating adult female mortality from ovarian dissection data for the tsetse fly <em>Glossina pallidipes</em> Austen sampled in Zimbabwe
16
+ authors: <em>Ackley, SF</em> and <b>JW Hargrove</b>
17
+ link: https://doi.org/10.1371/journal.pntd.0005813
18
+ journal: PLoS Neglected Tropical Diseases
19
+ year: 2017
20
+ - title: Mortality estimates from ovarian age distributions of the tsetse fly <em>Glossina pallidipes</em> Austen sampled in Zimbabwe suggest the need for new analytical approaches
21
+ authors: <b>Hargrove, JW</b> and <em>SF Ackley</em>
22
+ link: http://journals.cambridge.org/abstract_S0007485315000073
23
+ journal: Bulletin of Entomological Research
24
+ year: 2015
25
+ ---
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: Elisha Are, MSc
3
+ type: mentor
4
+ role: Mentor
5
+ img: mentors/are.jpg
6
+ position: Postdoctoral Fellow & Term Lecturer
7
+ affiliation: Mathematics Department, Simon Fraser University, Canada
8
+ degrees:
9
+ - degree: PhD
10
+ discipline: Mathematical Biology
11
+ institution: Stellenbosch University
12
+ year: 2015
13
+ - degree: MSc
14
+ discipline: Mathematics
15
+ institution: University of Ilorin
16
+ year: 2015
17
+ - degree: BSc
18
+ discipline: Mathematics
19
+ institution: University of Ilorin
20
+ year: 2013
21
+ bio: Elisha B. Are is an infectious disease modeller, currently working as a postdoctoral research fellow in the Department of Mathematics, Simon Fraser University, British Columbia. He also holds a research associate position with the South African Centre for Epidemiological Modelling and Analysis (SACEMA), Stellenbosch University. Before taking up his current position at SFU, he completed his PhD in Mathematical biology at Stellenbosch University, South Africa. His PhD thesis focused on using mathematical models to quantify and predict the impact of climate change on tsetse and trypanosomiasis in Africa. He has six years of experience as a faculty member in the Mathematics Department, at Federal University Oye-Ekiti, Nigeria. He is currently interested in understanding the role of several evolutionary, epidemiological and behavioral factors in shaping the transition of the COVID-19 pandemic to endemicity.
22
+ ---
@@ -0,0 +1,14 @@
1
+ ---
2
+ name: Roxanne Beauclair
3
+ type: i3d_toNA
4
+ role: I3D Research Exchange Scholar
5
+ home: South Africa
6
+ former: PhD student, University of Ghent and SACEMA
7
+ position: PhD student
8
+ affiliation: University of Ghent and SACEMA
9
+ img: scholars/beauclair.png
10
+ year: 2016
11
+ host: McMaster University
12
+ mentor: Prof. Jonathan Dushoff
13
+ project: evaluating the effect of age-mixing patterns on HIV transmission in Malawi
14
+ ---
@@ -0,0 +1,14 @@
1
+ ---
2
+ name: Bewketu Bekele
3
+ type: i3d_toNA
4
+ role: I3D Research Exchange Scholar
5
+ home: Ethiopia
6
+ former: Lecturer, Debre Markos University in Ethiopia
7
+ position: Lecturer
8
+ affiliation: Debre Markos University in Ethiopia
9
+ img: scholars/bekele.jpg
10
+ year: 2016
11
+ host: McMaster University
12
+ mentor: Prof. Jonathan Dushoff
13
+ project: epidemic dynamics of HIV with treatment dropout
14
+ ---
@@ -0,0 +1,46 @@
1
+ ---
2
+ name: Steve Bellan, MPH, PhD
3
+ type: founding
4
+ role: Faculty Member, MMED and DAIDD clinics
5
+ involvement: Faculty Member, MMED and DAIDD clinics
6
+ position: Assistant Professor of Epidemiology and Biostatistics
7
+ affiliation: University of Georgia, Athens, GA, USA
8
+ img: team/bellan.jpg
9
+ summary: Steve was a founding member of the ICI3D Core Faculty and served as Program Director from 2016-2018.
10
+ icons: yes
11
+ github: sbellan61
12
+ orcid: 0000-0002-4110-272X
13
+ linkedin: steven-bellan-36536229
14
+ gscholar: LVbjeXEAAAAJ
15
+ twitter: lechaquel
16
+ website: http://bellanlab.uga.edu
17
+ degrees:
18
+ - degree: PhD
19
+ discipline: Environmental Science, Policy, and Management
20
+ institution: UC Berkeley
21
+ year: 2012
22
+ - degree: MPH
23
+ discipline: Epidemiology
24
+ institution: UC Berkeley
25
+ year: 2008
26
+ - degree: AB
27
+ discipline: Ecology and Evolutionary Biology
28
+ institution: Princeton University
29
+ year: 2006
30
+ papers:
31
+ - title: The statistical power and validity of Ebola vaccine trials in Sierra Leone - A simulation study of trial design and analysis
32
+ authors: <b>Bellan</b>, <b>Pulliam</b>, <b>Pearson</b>, Champredon, Fox, Skrip, Galvani, Gambhir, Lopman, <b>Porco</b>, Meyers, <b>Dushoff</b>
33
+ link: http://bellanlab.publichealth.uga.edu/wp-content/uploads/2016/09/BellanEtAl-SLEbola-LancetID-2015.pdf
34
+ journal: Lancet Infectious Diseases
35
+ year: 2015
36
+ - title: Re-assessment of HIV-1 acute phase infectivity - adjusting for biases with simulated cohorts
37
+ authors: <b>Bellan</b>, <b>Dushoff</b>, Galvani, Meyers
38
+ link: http://bellanlab.publichealth.uga.edu/wp-content/uploads/2016/09/Bellan-et-al-HIV-Acute-Infectivity-2015.pdf
39
+ journal: PLOS Medicine
40
+ year: 2015
41
+ - title: Extra-couple HIV transmission in sub-Saharan Africa - a mathematical modelling study of survey data
42
+ authors: <b>Bellan</b>, Fiorella, Melesse, Getz, <b>Williams</b>, <b>Dushoff</b>
43
+ journal: The Lancet
44
+ year: 2013
45
+ bio: Steve served as the ICI3D Program Director from 2016-2018. He was involved as an organizer and instructor of the MMED and DAIDD clinics from 2009, after attending precursor workshops in 2007-2008 as a student. Steve’s background includes logistically challenging field work studying anthrax and rabies outbreaks in Namibian wildlife, as well as experience with a variety of mathematical, statistical and computational methods. His research projects span numerous pathogens and are united under the overarching theme of using mechanistic modeling and high performance computing to plan and interpret empirical studies. One of Steve’s projects centered on understanding heterogeneity in HIV transmissibility across individuals, explaining the dramatic variation in HIV epidemic severity across Africa. A second project aimed to optimally navigate the scientific and ethical tradeoffs involved in vaccine efficacy trials during emerging epidemics of pathogens such as the Ebola and Zika viruses. Steve was formerly an Assistant Professor of Epidemiology and Biostatistics at the University of Georgia.
46
+ ---
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: Larisse Bolton, PhD
3
+ type: workshop
4
+ role: Faculty Member, DAIDD 2021
5
+ involvement: Faculty Member, DAIDD clinic
6
+ position: Researcher
7
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
+ img: mentors/bolton.jpg
9
+ degrees:
10
+ - degree: PhD
11
+ discipline: Applied Mathematics
12
+ institution: University of the Free State
13
+ year: 2017
14
+ - degree: MSc
15
+ discipline: Mathematics and Applied Mathematics
16
+ institution: University of the Free State
17
+ year: 2009
18
+ - degree: BSc (Hons)
19
+ discipline: Mathematics and Applied Mathematics
20
+ institution: University of the Free State
21
+ year: 2008
22
+ - degree: BSc
23
+ discipline: Chemistry
24
+ institution: University of the Free State
25
+ year: 2007
26
+ papers:
27
+ - title: Mind the gap - Patterns of red blood cell product usage in South Africa, 2014 - 2019
28
+ authors: <b>Bolton</b>, van den Berg, Swanevelder, <b>Pulliam</b>
29
+ link: http://dx.doi.org/10.7196%2FSAMJ.2021.v111i10.15658
30
+ journal: South African Medical Journal
31
+ year: 2021
32
+ bio: Larisse Bolton holds a BSc in Chemistry and a PhD in Applied Mathematics from the University of the Free State in Bloemfontein, South Africa. Her postgraduate research focused on the application of mathematical modelling in oncology using different approaches – model adaptation and model construction. She was a postdoctoral research fellow at the DSI-NRF Centre of Excellence in Epidemiological Modelling and Analysis (SACEMA) in Stellenbosch from 2018-2021 and now holds the position of Researcher at SACEMA. Her current research focuses on blood systems analysis. She has been assessing blood product usage and demand in South Africa and is developing a predictive model for red blood cell product usage. The model will be used to investigate various scenarios of health system structuring.
33
+ ---
@@ -0,0 +1,65 @@
1
+ ---
2
+ name: Rebecca Borchering, PhD
3
+ type: director
4
+ role: ICI3D Co-Director
5
+ role.old: Faculty Member, MMED and DAIDD clinics
6
+ role.older: Faculty Member, DAIDD 2015-2019, MMED 2016-2019, 2021
7
+ involvement: Faculty Member, MMED and DAIDD clinics
8
+ position: Postdoctoral researcher, the Huck Institutes of the Life Sciences
9
+ affiliation: The Pennsylvania State University, State College, PA, USA
10
+ img: team/borchering.jpg
11
+ summary: Rebecca received her PhD in Mathematics from the University of Florida (UF) in 2017 and is now a postdoctoral researcher in the in the Huck Institutes of the Life Sciences at the Pennsylvania State University. She completed a postdoc in the UF Department of Biology in 2017-2019 and a postdoc in the University of Georgia Odum School of ecology in 2019-2020. She was an MMED participant in 2014, served as the ICI3D Program Assistant for the 2015-2016 academic year, and joined the Workshop Faculty in 2015.
12
+ icons: yes
13
+ github: rborchering
14
+ gscholar: JvBiQQYAAAAJ
15
+ website: https://rebeccaborchering.com
16
+ degrees:
17
+ - degree: PhD
18
+ discipline: Mathematics
19
+ institution: University of Florida
20
+ year: 2017
21
+ - degree: MS
22
+ discipline: Mathematics
23
+ institution: University of Florida
24
+ year: 2014
25
+ - degree: BS
26
+ discipline: Mathematics
27
+ institution: Arizona State University
28
+ year: 2011
29
+ - degree: BA
30
+ discipline: Philosophy
31
+ institution: Arizona State University
32
+ year: 2011
33
+ bio: Rebecca is a postdoctoral researcher in the Huck Institutes of the Life Sciences at the Pennsylvania State University. She earned a PhD in Mathematics from the University of Florida in May 2017, focusing on stochastic processes of invasion and extinction, with particular applications for seasonal rabies virus dynamics. She previously held postdoctoral positions at the Emerging Pathogens Institute and Department of Biology at the University of Florida and at the Odum School of Ecology at the University of Georgia. Her research interests center around infectious disease modeling and public health applications. She is interested in the dynamics of co-circulating pathogens and her previous work includes investigating the effects of the 2015/2016 Zika epidemic in Latin America on endemic dengue dynamics and the emergence of novel influenza B viruses in the United States. Currently, she helps lead multi-model efforts to inform decision support in the face of uncertainty during the COVID-19 pandemic. She works on both the Multiple Models for Outbreak Decision Support (<a href = "https://midasnetwork.us/mmods/">MMODS</a>) and the <a href = "https://covid19scenariomodelinghub.org/">COVID-19 Scenario Modeling Hub</a> projects.
34
+ papers:
35
+ - title: Resource-driven encounters and the induction of disease among consumers
36
+ authors: <b>Borchering</b>, <b>Bellan</b>, Flynn, <b>Pulliam</b>, McKinley
37
+ link: http://rsif.royalsocietypublishing.org/content/14/135/20170555
38
+ journal: Journal of the Royal Society Interface
39
+ year: 2017
40
+ - title: Continuum Approximation of Invasion Probabilities
41
+ authors: <b>Borchering</b>, McKinley
42
+ link: https://epubs.siam.org/doi/abs/10.1137/17M1155259
43
+ journal: Multiscale Modeling & Simulation
44
+ year: 2018
45
+ - title: Impacts of Zika emergence in Latin America on endemic dengue transmission
46
+ authors: <b>Borchering</b>, Huang, Mier-y-Teran-Romero, Rojas, Rodriguez-Barraquer, Katzelnick, Martinez, King, Cinkovich, Lessler, Cummings
47
+ link: https://doi.org/10.1038/s41467-019-13628-x
48
+ journal: Nature Communications
49
+ year: 2019
50
+ - title: COVID-19 reopening strategies at the county level in the face of uncertainty - multiple models for outbreak decision support
51
+ authors: Shea, <b>Borchering</b>, Probert, Howerton, Bogich, Li, van Panhuis <em>et al</em>
52
+ link: https://doi.org/10.1101/2020.11.03.20225409
53
+ journal: medRxiv
54
+ year: 2020
55
+ - title: Anomalous influenza seasonality in the United States and the emergence of novel influenza B/Victoria viruses
56
+ authors: <b>Borchering</b>, Gunning, Gokhale, Weedop, Saidpour, Brett, Rohani
57
+ link: https://doi.org/10.1073/pnas.2012327118
58
+ journal: Proceedings of the National Academy of Sciences
59
+ year: 2021
60
+ - title: Modeling of future COVID-19 cases, hospitalizations, and deaths, by vaccination rates and nonpharmaceutical intervention scenarios — United States, April–September 2021
61
+ authors: <b>Borchering</b>, Viboud, Howerton, Smith, Truelove, Reich <em>et al</em>
62
+ link: https://www.cdc.gov/mmwr/volumes/70/wr/mm7019e3.htm
63
+ journal: MMWR
64
+ year: 2021
65
+ ---
@@ -0,0 +1,15 @@
1
+ ---
2
+ name: Cara Brook
3
+ type: inactive
4
+ role: Faculty Member, DAIDD 2015, MMED 2016
5
+ involvement: Faculty Member, MMED and DAIDD clinics
6
+ position: Miller Postdoctoral Fellow, Department of Integrative Biology
7
+ affiliation: Univeristy of California - Berkeley, CA, USA
8
+ position.old: PhD candidate, Department of Ecology and Evolutionary Biology
9
+ affiliation.old: Princeton University, Princeton, NJ, USA
10
+ img: team/brook.jpg
11
+ summary: Cara is a Postdoctoral Fellow in the Department of Integrative Biology at Univeristy of California - Berkeley. She was an MMED participant in June 2015 and joined the Workshop Faculty in December 2015.
12
+ icons: no
13
+ github: carabrook
14
+ website: http://www.princeton.edu/eeb/people/display_person.xml?netid=caraeb&display=Graduate
15
+ ---
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: Lauren Brown, BSc (Hons)
3
+ type: mentor
4
+ role: Mentor
5
+ img: mentors/brown.jpg
6
+ position: MSc candidate in Applied Mathematics<br>South African Centre for Epidemiological Modelling and Analysis
7
+ affiliation: Stellenbosch University, Stellenbosch, South Africa
8
+ degrees:
9
+ - degree: BSc Honours
10
+ discipline: Biomathematics
11
+ institution: Stellenbosch University
12
+ year: 2020
13
+ - degree: BSc
14
+ discipline: Mathematics
15
+ institution: Stellenbosch University
16
+ year: 2019
17
+ bio: Lauren Brown is an MSc candidate at SACEMA. She recently submitted her thesis to Stellenbosch University, titled "Mathematical modelling of tuberculosis in South Africa - investigating the impact of interventions on population-level incidence and mortality." Her thesis was co-supervised by Dr Cari van Schalkwyk and Dr Florian Marx. She holds a BSc degree in Biomathematics, majoring in Biochemistry and Applied Mathematics, and a BSc Honours degree in the same. She will join SACEMA as a Junior Researcher in January 2023.
18
+ ---
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: Faikah Bruce, MSc
3
+ type: evaluator
4
+ role: ICI3D Program Evaluator
5
+ position: Training Coordinator
6
+ involvement: Faculty Member, MMED clinic
7
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
+ img: team/bruce.jpg
9
+ summary: Faikah is a PhD candidate in the Department of Mathematics at Stellenbosch University and SACEMA's Training Coordinator. She was an MMED participant in 2011, served as an MMED mentor in 2012-2014, and joined the Workshop Faculty in 2015. She now serves as the ICI3D Program Evaluator.
10
+ degrees:
11
+ - degree: MSc
12
+ discipline: Mathematical Sciences
13
+ institution: Stellenbosch University
14
+ year: 2013
15
+ - degree: Postgraduate Diploma
16
+ discipline: Mathematical Sciences
17
+ institution: African Institute for Mathematical Sciences – South Africa
18
+ year: 2010
19
+ - degree: BSc (Hons)
20
+ discipline: Applied Mathematics
21
+ institution: Nelson Mandela University
22
+ year: 2007
23
+ icons: no
24
+ github: faikah
25
+ bio: Faikah obtained her BSc and BSc Hon in Applied Mathematics at Nelson Mandela University, Port Elizabeth, South Africa in 2008. She continued her studies to obtain a postgraduate diploma in Mathematical Sciences from the African Institute for Mathematical Sciences – South Africa in 2010, then proceeded to join the South African Centre of Excellence in Epidemiological Modelling and Analysis (SACEMA) to obtain a Master of Science in Mathematical Sciences from Stellenbosch University in 2013. She is currently serves as SACEMA's Training Coordinator and, in this role, as the ICI3D Program Evaluator. She is also a PhD student at Stellenbosch University. She was an MMED participant in 2011, served as an MMED mentor in 2012-2014, and joined the Workshop Faculty in 2015. Her research so far has focused on the development and use of mathematical models to characterize, understand, and eventually to manage the epidemic of HIV and other sexually transmitted infections in South Africa. She is currently developing a stochastic, individual-based model to simulate the impact of various HIV prevention methods on the incidence of HIV and HSV-2, and their interaction, among adolescents. She has developed a risk scoring algorithm that aims to help individuals better understand their risk of acquiring HIV and how they could decrease this risk by adopting various HIV mitigation strategies. This application has been used in a project (part of the CHAMPS project) that assessed the acceptability of HIV pre-exposure prophylaxis among adolescents in Masiphumelele, South Africa. The application was developed as part of her PhD.
26
+ ---
@@ -0,0 +1,9 @@
1
+ ---
2
+ name: Faikah Bruce, MSc
3
+ type: admin
4
+ role: ICI3D Program Assistant (Africa)
5
+ position: PhD candidate
6
+ affiliation: South African Centre for Epidemiological Modelling and Analysis
7
+ img: team/bruce.jpg
8
+ summary: Faikah is a PhD candidate in the Department of Mathematics at Stellenbosch University. She was an MMED participant in 2011, served as an MMED mentor in 2012-2014, and joined the Workshop Faculty in 2015. Since January 2018, she also serves as the ICI3D Program Assistant for Africa, coordinating logistical aspects of the program for African participants and overseeing local logistics for the MMED clinic.
9
+ ---
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: Giulio De Leo, PhD
3
+ type: workshop
4
+ role: Faculty Member, DAIDD 2022
5
+ involvement: Faculty Member, DAIDD clinic
6
+ position: Professor
7
+ affiliation: Department of Earth System Science and Department of Oceans<br>Stanford Doerr School of Sustainability<br>Stanford University
8
+ img: team/deleo.jpg
9
+ summary: Giulio De Leo is a disease ecologist interested in investigating factors and processes driving the dynamics of coupled natural and human systems and using this knowledge to identify levers for health and conservation, i.e., ecological interventions that can improve human wellbeing and the health of the environment that underpins it. In the last ten years, he has been particularly interested in investigating how the development of water management infrastructures to support agricultural expansion and intensification may increase the risk of transmission of schistosomiasis, one of the most important of the so called Neglected Tropical Diseases. He co-founded "The Upstream Alliance - partners in schistosomiasis reduction" and the [Stanford Program for Disease Ecology](https://ecohealthsolutions.stanford.edu/), Health and the Environment, with the goal of developing ecological solutions to control infectious diseases with an important environmental component in their transmission cycle.
10
+ gscholar: lmmq0XsAAAAJ
11
+ twitter:
12
+ cv:
13
+ degrees:
14
+ - degree: PhD
15
+ discipline: Ecology
16
+ institution: University of Parma, Italy
17
+ year: 1993
18
+ - degree: MS and BS
19
+ discipline: Environmental Engineering
20
+ institution: Politecnico di Milano, Italy
21
+ year: 1989
22
+ papers:
23
+ - title: Filamentous bacteriophages and the competitive interaction between <em>Pseudomonas aeruginosa</em> strains under antibiotic treatment - a modeling study
24
+ authors: Pourtois, Kratochvil, Chen, Haddock, Burgener, <b>De Leo</b>, Bollyky
25
+ link: https://journals.asm.org/doi/10.1128/mSystems.00193-21
26
+ journal: mSystems
27
+ year: 2021
28
+ - title: Cost-effectiveness of combining drug and environmental treatments for environmentally transmitted diseases
29
+ authors: Francois, Sokolow, <b>De Leo</b>, Sanchirco
30
+ link: https://royalsocietypublishing.org/doi/10.1098/rspb.2020.0966
31
+ journal: Proceedings of the Royal Society B
32
+ year: 2020
33
+ - title: Concomitant Immunity and worm senescence may drive schistosomiasis epidemiological patterns - an eco-evolutionary perspective
34
+ authors: Buck, <b>De Leo</b>, Sokolow
35
+ link: https://doi.org/10.3389/fimmu.2020.00160
36
+ journal: Frontiers in Microbiology
37
+ year: 2020
38
+ - title: Modelled effects of prawn aquaculture on poverty alleviation and schistosomiasis control
39
+ authors: Hoover, Sokolow , Kemp, Sanchirico, Lund, Jones, Higginson, Riveau, Savaya, Coyle, Wood, Micheli, Casagrandi, Mari, Gatto, Rinaldo, Perez-Saez, Rohr, Sagi, Remais, <b>De Leo</b>
40
+ link: https://www.nature.com/articles/s41893-019-0301-7
41
+ journal: Nature Sustainability
42
+ year: 2019
43
+ - title: Disease ecology, health and the environment - a framework to account for ecological and socio-economic drivers in the control of neglected tropical diseases
44
+ authors: Garchitorena, Sokolow, Roche, Ngonghala, Jocque, Lund, Barry, Mordecai, Daily, Jones, Andrews, Bendavid, Luby, LaBeaud, Seetah, Guégan, Bonds, <b>De Leo</b>
45
+ link: http://dx.doi.org/10.1098/rstb.2016.0128
46
+ journal: Philosophical Transactions of the Royal Society B
47
+ year: 2017
48
+ bio: Giulio De Leo is a disease ecologist interested in investigating factors and processes driving the dynamics of coupled natural and human systems and using this knowledge to identify levers for health and conservation, i.e., ecological interventions that can improve human wellbeing and the health of the environment that underpins it. In the last ten years, he has been particularly interested in investigating how the development of water management infrastructures to support agricultural expansion and intensification may increase the risk of transmission of schistosomiasis, one of the most important of the so called Neglected Tropical Diseases. He co-founded "The Upstream Alliance - partners in schistosomiasis reduction" and the [Stanford Program for Disease Ecology](https://ecohealthsolutions.stanford.edu/), Health and the Environment, with the goal of developing ecological solutions to control infectious diseases with an important environmental component in their transmission cycle.
49
+ ---
@@ -0,0 +1,15 @@
1
+ ---
2
+ name: Wim Delva, MD, PhD
3
+ type: inactive
4
+ role: Faculty Member, MMED 2010-2012, 2016
5
+ involvement: Faculty Member, MMED clinic
6
+ position: Deputy Director for Research
7
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
+ img: team/delva.jpg
9
+ summary: Wim is the Deputy Director for Research at SACEMA and a Senior Lecturer of Mathematics at Stellenbosch University. He was on the faculty of the inaugural MMED clinic in 2010 and has been on the Workshop Faculty since the ICI3D Program started in 2012.
10
+ icons: no
11
+ github: wdelva
12
+ orcid:
13
+ linkedin: wimdelva
14
+ gscholar: 7tUIcCIAAAAJ
15
+ ---
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: Jonathan Dushoff, PhD
3
+ type: director
4
+ role: Clinic Director for DAIDD 2022
5
+ role.old: ICI3D Co-Director<br>Program Director for North America
6
+ involvement: Faculty Member, MMED and DAIDD clinics
7
+ position: Professor of Biology
8
+ affiliation: Department of Biology <br>Department of Mathematics and Statistics <br>McMaster University, Hamilton, ON, Canada
9
+ img: team/dushoff.jpg
10
+ summary: Jonathan is a Professor of Biology in the Department of Biology and Department of Mathematics and Statistics at McMaster University. He has been on the ICI3D Core Faculty since the program started in 2012. He became Program Director for North America in 2018 and is currently Co-Director of the ICI3D Program.
11
+ icons: yes
12
+ github: dushoff
13
+ gscholar: yVwAcxMAAAAJ
14
+ twitter: jd_mathbio
15
+ website: http://www.biology.mcmaster.ca/dushoff/
16
+ degrees:
17
+ - degree: PhD
18
+ discipline: Ecology and Evolutionary Biology
19
+ institution: Princeton University
20
+ year: 1997
21
+ - degree: BA
22
+ discipline: Mathematics and Environmental Studies
23
+ institution: University of Pennsylvania
24
+ year: 1986
25
+ papers:
26
+ - title: Ebola control - effect of asymptomatic infection and acquired immunity
27
+ authors: <b>Bellan</b>, <b>Pulliam</b>, <b>Dushoff</b>, Meyers
28
+ link: https://www.ncbi.nlm.nih.gov/pubmed/25390569
29
+ journal: The Lancet
30
+ year: 2014
31
+ - title: Reevaluating cumulative HIV-1 viral load as a prognostic predictor - predicting opportunistic infection incidence and mortality in a Ugandan cohort
32
+ authors: Sempa, <b>Dushoff</b>, Daniels, Castelnuovo, Kiragga, Nieuwoudt, <b>Bellan</b>
33
+ link: https://www.ncbi.nlm.nih.gov/pubmed/27188943
34
+ journal: American Journal of Epidemiology
35
+ year: 2016
36
+ - title: Two approaches to forecast Ebola synthetic epidemics
37
+ authors: Champredon, Li, Bolker, <b>Dushoff</b>
38
+ link: https://www.ncbi.nlm.nih.gov/pubmed/28325495
39
+ journal: Epidemics
40
+ year: 2017
41
+ - title: Two approaches to forecast Ebola synthetic epidemics
42
+ authors: Champredon, Li, Bolker, <b>Dushoff</b>
43
+ link: https://www.ncbi.nlm.nih.gov/pubmed/28325495
44
+ journal: Epidemics
45
+ year: 2017
46
+ - title: Do pubmed search
47
+ authors: All Pubmed indexed papers
48
+ link: https://pubmed.ncbi.nlm.nih.gov/?term=dushoff+J*%5BAuthor%5D
49
+ journal: Various journals and co-authors
50
+ year: 1995–
51
+ bio: Jonathan is a Professor of Biology at McMaster University in Hamilton, Canada, with cross appointments in the Department of Mathematics and Statistics, and the Institute for Infectious Disease Research. He has taught short courses annually in South Africa since 2007, starting with predecessors of the MMED clinic, and has been involved from the beginning in building and maintaining the ICI3D program. Jonathan has a broad interest in understanding the dynamics of infectious diseases by combining theoretical, statistical and computational approaches. Current interests include HIV control and the HIV treatment cascade; control of canine rabies; disease forecasting; and understanding the role of transmission intervals in disease dynamics.
52
+ ---
@@ -0,0 +1,10 @@
1
+ ---
2
+ name: Sara Ervin, MA
3
+ type: inactiveadmin
4
+ role: ICI3D Program Assistant (North America)
5
+ position: Administrative Associate
6
+ affiliation: Department of Epidemiology and Biostatistics<br>University of Georgia
7
+ img: team/ervin.jpg
8
+ summary: Sara is an administrative assistant in the Department of Epidemiology and Biostatistics at the University of Georgia in Athens, GA, USA. She also serves as the ICI3D Program Assistant for North America, coordinating logistical aspects of the program for North American participants and overseeing local logistics for the DAIDD clinic.
9
+ website: https://www.publichealth.uga.edu/epibio/about/directory/staff/sara_ervin
10
+ ---
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: Faikah Bruce, MSc
3
+ type: inactive
4
+ role: Faculty Member, MMED 2015-2016, MMED 2018
5
+ involvement: Faculty Member, MMED clinic
6
+ position: PhD candidate, South African Centre for Epidemiological Modelling and Analysis
7
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
+ img: team/bruce.jpg
9
+ summary: Faikah is a PhD candidate in the Department of Mathematics at Stellenbosch University. She was an MMED participant in 2011, served as an MMED mentor in 2012-2014, and joined the Workshop Faculty in 2015.
10
+ degrees:
11
+ - degree: MSc
12
+ discipline: Mathematical Sciences
13
+ institution: Stellenbosch University
14
+ year: 2013
15
+ - degree: Postgraduate Diploma
16
+ discipline: Mathematical Sciences
17
+ institution: African Institute for Mathematical Sciences – South Africa
18
+ year: 2010
19
+ - degree: BSc (Hons)
20
+ discipline: Applied Mathematics
21
+ institution: Nelson Mandela University
22
+ year: 2007
23
+ icons: no
24
+ github: faikah
25
+ bio: Faikah obtained her BSc and BSc Hon in Applied Mathematics at Nelson Mandela University, Port Elizabeth, South Africa in 2008. She continued her studies to obtain a postgraduate diploma in Mathematical Sciences from the African Institute for Mathematical Sciences – South Africa in 2010, then proceeded to join the South African Centre of Excellence in Epidemiological Modelling and Analysis (SACEMA) to obtain a Master of Science in Mathematical Sciences from Stellenbosch University in 2013. Still with SACEMA, she is currently a PhD student at Stellenbosch University. She was an MMED participant in 2011, served as an MMED mentor in 2012-2014, and joined the Workshop Faculty in 2015. She is currently serving as the ICI3D Program Assistant. Her research so far has focused on the development and use of mathematical models to characterize, understand, and eventually to manage the epidemic of HIV and other sexually transmitted infections in South Africa. She is currently developing a stochastic, individual-based model to simulate the impact of various HIV prevention methods on the incidence of HIV and HSV-2, and their interaction, among adolescents. She has developed a risk scoring algorithm that aims to help individuals better understand their risk of acquiring HIV and how they could decrease this risk by adopting various HIV mitigation strategies. This application has been used in a project (part of the CHAMPS project) that assessed the acceptability of HIV pre-exposure prophylaxis among adolescents in Masiphumelele, South Africa. The application was developed as part of her PhD.
26
+ ---
@@ -0,0 +1,36 @@
1
+ ---
2
+ name: Eduard Grebe, PhD
3
+ type: inactive
4
+ role: Faculty Member, MMED 2018
5
+ involvement: Faculty Member, MMED clinic
6
+ position: Research Associate
7
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
8
+ img: team/grebe.jpg
9
+ summary: Eduard is a Staff Scientist at Vitalant Research Institute and Research Associate at SACEMA. He was an MMED participant in 2016 and joined the Workshop Faculty in 2018.
10
+ github: eduardgrebe
11
+ orcid:
12
+ linkedin:
13
+ gscholar:
14
+ twitter:
15
+ impactstory:
16
+ website:
17
+ cv:
18
+ degrees:
19
+ - degree: PhD
20
+ discipline: Economics
21
+ institution: University of Cape Town
22
+ year: 2012
23
+ - degree: MA
24
+ discipline: Philosophy
25
+ institution: Stellenbosch University
26
+ year: 2012
27
+ - degree: BA Hons
28
+ discipline: Philosophy
29
+ institution: Stellenbosch University
30
+ year: 2004
31
+ - degree: BA
32
+ discipline: Value and Policy Studies
33
+ institution: Stellenbosch University
34
+ year: 2002
35
+ bio: Eduard is a Researcher at SACEMA who works primarily on HIV incidence estimation. He was the principal analyst for the CEPHIA collaboration, an international consortium established to independently evaluate HIV incidence assays (i.e. laboratory tests for ‘recent’ HIV infection, used in cross-sectional incidence estimation) and serves on the World Health Organisation’s technical working group on HIV incidence assays. He is also the maintainer of the open source inctools package for the R statistical programming language, which provides implementations of standard methods for cross- sectional incidence estimation and for ‘calibrating’ tests for recent infection. He has a background in social science, having obtained his PhD in economics from the University of Cape Town for work on HIV/AIDS policy and civil society health activism in Sub-Saharan Africa.
36
+ ---
@@ -0,0 +1,36 @@
1
+ ---
2
+ name: John Hargrove, PhD
3
+ type: founding
4
+ position: Senior Research Fellow
5
+ affiliation: South African Centre for Epidemiological Modelling and Analysis<br>Stellenbosch University, Stellenbosch, South Africa
6
+ img: team/hargrove.jpg
7
+ role: Faculty Member, MMED and DAIDD clinics
8
+ summary: John is a Senior Research Fellow at the South African Centre for Epidemiological Modelling and Analysis (SACEMA) and Professor Emeritus of Mathematics at Stellenbosch University. He served as the Director of SACEMA from 2006-2010 and has been on the ICI3D Core Faculty since the program started in 2012.
9
+ github: jhargrove
10
+ gscholar: JhzWOuMAAAAJ
11
+ degrees:
12
+ - degree: PhD
13
+ discipline: Insect Physiology
14
+ institution: University of London
15
+ year: 1973
16
+ - degree: MS
17
+ discipline: Biomathematics
18
+ institution: UC Los Angeles
19
+ year: 1981
20
+ - degree: BA (Honours)
21
+ discipline: Zoology
22
+ institution: University of Oxford
23
+ year: 1968
24
+ papers:
25
+ - title: Heightened HIV antibody responses in postpartum women as exemplified by recent infection assays - implications for incidence estimates
26
+ authors: <b>Hargrove JW</b>, <b>van Schalkwyk C</b>, Humphrey JH, Mutasa K, Ntozini R, Owen SM, Masciotra S, Parekh BS, Duong YT, Dobbs T, Kilmarx PH, Gonese E
27
+ link: http://online.liebertpub.com/doi/abs/10.1089/AID.2016.0319
28
+ journal: AIDS Research and Human Retroviruses
29
+ year: in press
30
+ - title: Mortality estimates from ovarian age distributions of the tsetse fly <em>Glossina pallidipes</em> Austen sampled in Zimbabwe suggest the need for new analytical approaches
31
+ authors: <b>Hargrove JW</b>, Ackley SF
32
+ link: http://bellanlab.publichealth.uga.edu/wp-content/uploads/2016/09/Bellan-et-al-HIV-Acute-Infectivity-2015.pdf
33
+ journal: Bulletin of Entomological Research
34
+ year: 2015
35
+ bio: John is a Professor Emeritus of Mathematical Sciences at Stellenbosch University and was the inaugural director of the South African Centre for Epidemiological Modelling and Analysis (SACEMA). The precursors for MMED and DAIDD were launched in 2006 at the beginning of his directorship and he has been involved continuously as an instructor in the programme since then. Over the past nearly 50 years John has combined fieldwork and mathematical epidemiology to understand the population dynamics and control of tsetse flies, the vectors of Human African Trypanosomiasis. His current interests are in the modelling population dynamics, with a particular focus on how increasing temperatures in Africa will affect tsetse distribution. This work involves improving estimation of mortality in adult and immature stages of the fly. Since 1999 he has also focused on the analysis and modelling of data in the world of HIV. Current interest are in improving the use of biomarkers for the accurate estimation of HIV incidence.
36
+ ---