-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathagenda.html
525 lines (444 loc) · 21.9 KB
/
agenda.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Festival of Learning is a celebration by and for the Media Lab community; a day for sharing passions and projects in a playful spirit.">
<meta name="author" content="Media Lab Learning initiative">
<link rel="icon" href="./img/favicon-32x32.png">
<title>Festival of Learning</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.typekit.net/qvn1ssq.css">
<!-- Custom styles for this template -->
<link href="./styles.css" rel="stylesheet">
</head>
<body class="text-center agenda agenda-25">
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column">
<!-- Back button -->
<img class="agenda-color-bar" src="img/purple-bar.png">
<a href="index.html">
<img class="back-btn" src="img/back-arrow.svg" height="50"/>
</a>
<!-- Pre-reg Button design if
<a class="prereg-btn" href="#">
<img class="default" src="img/prereg-btn-default.svg"/>
<img class="hover" src="img/prereg-btn-hover.svg"/>
</a> -->
<!-- Main Container -->
<div class="cover-container mx-auto">
<main role="main" class="inner cover">
<!-- Schedule Summary Section -->
<div class="agenda-section align-left">
<h1>Agenda</h1>
<div class="container px-0 mx-0 mt-n3 mb-n4">
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">9:30am</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#breakfast">
<h4>Kick-off Coffee, Swag, and Check-In</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">10:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-1">
<h4>Workshops Session 1</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">12:00pm</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#crazy-cool">
<h4>MAS Lunch + <i>Crazy AND Cool</i> Pitch Session</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">1:15</h4>
</div>
<div class="col-8 col-sm-9">
<h4>Break</h4>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">1:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-2">
<h4>Workshops Session 2</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">3:00</h4>
</div>
<div class="col-8 col-sm-9">
<h4>Break</h4>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">3:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-3">
<h4>Workshops Session 3</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">5:00</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#closing">
<h4>Closing Treats</h4>
</a>
</div>
</div>
</div>
</div>
<!-- Share your photos -->
<!--
<hr class="agenda-divider mt-n2">
<div class="agenda-section">
<img class="img-agenda mb-n3 mt-1" src="img/2023-agenda/share-photos.svg" width="354px">
<div class="workshop">
<h2 class="mt-4">
Share Your Photos!
</h2>
<p class="mb-n2">
Drop your pics in this
<a target="_blank" href="https://www.google.com/url?q=https://drive.google.com/drive/folders/1DtAHfUfvF61rtd7R32uN3yTRSNk0G65D?usp%3Dsharing&sa=D&source=docs&ust=1675098861703720&usg=AOvVaw2IIhfyNeNVCK0ESFlznoA9">
Google Drive Folder</a>, and share highlights on the ML Slack!
</p>
</div>
-->
<!-- Block divider -->
<hr class="agenda-divider">
<!-- 9:30 Block -->
<div class="agenda-section">
<a class="anchor" id="breakfast"></a>
<!-- Block time header -->
<h1>9:30–10:30am</h1>
<!-- Individual Workshop Content -->
<div class="workshop">
<!-- Event title -->
<h2>
Kick-off + Breakfast
</h2>
<!-- Event subtitle, host + location -->
<h3>
Hosted by FoL '25 team, 3rd Floor Atrium
</h3>
<!-- Event Description -->
<p>
Join us in the atrium to kick off the 2025 Festival of Learning with “Registration,” a.k.a. Make Your Own Name Tag, pick up your FoL swag, enjoy coffee and a pick-your-own-cereal bar, and learn about our sessions this year!
</p>
<p> Note: Checking in with your RSVP at Registration gets you a lunch ticket! </p>
</div>
</div>
<!-- 10:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-1"></a>
<h1>10:30–12:00pm<br>Workshops Session 1</h1>
<div class="workshop">
<h2>
You can make that at home? Fresh Marshmallows, Hot Chocolate & Energy Bites
</h2>
<h3>
Hosted by Lisa Breede (HR), 3rd Floor Kitchen <br/>*RSVP Required*
</h3>
<p>
Come learn the kitchen magic of making delicious store-bought treats... at home! Make fresh marshmallows, hot chocolate, and energy bites from scratch.
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-grocery.png" width="264px">
<div class="workshop">
<h2>
Hack the Lab
</h2>
<h3>
Hosted by Valdemar Danry (Fluid Interfaces), E15-359
</h3>
<p>
Should the stairs make fart sounds when walking on them? Should Foodcam blasts include food names and how long the food has been sitting? Should there be a giant inflatable unicorn in the atrium? Repositories that automatically collect data about the lab (like coffee use, temperatures, moods, etc)? In this session we will plan cool ways in which we can modify (coolify?) our dear Media Lab.
</p>
</div>
<div class="workshop">
<h2>
Poetry Workshop
</h2>
<h3>
Hosted by Sarah Beckmann (Communications), E14-393
</h3>
<p>
A creative writing workshop focusing on poetry and led by communications group member Sarah Beckmann; Sarah recently earned a Master of Fine Arts in Creative Writing from Emerson College in Boston, and is looking to publish her next poetry book soon!
</p>
</div>
<div class="workshop">
<h2>
drawing++
</h2>
<h3>
Hosted by Zach Lieberman (Future Sketches), E14-244
Moderated by Char Stiles (Future Sketches)
</h3>
<p>
In this workshop participants explore computational concepts such as encoding and decoding information, rule-based drawing, generative design, and algorithmic expression through the familiar lens of drawing. Through drawing activities, participants understand and gain knowledge of how code works and what computation feels like.
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-drawing.png" width="264px">
<div class="workshop">
<h2>
From Science to Netflix Sci-Fi Series: Writing Tomorrow's Stories Today
</h2>
<h3>
Hosted by Pat Pataranutaporn (Fluid Interfaces), E14-514B
</h3>
<p>
Ever wondered how a scientist ends up creating a Netflix sci-fi series? Share the unexpected journey from the halls of MIT Media Lab to becoming the creator of "Tomorrow and I" and pull back the curtain on how to transform cutting-edge research into compelling stories that resonate with viewers.
</p>
</div>
<div class="workshop">
<h2>
Introduction to Machine Sewing
</h2>
<h3>
Hosted by Meghan Jordan (MAS) and MacLean Bishop (HR), Luna Lab
<br/>*RSVP Required*
</h3>
<p>
Learn to make your own tote bag! Learn about the parts of the sewing machine, how to do some basic stitches and techniques, and then complete your very first sewing project.
</p>
</div>
</div>
<!-- 12:00 PM block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="crazy-cool"></a>
<h1>12:00–1:15pm</h1>
<img class="img-agenda mt-n3 mb-2" src="img/2025/2025-blob-crazycool.png" width="411px">
<div class="workshop">
<h2>
MAS Lunch + <i>Crazy AND Cool</i> Pitch Session
</h2>
<h3>
Hosted by Andy Lippman (Viral Communications) and Cassandra Lee (CCC)
</h3>
<p>
“Wouldn't it be awesome if we, at the Lab, did X?” In this session, Media Labbers will pitch totally crazy but cool projects that could spark new research. Grab your lunch, take a seat, and cheer them on! Then, contribute your crazy ideas to a collective brainstorm.
</p>
</div>
</div>
<!-- 1:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-2"></a>
<h1>1:30–3:00pm<br>Workshops Session 2</h1>
<div class="workshop">
<h2>
Pre-LLM Generative Poetry
</h2>
<h3>
Hosted by Maya Detwiller (CCC), E15-359
</h3>
<p>
A writing workshop to re-write some old school generative poetry algorithms in Python based on Allison Parrish's Human-Scale NLP Course at the School for Poetic Computation. You can write love letters, poems, and dadaist word collages!
</p>
</div>
<div class="workshop">
<h2>
How to Plan an Unforgettable (And Super Intentional) Gathering!
</h2>
<h3>
Hosted by Katie Morrell (CCC), E14-393
</h3>
<p>
Learn why and how to bring people together, taking principles from books like the Art of Gathering and The Power of Moments. We'll combine principles of science and design to better understand how to intentionally gather people whether it be for a formal event, celebration, or just quality time with loved ones.
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-sudoku.PNG" width="264px">
<div class="workshop">
<h2>
Fog of War Sudoku 101
</h2>
<h3>
Hosted by Tariq Islam (Nano-Cybernetic Biotrek), E14-240
</h3>
<p>
Jump into the world of variant Sudoku puzzles, including an exciting new type that puts a fresh spin on the classic format. We'll explore how these creative variations work and solve one puzzle together – perfect for both Sudoku fans and curious newcomers!
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-crossstitch.PNG" width="264px">
<div class="workshop">
<h2>
Running it Backstitch: A Crash Course in Cross Stitch and Embroidery
</h2>
<h3>
Hosted by Ryann Sanchez (HR) and MacLean Bishop (HR), E14-244
<br/> * RSVP Required *
</h3>
<p>
Learn the basics of two classic fiber arts in this hands-on workshop! We'll spend the first half exploring cross stitch – creating pictures with X-shaped stitches – before diving into embroidery techniques. Perfect for beginners who want to start their needlework journey.
</p>
</div>
<div class="workshop">
<h2>
Make Your Own Fantasy IDE
</h2>
<h3>
Hosted by Char Stiles (Future Sketches), E14-514B
</h3>
<p>
Tired of the same old IDEs? Ever wanted to build your own experimental code editor? In this hands-on workshop, we'll dive into the architecture of code editors and then break all the rules by creating our own weird and wonderful variations. We'll start with a journey through IDE history, then we'll get our hands dirty by building a basic editor from scratch. Once we've got the foundations, you can experiment with your own creative features.
<br/>
Required: JavaScript experience, familiarity with web development basics. Bring a computer!
</p>
</div>
<div class="workshop">
<h2>
Intro to Gong Fu Tea Brewing
</h2>
<h3>
Hosted by Hope Schroeder (CCC) and Zoe Fang (Fluid Interfaces), E14 5th Floor Cafe
<br/> * RSVP Required *
</h3>
<p>
Discover the art of gong fu tea brewing – a traditional Chinese approach that brings out the deepest flavors in every leaf. We'll explore different tea varieties, learn hands-on brewing techniques, and delve into the rich history and philosophy behind this practice. For tea enthusiasts and anyone curious about deepening their appreciation for tea.
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-tea.PNG" width="264px">
<!-- 3:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-3"></a>
<h1>3:30–5:00pm<br>Workshops Session 3</h1>
<div class="workshop">
<h2>
Ribbon Twirling
</h2>
<h3>
Hosted by Marina Rakhilin (CCC), E15-359
</h3>
<p>
Learn the art of ribbon twirling! We'll explore basic patterns and flowing movements using rhythmic gymnastics ribbons, creating beautiful shapes in the air while getting gentle exercise. No experience needed – just bring your enthusiasm for movement and creative expression.
</p>
</div>
<div class="workshop">
<h2>
Wavelengths to RGB
</h2>
<h3>
Hosted by Jessica Stringham (Future Sketches), E14-393
</h3>
<p>
Start by spending a bit of time seeing, and thinking about what you're seeing, then learn how to relate wavelengths to RGB, then some color theory, and end with making some sweet gradients in p5.js.<br/>
Bring a laptop. Cellphones and polarized sunglasses are good to bring too!
</p>
</div>
<div class="workshop">
<h2>
DIY Haptics: Build Your Own Vibrotactile Devices In 30 Minutes
</h2>
<h3>
Hosted by Bingjian Huang and Pablo Palle(Responsive Environments), E14-240
</h3>
<p>
Experience and create vibrotactile feedback in this hands-on exploration of haptic technology! Try on wearable devices that create patterns of vibration across your body, then learn to design your own haptic experiences using an intuitive toolkit. <br/>
No hardware skill requirement.
</p>
</div>
<div class="workshop">
<h2>
How to Get Your Celebrity Crush to The Media Lab
</h2>
<h3>
Hosted by Valdemar Danry (Fluid Interfaces), E14-244
</h3>
<p>
Movie directors, philosophers, actors, artists and musicians like Steve Jobs, Björk, Yo-Yo Ma, Ben Affleck, Jacob Collier, Will.I.Am, Cai Guo-Qiang, Christopher Nolan and many more non-scientists have visited, collaborated and interacted with the MIT Media Lab over the years. But how do YOU get YOUR celebrity crush to visit or collaborate with? Come to this workshop and find out!
</p>
</div>
<div class="workshop">
<h2>
Glass Bending!
</h2>
<h3>
Hosted by Sam Chin (Responsive Environments), ACT Luna Lab
<br/> * RSVP Required *
</h3>
<p>
Make a miniature sculpture using stringer glass and a candle flame, and aspire to be an neon light artist!
</p>
</div>
<div class="workshop">
<h2>
Plant Parenthood
</h2>
<h3>
Hosted by Elinor Poole-Dayan (CCC), E14-514B & cafe sink area
</h3>
<p>
I promise, you can keep a houseplant alive, and in this workshop, you’ll learn how! Give houseplant cuttings (pothos, spider plant, maybe some other cool species) a new home in either a pot with soil or a glass jar to spruce up your home/office space. We will explore core aspects of basic care, beginner-friendly species, what to look for when plant shopping, and managing your growing collection.
<br/>Note: no experience / materials required, but if you have your own plants you’d like to repot, propagate, trade, etc, feel free to bring! Glass jars are limited to the first 6 participants but we should have plenty of cuttings and pots for everyone.
</p>
</div>
<img class="img-agenda mb-3 mt-n3" src="img/2025/2025-blob-glassbending.PNG" width="264px">
<!-- 5:30 Block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="closing"></a>
<!-- Block time header -->
<h1>5:00 - 5:30pm</h1>
<img class="img-agenda mt-n4 mb-2" src="img/2024-agenda/blob-feast.png" width="240px">
<!-- Individual Workshop Content -->
<div class="workshop">
<!-- Event title -->
<h2>
Closing Treats and Sendoff
</h2>
<h3>
Hosted by FoL’25 team, 3rd floor Atrium
</h3>
<!-- Event Description -->
<p>
Join us for some sweet treats as a closing send-off! Hang out with old and new friends to share what you've learned at FoL.
</p>
</div>
<!-- Individual Workshop Content
<div class="workshop">
<h2>
Share Your Photos!
</h2>
<p>
Drop your pics in this Google Drive Folder, and share highlights on the ML Slack!
</p>
</div> -->
</div>
</div>
</main>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWagendaIMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>