-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
76 lines (74 loc) · 1.98 KB
/
Copy path_quarto.yml
File metadata and controls
76 lines (74 loc) · 1.98 KB
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
project:
type: website
output-dir: _site
render:
- "*.qmd"
website:
title: "Concurrency Tutorial"
description: "How relational concurrency does (and does not) shape HIV and STI epidemics"
page-navigation: true
navbar:
background: dark
pinned: true
right:
- text: "EpiModel"
href: https://www.epimodel.org
- text: "Interactive app"
href: https://epimodel.github.io/concurrency.sim
- icon: github
href: https://github.com/EpiModel/ConcurrencyTutorial
aria-label: GitHub
sidebar:
style: docked
search: true
collapse-level: 1
contents:
- text: "Overview"
href: index.qmd
- section: "Exercises"
contents:
- text: "1. Local, conceptual"
href: ex1-local-conceptual.qmd
- text: "2. Population, conceptual"
href: ex2-pop-conceptual.qmd
- text: "3. Local, numerical"
href: ex3-local-numerical.qmd
- text: "4. Population, numerical"
href: ex4-pop-numerical.qmd
- text: "Summary"
href: summary.qmd
- section: "Appendix"
contents:
- text: "Rules of probability"
href: prob-tutorial.qmd
- text: "Introduction to R"
href: r-tutorial.qmd
- text: "More resources"
href: resources.qmd
page-footer:
border: false
background: dark
left:
- text: "© 2025 EpiModel Research Lab, Emory University"
center:
- text: "Interactive app"
href: https://epimodel.github.io/concurrency.sim
target: "_blank"
- text: "EpiModel"
href: https://www.epimodel.org
target: "_blank"
right:
- icon: github
href: https://github.com/EpiModel/ConcurrencyTutorial
target: "_blank"
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true
toc-depth: 3
code-copy: true
code-overflow: wrap
link-external-newwindow: true