-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathschedule.qmd
171 lines (103 loc) · 4.58 KB
/
schedule.qmd
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
---
title: "SDS 366 Schedule Spring 2025"
format: html
---
## Lectures
### 1. Jan 14, 2025—Introduction
<p class="nospace">Materials:</p>
- [Slides](slides/introduction.qmd)
- [Worksheet 1: Introduction to Quarto](worksheets/intro-to-Quarto.qmd)
- [Worksheet 2: Introduction to R](worksheets/intro-to-R.qmd)
### 2. Jan 16, 2025—Aesthetic mappings
<p class="nospace">Materials:</p>
- [Slides](slides/aesthetic-mappings.qmd)
- [Worksheet](worksheets/aesthetic-mappings.qmd)
### 3. Jan 23, 2025—Visualizing amounts/telling a story
<p class="nospace">Materials:</p>
- [Slides Part I](slides/visualizing-amounts.qmd) (visualizing amounts)
- [Worksheet Part I](worksheets/visualizing-amounts.qmd)
- [Slides Part II](slides/telling-a-story.qmd) (telling a story)
### 4. Jan 28, 2025—Coordinate systems and axes
<p class="nospace">Materials:</p>
- [Slides](slides/coordinate-systems-axes.qmd)
- [Worksheet](worksheets/coordinate-systems-axes.qmd)
### 5. Jan 30, 2025—Visualizing distributions 1
<p class="nospace">Materials:</p>
- [Slides](slides/visualizing-distributions-1.qmd)
- [Worksheet](worksheets/visualizing-distributions-1.qmd)
### 6. Feb 4, 2025—Visualizing distributions 2
<p class="nospace">Materials:</p>
- [Slides](slides/visualizing-distributions-2.qmd)
- [Worksheet](worksheets/visualizing-distributions-2.qmd)
### 7. Feb 6, 2025—Color scales
<p class="nospace">Materials:</p>
- [Slides](slides/color-scales.qmd)
- [Worksheet](worksheets/color-scales.qmd)
### 8. Feb 11, 2025—Color spaces and color-vision deficiency
<p class="nospace">Materials:</p>
- [Slides](slides/color-spaces.qmd)
- [Worksheet](worksheets/color-selection.qmd)
### 9. Feb 13, 2025—Data wrangling
<p class="nospace">Materials:</p>
- [Slides Part I](slides/data-wrangling-1.qmd) (pipe, sorting, filtering, mutating)
- [Worksheet Part I](worksheets/data-wrangling-1.qmd)
- [Slides Part II](slides/data-wrangling-2.qmd) (summarizing, pivoting, joining)
- [Worksheet Part II](worksheets/data-wrangling-2.qmd)
### 10. Feb 18, 2025—Visualizing proportions
<p class="nospace">Materials:</p>
- [Slides](slides/visualizing-proportions.qmd)
- [Worksheet](worksheets/visualizing-proportions.qmd)
### 11. Feb 20, 2025—Getting to know your data
<p class="nospace">Materials:</p>
- [Slides](slides/know-your-data.qmd)
- [Worksheet Part I](worksheets/know-your-data-1.qmd) (data cleaning)
- [Worksheet Part II](worksheets/know-your-data-2.qmd) (missing data)
### 12. Feb 25, 2025—Getting things into the right order
<p class="nospace">Materials:</p>
- [Slides](slides/getting-things-in-order.qmd)
- [Worksheet](worksheets/getting-things-in-order.qmd)
### 13. Feb 27, 2025—Figure design
<p class="nospace">Materials:</p>
- [Slides](slides/figure-design.qmd)
- [Worksheet](worksheets/figure-design.qmd)
## Homeworks
All homeworks are due by 11:00pm on the day they are due. Homeworks need to be submitted as pdf files on Canvas.
### Homework 1 (due Jan 23, 2025)
<p class="nospace">Materials:</p>
- [Quarto template](assignments/HW1.qmd)
- [PDF](assignments/HW1.pdf)
### Homework 2 (due Jan 30, 2025)
<p class="nospace">Materials:</p>
- [Quarto template](assignments/HW2.qmd)
- [PDF](assignments/HW2.pdf)
### Homework 3 (due Feb 6, 2025)
<p class="nospace">Materials:</p>
- [Quarto template](assignments/HW3.qmd)
- [PDF](assignments/HW3.pdf)
### Homework 4 (due Feb 27, 2025)
<p class="nospace">Materials:</p>
- [Quarto template](assignments/HW4.qmd)
- [PDF](assignments/HW4.pdf)
### Homework 5 (due Mar 6, 2025)
<p class="nospace">Materials:</p>
- [Quarto template](assignments/HW5.qmd)
- [PDF](assignments/HW5.pdf)
### Homework 6 (due Apr 3, 2025)
### Homework 7 (due Apr 10, 2025)
## Projects
All projects are due by 11:00pm on the day they are due. Projects need to be submitted on Canvas. Please carefully read the submission instructions for each project.
### Project 1 (due Feb 13, 2025)
<p class="nospace">Materials:</p>
- [Instructions (pdf)](assignments/Project_1_instructions.pdf)
- [Project Template (qmd)](assignments/Project_1.qmd)
- [Project Template (pdf)](assignments/Project_1.pdf)
- [Grading rubric (pdf)](assignments/Project_1_rubric.pdf)
- [Example project (pdf)](assignments/Project_1_example.pdf)
### Project 2 (due Mar 13, 2025)
<p class="nospace">Materials:</p>
- [Instructions (pdf)](assignments/Project_2_instructions.pdf)
- [Project Template (qmd)](assignments/Project_2.qmd)
- [Project Template (pdf)](assignments/Project_2.pdf)
- [Grading rubric (pdf)](assignments/Project_2_rubric.pdf)
- [Grading instructions (pdf)](assignments/Project_2_grading.pdf)
### Project 3 (due Apr 26, 2025)