-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
102 lines (94 loc) · 3.02 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
project:
type: website
render:
- "*.qmd"
- "!datasets/"
- "!assignments/"
- "!apps/"
resources:
- "assets/"
- "datasets/"
- "assignments/"
- "apps/bin/"
website:
title: "SDS 366"
navbar:
left:
- href: index.qmd
text: Home
- href: schedule.qmd
text: Schedule
- href: syllabus.qmd
text: Syllabus
right:
- text: "Slides"
menu:
- text: "Class 1: Introduction"
href: slides/introduction.qmd
- text: "Class 2: Aesthetic mappings"
href: slides/aesthetic-mappings.qmd
- text: "Class 3a: Visualizing amounts"
href: slides/visualizing-amounts.qmd
- text: "Class 3b: Telling a story"
href: slides/telling-a-story.qmd
- text: "Class 4: Coordinate systems and axes"
href: slides/coordinate-systems-axes.qmd
- text: "Class 5: Visualizing distributions 1"
href: slides/visualizing-distributions-1.qmd
- text: "Class 6: Visualizing distributions 2"
href: slides/visualizing-distributions-2.qmd
- text: "Class 7: Color scales"
href: slides/color-scales.qmd
- text: "Class 8: Color spaces and color-vision deficiency"
href: slides/color-spaces.qmd
- text: "Class 13: Figure design"
href: slides/figure-design.qmd
- text: "Worksheets"
menu:
- text: "Class 1: Introduction"
href: worksheets/introduction.qmd
- text: "Class 2: Aesthetic mappings"
href: worksheets/aesthetic-mappings.qmd
- text: "Class 3: Visualizing amounts"
href: worksheets/visualizing-amounts.qmd
- text: "Class 4: Coordinate systems and axes"
href: worksheets/coordinate-systems-axes.qmd
- text: "Class 5: Visualizing distributions 1"
href: worksheets/visualizing-distributions-1.qmd
- text: "Class 6: Visualizing distributions 2"
href: worksheets/visualizing-distributions-2.qmd
- text: "Class 7: Color scales"
href: worksheets/color-scales.qmd
- text: "Class 8: Color selection"
href: worksheets/color-selection.qmd
- text: "Resources"
menu:
- text: "Textbook"
href: "https://clauswilke.com/dataviz"
target: "_blank"
- text: "Edupod"
href: "https://edupod.cns.utexas.edu"
target: "_blank"
- text: "Color chooser app"
href: apps/bin/choose-color/index.html
target: "_blank"
- text: "CVD simulations"
href: apps/bin/cvd-emulator/index.html
tools:
- icon: github
href: "https://github.com/wilkelab/SDS366"
format:
html:
theme:
light: cosmo
dark: [solar, theme-dark.scss]
css: styles.css
toc: true
live-html:
theme:
light: cosmo
dark: [solar, theme-dark.scss]
css: styles.css
toc: true
execute:
freeze: auto