Skip to content

Commit 8d56a42

Browse files
authored
Merge pull request #400 from SaraMati/gh-pages
add new events
2 parents b7b5624 + b0c979c commit 8d56a42

File tree

4 files changed

+34
-13
lines changed

4 files changed

+34
-13
lines changed

_data/coffee-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Date of the event in YYYY-MM-DD format
3-
- date: 2018-07-24
3+
- date: 2018-08-07
44
# Start and end time for event in 24 hour HH:MM format
55
start_time: "9:00"
66
end_time: "11:00"

_data/events.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11

22
# Key is the part of the filename in _posts/
3-
- key:
3+
- key: python-stats
44
# Title of event that will show up as the GH Issue title
5-
title:
5+
title: Measures of association and statistical testing of hypotheses in Python
66
# Explanation of event as a paragraph form
77
description: >
8-
""
8+
"We will cover:
9+
- Introduction/Motivation
10+
- Effect size and its statistical significance
11+
- Association between two continuous, ordinal and categorical variables
12+
- Implications to data science and machine learning"
13+
914
# Date of the event in YYYY-MM-DD format
10-
date:
15+
date: 2018-07-26
1116
# Start and end time for event in 24 hour HH:MM format
12-
start_time:
13-
end_time:
17+
start_time: "18:10"
18+
end_time: "19:00"
1419
# Where the event will take place
15-
location:
20+
location: MADLab at Gerstein Science Information Centre
1621
# The URL for the location
17-
location_url:
22+
location_url: https://goo.gl/maps/2916Y54jQkx
1823
# Packages to install, a space separating each package
1924
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
20-
packages:
25+
packages: "Python >= 3.4, NumPy, SciPy, Pandas >= 0.21, Scikit Learn >= 0.19, and Jupyter Notebok, or Jupyter Lab"
2126
# Beginner Intermediate Advanced
22-
skill_level:
27+
skill_level: Intermediate
2328
# R or Python
24-
program_language:
29+
program_language: Python
2530
# Only one label that will be put into the GitHub Issue
26-
gh_labels:
31+
gh_labels: code-along

_posts/2018-08-07-coffee-and-code.md

Lines changed: 9 additions & 0 deletions
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/179"
6+
date: "2018-08-07"
7+
startTime: "09:00"
8+
endTime: "11:00"
9+
---

studyGroup.Rproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ LaTeX: pdfLaTeX
1414

1515
AutoAppendNewline: Yes
1616
StripTrailingWhitespace: Yes
17+
<<<<<<< HEAD
18+
19+
BuildType: Package
20+
PackageUseDevtools: Yes
21+
PackageInstallArgs: --no-multiarch --with-keep.source
22+
=======
23+
>>>>>>> b7b5624683f65ec097a071ae9566cb3849fa7517

0 commit comments

Comments
 (0)