-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
107 lines (99 loc) · 2.77 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
100
101
102
103
104
105
106
107
project:
type: website
output-dir: docs
render:
- "*.qmd"
website:
title: "SISMID Module NUMBER Materials (2025)"
sidebar:
style: docked
search: true
pinned: true
tools:
- icon: github
href: https://github.com/UGA-IDD/SISMID-2024
contents:
- text: "Welcome!"
href: index.qmd
- text: "Course Schedule"
href: schedule.qmd
- text: "Course Resources"
href: references.qmd
- section: "Day 1"
contents:
- href: modules/Module00-Welcome.qmd
target: _blank
- href: modules/Module01-Intro.qmd
target: _blank
- href: modules/Module02-Functions.qmd
target: _blank
- href: modules/Module03-WorkingDirectories.qmd
target: _blank
- href: modules/Module04-RProject.qmd
target: _blank
- href: modules/Module05-DataImportExport.qmd
target: _blank
- href: modules/Module06-DataSubset.qmd
target: _blank
- href: modules/Module07-VarCreationClassesSummaries.qmd
target: _blank
- section: "Day 2"
contents:
- href: modules/Module08-DataMergeReshape.qmd
target: _blank
- href: modules/Module09-DataAnalysis.qmd
target: _blank
- href: modules/Module095-DataAnalysisWalkthrough.qmd
target: _blank
- href: modules/Module10-DataVisualization.qmd
target: _blank
- section: "Day 3"
contents:
- href: modules/Module11-RMarkdown.qmd
target: _blank
- href: modules/Module12-Iteration.qmd
target: _blank
- href: modules/Module13-Functions.qmd
target: _blank
repo-url: https://github.com/UGA-IDD/SISMID-2024
reader-mode: true
# Default for table of contents
toc: true
toc-title: Page Items
toc-location: right
# Default knitr options
execute:
echo: true
message: true
warning: true
freeze: auto
engine: knitr
# Default author
author:
- name: "Amy Winter"
url: https://publichealth.uga.edu/faculty-member/amy-k-winter/
orcid: 0000-0003-2737-7003
- name: "Zane Billings"
url: https://wzbillings.com/
orcid: 0000-0002-0184-6134
# Default fields for citation
license: "CC BY-NC"
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