-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (167 loc) · 6.67 KB
/
index.html
File metadata and controls
186 lines (167 loc) · 6.67 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>data: past, present, and future</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--GOOG-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112049789-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112049789-1');
</script>
<!--/GOOG-->
<!--FB-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '520551528318708', {
em: email_var,
fn: fname_var,
ln: lname_var,
ph: pnum_var,
ge: gender_var,
db: dob_var,
ct: city_var,
st: state_var,
zp: zip_var,
});
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=520551528318708&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!--/FB-->
<!--FB Biz-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '132631677534268', {
em: var2_email,
fn: var2_fname,
ln: var2_lname,
ph: var2_phone,
ge: var2_gender,
db: var2_dob,
ct: var2_city,
st: var2_state,
zp: var2_zip,
});
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=132631677534268&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!--/FB Biz-->
<!--FB Biz 2018-12-14T10h57 -->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '216660465928628');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=216660465928628&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<!--/FB Biz 2018-12-14T10h57 -->
</head>
<body>
<div class="wrapper">
<header>
<h1>data: past, present, and future</h1>
<p>course page for Spring 2021-HSAM
<a href="http://www.columbia.edu/cu/bulletin/uwb/#/cu/bulletin/uwb/subj/HSAM/UN2901-20211-001">UN2901</a>
</p>
<!--<p class="view"><a href="https://github.com/data-ppf">View My GitHub Profile</a></p>-->
<p class="view"><a href="https://github.com/data-ppf/data-ppf.github.io/wiki/Syllabus">Syllabus</a></p>
<p class="view"><a href="https://github.com/data-ppf/data-ppf.github.io/wiki">other links: Lectures, Labs, and Resources</a></p>
</header>
<section>
<p>data: past present and future;
<ul>
<li>professors:
<a href="http://www.columbia.edu/~mj340/">matt jones</a>
&
<a href="http://www.columbia.edu/~chw2/">chris wiggins</a></li>
<li>class time: TR 10:10-11:25, location: [614 Schermerhorn](http://www.columbia.edu/cu/bulletin/uwb/#/cu/bulletin/uwb/subj/HSAM/UN2901-20231-001)
<li>2 TAs, 3 graders
<li>office hours: TBD
</ul>
<!--
<a href="https://www.huffingtonpost.com/nick-carr/the-most-famous-classroom_b_591367.html">309 Havemeyer</a></li>
-->
</ul>
</p>
<h1>
<a id="the-class" class="anchor" href="#the-class" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The class</h1>
<ul>
<li>"data: past present and future" is open to students in SEAS, CC, GS, and GSAS. </li>
<ul>
<li>CC/GS students: The course satisfies one science requirement
<li>SEAS students: The counts towards "nontech elective" credit
<li>BC students: This course satisfies Barnard's T&D general education requirement.
<li>History majors: this course counts as a history course for history major.
</ul>
<li>although we will code in Python no prerequites and no programming experience is required (we will be using pre-authored <a href="https://en.wikipedia.org/wiki/Notebook_interface">notebooks</a> and using Google's <a href="https://towardsdatascience.com/getting-started-with-google-colab-f2fff97f594c">Colab</a>; you will not need to install anything).
<li>For more information on the course please see the 2016 COI proposal
<a href="http://www.columbia.edu/itc/applied/wiggins/ppf.pdf">here</a>. </li>
<li><a href="https://docs.google.com/presentation/d/17WCetEYvYnKCfRLJ25A1w7AKE1P6HLvntTRI0OSNn-Q/edit">Slides</a> from Day 1 (Jan 12, 2021)</li>
</ul>
<h1>
<a id="find-out-more" class="anchor" href="#find-out-more" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Find out more</h1>
<ul>
<li>Please do read
<a href="http://columbiaspectator.com/news/2016/10/18/new-columbia-class-aims-contextualize-data-history-society">this</a>
article in the Columbia Spectator, October 2016.</li>
<li>Please do read
<a href="http://news.columbia.edu/content/Collaboratory-Columbia-to-Embed-Data-Literacy-Throughout-Curriculum">this</a>
article in the Columbia Record, February 2017.</li>
<li>Please do read
<a href="http://magazine.columbia.edu/news/spring-2017/collaboratory-courses-demystify-big-data-for-non-specialists">this</a>
article in the Columbia Magazine, Spring 2017.</li>
<li>Please do read
<a href="http://datascience.columbia.edu/ethics-data-and-product">this</a>
Op-Ed in the Data Science Institute's <i>Voices</i> section, December 2017.</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>