-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
99 lines (90 loc) · 2.24 KB
/
_quarto.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
project:
type: book
book:
title: "SISMID Module 2 Materials (2023)"
subtitle: "Mathematical Models of Infectious Diseases"
author:
- name: "Callum Arnold"
url: https://callumarnold.com
affiliation: Pennsylvania State University
orcid: 0000-0002-3245-6956
date: "6/07/2023"
chapters:
- index.qmd
- schedule.qmd
- part: "Pre-Requisites"
chapters:
- exercise-requirements.qmd
- install-r.qmd
- just-enough-rstudio.qmd
- just-enough-r.qmd
- project-management.qmd
- part: "Day 1"
chapters:
- L01_intro-to-modeling.qmd
- L02_sir-basics.qmd
- r-session-01.qmd
- L03_hit-and-vaccinations.qmd
- part: "Day 2"
chapters:
- L04_heterogeneity.qmd
- L05_age-structure.qmd
- r-session-02.qmd
- L06_parameter-estimation.qmd
- r-session-03.qmd
- part: "Day 3"
chapters:
- L07_models-and-data.qmd
- L08_stochastic-models.qmd
- references.qmd
repo-url: https://github.com/arnold-c/SISMID-Module-02_2023
repo-actions: [edit]
sidebar:
logo: ./images/sismid2023-logo-green.png
search: true
border: true
pinned: true
reader-mode: true
favicon: ./images/sismid2023-logo-green.png
google-analytics: "G-EVYBCCRZHE"
# Default for table of contents
toc: true
toc-title: Page Items
toc-location: right
# Default knitr options
execute:
echo: true
message: true
warning: true
cache: true
# Default author
author:
- name: Callum Arnold
url: https://callumarnold.com
affiliation: Pennsylvania State University
orcid: 0000-0002-3245-6956
# Default fields for citation
citation: true
license: "CC BY-NC"
bibliography: SISMID-Module-2.bib
crossref:
chapters: true
format:
html:
theme:
light: [cosmo, format/_fonts.scss, format/_light.scss, format/_callouts.scss]
dark: [cosmo, format/_fonts.scss, format/_dark.scss, format/_callouts.scss]
grid:
sidebar-width: 270px
body-width: 1000px
margin-width: 200px
gutter-width: 1rem
code-copy: true
code-fold: show
code-overflow: wrap
code-link: true
code-tools: true
code-line-numbers: true
# Extension Lua filters
filters:
- line-highlight