This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex2017.html
60 lines (53 loc) · 3.3 KB
/
index2017.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>UC Berkeley Data Science Summer Short Course</title>
</head>
<body>
<h3>Data Science Pedagogy and Practice</h3>
<h4>A Short Course for UC Berkeley Faculty</h4>
<br>
<b>Instructors:</b> Sarah Reynolds (Economics) and David Wagner (Computer Science)<br>
<b>Dates:</b> Monday June 5th - Friday June 9th, 2017<br>
<b>Location:</b> the Academic Innovation Studio, 117 Dwinelle (level D)<br>
<b>Textbook:</b> <i><a href="https://www.inferentialthinking.com/">Computational and Inferential Thinking</a></i>, Adhikari and DeNero.<br>
<b>Labs:</b>
<a href="http://datahub.berkeley.edu/user-redirect/interact?repo=summer&branch=gh-pages&path=su17/labs/lab01/">lab 1</a>,
<a href="http://datahub.berkeley.edu/user-redirect/interact?repo=summer&branch=gh-pages&path=su17/labs/lab02/">lab 2</a>,
<a href="http://datahub.berkeley.edu/user-redirect/interact?repo=summer&branch=gh-pages&path=su17/labs/lab03/">lab 3</a>.<br>
<b>Lecture slides:</b>
<a href="https://docs.google.com/presentation/d/1bR8jrz1DfdopnTZ-2HtRDQu4WTxNooe76WLwqw48iVg/pub?start=false&loop=false&delayms=60000">lecture 1</a>,
<a href="https://drive.google.com/file/d/0BwTHnlJ1gysTdDdXV2FGbmNEcDg/view?usp=sharing">privacy</a>,
<a href="https://docs.google.com/presentation/d/1ymMvkAUT3L0liW-7j3Rz2Q_0Q31ziMJ13uXgQXze_Og/pub?start=false&loop=false&delayms=60000">lecture 2</a>,
<a href="https://docs.google.com/presentation/d/1c2y3DjOeWkl4rNa2QQL0rbipOXoEyXrrLec9y9cWS3Y/pub?start=false&loop=false&delayms=60000">lecture 3</a>.<br>
<b>Lecture notebooks:</b>
<a href="http://datahub.berkeley.edu/user-redirect/interact?repo=summer&branch=gh-pages&path=su17/lecs/">here</a>.<br>
<b>Questions?</b> Post them to <a href="http://piazza.com/berkeley/summer2017/datascienceworkshop">Piazza</a>.<br>
<b>Want to prepare, before the course?</b>
Work through <a href="http://datahub.berkeley.edu/user-redirect/interact?repo=summer&branch=gh-pages&path=su17/labs/lab01/">lab 1</a> on your own (optional).
Look through <a href="https://www.inferentialthinking.com/">the textbook</a> (optional).<br>
<br>
<b>Office Hours:</b> Held in 105 Cory before the course (times below) to answer any questions about the lab or textbook:
<ul>
<li>Wednesday, May 31, 10am - 12pm
<li>Thursday, June 1, 1:30pm - 3:30pm
<li>Friday, June 2, 10am - 12pm
<li>Friday, June 2, 2pm - 4pm
</ul>
<b>Ohter Links:</b><br>
<a href="https://goo.gl/forms/WHzB68euIaIRIRXG2">Feedback Survey</a> (answer by June 16th for a chance to win an Amazon gift card!)<br>
<a href="https://goo.gl/forms/WMSt8UDB8uOcwdus2">Connector Interest Form</a><br>
<a href="https://goo.gl/forms/559cZaIWT5HWyfSf2">Modules Interest Form</a><br>
<a href="http://data8.org/summer/su16/labs.html">Summer 2016 Workshop Labs</a><br>
<h4>Schedule</h4>
<div style="height:700px">
<iframe src="https://docs.google.com/spreadsheets/d/1ULOpOSIiF9Bl-w7xkWBoqfJQba7kV9Rt-2zhzhhB8Cs/pubhtml?embedded=true"
style="width:100%;height:700px;position:absolute;border:0;">
</iframe>
</div>
<br>
<hr>
</body>
</html>