Skip to content

Commit 3fafa71

Browse files
authored
Merge pull request UofTCoders#2 from lwjohnst86/SaraMati-gh-pages
script fixes
2 parents 5af661d + 30de5dd commit 3fafa71

File tree

2 files changed

+55
-104
lines changed

2 files changed

+55
-104
lines changed

_data/events.yml

-50
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
The basics of data analysis using the
88
programming language Python with a
99
beginner-friendly participatory live-coding.
10-
1110
# Date of the event in YYYY-MM-DD format
1211
date: 2019-01-10
1312
# Start and end time for event in 24 hour HH:MM format
@@ -21,7 +20,6 @@
2120
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
2221
packages: ""
2322
youtube_link: ""
24-
2523
skill_level: Beginner
2624
# Beginner Intermediate Advanced
2725
# R or Python
@@ -40,7 +38,6 @@
4038
- Intro to R/navigating RStudio
4139
- Intro to Tidyverse - pipe operators
4240
- Basic data wrangling with dplyr and tidyr packages
43-
4441
# Date of the event in YYYY-MM-DD format
4542
date: 2019-01-17
4643
# Start and end time for event in 24 hour HH:MM format
@@ -54,9 +51,7 @@
5451
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
5552
packages: "dplyr tidyr"
5653
# Beginner Intermediate Advanced
57-
5854
youtube_link: ""
59-
6055
skill_level: Beginner
6156
# R or Python
6257
program_language: R
@@ -77,7 +72,6 @@
7772
This is a beginner level workshop, so no previous knowledge is required.
7873
A few intermediate level concept will be introduced, but we will not go
7974
into scripting in BASH.
80-
8175
# Date of the event in YYYY-MM-DD format
8276
date: 2019-01-24
8377
# Start and end time for event in 24 hour HH:MM format
@@ -91,9 +85,7 @@
9185
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
9286
packages: ""
9387
# Beginner Intermediate Advanced
94-
9588
youtube_link: ""
96-
9789
skill_level: Beginner
9890
# R or Python
9991
program_language: Bash
@@ -118,7 +110,6 @@
118110
- resizing drawing region and exporting
119111
- importing from other sources (e.g. plots generated in R or Python)
120112
121-
122113
# Date of the event in YYYY-MM-DD format
123114
date: 2019-01-31
124115
# Start and end time for event in 24 hour HH:MM format
@@ -132,25 +123,18 @@
132123
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
133124
packages: ""
134125
# Beginner Intermediate Advanced
135-
136126
youtube_link: ""
137-
138127
skill_level: Beginner
139128
# R or Python
140129
program_language: ""
141130
# Only one label that will be put into the GitHub Issue
142131
gh_labels: code-along
143132

144-
145-
146-
147-
# Key is the part of the filename in _posts/
148133
- key: R-reshape2
149134
# Title of event that will show up as the GH Issue title
150135
title: "Intro to TidyR and Reshape2"
151136
# Explanation of event as a paragraph form
152137
description: ""
153-
154138
# Date of the event in YYYY-MM-DD format
155139
date: 2019-02-07
156140
# Start and end time for event in 24 hour HH:MM format
@@ -164,17 +148,14 @@
164148
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
165149
packages: ""
166150
# Beginner Intermediate Advanced
167-
168151
youtube_link: ""
169-
170152
skill_level: Intermediate
171153
# R or Python
172154
program_language: R
173155
# Only one label that will be put into the GitHub Issue
174156
gh_labels: code-along
175157

176158

177-
178159
# Key is the part of the filename in _posts/
179160
- key: python-imageprocessing
180161
# Title of event that will show up as the GH Issue title
@@ -183,7 +164,6 @@
183164
description: >
184165
This is an introductory tutorial on image processing using Python packages.
185166
We will understand image data types, manipulate and prepare images for analysis such as image segmentation.
186-
187167
# Date of the event in YYYY-MM-DD format
188168
date: 2019-02-14
189169
# Start and end time for event in 24 hour HH:MM format
@@ -197,9 +177,7 @@
197177
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
198178
packages: ""
199179
# Beginner Intermediate Advanced
200-
201180
youtube_link: ""
202-
203181
skill_level: Intermediate
204182
# R or Python
205183
program_language: Python
@@ -209,7 +187,6 @@
209187

210188

211189

212-
# Key is the part of the filename in _posts/
213190
- key: R-shinyapps
214191
# Title of event that will show up as the GH Issue title
215192
title: "R: Interactive Plotting with Shinny Apps"
@@ -228,9 +205,7 @@
228205
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
229206
packages: ""
230207
# Beginner Intermediate Advanced
231-
232208
youtube_link: ""
233-
234209
skill_level: Intermediate
235210
# R or Python
236211
program_language: R
@@ -257,18 +232,14 @@
257232
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
258233
packages: ""
259234
# Beginner Intermediate Advanced
260-
261235
youtube_link: ""
262-
263236
skill_level: Advanced
264237
# R or Python
265238
program_language: Python
266239
# Only one label that will be put into the GitHub Issue
267240
gh_labels: code-along
268241

269242

270-
271-
# Key is the part of the filename in _posts/
272243
- key: git-testing
273244
# Title of event that will show up as the GH Issue title
274245
title: "Git Continuous Integration and Testing"
@@ -287,19 +258,13 @@
287258
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
288259
packages: ""
289260
# Beginner Intermediate Advanced
290-
291261
youtube_link: ""
292-
293262
skill_level: Advanced
294263
# R or Python
295264
program_language: Git
296265
# Only one label that will be put into the GitHub Issue
297266
gh_labels: code-along
298267

299-
300-
301-
302-
# Key is the part of the filename in _posts/
303268
- key: software-defined-radio
304269
# Title of event that will show up as the GH Issue title
305270
title: "Information on the Air - Software Defined Radio"
@@ -318,18 +283,13 @@
318283
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
319284
packages: ""
320285
# Beginner Intermediate Advanced
321-
322286
youtube_link: ""
323-
324287
skill_level: Intermediate
325288
# R or Python
326289
program_language: ""
327290
# Only one label that will be put into the GitHub Issue
328291
gh_labels: code-along
329292

330-
331-
332-
# Key is the part of the filename in _posts/
333293
- key: Regression-R
334294
# Title of event that will show up as the GH Issue title
335295
title: "Regression Models in R"
@@ -348,17 +308,14 @@
348308
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
349309
packages: ""
350310
# Beginner Intermediate Advanced
351-
352311
youtube_link: ""
353-
354312
skill_level: Intermediate
355313
# R or Python
356314
program_language: R
357315
# Only one label that will be put into the GitHub Issue
358316
gh_labels: code-along
359317

360318

361-
# Key is the part of the filename in _posts/
362319
- key: HTML
363320
# Title of event that will show up as the GH Issue title
364321
title: HTML and Web Design
@@ -377,19 +334,12 @@
377334
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
378335
packages: ""
379336
# Beginner Intermediate Advanced
380-
381337
youtube_link: ""
382-
383338
skill_level: Beginner
384339
# R or Python
385340
program_language: html
386341
# Only one label that will be put into the GitHub Issue
387342
gh_labels: code-along
388-
389-
390-
391-
392-
# Key is the part of the filename in _posts/
393343
- key: ggplot2
394344
# Title of event that will show up as the GH Issue title
395345
title: "Intro to ggplot2 in R"

0 commit comments

Comments
 (0)