-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
70 lines (65 loc) · 1.96 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
project:
type: website
website:
sidebar:
logo: assets/stat_bear.png
contents:
- href: index.qmd
text: Home
- href: syllabus.qmd
text: Syllabus
- href: office-hours.qmd
text: Office Hours
- href: slides.qmd
text: Slides
- href: problem-sets.qmd
text: Problem Sets
scheduled-docs:
debug: true
draft-after: "1/24/24" # can also manually set datetime using format "1/20/24"
timezone: "-07:00" # GMT offset in +/-hh:mm does not adjust for daylight savings
schedule:
- week: 1
days:
- topic: "Random Variables"
display-date: Jan 16
date: 1/16/24
unit: Probability
docs:
- type: Notes
href: 1-probability/1-random-variables/notes.qmd
- type: Slides
href: 1-probability/1-random-variables/slides.qmd
- topic: "The Binomial Distribution"
display-date: Jan 18
date: 1/18/24
docs:
- type: Notes
href: 1-probability/2-binomial/notes.qmd
- type: Slides
href: 1-probability/2-binomial/slides.qmd
resources:
- '<a href="https://markdownlivepreview.com">Markdown Live Preview</a>'
- week: 2
days:
- topic: "Conditional Probability"
display-date: Jan 23
date: 1/23/24
docs:
- type: Notes
href: 1-probability/3-conditional-probability/notes.qmd
- type: Slides
href: 1-probability/3-conditional-probability/slides.qmd
- type: PS
href: 1-probability/3-conditional-probability/ps.qmd
- topic: "Data Visualization"
display-date: Jan 25
date: 1/25/24
docs:
- type: Notes
href: 2-eda/1-data-viz/notes.qmd
- type: Slides
href: 2-eda/1-data-viz/slides.qmd
format:
html:
theme: [sandstone, assets/styles.scss]