Preparation for the Clinic

1. Poster presentation

Prepare a poster presentation to share your research.

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

2. Optional Project topics

During the second week of the Clinic, you will practise applying the concepts and methods learned through a group project. If you have a topic or dataset you would like us to consider for use in a project, let us know.

3. Software installation

Please ensure the following programs are installed and can open on the computer that you will use during the Clinic, prior to the opening session:

  1. A spreadsheet program, such as Excel, LibreOffice, or Google Sheets.
  2. Git: version control software.
    • Note that recent versions of MacOS come with Git installed, so you may not need to install this program.
  3. Git Bash (recommended for Windows users only): command line access to Git on Windows.
  4. R: a statistical programming language (download links for Windows, Linux, and macOS).
    • If you already have R installed, please ensure that you are using a recent version; otherwise, update it.
  5. RStudio: a user interface for R that will be needed for computer exercises.
  6. ICI3D R package: a package containing interactive tutorials for use at the Clinic.
    • To install the package, run the code below from the R or RStudio command line.
    • First update your version of R if needed (see above).
    • If you have previously installed the ICI3D R package, please ensure you have the latest version of the package (you can reinstall it using the commands below)
install.packages('remotes') # if not already installed
remotes::install_github('ICI3D/ici3d-pkg') # DO NOT DO THIS YET 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.

4. Introductory tutorials

4.1 Introduction to R and R Studio

Once you have successfully installed both R and RStudio, please work through the following 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 (link to follow).

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.

4.2 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:

If you are already comfortable using Git, you can skip this activity, but if you are new to Git or your skills are rusty, please ensure you work through all four lessons.

Additional/alternative resources: More broadly, you can look at all Codecademy’s offerings on Git with this search (though these include some paid course options). There are a wide variety of Git resources out there, and you can make use of any training that 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.

GitHub is a cloud-based hosting service for Git repositories. You will also need a GitHub username. If you do not already have one, you can create a free account.

5. Thinking about data and study design: Video lectures

Details and links will be added soon.

6. Optional Readings

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. Modeling infectious disease dynamics in the complex landscape of global health. Science 2015; 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