Preparation for the Clinic

1. Poster preparation

Prepare a poster presentation to share your research.

  • Poster preparation guidelines are available here.
  • Be sure to submit your poster by the June 9 deadline, if you would like us to print it for you.
  • See this page for poster session assignments.

2. Software installation

Please ensure the following programs on the computer you will use during the Clinic, prior to the opening session:

  • A spreadsheet program, such as Excel, LibreOffice, or Google Sheets
  • Git - version control software
    • Note that recent versions of MacOS come with Git installed, so you may not need to install this program.
  • Git Bash (Recommended for Windows users only) - command line access to Git on Windows
  • R - a statistical programming language (download links for Windows, Linux, and MacOS)
    • 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.
  • R Studio - a user interface for R that will be needed for computer exercises (download link)
  • ICI3D R package - a package containing interactive tutorials for use at the Clinic; to install, run the following lines of code from the R or Rstudio command line:
install.packages('remotes') # if not already installed
remotes::install_github('ICI3D/ici3d-pkg') # DO NOT DO THIS IF YOU NEED TO UPDATE R VERSION (see above)

Please let us know if you have trouble installing any of the above software!

Please note that you will need to have administrative permissions on the computer you use for the Clinic. You may need to arrange this through your IT department if you are using an institutional computer.

3. Introductory tutorials

Introduction to R and R Studio

When you have successfully installed both R and R Studio, please work through these tutorials:

If you are unfamiliar with or rusty on your understanding of the Binomial Distribution, you may also want to work through the introductory Binomial Distribution tutorial.

Tip: To download all of the tutorials at once into a single directory on your computer, you can clone the ICI3D R tutorials repository. You can get started quickly by opening the RTutorials.Rproj file within that directory.

Introduction to Git

You should find and complete some introductory git training, including on how to use branching for collaboration. We recommend these free, browser-based tutorials from Codecademy: Learn Git: Introduction and Learn Git: Branching and Collaboration. More broadly you can look at all their offerings on git with this search (though these include non-free options). There are a wide variety of git resources out there, and you can make use of whatever training covers the basics and collaborative work in git. We also recommend you consider materials offered by Github, as these cover some other workflows you might want to use in addition to git.

If you are already comfortable using git, you can skip this activity, but if you’re new to git or your skills are rusty, please take the time to work through all four lessons.

For all participants

  • Heesterbeek, JAP, RM Anderson, V Andreasen, S Bansal, D De Angelis, C Dye, KTD Eames, WJ Edmunds, SDW Frost, S Funk, TD Hollingsworth, T House, V Isham, P Klepac, J Lessler, JO Lloyd-Smith, CJE Metcalf, D Mollison, L Pellis, JRC Pulliam, MG Roberts, C Viboud, and the Isaac Newton Institute IDD Collaboration. (2015) Modeling infectious disease dynamics in the complex landscape of global health. Science 347(6227): aaa4339. doi:10.1126/science.aaa4339
  • We have put together an introductory overview, which includes excerpts from the below papers.

    • Bellan, SE, JRC Pulliam, JC Scott, J Dushoff and the MMED Organizing Committee. How to make epidemiological training infectious. PLoS Biology 2012; 10: e1001295.
    • Susser, M and E Susser. Choosing a future for epidemiology: I. Eras and paradigms. Am J Public Health 1996; 86: 668–73.
    • Koopman, JS and JW Lynch. Individual causal models and population system models in epidemiology. Am J Public Health 1999; 89: 1170–4.
    • Brauer, F. Mathematical epidemiology is not an oxymoron. BMC Public Health 2009; 9: S2.

Especially for those new to dynamical modeling