-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
187 lines (178 loc) · 7.18 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
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 9a: Data wrangling 1"
href: slides/data-wrangling-1.qmd
- text: "Class 9a: Data wrangling 2"
href: slides/data-wrangling-2.qmd
- text: "Class 10: Visualizing proportions"
href: slides/visualizing-proportions.qmd
- text: "Class 11: Getting to know your data"
href: slides/know-your-data.qmd
- text: "Class 12: Getting things into the right order"
href: slides/getting-things-in-order.qmd
- text: "Class 13: Figure design"
href: slides/figure-design.qmd
- text: "Class 14: Compound figures"
href: slides/compound-figures.qmd
- text: "Class 15: Visualizing trends"
href: slides/visualizing-trends.qmd
- text: "Class 16: Functions and functional programming"
href: slides/functional-programming.qmd
- text: "Class 17: Working with models"
href: slides/working-with-models.qmd
- text: "Class 18: Visualizing uncertainty"
href: slides/visualizing-uncertainty.qmd
- text: "Class 19: Dimension reduction 1"
href: slides/dimension-reduction-1.qmd
- text: "Class 20: Dimension reduction 2"
href: slides/dimension-reduction-2.qmd
- text: "Class 21: Clustering"
href: slides/clustering.qmd
- text: "Class 22: Hierarchical clustering"
href: slides/hierarchical-clustering.qmd
- text: "Class 23: Redundant coding"
href: slides/redundant-coding.qmd
- text: "Class 24: Dealing with overplotting"
href: slides/overplotting.qmd
- text: "Class 25: Visualizing geospatial data"
href: slides/geospatial-data.qmd
- text: "Class 26: Interactive plots"
href: slides/interactive-plots.qmd
- text: "Class 27: Animations"
href: slides/animations.qmd
- text: "Bonus: Web design"
href: slides/web-design.qmd
- text: "Worksheets"
menu:
- text: "Class 1a: Introduction to Quarto"
href: worksheets/intro-to-Quarto.qmd
- text: "Class 1b: Introduction to R"
href: worksheets/intro-to-R.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: "Class 9a: Data wrangling 1"
href: worksheets/data-wrangling-1.qmd
- text: "Class 9b: Data wrangling 2"
href: worksheets/data-wrangling-2.qmd
- text: "Class 10: Visualizing proportions"
href: worksheets/visualizing-proportions.qmd
- text: "Class 11a: Getting to know your data 1"
href: worksheets/know-your-data-1.qmd
- text: "Class 11b: Getting to know your data 2"
href: worksheets/know-your-data-2.qmd
- text: "Class 12: Getting things into the right order"
href: worksheets/getting-things-in-order.qmd
- text: "Class 13: Figure design"
href: worksheets/figure-design.qmd
- text: "Class 14: Compound figures"
href: worksheets/compound-figures.qmd
- text: "Class 15: Visualizing trends"
href: worksheets/visualizing-trends.qmd
- text: "Class 16: Functions and functional programming"
href: worksheets/functional-programming.qmd
- text: "Class 17: Working with models"
href: worksheets/working-with-models.qmd
- text: "Class 18: Visualizing uncertainty"
href: worksheets/visualizing-uncertainty.qmd
- text: "Class 19: Dimension reduction 1"
href: worksheets/dimension-reduction-1.qmd
- text: "Class 20: Dimension reduction 2"
href: worksheets/dimension-reduction-2.qmd
- text: "Class 21: Clustering"
href: worksheets/clustering.qmd
- text: "Class 22: Hierarchical clustering"
href: worksheets/hierarchical-clustering.qmd
- text: "Class 23: Redundant coding"
href: worksheets/redundant-coding.qmd
- text: "Class 24: Dealing with overplotting"
href: worksheets/overplotting.qmd
- text: "Class 25: Visualizing geospatial data"
href: worksheets/geospatial-data.qmd
- text: "Class 26: Interactive plots"
href: worksheets/interactive-plots.qmd
- text: "Bonus: Web design"
href: slides/web-design-worksheet.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