-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
124 lines (106 loc) · 3.41 KB
/
_quarto.yml
File metadata and controls
124 lines (106 loc) · 3.41 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
project:
type: website
output-dir: docs
website:
title: "STAT545"
back-to-top-navigation: true
page-footer: "Copyright 2025, Grace Tompkins. *Built with [Quarto](https://quarto.org)*"
favicon: images/stat545_transparent.png
navbar:
background: primary
search: true
left:
- href: index.qmd
text: " "
icon: house-door-fill
- sidebar:syllabus
- sidebar:lectures_i
- sidebar:lectures_ii
- href: webpages/slides/slides.qmd
text: "Slides"
- href: webpages/worksheets.qmd
text: "Worksheets"
- sidebar:collabproj
- sidebar:mda
- sidebar:assignmentsB
- href: webpages/faq.qmd
text: "FAQ"
right:
- href: "https://github.com/UBC-STAT/STAT545.github.io"
icon: github
- href: "https://youtube.com/playlist?list=PL32xpGMCWJAkihtosNGDQz0NP4UBqQnq8&si=VaWFgrlMNKHtgOHD"
icon: youtube
sidebar:
- id: syllabus
title: "Syllabus"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/syllabus/syllabusA.qmd
- webpages/syllabus/syllabusB.qmd
- id: lectures_i
title: "Notes (A)"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/lectures_i/lec1a_installation.qmd
- webpages/lectures_i/lec1b_introR.qmd
- webpages/lectures_i/lec2A_reproducibility.qmd
- webpages/lectures_i/lec2b_versioncontrol.qmd
- webpages/lectures_i/lec3_dplyr.qmd
- webpages/lectures_i/lec4_datavis.qmd
- webpages/lectures_i/lec5_tidydata.qmd
- webpages/lectures_i/lec6a_modelfitting.qmd
- webpages/lectures_i/lec6b_factorsanddates.qmd
- webpages/lectures_i/lec7a_readwritedata.qmd
- webpages/lectures_i/lec7b_joiningtibbles.qmd
- id: lectures_ii
title: "Notes (B)"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/lectures_ii/lec8a_functions.qmd
- webpages/lectures_ii/lec8b_advfunctions.qmd
- webpages/lectures_ii/lec9_rpackages.qmd
- webpages/lectures_ii/lec10_shiny.qmd
- webpages/lectures_ii/lec11_automation.qmd
- webpages/lectures_ii/lec12_characterdata.qmd
- webpages/lectures_ii/lec13_purrr.qmd
- webpages/lectures_ii/lec14_quarto.qmd
- id: collabproj
title: "Collab Project"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/collabproj/collabproj_deliverable1.qmd
- webpages/collabproj/collabproj_deliverable2.qmd
- id: mda
title: "Mini Data Analysis"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/mda/mda_deliverable1.qmd
- webpages/mda/mda_deliverable2.qmd
- id: assignmentsB
title: "Assignments (Part B)"
style: "docked"
background: light
collapse-level: 2
contents:
- webpages/assignmentspartB/assignmentB1.qmd
- webpages/assignmentspartB/assignmentB2.qmd
- webpages/assignmentspartB/assignmentB3.qmd
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
include-in-header: privacy/google-analytics.html
include-after-body: privacy/custom-popup.html