-
Notifications
You must be signed in to change notification settings - Fork 0
/
_schedule.yml
executable file
·255 lines (249 loc) · 8.52 KB
/
_schedule.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
# From https://github.com/stat20/stat20/blob/main/_course-settings.yml
schedule:
- unit: "Tools"
materials:
- href: syllabus.qmd
title: Syllabus
categories: [reading]
image: figs/reading.svg
type: reading
date: 2024-01-21
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/01-computer-basics.html
title: Computer Basics
categories: [reading]
date: 2024-01-21
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/02-setting-up-computer.html
title: Setting Up Your Computer
categories: [reading]
date: 2024-01-21
pub-date: 2023-01-01
- href: slides/01-Syllabus-and-Introductions.qmd
categories: [slides]
date: 2024-01-24
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/03-Rstudio-interface.html
title: RStudios interface
categories: [reading]
date: 2024-01-28
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/04-scripts-notebooks.html
title: Scripts and Notebooks
categories: [reading]
date: 2024-01-28
pub-date: 2023-01-01
- href: homework/01-scripts-notebooks.qmd
categories: [HW]
date: 2024-02-02
pub-date: 2023-01-01
- href: slides/02-Scripts-and-Notebooks.qmd
categories: [slides]
date: 2024-01-31
pub-date: 2023-01-01
- unit: "General Programming"
materials:
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/00-intro.html
title: Introduction to Programming
categories: [reading]
date: 2024-02-04
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/01-basic-var-types.html
title: Variables and Basic Data Types
categories: [reading]
date: 2024-02-04
pub-date: 2023-01-01
- href: slides/03-Intro-to-Programming.qmd
categories: [slides]
date: 2024-02-07
pub-date: 2023-01-01
- href: homework/02-finding-your-way.qmd
categories: [HW]
date: 2024-02-09
pub-date: 2023-01-01
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/01-basic-var-types.html
title: Variables and Basic Data Types
categories: [reading]
date: 2024-02-11
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/02-prog-functions.html
title: Using Functions and Libraries
categories: [reading]
date: 2024-02-11
- href: slides/04-Basic-Data-Types.qmd
categories: [slides]
date: 2024-02-14
pub-date: 2023-01-01
- href: homework/03-data-types.qmd
categories: [HW]
date: 2024-02-16
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/03-data-struct.html
title: Data Structures
categories: [reading]
date: 2024-02-18
- href: slides/05-Data-Structure.qmd
categories: [slides]
date: 2024-02-21
pub-date: 2023-01-01
- href: homework/04-cipher.qmd
categories: [HW]
date: 2024-02-23
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/04-control-struct.html
title: Control Structures
categories: [reading]
date: 2024-02-25
- href: slides/06-Control-Structures.qmd
categories: [slides]
date: 2024-02-28
pub-date: 2023-01-01
- href: homework/05-vectors.qmd
categories: [HW]
date: 2024-03-01
- href: homework/05-tips-for-success.qmd
categories: [HW]
date: 2024-03-01
- path: https://canvas.unl.edu/courses/171851
title: "Homework Resubmit Dead line"
categories: [HW]
date: 2024-03-05
- href: exams/2024-midterm.qmd
categories: [Week07, Exam]
pub-date: 2024-03-06
date: 2024-03-07
- path: https://srvanderplas.github.io/stat-computing-r-python/part-gen-prog/05-functions.html
title: Writing Functions
categories: [reading]
date: 2024-03-17
- href: slides/08-Writing-Functions.qmd
categories: [slides]
date: 2024-03-20
- href: homework/06-fizzbuzz.qmd
categories: [HW]
date: 2024-03-22
- unit: "Data Programming"
materials:
- path: https://srvanderplas.github.io/stat-computing-r-python/part-tools/05-git-and-github.html
title: Git and GitHub
categories: [reading]
date: 2024-03-24
pub-date: 2024-03-22
- href: slides/09-Version-Control.qmd
categories: [slides]
date: 2024-03-27
- href: homework/07-github.qmd
categories: [HW]
date: 2024-03-29
pub-date: 2024-03-22
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02-basic-data-vis.html
title: Data Visualization Basics
categories: [reading]
date: 2024-03-31
pub-date: 2024-03-29
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02b-graphics.html
title: Data Visualization (Intro, Why, Thinking Critically)
categories: [reading]
date: 2024-03-31
pub-date: 2024-03-29
- href: slides/10-Data-Visualization.qmd
categories: [slides]
date: 2024-04-02
- href: homework/08-graphics.qmd
categories: [HW]
date: 2024-04-05
pub-date: 2024-03-29
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/03-data-cleaning.html
title: Data Cleaning and Manipulation
categories: [reading]
date: 2024-04-07
pub-date: 2024-04-05
- href: slides/11-Data-Cleaning.qmd
categories: [slides]
date: 2024-04-10
- href: homework/09-data-cleaning.qmd
categories: [HW]
date: 2024-04-12
pub-date: 2024-04-05
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/04-strings.html
title: Working with Strings (Basic Ops, Converting to Numbers, Separating and Joining Cols)
categories: [reading]
date: 2024-04-14
pub-date: 2024-04-12
- href: slides/12-Working-with-Strings.qmd
categories: [slides]
date: 2024-04-17
- href: homework/11-strings.qmd
categories: [HW]
date: 2024-04-19
pub-date: 2024-04-12
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/05-data-reshape.html
title: Reshaping Data
categories: [reading]
date: 2024-04-21
pub-date: 2024-04-19
- href: homework/10-reshape.qmd
categories: [HW]
date: 2024-04-26
pub-date: 2024-04-19
- path: https://srvanderplas.github.io/stat-computing-r-python/part-wrangling/02c-good-graphics.html
title: Creating Good Charts
categories: [reading]
date: 2024-04-28
pub-date: 2024-04-26
- href: homework/12-graphics2.qmd
categories: [HW]
date: 2024-05-03
pub-date: 2024-04-26
- path: https://canvas.unl.edu/courses/171851
title: "Homework Resubmit Deadline"
categories: [HW]
date: 2024-05-07
pub-date: 2024-04-26
- href: exams/2023-final.qmd
categories: [Week15, Exam]
date: 2024-05-08
pub-date: 2024-04-30
- href: exams/2024-final.qmd
categories: [Week15, Exam]
date: 2024-05-10
pub-date: 2024-05-07
auto-publish:
timezone: "America/Chicago"
publish-week-before: 1
live-as-of: "Sys.time()" # Either Sys.time() or a date parseable by lubridate::ymd()
instructors:
- name: Susan Vanderplas
email: "[email protected]"
quartopub-name: drvanderplas
semester: "Spring, 2024"
calendar:
- name: Week01
date: 2024-01-21
- name: Week02
date: 2024-01-28
- name: Week03
date: 2024-02-04
- name: Week04
date: 2024-02-11
- name: Week05
date: 2024-02-18
- name: Week06
date: 2024-02-25
- name: Week07
date: 2024-03-03
- name: Week08
date: 2024-03-17
- name: Week09
date: 2024-03-24
- name: Week10
date: 2024-03-31
- name: Week11
date: 2024-04-07
- name: Week12
date: 2024-04-14
- name: Week13
date: 2024-04-21
- name: Week14
date: 2024-04-28
- name: Week15
date: 2024-05-05
- name: Finals
date: 2024-05-12