-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
829 lines (620 loc) · 50.6 KB
/
events.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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<!-- website: Artful Design (http://artful.design/)
author: Ge Wang (http://www.gewang.com/ | http://ccrma.stanford.edu/~ge/) -->
<html lang="en">
<!-- HTML head -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125238768-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125238768-1');
</script>
<!-- character set -->
<meta charset="utf-8">
<!-- responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="keywords" content="Artful Design, Technology in Search of the Sublime,
A MusiComic Manifesto, Ge Wang, Stanford University Press, CCRMA, ChucK, Ocarina, Smule,
Stanford Laptop Orchestra, design, art, computer, music, technology, aeshetics, philosophy,
engineering, ethics, comic book, textbook, education">
<meta property="og:url" content="https://artful.design/events.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Artful Design | Events" />
<meta property="og:description" content="Upcoming talks and performances!" />
<meta property="og:image" content="https://ccrma.stanford.edu/~ge/artfuldesign/images/events/cctv-chuck-a.jpg" />
<meta property="fb:app_id" content="966242223397117" /> <!--default app id-->
<!-- file-specific style and overrides -->
<style>
.bgimg-1 {
position: relative;
opacity: .9;
background-position: center;
background-size: cover;
}
.bgimg-1 {
background-image: url("images/events/cctv-talk-3a.jpg");
min-height: 30%;
}
</style>
<!-- include bootstrap CSS file -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- include artful.design CSS file -->
<link rel="stylesheet" type="text/css" href="css/artful-design.css">
<!-- page icons-->
<link rel="apple-touch-icon" sizes="180x180" href="images/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icon/favicon-16x16.png">
<link rel="manifest" href="images/icon/site.webmanifest">
<link rel="mask-icon" href="images/icon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="canonical" href="https://artful.design/events.html" />
<!-- page title -->
<title>Artful Design | Events</title>
<!-- header end -->
</head>
<!-- content body -->
<body>
<!-- main navbar -->
<nav class="navbar navbar-light navbar-expand-custom fixed-top d-print justify-content-end">
<!-- BRAND -->
<a class="navbar-brand mr-2" href="./">
<img src="images/title/artful-design-title-logo-b-sm.png" alt="Artful Design logo" style="width:200px;">
</a>
<!-- BUY button -->
<a class="btn btn-primary btn-lg" href="buy.html">BOOK</a>
<!-- toggler/collapsibe Button -->
<button class="navbar-toggler ml-auto artful-hamburger" type="button" data-toggle="collapse" id="artful-hamburger" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- navbar links -->
<div class="collapse navbar-collapse flex-grow-1 text-right topnav" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto flex-nowrap">
<li class="nav-item">
<a class="nav-link" href="./">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="chapters.html">CHAPTERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="author.html">AUTHOR</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teach/">TEACH</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="events.html">EVENTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tv/">AD:TV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="more.html">MORE...</a>
</li>
</ul>
</div>
</nav>
<!-- end navbar -->
<br><br><br><br>
<!-- MAIN SPLASH IMAGE -->
<div class="bgimg-1">
<div class="caption-events">
<font color="white">
<h1><b>EVENTS</b></h1>
<p>presentations, workshops, performances</p>
</font>
</div>
</div>
<div class="artful-body-event">
<h3>contact</h3>
<center>
<p class="mb-4">for speaking engagements, media,<br>
<!--<b>[email protected]</b><br>-->
bulk book orders, or just to say hi:<br>
<b>[email protected]</b></p>
<!-- <hr width="250">
<p>A recent <a href="https://www.youtube.com/watch?v=SG0RA5BIHEY">presentation</a> in San Francisco
<br>(2019.2.21, Designers & Geeks Meetup) </p>
<center>
<div class="embed-responsive embed-responsive-16by9 col-md-6">
<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/SG0RA5BIHEY?rel=0" allowfullscreen></iframe>
</div>
</center>
<br>
-->
<!--
<hr width="250">
<h3 class="mt-4 mb-3">upcoming</h3>
</center>
-->
<br>
<hr width="250">
<h3 class="mt-4 mb-3">past events</h3>
</center>
<p><b>December 2023</b> | Offscript with Ge Wang and Vanessa Parli (featuring Srinija Srinivasan & Isabelle Levent) | host, HAI Vodcast<br>
<a target="_blank"
href="https://hai.stanford.edu/events/offscript-ge-wang-and-vanessa-parli-what-do-we-really-want-ai-creative-world"> “Episode 3: What Do We (Really) Want from AI and Creativity?”</a> | Stanford HAI Vodcast</p>
<p><b>December 2023</b> | Art & AI Workshop for National Museum Leaders | Keynote<br>
“What Do We (Really) Want from AI?” | National Gallery of Arts, Washington DC</p>
<center>
<img border="1" width="40%" class="image-fluid" src="images/events/2023-museums.jpg">
</center><br>
<p><b>November 2023</b> | Stanford Humanities Center | Colloquium<br>
“What Do We (Really) Want from AI?” | Stanford University</p>
<p><b>October 2023</b> | Reunion Homecoming 2023 | Faculty "Class Without Quizzes"<br>
“Artful Design + AI: What Do We (Really) Want?” | Stanford University</p>
<p><b>October 2023</b> | Offscript with Ge Wang and Vanessa Parli (featuring Profs. Jessica Riskin and James Landay) | host, HAI Vodcast<br>
<a target="_blank" href="https://hai.stanford.edu/events/offscript-ge-wang-what-do-we-really-want-ai-research-world">“Episode 2: What Do We (Really) Want from AI and the Research World?”</a> | Stanford HAI Vodcast</p>
<p><b>October 2023</b> | New Horizons in Generative AI: Science, Creativity, and Society | Spotlight Presentation <br>
<a target="_blank" href="https://www.youtube.com/watch?v=1tqgwlfi8P8">“Music & AI: What Do We (Really) Want?”</a> | Stanford HAI</p>
<center>
<div class="embed-responsive embed-responsive-16by9 col-md-5">
<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/1tqgwlfi8P8" allowfullscreen></iframe>
</div>
</center><br>
<p><b>September 2023</b> | Offscript with Ge Wang and Vanessa Parli | host, HAI Vodcast<br>
<a target="_blank" href="https://hai.stanford.edu/events/hai-vodcast-ge-wang-and-vanessa-parli-episode-1-what-do-we-really-want-ai">“Episode 1: What Do We (Really) Want from AI?”</a> | Stanford HAI Vodcast</p>
<p><b>September 2023</b> | University of Toronto Schools | Keynote<br>
“Artful Design + Artificial Intelligence: What Do We (Really) Want?” | University of Toronto Schools</p>
<p><b>September 2023</b> | STEM/STEAM Education Symposium | Keynote<br>
“Artful Design and STEAM” | Munk School of Global Affairs & Public Policy, University of Toronto</p>
<p><b>July 2023</b> | Stanford Magazine | Featured Story
<br><a target="_blank" href="https://stanfordmag.org/contents/me-myself-and-ai">“Me, Myself, and AI"</a> | "Artificial intelligence has entered a new era. Here’s how we stay human."</p>
<center>
<a target="_blank" href="https://stanfordmag.org/contents/me-myself-and-ai"><img border="1" width="35%" class="image-fluid" src="images/events/2023-me-myself-ai.jpg"></a>
</center><br>
<p><b>June 2023</b> | SAP Academy. | Speech for Graduating class
<br>“Artful Design and Artificial Intelligence (What Do We Really Want from AI?)"</p>
<p><b>May 2023</b> | <a target="_blank" href="https://news.stanford.edu/report/2023/05/25/annual-meeting-academic-council-reflects-2022-23-academic-year/">Stanford Academic Council Annual Meeting</a> | Faculty Panelist<br>
“ChatGPT, Generative AI, and the Future of Teaching and Learning” | Stanford University</p>
<p><b>May 2023</b> | Stanford Communicators Conference | Keynote<br>
“Artful Communication and AI” | Stanford University</p>
<p><b>May 2023</b> | Stanford HAI Advisory Council | Faculty Presentation<br>
“Music and AI (What Do We Really Want?)” | Stanford Human-centered Artificial Intelligence</p>
<p><b>May 2023</b> | Stanford HAI | <a target="_blank" href="https://hai.stanford.edu/events/spring-symposium-creativity-age-ai-ai-impacting-arts-arts-impacting-ai">Creativity in the Age of AI: AI Impacting Arts, Arts Impacting AI.</a> | Panel Moderator<br>
“Good, Bad, Ugly? Assessing Aesthetic Value When AI Meets Art“</p>
<p><b>April 2023</b> | Stanford Accelerator for Learning | Lecturer<br>
“Music and AI (What Do We Really Want?)” | Stanford University</p>
<p><b>April 2023</b> | <a target="_blank" href="https://calperformances.org/learn/illuminations/illuminations-2022-23/">Human and Machine Song Writing Contest</a> (<a target="_blank" href="images/events/2023-human-mahcine-songs.pdf">entries</a> | <a target="_blank" href="https://calperformances.org/2023/04/28/human-machine-song-contest-winners/#video">winners</a>) | Keynote<br>
“Music and AI (What Do We Really Want?” | UC Berkeley.</p>
<p><b>April 2023</b> | Stanford Symbolic System Forum. “Music and AI (What Do We Really Want?” (Presentation)</p>
<p><b>March 2023</b> | Stanford Graduate Alum Day. “Artful Design and Artificial Intelligence.” (Lecture)</p>
<p><b>Winter Quarter, 2023</b> | <a href="https://ccrma.stanford.edu/courses/356-winter-2023/"><b>MUSIC</b>356 / <b>CS</b>470: Music and AI (a critical-making course)</a> | Course<br>
<i>Stanford University</i> • <a target="_blank" href="https://ccrma.stanford.edu/courses/356-winter-2023/">course website</a>
| <a target="_blank" href="https://ccrma.stanford.edu/courses/356-winter-2023/projects/">final projects</a> | <a target="_blank" href="https://ccrma.stanford.edu/courses/356-winter-2023/gallery/">homework gallery</a></p>
<center>
<a target="_blank" href="https://ccrma.stanford.edu/courses/356-winter-2023/gallery/"><img border="1" width="35%" class="image-fluid" src="images/events/2023-autorizz-2.jpg"></a>
</center><br>
<p><b>November 2022</b> | Foothill College, Women in STEM Club. “Artful Design” (Presentation)
<p><b>October 22, 2022</b> | <a target="_blank" href="https://createsummit.art/">Create!Summit on the Future of Human Arts & Creativity</a> | <i>Hero Keynote</i><br>
"Artful Design: Technology in Search of the Sublime!" | <i>Create!Summit</i></p>
<p><b>October 13, 2022</b> | Stanford Parents Club | <i>Distinguished Speaker Series</i><br>
"Artful Design (and Stanford Education)" | <i>Stanford Parents Club</i></p>
<p><b>October 11, 2022</b> | Stanford First Lecture (Civil, Liberal, Global Education) | <i>Plenary Event</i><br>
"The Cyberpunk Dilemma" | <i>Stanford Class of 2026, Memorial Auditorium (<a target="_blank" href="images/events/2022-stanford-nso.pdf">NSO program</a>)</i></p>
<hr width="20%">
<p><b>The Cyberpunk Dilemma</b> | <i>Per our founders’ wishes, Stanford’s undergraduate curriculum aims to prepare you for “direct usefulness in life” by engaging you in a wide-ranging search for knowledge, regardless of its perceived practical applications. Professor Ge Wang, Associate Professor in the Center for Computer Research in Music and Acoustics, offers this year’s First Lecture on the Cyberpunk Dilemma. For better and for worse, we live in interesting times. In an age filled with advanced technology and human restlessness and discord, what should we do with ourselves?</i></p>
<center>
<img border="1" width="40%" class="image-fluid" src="images/events/2022-cyberpunk-1.jpg">
</center><br>
<p><b>October 6, 2022</b> | Stony Brook IACS | <i>Speaker Series (virtual)</i><br>
"Artful Design: Technology in Search of the Sublime!" | <i>Institute for Advanced Computational Science, Stony Brook</i></p>
<p><b>October 6, 2022</b> | Executive Education Program, Stanford Graduate School of Business | <i>Lecture</i><br>
"Humans in the Loop: The Design of Interactive AI Systems" | <i>GSB SEA Program</i></p>
<p><b>September 29, 2022</b> | Stanford Health Care | <i>Guest Speaker</i><br>
"Artful Design: Technology in Search of the Sublime!" | <i>Facilities Services and Planning Team Retreat</i>
<p><b>Fall Quarter, 2022</b> | <a href="https://ccrma.stanford.edu/courses/256a-fall-2022/"><b>MUSIC</b>256A / <b>CS</b>476A: Music Computing Design—The Art of Design</a> | Course<br>
<i>Stanford University</i> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2022/">course website</a>
| <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2022/projects/">final projects</a> | <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2022/gallery/">homework gallery</a></p>
<p><b>August 24 - 31, 2022</b> | Stanford Sierra Camp | <i>Resident Speaker</i><br>
"Artful Design: Technology in Search of the Sublime!" | <i>Stanford Sierra Camp</i></p>
<p><b>August 24 - 31, 2022</b> | Stanford Sierra Camp | <i>Fireside Chat</i><br>
"Tech, Hike, Art, Life or: How I Learned to Both Worry About and Love the Future " | <i>Stanford Sierra Camp</i></p>
<p><b>June, 2022</b> | <a href="https://smc22.grame.fr/">International Conference on Sound & Music Computing (SMC)</a> | <i>Keynote</i> (<a target="_blank" href="https://smc22.grame.fr/keynotes.html">webpage</a>)<br>
"Artful Design: Technology in Search of the Sublime!" | <i>Sound and Music Computing</i></p>
<p><b>June, 2022</b> | <a href="https://smc22.grame.fr/school.html">International Conference on Sound & Music Computing (SMC)</a> | <i>Workshop</i> (<a target="_blank" href="teach/chunity.html">webpage</a>)<br>
"Chunity! Audiovisual Programming with Chuck in Unity" | <i>Sound and Music Computing</i></p>
<p><b>Spring Quarter, 2022</b> | <a href="https://slork.stanford.edu/">Stanford Laptop Orchestra</a> | <i>Course & Ensemble</i><br>
Concerts: <a target="_blank" href="https://slork.stanford.edu/events/2022/slorktastic/">May 5th, 2022</a> | <a target="_blank" href="https://slork.stanford.edu/events/2022/spring/">June 4th, 2022</a> | <i>Stanford Laptop Orchestra</i></p>
<p>(ONLINE) <b>Spring Quarter, 2022</b> | <a href="dsn100/"><b>DSN</b>100: Artful Design—How We Shape Technology and How Technology Shapes Us</a><br>
<a target="_blank" href="dsn100/">course website / enroll</a> | <i>Stanford Continuing Studies</i></p>
<center>
<a target="_blank" href="pi/">
<img border="1" width="35%" class="image-fluid" src="teach/images/pi-16x9trim.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>March 24, 2022</b> | VMware PI-Day | Presentation<br>
"Humans in the Loop: The Artful Design of Interactive AI Systems" (<a target="_blank" href="https://artful.design/pi/">info</a>) | <i>VMware</i></p>
<p>(VIRTUAL) <b>February 24, 2022</b> | Knight-Hennessy Scholars Immersion Weekend | Closing Experience<br>
"Artful Design: Technology in Search of the Sublime!" | <i>Stanford K&H Program</i></p>
<p>(VIRTUAL) <b>February 9, 2022</b> | Stanford Human-Centered AI Seminar | Presentation<br>
<a target="_blank" href="https://www.youtube.com/watch?v=AYT5gP5BPUE">"Humans in the Loop: The Artful Design of Interactive AI Systems"</a> (<a target="_blank" href="https://www.youtube.com/watch?v=AYT5gP5BPUE">watch</a> | <a target="_blank" href="https://hai.stanford.edu/events/hai-weekly-seminar-ge-wang">info</a>) | <i>Stanford HAI</i></p>
<center>
<a target="_blank" href="think66/">
<img border="1" width="25%" class="image-fluid" src="think66/images/think66-stanford.jpg">
</a>
</center><br>
<p>(HYBRID) <b>Winter Quarter, 2022</b> | <a href="think66/"><b>THINK</b>66: Design that Understands Us</a> | a critical thinking course<br>
<i>Stanford University</i></p>
<p>(HYBRID) <b>Winter Quarter, 2022</b> | <a href="https://ccrma.stanford.edu/courses/220b-winter-2022"><b>Music</b>220b: Compositional Algorithms, Psychoacoustics, and Computational Music</a><br>
<i>a computer music course</i> | <i>Stanford University</i></p>
<p><b>Fall Quarter, 2021</b> | <a href="https://ccrma.stanford.edu/courses/256a-fall-2021/"><b>MUSIC</b>256A / <b>CS</b>476A: Music Computing Design—The Art of Design</a> | Course<br>
<i>Stanford University</i> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2021/">course website</a>
| <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2021/projects/">final projects</a> | <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2021/gallery/">homework gallery</a></p>
<p>(ONLINE) <b>Fall Quarter, 2021</b> | <a href="dsn100/"><b>DSN</b>100: Artful Design—How We Shape Technology and How Technology Shapes Us</a> | <i>Stanford Continuing Studies</i> • <a target="_blank" href="dsn100/">course website / enroll</a></p>
<center>
<a target="_blank" href="dsn100/">
<img border="1" width="45%" class="image-fluid" src="dsn100/images/dsn100-0w.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>September 14, 2021</b> | Twitch "Games, Communities, and Society"</a> | Invited Talk<br>
"Artful Design" | Speaker Series @ <i>Twitch</i></p>
<p>(VIRTUAL) <b>August 27, 2021</b> | Facebook Reality Labs, Audio Symposium</a> | Keynote<br>
"Artful VR Design" | <i>Facebook Reality Labs</i></p>
<p>(VIRTUAL) <b>August 24, 2021</b> | MediaX Facebook Conversations</a> | Presentation<br>
"Creativity, Collaboration, & AI" | <i>Stanford MediaX</i></p>
<p>(VIRTUAL) <b>August 4, 2021</b> | STEM to SHTEM 2021 Program</a> | Presentation<br>
"Artful Design" | <i>Stanford STEM to SHTEM Program</i></p>
<p> June 2021 | <a target="_blank" href="https://marg-art.org/blog/what-artful-design">Designing a Brave New Era</a> | Feature Story<br>
"What Is Artful Design?" | Marg Magazine
<center>
<a target="_blank" href="https://marg-art.org/blog/what-artful-design">
<img border="1" width="80%" class="image-fluid" src="images/events/2021-marg-panels.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>May 27, 2021</b> | VR Lab Demo Day 2021</a> | Host<br>
Showcase of latest VR Lab research | <a target="_blank" href="https://ccrma.stanford.edu/groups/vr/">Stanford Music VR Lab</a></p>
<p>(VIRTUAL) <b>May 21, 2021</b> | <a target="_blank" href="https://alumni.duke.edu/events/daaa-symposium-2021-paths-success">DAAA Symposium 2021: The Paths to Success</a></a> | Keynote<br>
"What Am I Doing? (And Why?)" | Duke Asian Alumni Alliance (DAAA)</p>
<p>(ONLINE) <b>Spring Quarter, 2021</b> | <a href="dsn100/"><b>DSN</b>100: Artful Design—How We Shape Technology and How Technology Shapes Us</a> | <i>Stanford Continuing Studies</i> • <a target="_blank" href="dsn100/">course website / enroll</a></p>
<p>(VIRTUAL) <b>March 11, 2021</b> | VMware PI-Day</a> | Presentation<br>
"The Pi-Shaped Person" (<a target="_blank" href="https://artful.design/pi/">info</a>) | <i>VMware</i></p>
<!--<p><b>February, 2021</b> | <a target="_blank" href="https://onbeing.org/series/podcast/">On Being with Krista Tippett</a> | Podcast<br>
"Ge Wang" | <i>On Being Podcast</i></p>-->
<p>(VIRTUAL) <b>February 24, 2021</b> | Lecture for SAP Engineers</a> | Presentation<br>
"Design and UX" | <i>Stanford SCPD</i></p>
<p>(VIRTUAL) <b>February 20, 2021</b> | Midwest Regional Conference</a> | Keynote<br>
"Artful Design" | <i>Society of Asian Scientists and Engineers</i></p>
<p>(VIRTUAL) <b>January 26, 2021</b> | <a target="_blank" href="https://reboothq.substack.com/p/wang">Reboot: A Series on Tech, Humanity, and Power</a> | Book Discussion<br>
"Artful Design fearturing Ge Wang" | <i>Reboot</i></p>
<p><b>Winter Quarter, 202=1</b> | <a href="think66/2021"><b>THINK</b>66: Design that Understands Us</a> | a critical thinking course<br>
<i>Stanford University</i></p>
<p>(VIRTUAL) <b>November 20, 2020</b> | ADA: Arts and Design-thinking for All | Presentation<br>
"Artful Design" • <i>Castilleja Middle School</i></p>
<p>(VIRTUAL) <b>November 18, 2020</b> | Human Centered AI Advisory Council | Faculty Presentation<br>
"Humans in the Loop: The Design of Interactive AI Systems" (<a target="_blank" href="hai/">article</a>) • <i>Stanford University</i></p>
<center>
<a target="_blank" href="hai/">
<img border="1" width="50%" class="image-fluid" src="images/events/2019-human-loopa.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>November 18, 2020</b> | Course: Arts Leadership | Panel<br>
"Arts Leadership / How we got here" • <i>The University of Chicago Booth School of Business</i></p>
<p>(VIRTUAL) <b>November 18, 2020</b> | Stanford PACS Conference: Design and Technology for Human | Keynote<br>
"Technology, Society and STEAM Education" • <i>SCPKU, Beijing</i></p>
<p>(VIRTUAL) <b>November 18, 2020</b> | Stanford PACS Conference: Design and Technology for Human | Fireside Chat<br>
"A Life-long STEAM Education" • <i>SCPKU, Beijing</i></p>
<p>(VIRTUAL) <b>November 18, 2020</b> | Stanford PACS Conference: Design and Technology for Human | Fireside Chat<br>
"Ethical Technology" • <i>SCPKU, Beijing</i></p>
<p>(VIRTUAL) <b>November 17, 2020</b> | Innovation in Soceity | Guest Lecture<br>
"Artful Design" • <i>University of Toronto</i></p>
<p><b>Starting October, 2020</b> | <a href="tv/tutorials/">Artful Design TV • Coding Tutorials</a> | content series<br>
<i>coding tutorials for creating interactive audiovisual software. </i></p>
<center>
<a target="_blank" href="tv/tutorials/">
<img border="1" width="55%" class="image-fluid" src="tv/images/site/artful-design-tv-tutorials-0w.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>October 8, 2020</b> noon | Stanford Research Park | Lunch & Learn<br>
"Artful Design with Professor Ge Wang" • <i>Stanford Research Park</i></p>
<p>(ONLINE) <b>Fall Quarter, 2020</b> | <a href="dsn100/"><b>DSN</b>100: Artful Design—How We Shape Technology and How Technology Shapes Us</a> | <i>Stanford Continuing Studies</i> • <a target="_blank" href="dsn100/">course website / enroll</a></p>
<center>
<div class="embed-responsive embed-responsive-16by9 col-md-6">
<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/hNxiR4XnIbA" allowfullscreen></iframe>
</div>
</center><br>
<!--<p>(VIRTUAL) <b>September 25-27, 2020 </b> | Pebble Beach Authors and Ideas Festival | Presenter<br>
"Artful Design: Technology in Search of the Sublime" • <i>Pebble Beach, CA</i></p>-->
<p>(VIRTUAL) <b>July 14, 2020</b> | <a target="_blank" href="https://mediax.stanford.edu/program/human-requirements-for-immersive-experiences/immersion-for-discovery/">Stanford MediaX: Immersion for Discovery</a> | Presentation<br>
<a target="_blank" href="https://mediax.stanford.edu/programs/the-artful-design-of-immersion/">"The Artful Design of Immersion"</a> • <i>Stanford MediaX</i></p>
<p>(VIRTUAL) <b>June 21, 2020</b> 4pm PDT | Def Hacks Virtual Hackathon | Keynote<br>
"Coding to Make Music: An Artful Design Story" • <i>Def Hacks</i></p>
<p><b>Starting June, 2020</b> | <a href="tv/games/">Artful Design TV • Games, Gaming, Game Design</a> | content series<br>
<i>Playing and thinking critically about games as entertainment, expression, and reflection</i></p>
<center>
<a target="_blank" href="tv/games/">
<img border="1" width="55%" class="image-fluid" src="tv/images/site/artful-design-tv-games-0w.jpg">
</a>
</center><br>
<p>(VIRTUAL) <b>May 23, 2020</b> noon PDT | OpenHacks Virtual Hackathon | Presentation<br>
"An Artful Design Story" • <i>The OpenCode Foundation</i></p>
<p>(VIRTUAL) <b>May 15, 2020</b> | Thoughts in a Pandemic | Speaker Series<br>
"Craft in Solitude" • <i> Stanford University</i></p>
<p>(VIRTUAL) <b>May 4, 2020</b> | UCSB Media Arts and Technology | Speaker Series<br>
"Artful Design" • <i> University of California, Santa Barbara</i> • <a target="_blank" href="https://vimeo.com/414944924">recording</a></p>
<p><b>Starting April 1st, 2020</b> | <a href="tv/">Artful Design TV (COVID-19 Edition)</a> | webinar series<br>
<i>Online and in Quaratine around the world</i></p>
<center>
<a target="_blank" href="tv/">
<img border="1" width="55%" class="image-fluid" src="tv/images/site/artful-design-tv-4bv.jpg">
</a>
</center><br>
<p><i>(CANCELLED due to COVID-19)</i> <b>May 2, 2020</b> | Stanford Club of Sonoma | Presentation<br>
"Music, Technology, Society: A Story of Design" • <i>Sonoma, CA</i></p>
<p><i>(CANCELLED due to COVID-19)</i> <b>March 7, 2020 </b> | Stanford Graduate Alumni Day | Class<br>
"Music, Technology, Society: A Story of Design" • <i>Stanford University</i></p>
<center>
<a target="_blank" href="think66/2020">
<img border="1" width="25%" class="image-fluid" src="think66/images/think66-stanford.jpg">
</a>
</center><br>
<p><b>Winter Quarter, 2020</b> | <a href="think66/2020"><b>THINK</b>66: Design that Understands Us</a> | a critical thinking course<br>
<i>Stanford University</i></p>
<p><b>February 29, 2020 • 2:30pm</b> | Stanford Family Weekend 2020 | Back-to-school Class Lecture<br>
"Humans in the Loop: The Artful Design of Technology" • <i>Stanford University</i></p>
<p><b>February 22, 2020 </b> | Stanford Women in Design / SENSA Hackathon | Presentation<br>
"Artful Design: Why We Shape Technology" • <i>Stanford University</i></p>
<p><b>January 22, 2020 • 7:30pm </b> | Conference: Cultivating Awareness for Great Tech | Keynote<br>
"Artful Design: Why We Shape Technology" • <i>Lycee San Francisco</i></p>
<center>
<a target="_blank" href="images/events/2020-baycodingclub.jpg">
<img border="1" width="50%" class="image-fluid" src="images/events/2020-baycodingclub.jpg">
</a>
</center><br>
<p><b>January 19, 2020 </b> | Bay Coding Club | Presentation<br>
"Artful Design: Fusing Computer Science, Art, Creativity in Education" • <i>Quinlan Center, Cupertino</i></p>
<p><b>January 18, 2020 • 2:30pm</b> | Stanford Online High School Family Weekend | Keynote<br>
"Humans in the Loop: The Artful Design of Technology" • <i>Stanford University</i></p>
<p><b>January 16, 2020 • 7:30pm</b> | Stanford Continuing Studies | Evening Program<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>January 16, 2020 • 4:30pm</b> | Stanford SystemX | Guest Lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>January 15, 2020 • 12:40pm</b> | Harker High School | Guest Speaker<br>
"Artful Design: Fusing Computer Science, Music, the Humanities, and Social Sciences" • <i>San Jose</i></p>
<p><b>Fall Quarter, 2019</b> | <a href="https://ccrma.stanford.edu/courses/256a-fall-2019/"><b>MUSIC</b>256A / <b>CS</b>476A: Music Computing Design—The Art of Design</a> | Course<br>
<i>Stanford University</i> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2019/">course website</a> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2019/projects/">final projects</a></p>
<center>
<a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2019/projects/">
<img border="1" width="60%" class="image-fluid" src="images/events/256a-fall-2019.jpg">
</a>
</center><br>
<p><b>November 15-17, 2019</b> | <a target="_blank" href="http://www.futureprize.org/en/prize-week/index.html">Future Science Prize Week</a> | Keynote<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Beijing, China</i></p>
<center>
<a target="_blank" href="images/events/2019-future-sci.jpg">
<img border="1" width="65%" class="image-fluid" src="images/events/2019-future-sci.jpg">
</a>
</center><br>
<p><b>November 1st, 2019</b> | <a target="_blank" href="https://pacscenter.stanford.edu/event/digital-civil-society-conference/">
Stanford Digital Civil Society Conference</a> | Presentation + Performance<br>
"The Ethics of Shaping Technology" • <i>Stanford University</i></p>
<p><b>October 29, 2019</b> | <a target="_blank" href="https://hai.stanford.edu/events/2019-fall-conference/overview">
Stanford HAI 2019 Conference on AI Ethics, Policy, and Governance</a> | Keynote (with Stephanie Dinkins)<br>
"What Do We (Really) Want from AI?" (<a target="_blank" href="https://www.youtube.com/watch?v=qPx9P1Mybu8&feature=youtu.be&t=7112">video</a>) • <i>Stanford University</i></p>
<center>
<a target="_blank" href="https://medium.com/artful-design/humans-in-the-loop-b83e3bffa65e">
<img border="1" width="50%" class="image-fluid" src="images/events/2019-human-loopa.jpg">
</a>
</center><br>
<p><b>October 29, 2019</b> |
<a target="_blank" href="https://medium.com/artful-design/humans-in-the-loop-b83e3bffa65e">
Stanford Human-Centered AI Initiative</a> | <a target="_blank" href="https://hai.stanford.edu/news/humans-loop-design-interactive-ai-systems">HAI article</a> • <a target="_blank" href="https://medium.com/artful-design/humans-in-the-loop-b83e3bffa65e">Medium Story</a> <br>
"Humans in the Loop: The Design of Interactive AI Systems" • <i>Stanford University</i></p>
<p><b>October 28, 2019</b> | Department of Electrical Engineering | Faculty Presentation<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford Univresity</i></p>
<p><b>October 26, 2019</b> | <!--<a target="_blank" href="https://reunion.stanford.edu/music-technology-society-story-design-ge-wang">-->
Stanford Reunion: Classes Without Quizzes<!--</a>--> | Lecture<br>
"Music, Technology, Society: A Story of Design" • <i>Stanford University</i></p>
<center>
<div class="embed-responsive embed-responsive-16by9 col-md-6">
<!--<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/oIQZeu4L5Cw?rel=0"-->
<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/aKic56HCRKc?rel=0" allowfullscreen></iframe>
</div>
</center><br>
<p><b>October 25, 2019</b> | <a target="_blank" href="https://www.youtube.com/watch?v=aKic56HCRKc"><!--https://reunion.stanford.edu/presidents-welcome-and-micro-lectures">-->Stanford Reunion Homecoming</a>
| Micro-Lecture<br>
"Artful Design" • <i>Stanford University</i></p>
<p><b>October 22, 2019</b> | <a target="_blank" href="https://www.shin-ibs.edu/luce/">Public Theologies of Technology and Presence Conference</a> | Presentation<br>
"Technology in Search of the Sublime" • <i>The Institute of Buddhist Studies, Berkeley</i></p>
<p><b>October 19, 2019</b> | <a target="_blank" href="https://goodler.org/social-impact-youth-summit-1">
Gooddler Foundation & UN Social Innovation Youth Summit</a> | Keynote<br>
"Artful Design" • <i>San Francisco, CA</i></p>
<center><img border="1" width="80%" class="image-fluid" src="images/events/2019-leland-hs.jpg"></center><br>
<p><b>October 18, 2019</b> | Leland High chool | Guest Speaker<br>
"Music, Technology, People: A Story of Artful Design" • <i>San Jose, CA</i></p>
<p><b>October 16, 2019</b> | Music 220a: Fundamentals of Computer-Generated Sound | Guest Lecture<br>
"ChucK: a Computer Music Programming Language" • <i>Stanford, CCRMA</i></p>
<p><b>October 15, 2019</b> | Science of Information | Guest Lecture<br>
"Artful Design" • <i>Stanford First-year Seminar</i></p>
<p><b>October 15, 2019</b> | Innovation in Society | Guest Lecture (remote)<br>
"Technology, Art, Society" • <i>University of Toronoto</i></p>
<p><b>October 10, 2019</b> | Stanford STEAM | Presentation<br>
"Artful Design" • <i>Stanford University</i></p>
<p><b>October 5, 2019</b> | <a target="_blank" href="https://hackerdojo.com/hd10/">Hacker Dojo, 10 Year Anniversary</a> | Talk & Demos<br>
"Music, Technology, People: A Story of Artful Design" • <i>San Francisco</i></p>
<p><b>October 1, 2019</b> | <a target="_blank" href="https://pacscenter.stanford.edu/event/ge-wang-humans-in-the-loop-the-artful-design-of-technology/">Stanford Digital Civil Society</a> | Speaker Series<br>
"Humans in the Loop: The Artful Design of Technology" • <i>Stanford University</i></p>
<p><b>September 29, 2019</b> • 4-6pm | Stanford Chinese Faculty & Family Club | Lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford Chinese Faculty & Family Club</i></p>
<p><b>September 22, 2019</b> | Silicon Valley Japan Retreat | Closing Keynote<br>
"Humans in the Loop: The Artful Design of Technology" • <i>Half Moon Bay, CA</i></p>
<p><b>September 9, 2019</b> | Stanford New Faculty Orientation | Panelist<br>
"What I Wish I Knew As a New Faculty" • <i>Stanford Faculty Club</i></p>
<center><a target="_blank" border="0" href="images/events/2019-bookworm-2.jpg"><img border="1" width="50%" class="image-fluid" src="images/events/2019-bookworm-2a.jpg"></a></center><br>
<p><b>September 5, 2019</b> • 7:30pm | The Bookworm Beijing | Book Talk<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Beijing, China</i><br>
(<a target="_blank" href="images/events/2019-bookworm-1.jpg">poster-1</a> | <a target="_blank" href="images/events/2019-bookworm-2.jpg">poster-2</a> | <a target="_blank" href="images/events/2019-bookworm-3.jpg">poster-3</a>)</p>
<!--
<br>
<hr width="250">
<h3 class="mt-4">done</h3>
<br>
-->
<p><b>August 18, 2019</b> | Stanford Center at Peking University | Guest Lecture<br>
"Design and the Undesignabilty of Life" • <i>Design Your Life: A 3-day Intensive Program</i></p>
<p><b>August 13, 2019</b> | Stanford Graduate School of Business | Lecture<br>
"Humans in the Loop: The Artful Design of AI" • <i>Executive Program in Strategy and Organization</i></p>
<center><a target="_blank" border="0" href="https://www.flickr.com/photos/gewang/albums/72157710075469976"><img border="1" width="50%" class="image-fluid" src="images/events/2019-difat-2.jpg"></a></center><br>
<p><b>July 31, 2019</b> | <a href="http://www.difat.com/">Denver International Festival of Arts and Techonology</a> | Keynote<br>
"The Future(s) of Art of the Technology!" • <i>University of Denver</i> • (<a target="_blank" href="https://www.flickr.com/photos/gewang/albums/72157710075469976">photos</a>)</p>
<p><b>July 29, 2019</b> | Stanford Summer Arts Institute: Music, Technology, Culture | Guest Lecture<br>
"Artful Design: Technology in Search of the Sublime!" • Stanford University</p>
<p><b>July 28, 2019</b> • 5:30pm | International Study Program in Technology and Innovation | Lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford Faculty Club</i></p>
<p><b>June 19, 2019</b> • noon | Universal Audio Tech Talk | lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Universal Audio, Scotts Valley, CA</i></p>
<p><b>June 24, 2019</b> • 8:30am | <a href="https://cc.acm.org/2019/keynotes.php">ACM Creativity & Cognition</a> | Keynote<br>
"Artful Design: Technology in Search of the Sublime!" • <i>San Diego, CA</i></p>
<p><b>June 11, 2019</b> • 4pm | <a href="https://ccrma.stanford.edu/groups/vr/">CCRMA VR Design Lab — Open House!</a> | talk<br>
<i>CCRMA, Stanford University</i></p>
<center><a target="_blank" border="0" href="http://slork.stanford.edu/events/2019/spring/"><img border="1" width="80%" class="image-fluid" src="images/events/2019-slork-2.jpg"></a></center><br>
<p><b>June 8, 2019</b> • 6:45pm | "<a target="_blank" href="http://slork.stanford.edu/events/2019/spring/">2019: A SLOrk Odyssey — A Concert of New Frontiers!"</a> | talk & concert<br>
<a target="_blank" href="http://slork.stanford.edu/">Stanford Laptop Orchestra</a> • <i>Bing Concert Hall</i></p>
<p><b>Spring Quarter, 2019</b> • April 3 - June 8 | <a href="https://slork.stanford.edu/">Music128 / CS170: Stanford Laptop Orchestra</a> | Course<br>
<i>Stanford University</i></p>
<p><b>May 30, 2019</b> | Flex Leadership Team | Presentation and Performance<br>
"Artful Design: Technology in Search of the Sublime!" • San Jose</p>
<p><b>May 15-16, 2019</b> | <a href="https://www.svod.org/">SVOD: Silicon Valley Open Doors</a> | Keynote <br>
"Humans in the Loop: The Artful Design of AI" • <i>Computer History Museum</i></p>
<p><b>May 7, 2019</b> • noon-1pm | <a href="https://cesta.stanford.edu/events/cesta-seminar-series-ge-wang">Stanford Center for Spatial and Textual Analysis (CESTA)</a> | Seminar Series<br>
"The Ethics of Shaping Technology" • <i>Stanford University</i></p>
<p><b>May 6, 2019</b> • 2pm-4pm | Accenture Labs | Distinguished Lecture Series<br>
"Artful Design: Technology in Search of the Sublime!" • <i>San Francisco</i></p>
<center><a target="_blank" border="0" href="http://slork.stanford.edu/events/2019/slorktastic/"><img border="1" width="80%" class="image-fluid" src="images/events/2019-slorktastic.jpg"></a></center><br>
<p><b>May 2, 2019</b> • 7:30pm | <a href="http://slork.stanford.edu/events/2019/slorktastic/">Stanford Laptop Orchestra: SLOrktastic Chamber Music</a> | Performance<br>
<i>CCRMA Stage</i></p>
<p><b>April 27, 2019</b> • 7:30pm | <a href="https://live.stanford.edu/calendar/april-2019/music-motion-kaki-king-nitin-sawhney-and-thunderstruck-project">Music in Motion: An Exploration of Arts and Technology</a> | Host<br>
<i>Bing Concert Hall</i></p>
<p><b>April 27, 2019</b> • 1pm | In a Company of Authors | Speaker<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford Humanities Center</i></p>
<p><b>April 23, 2019</b> • 5pm | <a href="http://mta.mit.edu/events/artful-design-technology-search-sublime">Massachusetts Institute of Technology</a> | presentation<br>
"Artful Design: Technology in Search of the Sublime!" • <i>MIT Music & Theater Arts</i> • (<a href="images/events/2019-mit.png">event poster</a>)</p>
<p><b>April 22, 2019</b> • 4pm | <a href="https://news.rpi.edu/content/2019/04/17/rensselaer-celebrate-launch-new-dual-degree-music-and-management">Rensselaer Polytechnic Institute</a> | presentation & panel<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Art, Technology, and Business Special Event</i></p>
<center><a target="_blank" border="0" href="https://cst.princeton.edu/news/evnin-lecture-artful-design-technology-search-sublime"><img border="1" width="40%" class="image-fluid" src="images/events/2019-princeton.jpg"></a></center><br>
<p><b>April 18, 2019</b> • 7pm | <a href="https://cst.princeton.edu/news/evnin-lecture-artful-design-technology-search-sublime">Princeton University</a> | Evin Lecture <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Princeton Council on Science & Technology</i>
<br><a href="images/events/2019-princeton.pdf">event poster</a> | <a target="_blank" href="https://cst.princeton.edu/events/evnin-lecture-artful-design-technology-search-sublime">event page</a> | <a target="_blank" href="https://cst.princeton.edu/news/evnin-lecture-artful-design-technology-search-sublime">watch</a></p>
<p><b>April 12, 2019</b> | Odyssey | presentation <br>
"Computers, Music, Design" • <i>San Francisco Bay Area</i></p>
<p><b>April 9, 2019</b> • noon | Stanford University Experiments in Learning | presentation & discussion <br>
"The PI-Shaped Student: Teaching THINK66" • <i>Stanford Faculty Club</i></p>
<p><b>Winter Quarter, 2019</b> | <a href="think66/2019/"><b>THINK</b>66: Design that Understands Us</a> | a critical thinking Course<br>
<i>Stanford University</i></p>
<center>
<a target="_blank" href="think66/2019">
<img border="1" width="35%" class="image-fluid" src="think66/images/think66-stanford.jpg">
</a>
</center><br>
<p><b>March 25, 2019</b> • 7pm | Presentation on STEAM Education | presentation <br>
"The 'A' in S.T.E.A.M. Education" • <i>SKYLabo</i></p>
<p><b>March 8-9, 2019</b> | <a href="http://www.guthman.gatech.edu/">Guthman Musical Instrument Competition</a> | jury • <a href="https://guthman.gatech.edu/events/artful-design-technology-search-sublime-0">presentation</a><br>
"Artful Design: Technology in Search of the Sublime!" • <i>Georgia Institute of Technology</i></p>
<p><b>March 1, 2019</b> | CCRMA Open House | lecture <br>
"Artful Design: Technology in Search of the Sublime!" • <i>CCRMA Open House</i></p>
<p><b>February 28th, 2019</b> • 4:30 | Stanford Symbolic Society Symposium | lecture <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>February 27th, 2019</b> • 1:30pm | Expanding Engineering Limits | guest lecture <br>
"Engineering, Culture, Diversity" • <i>Stanford University</i></p>
<center>
<div class="embed-responsive embed-responsive-16by9 col-md-6">
<iframe class="embed-responsive-item" frameborder="1" src="https://www.youtube.com/embed/SG0RA5BIHEY?rel=0" allowfullscreen></iframe>
</div>
</center><br>
<p><b>February 21th, 2019</b> • 7pm | <a href="https://designersandgeeks.com/events/art-by-design">Designers + Geeks Meetup: "Art by Design"</a> | presentation <br>
"Artful Design: Technology in Search of the Sublime!" • <i>San Francisco</i> | (<a href="https://www.youtube.com/watch?v=SG0RA5BIHEY">watch talk</a>)</p>
<p><b>February 19, 2019</b> • 7pm | Panel on AI for high-tech professionals | presentation & panel <br>
"Humans in the Loop: The Artful Design of AI" • <i>American Business Association of Russian-Speaking Professionals</i></p>
<p><b>February 14th, 2019</b> • 1:15pm | <a href="http://shc.stanford.edu/events/ai-humanities-arts-workshop">Stanford AI, Humanities & the Arts Workshop</a> | presentation <br>
"Humans in the Loop: The Artful Design of AI" • <i>Stanford Humanities Center</i></p>
<p><b>February 14th, 2019</b> • 7pm | <a href="https://www.scaruffi.com/leonardo/feb2019.html">Leonardo Art Science Evening Rendezvouz (LASER)</a> | LASER talk <br>
<i>Stanford University, Li Ka Shing Learning and Knowledge Center</i></p>
<p><b>February 6, 2019</b> | STEAM Education | presentation <br>
<i>Silicon Valley Japan Platform </i></p>
<p><b>February 1, 2019</b> | PAWcast: <a href="https://paw.princeton.edu/podcast/pawcast-ge-wang-08-computers-music-and-artful-design">Ge Wang *08 on Computers, Music, and 'Artful Design'</a> | Podcast <br>
<i>Allie Wenner • Princeton Alumni Weekly</i></p>
<p><b>January 31, 2019</b> | Moral Philosophy of Tech Companies | guest lecture<br>
"The Moral Philosophy of Design" • <i>TECH 2025</i></p>
<p><b>January 31, 2019</b> | ARTSTUDIO 169: VR: Possibility and Peril of Immersive Artwork | guest lecture<br>
"The Artful Design of Virtual Reality" • <i>Stanford University</i></p>
<p><b>January 30th, 2019</b> | Stanford Design Dorm | speaker series <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>January 29th, 2019</b> | <a href="https://tedxgunnhighschool.com/">TEDxGunnHighSchool</a> | presentation <br>
"The Engineer with a Soul" • <i>Gunn High School, Palo Alto, CA</i></p>
<p><b>January 24th, 2019</b> • 3:30pm | <a href="https://events.stanford.edu/events/820/82089/">Art Meets Science at SLAC Lectures Series</a> | presentation <br>
"Artful Design" • <i>Stanford Linear Accelerator (SLAC) National Laboratory</i></p>
<center><a target="_blank" border="0" href="https://designlab.ucsd.edu/events/ge-wang-stanford-university/"><img border="1" width="50%" class="image-fluid" src="images/events/ucsd-don-ge-2019b.jpg"></a></center><br>
<p><b>January 16th, 2019</b> • 4pm | <a href="https://designlab.ucsd.edu/events/ge-wang-stanford-university/">UC San Diego: Design@Large</a> | seminar series <br>
"Artful Design: Technology in Search of the Sublime!" • <i>UC San Diego, Design Lab</i></p>
<p><b>January 14, 2019</b> | Music 250a: Physical Interaction Design for Music | guest lecture<br>
"The Art of Musical Interface Design" • <i>Stanford University</i></p>
<p><b>Fall Quarter, 2018</b> | <a href="https://ccrma.stanford.edu/courses/256a-fall-2018/"><b>MUSIC</b>256A / <b>CS</b>476A: Music Computing Design—The Art of Design</a> | Course<br>
<i>Stanford University</i> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2018/">course website</a> • <a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2018/projects/">final projects</a></p></p>
<center>
<a target="_blank" href="https://ccrma.stanford.edu/courses/256a-fall-2018/projects/">
<img border="1" width="60%" class="image-fluid" src="images/events/256a-fall-2018.jpg">
</a>
</center><br>
<p><b>December 4, 2018</b> • 6pm | SF <a href="https://www.meetup.com/sfinteraction/events/255689083/">Interaction Design</a> & <a href="https://www.meetup.com/sfcreative/events/255434284/">Creative Technologist</a> Meetup | presentation <br>
"Artful Design: Technology in Search of the Sublime!" • <i>CCRMA, Stanford University</i></p>
<p><b>December, 2018</b> | <a href="https://www.preposterousuniverse.com/podcast/2018/12/10/episode-26-ge-wang-on-artful-design-computers-and-music/">Sean Carroll's Mindscape, Epidosde 26: Artful Design, Computers, and Music</a><br>
<i><a href="https://www.preposterousuniverse.com/">Sean Carroll</a> • <a href="https://www.preposterousuniverse.com/podcast/">Mindscape Podcast</a></i></p>
<center><a target="_blank" border="0" href="images/events/ingalls-b.jpg"><img border="1" width="50%" class="image-fluid" src="images/events/ingalls-c.jpg"></a></center>
<br>
<p><b>December 1, 2018</b> • 4pm | <a href="https://www.hennesseyingalls.com/event/ge-wang-discussion-book-signing-artful-design-technology-search-sublime-musicomic-manifesto">Hennessey + Ingalls</a> | book talk & signing <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Los Angeles</i></p>
<p><b>November 30, 2018</b> • 9am | Netflix | Tema Talks Series <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Netflix</i></p>
<p><b>November 13, 2018</b> • 2pm | <a href="https://sdsi.stanford.edu/fall-2018-retreat">Stanford Data Science Initiative</a> | presentation • performance <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>November 9, 2018</b> • 11:50 | GirlTech @ Sacred Heart Preperatory | presentation <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Sacred Heart Schools, Atherton</i></p>
<center><a target="_blank" href="images/events/hume-poster.jpg"><img border="0" width="50%" class="image-fluid" src="images/events/hume-poster-sm.jpg"></a></center>
<br>
<p><b>November 8, 2018</b> • 4pm | <a href="https://undergrad.stanford.edu/events/artful-design-technology-search-sublime-ge-wang">Stanford Hume Center for Writing and Speaking</a> | workshop<br>
"Designing ARTFUL DESIGN: A Comic Book about Design" • <i>Stanford University</i></p>
<p><b>November 7, 2018</b> • 1:30pm | <a href="https://exploreintrosems.stanford.edu/frosh/aesthetics-data">Music 15N: Aesthetics of Data</a> | guest lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<p><b>November 6, 2018</b> • 12:30pm | Music 108: Music Cognition | guest lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>UC Berkeley</i></p>
<p><b>November 5, 2018</b> | Music 1: Exemplars in the History of Organized Sound | guest lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University</i></p>
<center><a target="_blank" href="manifestival/"><img border="0" width="50%" class="image-fluid" src="manifestival/images/manifestival-1a.jpg"></a></center>
<br>
<p><b>November 1-2, 2018</b> | <a href="../manifestival/">Artful Design Manifestival</a> | book talk • symposium<br>
<i>Stanford University • Denning House & CCRMA</i></p>
<p><b>October 26, 2018</b> • 7pm-9pm | <a href="http://www.computerhistory.org/events/upcoming/#artful-design">Computer History Museum</a> | presentation • performance<br>
"Artful Design: Technology in Search of the Sublime!" • <i>Mountain View, CA</i> <!--<a href="https://www.eventbrite.com/e/friday-nights-chm-artful-design-tickets-50146835535"></a.--></p>
<p><b>October 25, 2018</b> • 4pm-5pm | Adobe | Distinguished Lecture<br>
"Artful Design: Technology in Search of the Sublime!" • <i>San Francisco, CA</i></p>
<p><b>October 24, 2018</b> • 11:30am | CS 147: Human-Computer Interaction | guest lecture<br>
"The Artful Design of Interaction"<i>Stanford University</i></p>
<p><b>October 19, 2018</b> • noon | <a href="https://artscenter.duke.edu/event/ruby-fridays-art-talk-lunch-2018-09-28-2018-10-19/">Duke University Rubenstein Arts Center</a> | Ruby Fridays colloquium<br>
"Artful Design: Technology in Search of the Sublime!" • Durham, NC<i></i></p>
<p><b>October 12, 2018</b> | Smule | talk • workshop <br>
"Artful Design: Technology in Search of the Sublime!" • <i>San Francisco, CA</i></p>
<p><b>October 4, 2018</b> • 7pm | Silicon Valley Parents / Teachers / Administrators <br>
"Why Art Matters" • <i>Yew Chung International School, Mountain View, CA</i></p>
<p><b>October 2, 2018</b> • 7:30pm | <a href="https://www.eventbrite.com/e/ge-wang-tickets-48571183718?aff=GeWang">
<!--<a href="http://www.keplers.org/upcoming-events-internal/2018/10/2/ge-wang">-->
Kepler's Books</a> | book talk • performance • signing <br>
"Artful Design: Technology in Search of the Sublime!" • <i>Kepler's Literary Foundation, Menlo Park, CA</i></p>
<p><b>October 1, 2018</b> • 7pm | Design and Technology; Music and VR | talk • discussion <br>
<i>Stanford University • Serra Residential Hall</i> </p>
<p><b>September 13, 2018</b> • 6:00pm | <a href="https://events.stanford.edu/events/798/79834/">Digital Humanities Exchange</a> | <a href="https://dbe.hypotheses.org/workshops/stanford/program">Keynote</a><br>
"Artful Design: Technology in Search of the Sublime!" • <i>Stanford University • Bender Room, Green Library</i></p>
<p><b>September 11, 2018</b> | Book Release!</p>
<!--<p><b>October 5, 2018</b> • 3:30pm | <a href="https://www.nciba.com/fall-discovery-show.html">NCIBA Booksellers Fall Discovery Show</a> | meet & greet |<br>
<i>NCIBA Booksellers Fall Discovery Show, Oakland, CA • Stanford University Press booth</i></p>-->
<br>
<hr width="250">
</div>
<!-- scripts -->
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- content end -->
</body>
</html>