-
Notifications
You must be signed in to change notification settings - Fork 6
/
_site.yml
46 lines (46 loc) · 1.54 KB
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: "."
title: "Quantitative methods for population dynamics in R"
description: |
popdyn-workshop
theme: "theme.css"
output_dir: "docs"
navbar:
left:
right:
- text: "Home"
href: index.html
- text: "Lectures"
menu:
- text: "Introduction"
href: slides/introduction.html
- text: "Class 1: Population abundance and density"
href: slides/abundance.html
- text: "Class 2: Demographic parameters"
href: slides/survival.html
- text: "Class 3: Population projection models"
href: slides/matrixmodels2.html
- text: "Conclusions"
href: slides/conclusions.html
# - text: "PDF of the slides"
# href: quantitative-methods-for-population-dynamics.pdf
- text: "Live demos"
menu:
- text: "Demo 1: Population abundance and density"
href: tutorials/abundance-tutorial.html
- text: "Demo 2: Demographic parameters"
href: tutorials/survival-tutorial.html
- text: "Demo 3: Population projection models"
href: tutorials/LiveDemoClass3_script.R
- text: "All R scripts together"
href: tutorials/Rscriptsdemos2023.R
- text: "Datasets"
href: tutorials/dat.zip
- text: "Software installation"
menu:
- text: "Install RMark on a Mac"
href: tutorials/rmark-mac.html
- text: "Questions and answers"
href: faq.pdf
- icon: fab fa-github
href: https://github.com/oliviergimenez/popdyn-workshop
output: distill::distill_article