-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.yml
More file actions
325 lines (310 loc) · 8.33 KB
/
schedule.yml
File metadata and controls
325 lines (310 loc) · 8.33 KB
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
# Types in schedule.mjs:
# - Lecture
# - Notes
# - Lab
# - Homework
# - Dataset
# - week: 1
# days:
# - date: 'Oct 01'
# items:
# - type: 'Lecture'
# id: '1'
# name: "Slides - Introduction and Overview"
# href: "#" # placeholder
# #href: './filename.pdf'
# - week: 2
# days:
# - date: 'Oct 06'
# items:
# - type: 'Lecture'
# id: '2'
# name: "Notes - Simple Linear Regression"
# href: "#" # placeholder
# #href: "./filename.pdf"
# - type: 'Lecture'
# id: '2'
# name: Handwritten Notes
# href: "#" # placeholder
# #href: "./filename.pdf"
# - type: 'Lab'
# id: '2'
# name: "Notebook - Simple Linear Regression for Time Series"
# href: "#" # placeholder
# #href: "./filename.ipynb"
- week: 1
days:
- date: '09/08'
items:
- type: 'Lecture'
id: 'w1-1'
name: 'Program orientation'
href: '#'
- type: 'Lecture'
id: 'w1-2'
name: 'Understanding program and course expectations'
href: '#'
- type: 'Lecture'
id: 'w1-3'
name: 'Setting expectations & procedures for your Data Discovery project'
href: '#'
- type: 'Lecture'
id: 'w1-4'
name: 'Getting to know your team'
href: '#'
- type: 'Assignment'
id: 'w1-A'
name: 'Mentoring agreement (due next week)'
href: '#'
- week: 2
days:
- date: '09/15'
items:
- type: 'Lecture'
id: 'w2-1'
name: 'Working in teams'
href: '#'
- type: 'Lecture'
id: 'w2-2'
name: 'Best practices for teamwork'
href: '#'
- type: 'Lecture'
id: 'w2-3'
name: 'Setting expectations and norms for collaboration'
href: '#'
- type: 'Assignment'
id: 'w2-A'
name: 'Team collaborative plan (due next week)'
href: '#'
- week: 3
days:
- date: '09/22'
items:
- type: 'Lecture'
id: 'w3-1'
name: 'Data life cycle'
href: '#'
- type: 'Lecture'
id: 'w3-2'
name: 'Stages of a data research project'
href: '#'
- type: 'Lecture'
id: 'w3-3'
name: 'Where your project fits in the DS life cycle'
href: '#'
- type: 'Assignment'
id: 'w3-A'
name: 'Begin work on context description (do not submit yet; continue next week)'
href: '#'
- week: 4
days:
- date: '09/29'
items:
- type: 'Lecture'
id: 'w4-1'
name: 'Project life cycles'
href: '#'
- type: 'Panel'
id: 'w4-2'
name: 'Panel: Project management'
href: '#'
- type: 'Lecture'
id: 'w4-3'
name: 'How your contribution fits into the overall project'
href: '#'
- type: 'Assignment'
id: 'w4-A'
name: 'Describing your project in context (due next week)'
href: '#'
- week: 5
days:
- date: '10/06'
items:
- type: 'Lecture'
id: 'w5-1'
name: 'Data descriptions'
href: '#'
- type: 'Lecture'
id: 'w5-2'
name: 'Features and characteristics of data'
href: '#'
- type: 'Lecture'
id: 'w5-3'
name: 'Thinking about your project’s specific dataset(s)'
href: '#'
- type: 'Assignment'
id: 'w5-A'
name: 'Data description (due next week)'
href: '#'
- week: 6
days:
- date: '10/13'
items:
- type: 'Lecture'
id: 'w6-1'
name: 'Resourcefulness and problem-solving'
href: '#'
- type: 'Panel'
id: 'w6-2'
name: 'Panel: Strategies for responding to challenges'
href: '#'
- type: 'Lecture'
id: 'w6-3'
name: 'Identifying strategies and resources to address problems'
href: '#'
- type: 'Lecture'
id: 'w6-4'
name: 'Developing resilience and perseverance'
href: '#'
- type: 'Assignment'
id: 'w6-A'
name: 'Problem-solving strategies & resources list (due next week)'
href: '#'
- week: 7
days:
- date: '10/20'
items:
- type: 'Lecture'
id: 'w7-1'
name: 'Evaluating progress and regrouping'
href: '#'
- type: 'Lecture'
id: 'w7-2'
name: 'Team debriefing'
href: '#'
- type: 'Lecture'
id: 'w7-3'
name: 'Documenting & reflecting on mentor feedback'
href: '#'
- type: 'Assignment'
id: 'w7-A'
name: 'Team debrief & reflection on mentor feedback (individual; due next week)'
href: '#'
- week: 8
days:
- date: '10/27'
items:
- type: 'Lecture'
id: 'w8-1'
name: 'Time management and personal habits'
href: '#'
- type: 'Lecture'
id: 'w8-2'
name: 'Evaluating current workflows'
href: '#'
- type: 'Lecture'
id: 'w8-3'
name: 'Campus strategies and resources'
href: '#'
- type: 'Assignment'
id: 'w8-A'
name: 'Self study + Dear Data visualization (individual; due next week)'
href: '#'
- week: 9
days:
- date: '11/03'
items:
- type: 'Lecture'
id: 'w9-1'
name: 'Reporting on projects'
href: '#'
- type: 'Lecture'
id: 'w9-2'
name: 'Abstracts, conclusions, and citations'
href: '#'
- type: 'Assignment'
id: 'w9-A'
name: 'Communicating with a non-expert (individual; due next week)'
href: '#'
- week: 10
days:
- date: '11/10'
items:
- type: 'Lecture'
id: 'w10-1'
name: 'Communicating with visualizations'
href: '#'
- type: 'Panel'
id: 'w10-2'
name: 'Panel: Creating and describing data visualizations'
href: '#'
- type: 'Lecture'
id: 'w10-3'
name: 'Planning visualizations for your presentation'
href: '#'
- type: 'Assignment'
id: 'w10-A'
name: 'Preparing figures and tables for presentation (due next week)'
href: '#'
- week: 11
days:
- date: '11/17'
items:
- type: 'Lecture'
id: 'w11-1'
name: 'Designing posters'
href: '#'
- type: 'Lecture'
id: 'w11-2'
name: 'Goals and basics of a scientific poster'
href: '#'
- type: 'Lecture'
id: 'w11-3'
name: 'Deciding what to include in your poster'
href: '#'
- type: 'Assignment'
id: 'w11-A'
name: 'Presentation abstract draft 1 (due next week)'
href: '#'
- week: 12
days:
- date: '11/24'
items:
- type: 'Meeting'
id: 'w12-1'
name: 'Symposium info session (virtual; recorded; attendance optional)'
href: '#'
- type: 'Lecture'
id: 'w12-2'
name: 'Expectations for the Symposium'
href: '#'
- week: 13
days:
- date: '12/01'
items:
- type: 'Lecture'
id: 'w13-1'
name: 'Verbal communication'
href: '#'
- type: 'Lecture'
id: 'w13-2'
name: 'Talking about your Data Discovery experience for future opportunities'
href: '#'
- type: 'Practice'
id: 'w13-3'
name: 'Practice oral presentations for the Symposium'
href: '#'
- type: 'Milestone'
id: 'w13-M1'
name: 'Project work ends — last class meeting'
href: '#'
- type: 'Deadline'
id: 'w13-DL'
name: 'Poster submission to group order due by 11:59pm'
href: '#'
- week: 14
days:
- date: '12/08'
items:
- type: 'Event'
id: 'w14-1'
name: 'Symposium on December 10'
href: '#'
- week: 15
days:
- date: '12/15'
items:
- type: 'Milestone'
id: 'w15-1'
name: 'Wrap-up / finals week (no scheduled class)'
href: '#'