-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.json
114 lines (114 loc) · 3.79 KB
/
schedule.json
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
{
"items": [
{
"date": "2014-06-02 19:00:00",
"topic": "Mixer",
"description": "",
"speakers": []
},
{
"date": "2014-06-09 19:00:00",
"topic": "Data Viz Weight Loss",
"description": "We'll be looking at several examples of improving presentation of data.",
"speakers": []
},
{
"date": "2014-06-16 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-06-22 19:00:00",
"topic": "Analyzing rap lyrics",
"description": "The topic for this week is about analyzing rap lyrics.. Here are some examples of work we will be looking at: <br /><a href='http://pyvideo.org/video/2658/analyzing-rap-lyrics-with-python'> Analyzing Rap Lyrics with Python</a><br /><a href='http://rappers.mdaniels.com.s3-website-us-east-1.amazonaws.com/'>The Largest Vocabulary in Hip Hop</a>",
"speakers": [
"Video"
]
},
{
"date": "2014-06-30 19:00:00",
"topic": "Show and tell",
"description": "Chris Jenkins, a Ph.D. Candidate in experimental psychology from the University of New Mexico will be describing how he got started with scientific programming packages in Python. He'll show us how he's been using IPython Notebook, pandas, matplotlib, and Bokeh to analyze data from his research on differences in rhythmic timing accuracy.",
"speakers": [
"Chris Jenkins"
]
},
{
"date": "2014-07-07 19:00:00",
"topic": "Show and tell",
"description": "John Mangual is a jet-setting data scientist tackling public transportation and tourism problems in NYC and Puerto Rico. He'll show us how he's been using IPython Notebook, NumPy, matplotlib to analyze MTA data.",
"speakers": [
"John Mangual"
]
},
{
"date": "2014-07-14 19:00:00",
"topic": "Regular Expressions",
"description": "This week's topic is regular expressions. Swing by earlier in the evening to hear the very short introductory talk. <br><br>Bring your computer and pick your dataset. The goal is for all of us to get started collecting data for analysis later in the month. You can choose to scrape a website or an existing dataset. We will practice using regular expressions. You're welcome to use the Python re module or tinker with something fuller like Scrapy or Beautiful Soup.",
"speakers": [
"Kat Chuang"
]
},
{
"date": "2014-07-21 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-07-28 19:00:00",
"topic": "Charting Most Mentioned Brands in Jay-Z's songs",
"description": "We're going to work on recreating a chart published in Vanity Fair that shows the most mentioned brands in Jay-Z songs.",
"speakers": ["Kat Chuang"]
},
{
"date": "2014-08-04 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-08-11 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-08-18 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-08-25 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-09-08 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-09-15 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-09-22 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
},
{
"date": "2014-09-29 19:00:00",
"topic": "Study Hall",
"description": "",
"speakers": []
}
]
}