-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathclasses.html
299 lines (278 loc) · 11.2 KB
/
classes.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
<!DOCTYPE html>
<html>
<head>
<title>HCI Engineering Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- CSAIL ICON -->
<link rel="CSAIL" href="/images/icon/csail.ico" type="image/x-icon" />
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/custom-style.css" rel="stylesheet">
<!-- jQuery -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow" rel="stylesheet">
<!-- Google Analytic -->
<script type="text/javascript" src="js/analytics.js"></script>
</head>
<body>
<header class="main_header">
<!-- to be filled by javascript, see header.html -->
</header>
<section class="main_container">
<div class="container">
<div class="row" style="padding-bottom:0px;margin-bottom:0px">
</br>
</br>
<h3 class="headline">Classes</h3>
<hr>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/interconnected-systems.png" alt="interconnected-systems" class="img-responsive img-rounded">
<h3 class="medium.headline">
<a href="https://iesc.io/608/S22" target="_blank">
6.08
</br>
Interconnected Embedded Systems
</a>
</h3>
<p style="text-align:left;margin-top:20px">
<b>Instructor:</b>
<a href="http://www.rle.mit.edu/biomicro/" target="_blank">Joel Voldman (course creator)</a>,
<a href="https://www.jodalyst.com/">Joe Steinmeyer</a>,
<a href="http://stefaniemueller.org/" target="_blank">Stefanie Mueller</a>
</br>
<b>When:</b> every spring semester
</br>
<b>Content:</b>
This course strives to expose its students to a breadth of EECS concepts by working within an infrastructure of mobile embedded systems, and engineering across different platforms.
</br>
<b>Taught:</b> spring 2018, 2019, 2020, 2021, 2022
</p>
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/engineering-interactive-technologies.jpg" alt="engineering-interactive-technologies" class="img-responsive img-rounded">
<h3 class="medium.headline">
<a href="classes/2021-fall-6810/6810-engineering-interactive-technologies.html">
6.810
</br>
Engineering Interactive Technologies
</a>
</h3>
<p style="text-align:left;margin-top:20px">
<b>Instructor:</b>
<a href="http://stefaniemueller.org/" target="_blank">Stefanie Mueller (course creator)</a>
</br>
<b>When:</b> every fall semester
</br>
<b>Content:</b>
Teaches how to build cutting edge interactive technologies and provides an overview of each field.
Topics covered include multitouch, augmented reality, haptics, wearables, brain computer interfaces, tangibles, fabrication, and more.
</br>
<b>Taught:</b> fall 2017, 2018, 2020, 2021
</p>
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/user-interface-design-and-implementation.jpg" alt="user-interface-design-and-implementation" class="img-responsive img-rounded">
<h3 class="medium.headline">
<a href="http://web.mit.edu/6.813/www/sp17/" target="_blank">
6.813
</br>
User Interface Design and Implementation
</a>
</h3>
<p style="text-align:left;margin-top:20px">
<b>Instructor:</b>
<a href="http://people.csail.mit.edu/rcm/" target="_blank">Rob Miller</a> (course creator),
<a href="http://stefaniemueller.org/" target="_blank">Stefanie Mueller</a>
</br>
<b>When:</b> spring 2017 (no longer offered)
</br>
<b>Content:</b> Covers design principles, prototyping techniques, evaluation techniques, and the implementation of graphical user interfaces.
Deliverables include short programming assignments and a semester-long group project.
</br>
<b>Taught:</b> spring 2017
</p>
</div>
</div>
<div class="row" style="padding-top:0px;margin-top:10px">
<div class="col-md-12" style="text-align: left;">
<h3 class="medium.headline">Related Classes at MIT:</h3>
If you want to work in our lab, we recommend taking some of the classes that prepare you with the necessary skills:
</br>
</br>
</div>
<div class="col-md-4" style="text-align: left;">
<ul>
<li>
<a href="https://sixohone.mit.edu/fall17" target="_blank">6.01 Introduction to EECS via Robotics</a>
</li>
<li>
<a href="https://edgerton.mit.edu/courses/electronics-project-laboratory-ec120-6070j" target="_blank">6.070[J] Electronics Project Laboratory</a>
</li>
<li>
<a href="https://edgerton.mit.edu/courses/introduction-digital-electronics-ec110-6072j" target="_blank">6.072[J] Introduction to Digital Electronics</a>
</li>
<li>
<a href="https://dspace.mit.edu/handle/1721.1/100850" target="_blank">6.073[J] Creating Video Games</a>
</li>
<li>
<a href="https://ai6034.mit.edu/wiki/index.php?title=Main_Page" target="_blank">6.034 Introduction to Artificial Intelligence</a>
</li>
<li>
<a href="http://courses.csail.mit.edu/6.036/" target="_blank">6.036 Intro to Machine Learning</a>
</li>
<li>
<a href="http://web.mit.edu/6.101/www/s2017/main.html" target="_blank">6.101 Introductory Analog Electronics Laboratory</a>
</li>
<li>
<a href="http://web.mit.edu/6.111/www/f2017/index.html" target="_blank">6.111 Introductory Digital Systems Laboratory</a>
</li>
<li>
<a href="http://web.mit.edu/6.115/www/" target="_blank">6.115 Microcomputer Project Laboratory</a>
</li>
<li>
<a href="http://web.mit.edu/6.131/www/" target="_blank">6.131 Power Electronics Laboratory</a>
</li>
<li>
<a href="https://edgerton.mit.edu/courses/strobe-project-laboratory" target="_blank">6.163 Strobe Project Laboratory</a>
</li>
<li>
<a href="https://stellar.mit.edu/S/course/6/sp17/6.835/" target="_blank">6.835 Intelligent Multimodal User Interfaces</a>
</li>
</ul>
</div>
<div class="col-md-8" style="text-align: left;">
<ul>
<li>
<a href="http://ppat.mit.edu/" target="_blank">6.811/HST.420/2.87 Principles and Practice of Assistive Technology (PPAT)</a>
</li>
<li>
<a href="https://courses.csail.mit.edu/6.803/projectinstructions.html" target="_blank">6.803 The Human Intelligence Enterprise</a>
</li>
<li>
<a href="http://cfg.mit.edu/content/6807-computational-fabrication" target="_blank">6.807 Computational Fabrication</a>
</li>
<li>
<a href="https://musictech.mit.edu/ims" target="_blank">6.809[J] Interactive Music Systems</a>
</li>
<li>
<a href="http://cfg.mit.edu/content/6837-computer-graphics" target="_blank">6.837 Computer Graphics</a>
</li>
<li>
<a href="http://textbooksearch.mit.edu/class/6.867" target="_blank">6.867 Machine Learning</a>
</li>
<li>
<a href="http://6.869.csail.mit.edu/fa17/" target="_blank">6.819 Advances in Computer Vision</a>
</li>
<li>
<a href="http://fab.cba.mit.edu/classes/863.17/" target="_blank">MAS.863/4.140/6.943 How to Make (almost) Anything</a>
</li>
<li>
<a href="https://www.media.mit.edu/courses/human-2-0/" target="_blank">MAS.600/ Human 2.0 </a>
</li>
<li>
<a href="http://entrepreneurship.mit.edu/intro-to-making/" target="_blank">15.351 Intro to Making</a>
</li>
<li>
<a href="https://mitengineering.bitbucket.io/2.007/about.html" target="_blank">2.007 Design and Manufacturing I</a>
</li>
<li>
<a href="http://textbooksearch.mit.edu/class/2.008" target="_blank">2.008 Design and Manufacturing II</a>
</li>
<li>
<a href="http://web.mit.edu/2.00b/www/" target="_blank">2.00b Toy Product Design</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row" style="padding-bottom:0px;margin-bottom:0px">
</br>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-1.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-2.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-3.jpg" width="380px">
</div>
</div>
<div class="row" style="padding-bottom:0px;margin-bottom:0px">
</br>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-4.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-5.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-6.jpg" width="380px">
</div>
</div>
<div class="row" style="padding-bottom:0px;margin-bottom:0px">
</br>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-7.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/student-images/6s063-8.jpg" width="380px">
</div>
<div class="col-md-4" style="text-align: left;">
<img src="images/classes/2018-6810-demo/hcie_demo_2018_04.jpg" width="380px">
</div>
</div>
<div class="row" style="padding-bottom:0px;margin-bottom:0px">
</br>
<div class="col-md-3" style="text-align: left;">
<img src="images/classes/2018-6810-demo/hcie_demo_2018_03.jpg" width="285px">
</div>
<div class="col-md-3" style="text-align: left;">
<img src="images/classes/2018-6810-demo/hcie_demo_2018_05.jpg" width="285px">
</div>
<div class="col-md-6" style="text-align: left;">
<img src="images/classes/2018-6810-demo/hcie_demo_2018_09.jpg" width="575px">
</div>
</div>
</div>
<br><br>
<div class="dc_clear">
</div>
</br>
</br>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 footer" style="text-align: center;">
<span class="copyright">
Since 2017 © MIT CSAIL (HCI Engineering group) [redesign by
<a href="http://punpongsanon.info/" target="_blank" style="text-decoration:none; border-bottom:0px">
moji
</a>].
All Rights Reserved.
<a href="http://mit.edu/" target="_blank" style="text-decoration:none; border-bottom:0px">
<img src="images/logo/mit.svg" alt="MIT" class="footer-logo" />
</a>
<a href="http://csail.mit.edu/" target="_blank" style="text-decoration:none; border-bottom:0px">
<img src="images/logo/csail.svg" alt="CSAIL" class="footer-logo"/>
</a>
<a href="http://hci.csail.mit.edu/" target="_blank" style="text-decoration:none; border-bottom:0px">
<img src="images/logo/hci.svg" alt="HCI" class="footer-logo"/>
</a>
</span>
</div>
</div>
</div>
<!-- Bootstrap -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- header -->
<script type="text/javascript" src="js/headerstrap.js"></script>
<!-- footer -->
<script type="text/javascript" src="js/footerstrap.js"></script>
</body>
</html>