Skip to content

Commit 848bd13

Browse files
committed
add event markdown files
1 parent 8bf05e3 commit 848bd13

24 files changed

+217
-1
lines changed

DESCRIPTION

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ Imports:
1616
fs,
1717
gh,
1818
usethis,
19-
assertr
19+
assertr,
20+
readr
21+
URL: https://github.com/SaraMati/studyGroup
22+
BugReports: https://github.com/SaraMati/studyGroup/issues

_posts/2019-01-10-intro-python.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Intro to Python"
3+
text: "The basics of data analysis using the programming language Python with a beginner-friendly participatory live-coding.
4+
"
5+
location: "MADLab"
6+
link: "NA"
7+
date: "2019-01-10"
8+
startTime: "18:10"
9+
endTime: "19:00"
10+
---

_posts/2019-01-15-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/211"
6+
date: "2019-01-15"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---

_posts/2019-01-17-Intro-R.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Intro to R and Tidyverse"
3+
text: "The basics of using R and the Tidyverse for working with data, specifically: - Intro to R/navigating RStudio - Intro to Tidyverse - pipe operators - Basic data wrangling with dplyr and tidyr packages
4+
"
5+
location: "MADLab"
6+
link: "https://github.com/UofTCoders/Events/issues/219"
7+
date: "2019-01-17"
8+
startTime: "18:10"
9+
endTime: "19:00"
10+
---

_posts/2019-01-24-Intro-Bash.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Intro to Bash/Shell Scripting"
3+
text: "This introduction to BASH aims to make participants capable of working from the command line in Unix environments. The focus of this lesson will be to learn common file system tasks and to use built-in tools to make your work more efficient (and fun!). This is a beginner level workshop, so no previous knowledge is required. A few intermediate level concept will be introduced, but we will not go into scripting in BASH.
4+
"
5+
location: "MADLab"
6+
link: "https://github.com/UofTCoders/Events/issues/220"
7+
date: "2019-01-24"
8+
startTime: "18:10"
9+
endTime: "19:00"
10+
---

_posts/2019-01-29-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/212"
6+
date: "2019-01-29"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---

_posts/2019-01-31-inkscape.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Inkscape - An Open-Source Alternative to Adobe Illustrator"
3+
text: "We will learn to use Inkscape, a cross-platform open source graphic design software.
4+
We will cover: - why use vector graphics instead of rasterized, - basic interface features of Inkscape - paths/shapes - strokes/fills - groups/layers/alignment - resizing drawing region and exporting - importing from other sources (e.g. plots generated in R or Python)
5+
"
6+
location: "MADLab"
7+
link: "https://github.com/UofTCoders/Events/issues/221"
8+
date: "2019-01-31"
9+
startTime: "18:10"
10+
endTime: "19:00"
11+
---

_posts/2019-02-07-R-reshape2.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Intro to TidyR and Reshape2"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/222"
6+
date: "2019-02-07"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-02-12-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/213"
6+
date: "2019-02-12"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Image Processing in Python"
3+
text: "This is an introductory tutorial on image processing using Python packages. We will understand image data types, manipulate and prepare images for analysis such as image segmentation.
4+
"
5+
location: "MADLab"
6+
link: "https://github.com/UofTCoders/Events/issues/223"
7+
date: "2019-02-14"
8+
startTime: "18:10"
9+
endTime: "19:00"
10+
---

_posts/2019-02-21-R-shinyapps.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "R: Interactive Plotting with Shinny Apps"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/224"
6+
date: "2019-02-21"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-02-26-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/214"
6+
date: "2019-02-26"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Deep Learning with Tensorflow and Keras"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/225"
6+
date: "2019-02-28"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-03-07-git-testing.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Git Continuous Integration and Testing"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/226"
6+
date: "2019-03-07"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-03-12-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/215"
6+
date: "2019-03-12"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Information on the Air - Software Defined Radio"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/227"
6+
date: "2019-03-14"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-03-21-Regression-R.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Regression Models in R"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/228"
6+
date: "2019-03-21"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-03-26-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/216"
6+
date: "2019-03-26"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---

_posts/2019-03-28-HTML.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "HTML and Web Design"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/229"
6+
date: "2019-03-28"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-04-04-ggplot2.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Intro to ggplot2 in R"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/230"
6+
date: "2019-04-04"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-04-09-coffee-and-code.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Coffee and Code"
3+
text: "A casual co-working session - bring your laptop and whatever you're working on!"
4+
location: "Second Cup at Grad Room"
5+
link: "https://github.com/UofTCoders/Events/issues/217"
6+
date: "2019-04-09"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Deep Learning with PyTorch"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/231"
6+
date: "2019-04-11"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-04-18-co-working.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "co-working"
3+
text: ""
4+
location: "MADLab"
5+
link: "https://github.com/UofTCoders/Events/issues/232"
6+
date: "2019-04-18"
7+
startTime: "18:10"
8+
endTime: "19:00"
9+
---

_posts/2019-04-25-social.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "End of Term Social"
3+
text: ""
4+
location: "TBA"
5+
link: "https://github.com/UofTCoders/Events/issues/233"
6+
date: "2019-04-25"
7+
startTime: "19:00"
8+
endTime: "21:00"
9+
---

0 commit comments

Comments
 (0)