-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
executable file
·287 lines (275 loc) · 11.8 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Introduction to Human-Computer Interaction">
<title>Intro to HCI</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/hci.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Intro to HCI</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html#calendar">Calendar</a></li>
<li><a href="lab/">Lab</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Logistics <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="logistics.html#prereqs">Prerequisites</a></li>
<li><a href="logistics.html#lab">Lab</a></li>
<li><a href="logistics.html#grading">Grading</a></li>
<li><a href="logistics.html#attendance">Attendance</a></li>
<li><a href="logistics.html#cs77">CS 77</a></li>
<li><a href="logistics.html#faq">FAQ</a></li>
</ul>
</li>
<li><a href="http://www.coursera.org">Submit Work</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="[email protected]">Questions</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- this is a comment in HTML -->
<div class="container">
<div class="jumbotron">
<h1>Intro to Human-Computer Interaction Design</h1>
<p>instructor name · term</p>
<!-- <p><a class="btn btn-primary btn-lg" role="button">Contact me</a></p> -->
</div>
<div id="syllabus">
<p class="lead">In this course, you will learn how to design technologies that bring people joy, rather than frustration. To do this, you'll learn techniques for rapidly prototyping and evaluating multiple interface alternatives — and why rapid prototyping and comparative evaluation are essential to excellent interaction design. You'll learn how to conduct fieldwork with people to help generate design ideas. You'll learn how to make paper prototypes and low-fidelity mock-ups that are interactive — and how to use these designs to get feedback from teammates, clients, and users. You'll learn principles of visual design, perception and cognition so that you can effectively organize and present information with your interfaces. And you'll learn how to perform and analyze controlled experiments online.</p>
<p class="lead">Through a series of weekly assignments, you will complete a quarter-long project in teams of three. Each week, in small design studios, you present and discuss work with peers. The setting for the course is mobile web applications. The constraints of this small form factor set the stage for this challenge.</p>
<hr>
<div class="row">
<div class="col-md-4">
<strong>Weekly schedule</strong>
<ul class="list-unstyled">
<li>Lecture <span class="text-muted">Mondays 2:15-3:45pm</span></li>
<li>Lab <span class="text-muted">Wednesdays 2:15-3:45pm</span></li>
<li>Studio <span class="text-muted">Fridays 9:30-10:45am, 11am-12:15pm, or 2:15-3:30pm</span></li>
<li>Lectures in Annenberg. Studio locations vary.</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-unstyled">
<strong>Staff and office hours</strong>
<li><a href="#">Prof. Instructor Name</a> <span class="text-muted">Wednesdays 3:45-5:30pm</span></li>
<li>TAName 1 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 2 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 3 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 4 <span class="text-muted">Monday 2:15-3:45pm</span></li>
</ul>
</div>
<div class="col-md-4">
<strong> </strong>
<ul class="list-unstyled">
<li>TAName 5 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 6 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 7 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 8 <span class="text-muted">Monday 2:15-3:45pm</span></li>
<li>TAName 9 <span class="text-muted">Monday 2:15-3:45pm</span></li>
</ul>
</div>
</div>
<p>Instructor bio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ac tincidunt felis, eget condimentum felis. Vestibulum porttitor accumsan erat, ut facilisis velit. Donec ligula tellus, aliquam vel sollicitudin sed, tempor ac dui. Pellentesque turpis arcu, venenatis sit amet purus ac, pellentesque facilisis massa. Nunc magna mauris, tincidunt nec egestas sed, tempor vel erat. Nunc risus est, tincidunt sed dui nec, viverra consequat diam. Curabitur faucibus tellus vitae facilisis sagittis. Fusce ultrices auctor mi, sit amet iaculis sem ultrices sit amet.</p>
</div>
<div id="calendar" class="anchor">
<h3>Calendar</h3>
<table class="table">
<thead>
<tr>
<th>Week</td>
<th>Lecture</td>
<th>Lab</td>
<th>Assignment</td>
</tr>
</thead>
<tbody>
<tr>
<td><h6>1</h6></td>
<td>
<h6>January 6</h6>
<p>Needfinding</p>
</td>
<td>
<h6>January 8</h6>
<p><a href="./lab/lab1/">Source control</a></p>
</td>
<td>
<h6>Due Thursday, 1/9, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment01.html">Assignment 1: Waiting in Line</a></p>
</td>
</tr>
<tr>
<td><h6>2</h6></td>
<td>
<h6>January 13</h6>
<p>Prototyping</p>
</td>
<td>
<h6>January 15</h6>
<p><a href="./lab/lab2/">Styling</a></p>
</td>
<td>
<h6>Due Thursday, 1/16, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment02.html">Assignment 2: Needfinding</a></p>
</td>
</tr>
<tr>
<td><h6>3</h6></td>
<td>
<h6>January 20</h6>
<p>MLK Day: no class</p>
</td>
<td>
<h6>January 22</h6>
<p><a href="./lab/lab3/">Client-side interactivity</a></p>
</td>
<td>
<h6>Due Thursday, 1/23, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment03.html">Assignment 3: Prototyping</a></p>
</td>
</tr>
<tr>
<td><h6>4</h6></td>
<td>
<h6>January 27</h6>
<p>Heuristic evaluation</p>
<p><b>Quiz 1: Needfinding + Prototyping</b></p>
</td>
<td>
<h6>January 29</h6>
<p><a href="./lab/lab4/">Servers</a></p>
</td>
<td>
<h6>Due Thursday, 1/30, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment04.html">Assignment 4: Heuristic evaluation</a></p>
</td>
</tr>
<tr>
<td><h6>5</h6></td>
<td>
<h6>February 3</h6>
<p>Mental models and distributing cognition</p>
</td>
<td>
<h6>February 5</h6>
<p><a href="./lab/lab5/">Putting it together</a></p>
</td>
<td>
<h6>Due Thursday, 2/6, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment05.html">Assignment 5: Skeleton and a plan</a></p>
</td>
</tr>
<tr>
<td><h6>6</h6></td>
<td>
<h6>February 10</h6>
<p>Visual design and information design</p>
</td>
<td>
<h6>February 12</h6>
<p><a href="./lab/lab6/">Same-page Client-Server</a></p>
</td>
<td>
<h6>Due Thursday, 2/13, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment06.html">Assignment 6: Meat on the bones</a></p>
</td>
</tr>
<tr>
<td><h6>7</h6></td>
<td>
<h6>February 17</h6>
<p>Presidents' Day: no class</p>
</td>
<td>
<h6>February 19</h6>
<p><a href="./lab/lab7/">Databases</a></p>
</td>
<td>
<h6>Due Thursday, 2/20, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment07.html">Assignment 7: Ready for testing</a></p>
</td>
</tr>
<tr>
<td><h6>8</h6></td>
<td>
<h6>February 24</h6>
<p>Designing experiments</p>
</td>
<td>
<h6>February 26</h6>
<p><a href="./lab/lab8/">Analytics</a></p>
</td>
<td>
<h6>Due Thursday, 2/27, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment08.html">Assignment 8: Test your prototype</a></p>
</td>
</tr>
<tr>
<td><h6>9</h6></td>
<td>
<h6>March 3</h6>
<p>Input</p>
</td>
<td>
<h6>March 5</h6>
<p>Presenting design work</p>
</td>
<td>
<h6>Due Thursday, 3/6, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment09.html">Assignment 9: Test your prototype online</a></p>
</td>
</tr>
<tr>
<td><h6>10</h6></td>
<td>
<h6>March 10</h6>
<p>Social computing</p>
</td>
<td>
<h6>March 12</h6>
<p>Creating video summaries</p>
</td>
<td>
<h6>Due Thursday, 3/13, 11:59 pm PDT</h6>
<p><a href="./assignments/assignment10.html">Assignment 10: Final presentation</a></p>
<p><a href="./assignments/extracredit.html">Extra Credit Assignments</a></p>
<p><a href="./finalpresentation/index.html">Final Presentation 2014</a></p>
<h6>Final presentations date TBA</h6>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>