Lecture notes and materials for our course on biodiversity patterns
You can either download the materials as a zip archive or use git to clone the materials.
- Click on the green "Clone or download" button
- Click on "Download ZIP"
- Go to
Downloads
of your browser - Unzip the archive
biodiv-patterns-course-master.zip
, .e.g., on the terminal:
$ unzip biodiv-patterns-course-master.zip
- Install git if needed
- Open a terminal or your favorite git client
- Clone the repository by:
$ git clone https://github.com/chase-lab/biodiv-patterns-course.git
- Navigate to the cloned directory in your file browser
- The materials cover two weeks
- The first week is contained in the directory
week_1
and the second week inweek_2
. - Each weekday is a subdirectory of the week, i.e. Monday corresponds to
1_monday
, Tuesday to2_tuesday
, and so forth. - Such a subdirectory for a weekday has
- a
README.md
describing the topics and the lectures of that day - presentations as pptx, pdf, website, etc.
- source code in R which helps you to understand how to implement these topics
- reading materials: articles, blogposts, cheatsheets.
- a