-
Notifications
You must be signed in to change notification settings - Fork 3
/
january_2018_curriculum.html
409 lines (294 loc) · 19.2 KB
/
january_2018_curriculum.html
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
---
layout: default
title: Workshops
regenerate: true
---
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<a class="navbar-brand page-scroll pull-xs-left hidden-md-down" href="/" title="GC Digital Research Bootcamp">
<img class="site-logo" src="/images/gcdri-logo.png" alt="">
</a>
<a class="navbar-brand hidden-lg-up clearfix" href="/" title="GC Digital Research Bootcamp">
<img class="site-logo" src="/images/gcdri-logo-mobile.png" alt="">
</a>
<button type="button" class="navbar-toggler hidden-lg-up pull-xs-right" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-toggleable-md" id="bs-navbar-collapse-1" aria-expanded="false">
<ul class="nav navbar-nav pull-xs-right text-xs-right">
<li class="nav-item">
<a class="nav-link " href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#about">About</a>
</li>
<li class="nav-item dropdown">
<!-- <button class="dropdown-toggle nav-link" id="dropdowncurricula" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Curricula</button> -->
<a class="dropdown-toggle nav-link" href="#" id="dropdowncurricula" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Curricula</a>
<div class="dropdown-menu" aria-labelledby="dropdowncurricula">
<a class="nav-link " href="january_2018_curriculum.html">January 2018</a>
<a class="nav-link " href="january_2017_curriculum.html">January 2017</a>
<a class="nav-link " href="june_2016_curriculum.html">June 2016</a>
<a class="nav-link " href="january_2016_curriculum.html">January 2016</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link " href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link " href="instructors.html">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link " href="location.html">Location</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<header class="header-default ">
<!-- <div class="header-content"> -->
<!-- <div class="header-content-inner"> -->
<!-- <h1 class="section-heading text-">Workshops</h1> -->
<!-- <hr class="hr hr-"> -->
<!-- </div> -->
<!-- </div> -->
</header>
<main><section id="content" class="container">
<div class="row row-heading">
<!-- <div class="col-md-10 offset-md-1 col-xl-8 offset-xl-2"> -->
<h2 class="section-heading text-primary">Workshops</h2>
<hr class="hr hr-primary" />
<!-- </div> -->
</div>
<div class="row">
<div class="col-md-10 offset-md-1">
<!--Each day of the Bootcamp is divided into four workshop sessions--two in the
morning and two in the afternoon, with breaks between each session.-->
Workshops build on each other such that successive workshops use skills developed
in earlier ones. All participants attend workshops on core skills,
then choose which skills they wish to develop further through advanced workshops.
<!-- The following table lists all of the topics that will be covered
over the course of the Bootcamp, with links to additional information, workshop
materials, and the schedule. -->
</p>
</div>
</div>
<!--div class="row m-b-3">
<div class="col-md-6 offset-md-3">
<table class="table table-striped" id="top">
<tr>
<td>Command Line</td>
<td><a href="#terminal" class="page-scroll">details</a></td>
<td><a href="https://github.com/jojokarlin/intro-command-line" target="_blank">repo</a></td>
<td><a href="https://github.com/jojokarlin/intro-command-line" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Git</td>
<td><a href="#git" class="page-scroll">details</a></td>
<td><a href="https://github.com/pswee001/Git_DRI_Jan_2018" target="_blank">repo</a></td>
<td><a href="https://github.com/pswee001/Git_DRI_Jan_2018" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Python</td>
<td><a href="#python" class="page-scroll">details</a></td>
<td><a href="https://github.com/smythp/intro-python-workshop" target="_blank">repo</a></td>
<td><a href="https://github.com/smythp/intro-python-workshop" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Databases</td>
<td><a href="#databases" class="page-scroll">details</a></td>
<td><a href="https://github.com/itphillips/GCDRI_databases" target="_blank">repo</a></td>
<td><a href="https://github.com/itphillips/GCDRI_databases" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Text Analysis</td>
<td><a href="#text" class="page-scroll">details</a></td>
<td><a href="https://github.com/rachelrakov/df_code" target="_blank">repo</a></td>
<td><a href="https://github.com/rachelrakov/df_code" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Mapping</td>
<td><a href="#map" class="page-scroll">details</a></td>
<td><a href="https://github.com/javo0101/introGIS" target="_blank">repo</a></td>
<td><a href="https://github.com/javo0101/introGIS" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Quantitative
Analysis</td>
<td><a href="#ml" class="page-scroll">details</a></td>
<td><a href="https://github.com/GCDigitalFellows/gcdri_ts_cat_ml" target="_blank">repo</a></td>
<td><a href="https://github.com/GCDigitalFellows/gcdri_ts_cat_ml" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>HTML and CSS</td>
<td><a href="#html" class="page-scroll">details</a></td>
<td><a href="" target="_blank">repo</a></td>
<td><a href="https://github.com/hackettka/html-css-workshop" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Twitter API</td>
<td><a href="#twit" class="page-scroll">details</a></td>
<td><a href="https://github.com/smythp/twitter-workshop" target="_blank">repo</a></td>
<td><a href="https://github.com/smythp/twitter-workshop" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
<tr>
<td>Digital Ethics</td>
<td><a href="#ethics" class="page-scroll">details</a></td>
<td><a href="https://github.com/kchatlosh/digiethicsDRI" target="_blank">repo</a></td>
<td><a href="https://github.com/kchatlosh/digiethicsDRI" target="_blank">more info</a></td>
<td><a href="' | prepend: site.baseurl }}">schedule</a></td>
</tr>
</table>
</div>
</div-->
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="card" id="terminal">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Command Line">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/jojokarlin/intro-command-line" class="btn btn-primary page-scroll"><i class="fa icon-shell"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/jojokarlin/intro-command-line" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#terminal">Command Line</a></h4>
<p class="card-text">Introduction to the UNIX command line. Topics covered will include navigating the filesystem, manipulating the environment, executing useful commands, and using pipes to communicate between programs. This session will teach you how to communicate directly with your computer’s operating system using a text-based interface and is a useful first step in learning many other technical skills. </p>
</div>
</div>
<div class="card" id="git">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Git">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/pswee001/Git_DRI_Jan_2018" class="btn btn-primary page-scroll"><i class="fa fa-code-fork"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/pswee001/Git_DRI_Jan_2018" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#git">Git</a></h4>
<p class="card-text">Git is a tool for managing changes to a set of files. It allows users to access open source repositories, recover earlier versions of a project, and collaborate with other contributors. This session will be beneficial to anyone working with data, code, or text.</p>
</div>
</div>
<div class="card" id="python">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Python">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/smythp/intro-python-workshop" class="btn btn-primary page-scroll"><i class="fa icon-python"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/smythp/intro-python-workshop" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#python">Python</a></h4>
<p class="card-text">Python is a programming language that can be used for a wide range of tasks, including collecting and analyzing data in a variety of formats, building web applications, and much more. It is likely the most popular language for academic researchers because of its flexibility and adaptability.</p>
</div>
</div>
<div class="card" id="databases">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Databases">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/itphillips/GCDRI_databases" class="btn btn-primary page-scroll"><i class="fa fa-database"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/itphillips/GCDRI_databases" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#databases">Databases</a></h4>
<p class="card-text">Databases are invaluable tools for organization and are better than a spreadsheet for working with multiple data sets, asking questions, and adding structure to your data. SQL is a programming language for working with databases. This workshop will introduce you to the basics of SQL, and will include hands-on practice creating databases and tables, importing data, and querying the database.</p>
</div>
</div>
<div class="card" id="text">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Text Analysis">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/rachelrakov/df_code" class="btn btn-primary page-scroll"><i class="fa fa-book"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/rachelrakov/df_code" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#text">Text Analysis</a></h4>
<p class="card-text">This session will introduce text analysis and text classification in Python using The Natural Language Toolkit (NLTK) library and scikit-learn. Through attending this session, you will learn how to use Python to analyze large amounts of text (i.e., literary works, social media corpora, etc.) to find word frequencies, collocations, and learn the basics of text classification with machine learning. This session is designed for researchers who work with various forms of text-based data.</p>
</div>
</div>
<div class="card" id="map">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Mapping">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/javo0101/introGIS" class="btn btn-primary page-scroll"><i class="fa fa-map-marker"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/javo0101/introGIS" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#map">Mapping</a></h4>
<p class="card-text">This session introduces simple yet powerful ways of displaying spatial information through CartoDB and QGIS. This session will be of particular interest both to researchers working with spatial information as well as anyone interested in storytelling with maps. </p>
</div>
</div>
<div class="card" id="ml">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Quantitative
Analysis">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/GCDigitalFellows/gcdri_ts_cat_ml" class="btn btn-primary page-scroll"><i class="fa fa-bar-chart"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/GCDigitalFellows/gcdri_ts_cat_ml" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#ml">Quantitative
Analysis</a></h4>
<p class="card-text">This session will introduce data aggregation and preprocessing, dimension reduction, and supervised and unsupervised machine learning using the Python numpy and sklearn machine learning libraries. This session is aimed towards researchers who want to find patterns in their data or use their data to predict a phenomena. </p>
</div>
</div>
<div class="card" id="html">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="HTML and CSS">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/hackettka/html-css-workshop" class="btn btn-primary page-scroll"><i class="fa fa-code"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#html">HTML and CSS</a></h4>
<p class="card-text">Modern web pages are created using HTML to control content, CSS to control appearance, and JavaScript to dictate behavior. This session will be helpful for anyone that wants to build on the web.</p>
</div>
</div>
<div class="card" id="twit">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Twitter API">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/smythp/twitter-workshop" class="btn btn-primary page-scroll"><i class="fa fa-twitter"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/smythp/twitter-workshop" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#twit">Twitter API</a></h4>
<p class="card-text">This session will cover the basics of accessing data via the Twitter API. including specific challenges that arise when working with large, text-based data sets. This session will be beneficial for anyone who wants to collect data from Twitter or other social networks. </p>
</div>
</div>
<div class="card" id="ethics">
<div class="card-block">
<div class="btn-group btn-group-sm pull-right" role="group" aria-label="Digital Ethics">
<a href="/schedule.html" class="btn btn-primary"><i class="fa fa-calendar"></i></a>
<a href="https://github.com/kchatlosh/digiethicsDRI" class="btn btn-primary page-scroll"><i class="fa fa-hand-peace-o
"></i></a>
<!-- <a href="#page-top" class="btn btn-primary page-scroll"><i class="fa fa-chevron-up"></i></a -->
<a href="https://github.com/kchatlosh/digiethicsDRI" class="btn btn-primary"><i class="fa fa-github"></i></a>
</div>
<h4 class="card-title"><a
href="#ethics">Digital Ethics</a></h4>
<p class="card-text">A discussion of digital ethics with an emphasis on social justice, transparency, and accessibility.</p>
</div>
</div>
</div>
</div>
</section>
</main>