Resources
Here are some resources for new students in the lab.
Software
- Install R Studio.
- Install LaTeX. Note that all .tex documents can be compiled via R Studio.
- Make a GitHub account & install GitHub Desktop.
- Join the lab repo.
- Install Slack and join the lab Slack.
R packages
- Install
deSolvefor solving ODEs - Install
ggplot2for generating figures - Install
tidyranddplyrfor data processing
Tutorials
You do not have to read any of these in advance to join the lab. They’re just resources I’ve personally found valuable over the course of my research career.
- For basic epidemic modeling, refer to Epidemics by Ottar N. Bjørnstad.
- For basic epidemic model fitting, refer to this paper.
- For general statistical and mathematical modeling in ecology, refer to Ecological Models and Data in R by Ben Bolker.
- Lecture notes on Theoretical Community Ecology by Stefano Allesina.