-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (163 loc) · 9 KB
/
Copy pathindex.html
File metadata and controls
167 lines (163 loc) · 9 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ARTG6900 Information Design Workshop in the Northeastern IDV Program</title>
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
<div class="col-md-8">
<h1 class="page-header">ARTG6900 Information Design Workshop</h1>
<p class="lead">
This is the home page of the ARTG6900 Information Design Workshop, a course in the Northeastern University MFA program in Information Design and Visualization.
</p>
<dl>
<dt>Instructor</dt>
<dl>Siqi Zhu (siqi.zhu [at] gmail.com)</dl>
<dt><a href="assets/syllabus.pdf">Course Syllabus</a></dt>
<dt><a href="https://medium.com/neu-artg6900">Group Research Journal</a></dt>
<dt><a href="https://viztech2015s.slack.com/messages/spring-2016-workshop/">Slack Channel for Course Communication</a></dt>
</dl>
<section class="week week-1">
<h2 id="week-1" class="page-header">Week 1</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-1.pdf">Lecture slide</a></li>
</ul>
</section>
<section class="week week-2">
<h2 id="week-2" class="page-header">Week 2</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-2.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-2">Git repo for workshop</a></li>
</ul>
<h3>Suggested Readings</h3>
<ul>
<li><span class="label label-danger">IMPORTANT</span><a href="https://eagereyes.org/basics/data-continuous-vs-categorical">Kosara, Robert. "Data: Continuous vs. Categorical"</a></li>
<li><a href="http://cancerguide.org/median_not_msg.html">A famous essay by Stephen Gould that illustrates important statistical concepts with a compelling personal story</a></li>
</ul>
</section>
<section class="week week-3">
<h2 id="week-3" class="page-header">Week 3</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-3.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-3">Git repo for workshop</a></li>
</ul>
<h3>Suggested Readings</h3>
<ul>
<li><span class="label label-danger">IMPORTANT</span><a href="http://bost.ocks.org/mike/chart/">Mike Bostock, "Towards Reusable Charts"</a></li>
<li><a href="https://bocoup.com/weblog/reusability-with-d3">A more in-depth discussion of reusable approaches</a></li>
</ul>
</section>
<section class="week week-4">
<h2 id="week-4" class="page-header">Week 4</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-4.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-4">Git repo for workshop</a></li>
</ul>
<h3>Suggested Readings</h3>
<ul>
<li><a href="http://junkcharts.typepad.com/junk_charts/2014/02/small-multiples-with-simple-axes.html">Small multiples (and alternatives)</a></li>
</ul>
</section>
<section class="week week-5">
<h2 id="week-5" class="page-header">Week 5</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-5.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-5">Git repo for workshop</a></li>
</ul>
<h3>Suggested Readings</h3>
<ul>
<li><a href="/supplementary/1">Supplementary material to last week's class</a></li>
<li><span class="label label-danger">IMPORTANT</span><a href="https://github.com/mbostock/d3/wiki/Selections#on">d3 events refresher</a></li>
<li><span class="label label-danger">IMPORTANT</span><a href="http://junkcharts.typepad.com/junk_charts/2014/02/small-multiples-with-simple-axes.html">Interacting with a line graph</a></li>
</ul>
</section>
<section class="week week-6">
<h2 id="week-6" class="page-header">Week 6</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-6.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-6">Git repo for workshop</a></li>
</ul>
<h3>Suggested Readings</h3>
<ul>
<li><span class="label label-danger">IMPORTANT</span><a href="https://bl.ocks.org/mbostock/5872848">d3.dispatch example</a></li>
<li><span class="label label-danger">IMPORTANT</span><a href="http://stackoverflow.com/questions/24082893/use-d3-dispatch-to-broadcast-events-between-d3-components">Review after class: how does event dispatching work with modules</a></li>
</ul>
</section>
<section class="week week-7">
<h2 id="week-7" class="page-header">Week 7</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-7.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-7">Git repo for workshop</a></li>
</ul>
<h3>Material to Review after Class</h3>
<ul>
<li><a href="http://bl.ocks.org/mbostock/6232620">Brush snapping</a></li>
<li><a href="http://bl.ocks.org/mbostock/6452972">Brush as slider</a></li>
<li><a href="http://bl.ocks.org/mbostock/6216724">2-D brush</a></li>
</ul>
<h3>Assignment 2-A</h3>
<p>To be handed in with 2-B before class</p>
<ul>
<li><a href="https://github.com/viztech/6900-assignment-2-a.git">Git repo and README</a></li>
</ul>
</section>
<section class="week week-8">
<h2 id="week-8" class="page-header">Week 8</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-8.pdf">Lecture slide</a></li>
<li><a href="slides/timeseries_annoted.pdf">Annoted code for discussion: please download</a></li>
<li><a href="https://github.com/viztech/6900-week-8">Git repo for workshop</a></li>
</ul>
<h3>Optional Assignment</h3>
<ul>
<li><a href="https://github.com/viztech/6900-assignment-x.git">Git repo and README</a></li>
</ul>
</section>
<section class="week week-10">
<h2 id="week-10" class="page-header">Week 8</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="slides/week-10.pdf">Lecture slide</a></li>
<li><a href="https://github.com/viztech/6900-week-10">Git repo for workshop</a></li>
</ul>
<h3>Suggested Reading</h3>
<ul>
<li><a href="https://bocoup.com/weblog/d3js-and-canvas">How to marry d3 and canvas, an article from Irene Ros</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D">Full API reference for canvas 2d context</a></li>
</ul>
</section>
<!--<section class="week week-1">
<h2 id="week-1" class="page-header">Week 1</h2>
<h3>Lecture and Additional Material</h3>
<ul>
<li><a href="#">Lecture slide</a></li>
<li><span class="label label-danger">IMPORTANT</span>
<a href="intro_to_git.html">Introduction to workflow using Git</a></li>
</ul>
<h3>Assignment 1</h3>
<p>Due September 18 before class</p>
<ul>
<li><a href="https://github.com/viztech/Assignment-1">Git repo and README</a></li>
</ul>
</section>-->
</div>
<!--<div class="col-md-4">
<ul class="nav nav-pills nav-stacked">
<li role="presentation" class="active">How to Use</li>
<li role="presentation">Week 1</li>
</ul>
</div>-->
</div>
</body>
</html>