-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
830 lines (775 loc) · 26.7 KB
/
index.html
File metadata and controls
830 lines (775 loc) · 26.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
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
<!DOCTYPE html>
<html lang="en" vocab="http://schema.org" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>UIST 2017: 30th ACM User Interface Software and Technology Symposium</title>
<base href="/uist2017/" />
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="logo.svg">
<link rel="canonical" href="https://uist.acm.org/uist2017/">
<meta property="og:image" content="https://uist.acm.org/uist2017/images/fb.jpg" />
</head>
<body typeof="Event">
<header >
<a href="/uist2017" class="logo">
<img src="logo.svg" height="100" alt="Logo: Pixelated masochist teapot" property="image">
<hgroup>
<h1 class="wordmark"><img src="wordmark.svg" /></h1>
<h2 property="name">30th ACM User Interface Software and Technology Symposium</h2>
</hgroup>
</a>
<p>
<span class="place" property="location">Quebec City, Canada</span>
<time datetime="2017-10-22" property="startDate">October 22-25, 2017</time>
</p>
<nav>
<ul>
<li><a href="cfp">CFP</a></li>
<li><a href="#dates">Dates</a></li>
<li><a href="#organizers">Organizers</a></li>
<li><a href="http://confer.csail.mit.edu/uist2017/schedule">Schedule</a></li>
<li><a href="attending">Attending</a></li>
<li><a href="sponsor">Sponsor</a></li>
<li><a href="archive">Archive</a></li>
</ul>
</nav>
</header>
<main>
<section id="welcome">
<div>
<h1>Welcome</h1>
<p property="og:description">The <strong>ACM Symposium on User Interface Software and Technology (UIST)</strong> is the premier forum for innovations in
Human-Computer Interfaces. Sponsored by <a href="http://www.sigchi.org">ACM Special Interest Groups on Computer-Human Interaction (SIGCHI)</a>
and <a href="http://www.siggraph.org">Computer Graphics (SIGGRAPH)</a>, UIST brings together people from diverse areas including graphical & web user interfaces,
tangible & ubiquitous computing, virtual & augmented reality, multimedia, new input & output devices, and CSCW.
The intimate size and intensive program make UIST an ideal opportunity to exchange research results and ideas.
Join us in Quebec City!</p>
</div>
</section>
<!-- <section id="updates">
<h1>🔥 Useful Right Now</h1>
<ul>
<li><a href="http://www.humancomputation.com/2017/program.html">HCOMP Program</a></li>
<li><a href="https://www.flickr.com/photos/acmuist/">Flickr Photostream</a></li>
<li><a href="https://drive.google.com/open?id=1Ux6-lqF9DxoDzJLsJ6O1B3U1rkU&usp=sharing">Points of Interest</a></li>
<li><a href="demos.pdf">Demo Reception map</a></li>
</ul>
</section> -->
<section>
<h1>UIST 2017 Photos</h1>
<div id="flickrembed"></div>
<small>
<a href="https://www.flickr.com/photos/acmuist/" target="_blank">View on Flickr</a> •
Powered by <a href="https://flickrembed.com" target="_blank">flickr embed</a>.
</small>
<script src='https://flickrembed.com/embed_v2.js.php?source=flickr&layout=responsive&input=146774125@N04&sort=2&by=user&theme=default&scale=fill&limit=100&skin=default&autoplay=true'></script>
</section>
<section>
<h1>🏆 Awards</h1>
<article id="lasting-impact">
<h2 aria-level="3">Lasting Impact</h2>
<figure>
<img src="https://farm5.staticflickr.com/4468/37853868356_50e1af921c_o_d.jpg" alt="">
<figcaption>
Co-author Ivan Poupyrev and Lasting Impact Award Chair Steven Feiner
</figcaption>
</figure>
<div>
<h3>Ambient Touch: Designing Tactile Interfaces for Handheld Devices (UIST 2002)</h3>
<p>Ivan Poupyrev, Shigeaki Maruyama, Jun Rekimoto</p>
<p>Awarded for pioneering work that developed a rich tactile actuator, integrated it into a handheld computing device, and explored a wide range of vibrotactile feedback. This not only inspired new research, but foresaw a user interface that is now common in smartphones.</p>
</div>
</article>
<article id="best-papers">
<h2 aria-level="3">Best Papers</h2>
<div>
<article>
<figure>
<img src="https://farm5.staticflickr.com/4502/37192628104_7c5eb8022c_o_d.jpg" alt="">
<figcaption>Co-author Nora Willett and Program Co-chair Chris Harrison</figcaption>
</figure>
<div>
<h3>Triggering Artwork Swaps for Live Animation</h3>
<p>Nora Willett, Wilmot Li, Jovan Popovic, Adam Finkelstein</p>
</div>
</article>
<article>
<figure>
<img src="https://farm5.staticflickr.com/4511/37871356302_f8179a013a_o_d.jpg" alt="">
<figcaption>Co-authors Alex Olwal, Inrak Choi and Sean Follmer, and Program Co-chair Chris Harrison</figcaption>
</figure>
<div>
<h3>Grabity: A Wearable Haptic Interface for Simulating Weight and Grasping in Virtual Reality</h3>
<p>Inrak Choi, Heather Culbertson, Mark Miller, Alex Olwal, Sean Follmer</p>
</div>
</article>
<article>
<figure>
<img src="https://farm5.staticflickr.com/4501/37192627774_5cef33ebb3_o_d.jpg" alt="">
<figcaption>Co-author Dingzeyu Li and Program Co-chair Chris Harrison</figcaption>
</figure>
<div>
<h3>AirCode: Unobtrusive Physical Tags for Digital Fabrication</h3>
<p>Dingzeyu Li, Avinash Nair, Shree Nayar, Changxi Zheng</p>
</div>
</article>
</div>
<h3>Honorable mentions</h3>
<ul>
<li>
<strong>MagTics: Flexible and Thin Form Factor Magnetic Actuators for Dynamic and Wearable Haptic Feedback</strong>
Fabrizio Pece, Juan Zarate, Velko Vechev, Nadine Besse, Olexandr Gudozhnik, Herbert Shea, Otmar Hilliges
</li>
<li>
<strong>Everyday Eye Contact Detection Using Unsupervised Gaze Target Discovery</strong>
Xucong Zhang, Yusuke Sugano, Andreas Bulling
</li>
<li>
<strong>Scanalog: Interactive Design and Debugging of Analog Circuits with Programmable Hardware</strong>
Evan Strasnick, Maneesh Agrawala, Sean Follmer
</li>
<li>
<strong>BlowFab: Rapid Prototyping for Rigid and Reusable Objects using Inflation of Laser-cut Surfaces</strong>
Junichi Yamaoka, Ryuma Niiyama, Yasuaki Kakehi
</li>
<li>
<strong>Crowd Research: Open and Scalable University Laboratories</strong>
Rajan Vaish, Snehalkumar (Neil) Gaikwad, Geza Kovacs, Andreas Veit, Ranjay Krishna, Imanol Arrieta Ibarra, Camelia Simoiu, Michael Wilber, Serge Belongie, Sharad C. Goel, James Davis, Michael Bernstein
</li>
<li>
<strong>Learning Visual Importance for Graphic Designs and Data Visualizations</strong>
Zoya Bylinskii, Nam Wook Kim, Peter O’Donovan, Sami Alsheikh, Spandan Madan, Hanspeter Pfister, Fredo Durand, Bryan Russell, Aaron Hertzmann
</li>
<li>
<strong>DS.js: Turn Any Webpage into an Example-Centric Live Programming Environment for Learning Data Science</strong>
Xiong Zhang, Philip Guo
</li>
<li>
<strong>DodecaPen: Accurate 6DoF Tracking of a Passive Stylus</strong>
Po-Chen Wu, Robert Wang, Kenrick Kin, Christopher Twigg, Shangchen Han, Ming-Hsuan Yang, Shao-Yi Chien
</li>
</ul>
</article>
<article id="non-paper">
<h2 aria-level="3">Best demo</h2>
<ul>
<li>
<strong>Mutual Human Actuation</strong>
Lung-Pan Cheng, Sebastian Marwecki, Patrick Baudisch
</li>
<li>
<strong>
<em>(Honorable mention)</em>
shapeShift: A Mobile Tabletop Shape Display for Tangible and Haptic Interaction</strong>
Alexa Siu, Eric Gonzalez, Shenli Yuan, Jason Ginsberg, Allen Zhao, Sean Follmer
</li>
<li>
<strong>
<em>(Honorable mention)</em>
iSphere: Self-Luminous Spherical Drone Display</strong>
Wataru Yamada, Kazuhiro Yamada, Hiroyuki Manabe, Daizo Ikeda
</li>
</ul>
<h2 aria-level="3">Best poster</h2>
<ul>
<li><strong>Jaguar: Indoor Navigation System for Organizations</strong>
Brandon Dalton, Chen-Hsiang Yu, Mira Yun</li>
</ul>
<h2 aria-level="3">Best talk</h2>
<ul>
<li>
<strong>A Modular Smartphone for Lending</strong>
Teddy Seyed, Xing-Dong Yang, Daniel Vogel
</li>
</ul>
<h2 aria-level="3">Student Innovation Contest</h2>
<h3>Most Creative Award</h3>
<ul>
<li>
<strong>Juicy Ninja: Spraying Arm in a Virtual Reality Game</strong>
Wen-Chi Ho, Wei-Lun Yi, Yu-Cheng Chen, Nai-Hui Wang (National Taiwan University)
</li>
<li>
<strong><em>(Honorable mention)</em>
FLEXA: Flexible Anima
</strong>
Takafumi Imai, Yusuke Maikuma, Tatsuya Hasegawa (Keio University)
</li>
</ul>
<h3>Best Implementation Award</h3>
<ul>
<li>
<strong>V.Ra: A Vision Driven Robot Assistant</strong>
Zhuangying Xu, Yuanzhi Cao (Purdue University)
</li>
<li>
<strong><em>(Honorable mention)</em>
The FabLabLads: Three Hand Fabrication For All</strong>
Tom Veuskens, Bram Van Deurzen, Danny Leen (Hasselt University)
</li>
</ul>
<h3>People's Choice Award</h3>
<ul>
<li>
<strong>Co-Bonbon: Collaborative, De-Coupled, Crowd-Based Robot Actuation</strong>
Youngbo A. Shim, Sunbum Kim, Sangyoon Lee, Keunwoo Park (KAIST)
</li>
</ul>
</article>
</section>
<section id="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/UXsztFr84fw?enablejsapi=1" frameborder="0" allowfullscreen></iframe>
</section>
<section id="sponsors">
<article class="sponsor platinum">
<h1>Platinum Sponsor</h1>
<span style="font-size: 200%">Jeff Han</span>
</article>
<article class="sponsor platinum">
<h1>Platinum Sponsor</h1>
<a href="http://www.autodesk.com/"><img src="images/logos/autodesk.svg" alt="Autodesk"></a>
</article>
<article class="sponsor silver">
<h1>Silver Sponsor</h1>
<a href="http://www.adobe.com/"><img src="images/logos/adobe.svg" alt="Adobe"></a>
</article>
<article class="sponsor silver">
<h1>Silver Sponsor</h1>
<a href="https://www.disneyresearch.com/"><img src="images/logos/disney.svg" alt="Disney Research"></a>
</article>
<article class="sponsor silver">
<h1>Silver Sponsor</h1>
<a href="http://www.microsoft.com/"><img src="images/logos/microsoft.svg" alt="Microsoft"></a>
</article>
<article class="sponsor silver">
<h1>Silver Sponsor</h1>
<a href="http://www.nureva.com/"><img src="images/logos/nureva.svg" alt="Nureva"></a>
</article>
<article class="sponsor silver">
<h1>Silver Sponsor</h1>
<a href="http://www.snap.com/"><img src="images/logos/snap.svg" alt="Snap Inc."></a>
</article>
<article class="sponsor bronze">
<h1>Bronze Sponsor</h1>
<a href="https://www.oculus.com/">
<img src="images/logos/oculus.svg" alt="Oculus">
</a>
</article>
<article class="sponsor bronze">
<h1>Bronze Sponsor</h1>
<a href="https://www.synaptics.com/">
<img src="images/logos/synaptics.svg" alt="Synaptics">
</a>
</article>
<article class="sponsor bronze">
<h1>Bronze Sponsor</h1>
<a href="http://www.tactuallabs.com/">
<img src="images/logos/tactual-labs.png" alt="Tactual Labs">
</a>
</article>
<article class="sponsor friends">
<h1>Friends Sponsor</h1>
<a href="https://www.google.com/">
<img src="images/logos/google.svg" alt="Google">
</a>
</article>
</section>
<section id="dates">
<h1>Important Dates</h1>
<p>For more detailed timelines, check out the <a href="cfp">Call for Participation</a>.</p>
<table class="dates">
<tr>
<th aria-label="deadline"><a href="cfp/#papers">Papers</a></th>
<td><time datetime="2017-04-04T22:00Z">April 4th, 2017 22:00 UTC</time></td>
</tr>
<tr>
<th aria-label="deadline"><a href="cfp/#posters">Posters</a>, <a href="cfp/#demos">Demos</a>, <a href="cfp/#doctoral-symposium">Doctoral Symposium</a></th>
<td><time datetime="2017-07-12T12:00-0800">July 12th, 2017 12:00 PDT</time></td>
</tr>
<tr>
<th aria-label="deadline"><a href="cfp/#sic">Student Innovation Contest</a></th>
<td><time datetime="2017-07-18">July 18th, 2017</time></td>
</tr>
<tr>
<th aria-label="deadline"><a href="cfp/#student-volunteers">Student Volunteers</a></th>
<td><time datetime="2017-07-24">July 24th, 2017</time></td>
</tr>
<tr>
<th>Conference starts</th>
<td><time datetime="2017-10-22">October 22, 2017</time></td>
</tr>
</table>
</section>
<section id="keynote">
<h1>Keynote Speakers</h1>
<article>
<a href="http://gabriellacoleman.org/">
<img src="images/people/gabriella.jpg" alt="Photo of Gabriella Coleman">
<h1><span>Gabriella Coleman</span></h1>
</a>
<p>Gabriella (Biella) Coleman holds the Wolfe Chair in Scientific and Technological Literacy <a href="http://www.mcgill.ca/ahcs/people-contacts/faculty/gabriella-coleman">at McGill University.</a> Trained as an anthropologist, her scholarship explores the intersection of the <a href="http://culturedigitally.org/wp-content/uploads/2016/07/Coleman-2016-Hacker-Digital-Keywords-Peters-ed.pdf">cultures of hacking and politics</a>, with a focus on the sociopolitical implications of the free software movement and the digital protest ensemble Anonymous.</p>
<p>She has authored two books, <a href="http://www.amazon.com/Coding-Freedom-Ethics-Aesthetics-Hacking/dp/0691144613/ref=sr_1_1?ie=UTF8&qid=1419086140&sr=8-1&keywords=Coding+Freedom">Coding Freedom: The Ethics and Aesthetics of Hacking</a> (Princeton University Press, 2012) and <a href="http://www.versobooks.com/books/1749-hacker-hoaxer-whistleblower-spy">Hacker, Hoaxer, Whistleblower, Spy: The Many Faces of Anonymous</a> (Verso, 2014), which was named to <a href="https://www.kirkusreviews.com/lists/best-current-affairs-books-2014/hacker-hoaxer-whistleblower-spy/">Kirkus Reviews’Best Books of 2014</a> and was awarded the <a href="http://blog.castac.org/2015/10/2015-forsythe/">Diana Forsythe Prize by the American Anthropological Association</a>. Her work has been featured in numerous scholarly journals and edited volumes. Committed to public ethnography, she routinely presents her work to <a href="https://www.youtube.com/watch?v=A8mtG4oMzLs">diverse audiences</a>, teaches undergraduate and graduate courses, and has written for popular media outlets, including the New York Times, Slate, Wired, MIT Technology Review, Huffington Post, and the Atlantic. She sits on the board of <a href="https://equalit.ie/">Equalitie</a>, <a href="https://www.torproject.org/">The Tor Project</a>, <a href="https://datasociety.net/people/directors-advisors/"> the Advisory Board of Data and Society</a><a>,and </a><a href="https://www.ncwit.org/alliances/ssab">the Social Science Advisory Board of the National Center for Women and Information Technology.</a></p>
</article>
<article>
<a href="http://kittur.org">
<img src="images/people/niki.jpg" alt="Photo of Niki Kittur">
<h1><span>Niki Kittur</span></h1>
</a>
<p>Niki Kittur is an Associate Professor and holds the Cooper-Siegel Chair in the Human-Computer Interaction Institute at Carnegie Mellon University. His research on crowd-augmented cognition looks at how we can augment the human intellect using crowds and computation. He has authored and co-authored more than 70 peer-reviewed papers, 13 of which have received best paper awards or honorable mentions. Dr. Kittur is a Kavli fellow, has received an NSF CAREER award, the Allen Newell Award for Research Excellence, major research grants from NSF, NIH, Google, and Microsoft, and his work has been reported in venues including Nature News, The Economist, The Wall Street Journal, NPR, Slashdot, and the Chronicle of Higher Education. He received a BA in Psychology and Computer Science at Princeton, and a PhD in Cognitive Psychology from UCLA.</p>
</article>
</section>
<section id="organizers">
<h1>Organizers</h1>
<section>
<h1>General Chair</h1>
<a href="mailto:chair@uist.org">chair@uist.org</a>
<article>
<a href="http://www.eecs.harvard.edu/~kgajos/">
<img src="images/people/kgajos.jpg" alt="">
<h1>Krzysztof Gajos</h1>
</a>
<a href="http://www.seas.harvard.edu/computer-science">Harvard University</a>
</article>
</section>
<section>
<h1>Program Committee Chairs</h1>
<a href="mailto:program2017@uist.org">program2017@uist.org</a>
<article>
<a href="https://make4a11.org">
<img src="images/people/jmankoff.jpg" alt="">
<h1>Jennifer Mankoff</h1>
</a>
<a href="https://www.washington.edu/">University of Washington</a>
</article>
<article>
<a href="http://www.chrisharrison.net">
<img src="images/people/chris.jpg" alt="">
<h1>Chris Harrison</h1>
</a>
<a href="http://www.cs.cmu.edu/">Carnegie Mellon University</a>
</article>
</section>
<section>
<h1>Sponsorship Chairs</h1>
<a href="mailto:sponsorship@uist.org">sponsorship@uist.org</a>
<article>
<a href="http://www.dgp.toronto.edu/~dwigdor/">
<img src="images/people/danielw.jpg" alt="">
<h1>Daniel Wigdor</h1>
</a>
<a href="https://www.utoronto.ca/">University of Toronto</a>
</article>
<article>
<a href="https://profiles.stanford.edu/james-landay">
<img src="images/people/james.jpg" alt="">
<h1>James Landay</h1>
</a>
<a href="http://stanford.edu">Stanford University</a>
</article>
</section>
<section>
<h1>Demo Chairs</h1>
<a href="mailto:demos@uist.org">demos@uist.org</a>
<article>
<a href="http://yutasugiura.com/index-e.html">
<img src="images/people/yuta.jpg" alt="">
<h1>Yuta Sugiura</h1>
</a>
<a href="https://www.keio.ac.jp">Keio University</a>
</article>
<article>
<a href="https://juhokim.com">
<img src="images/people/juho.jpg" alt="">
<h1>Juho Kim</h1>
</a>
<a href="http://www.kaist.ac.kr">KAIST</a>
</article>
</section>
<section>
<h1>Posters Chairs</h1>
<a href="mailto:posters@uist.org">posters@uist.org</a>
<article>
<a href="http://stefaniemueller.org">
<img src="images/people/stefanie.jpg" alt="">
<h1>Stefanie Mueller</h1>
</a>
<a href="http://hcie.csail.mit.edu">MIT CSAIL</a>
</article>
<article>
<a href="http://hci.cs.sfu.ca/">
<img src="images/people/parmit.jpg" alt="">
<h1>Parmit Chilana</h1>
</a>
<a href="http://www.sfu.ca">Simon Fraser University</a>
</article>
</section>
<section>
<h1>Doctoral Symposium Chair</h1>
<a href="mailto:doctoralsymposium@uist.org">doctoralsymposium@uist.org</a>
<article>
<a href="http://meredithringelmorris.com">
<img src="images/people/meredith.jpg" alt="">
<h1>Meredith Ringel Morris</h1>
</a>
<a href="https://www.microsoft.com/en-us/research">Microsoft Research</a>
</article>
</section>
<section>
<h1>Registration Chairs</h1>
<a href="mailto:registration@uist.org">registration@uist.org</a>
<article>
<a href="http://eglassman.github.io/">
<img src="images/people/elena.jpg" alt="">
<h1>Elena Leah Glassman</h1>
</a>
<a href="http://www.berkeley.edu/">UC Berkeley</a>
</article>
<article>
<a href="https://www.microsoft.com/en-us/research/people/nchen/">
<img src="images/people/nicholas.jpg" alt="">
<h1>Nicholas Chen</h1>
</a>
<a href="https://www.microsoft.com/en-us/research">Microsoft Research</a>
</article>
</section>
<section>
<h1>Student Volunteer Chairs</h1>
<a href="mailto:sv@uist.org">sv@uist.org</a>
<article>
<a href="http://alexandraion.com">
<img src="images/people/alexandra.jpg" alt="">
<h1>Alexandra Ion</h1>
</a>
<a href="https://hpi.de">Hasso Plattner Institute</a>
</article>
<article>
<a href="http://pefortin.com">
<img src="images/people/pascal.jpg" alt="">
<h1>Pascal E. Fortin</h1>
</a>
<a href="https://mcgill.ca">McGill University</a>
</article>
</section>
<section>
<h1>Student Innovation Contest Chairs</h1>
<a href="mailto:sic@uist.org">sic@uist.org</a>
<article>
<a href="http://plopes.org">
<img src="images/people/pedro.jpg" alt="">
<h1>Pedro Lopes</h1>
</a>
<a href="https://hpi.de">Hasso Plattner Institute</a>
</article>
<article>
<a href="http://www.gierad.com">
<img src="images/people/gierad.jpg" alt="">
<h1>Gierad Laput</h1>
</a>
<a href="http://www.cs.cmu.edu/">Carnegie Mellon University</a>
</article>
</section>
<section>
<h1>Local Arrangements Chair</h1>
<a href="mailto:localarrangements@uist.org">localarrangements@uist.org</a>
<article>
<a href="http://michelleannett.com">
<img src="images/people/michelle.jpg" alt="">
<h1>Michelle Annett</h1>
</a>
<a href="https://www.utoronto.ca/">University of Toronto</a>
</article>
</section>
<section>
<h1>Lasting Impact Chair</h1>
<a href="mailto:lastingimpact@uist.org">lastingimpact@uist.org</a>
<article>
<a href="http://www.cs.columbia.edu/~feiner/">
<img src="images/people/steven.jpg" alt="">
<h1>Steven Feiner</h1>
</a>
<a href="http://columbia.edu">Columbia University</a>
</article>
</section>
<section>
<h1>Awards Chair</h1>
<a href="mailto:awards@uist.org">awards@uist.org</a>
<article>
<a href="http://www.olwal.com">
<img src="images/people/alex.jpg" alt="">
<h1>Alex Olwal</h1>
</a>
<a href="http://google.com">Google</a>
</article>
</section>
<section>
<h1>Documentation Chair</h1>
<a href="mailto:documentation@uist.org">documentation@uist.org</a>
<article>
<a href="http://punpongsanon.info/">
<img src="images/people/parinya.jpg" alt="">
<h1>Parinya Punpongsanon</h1>
</a>
<a href="http://hcie.csail.mit.edu">MIT CSAIL</a>
</article>
</section>
<section>
<h1>Proceedings Chairs</h1>
<a href="mailto:proceedings@uist.org">proceedings@uist.org</a>
<article>
<a href="http://www.cs.dartmouth.edu/~xingdong/">
<img src="images/people/xingdong.jpg" alt="">
<h1>Xing-Dong Yang</h1>
</a>
<a href="http://dartmouth.edu/">Dartmouth College</a>
</article>
<article>
<a href="http://www.danafergan.com">
<img src="images/people/daniel.jpg" alt="">
<h1>Daniel Afergan</h1>
</a>
<a href="http://google.com">Google</a>
</article>
</section>
<section>
<h1>Web Chair</h1>
<a href="mailto:web@uist.org">web@uist.org</a>
<article>
<a href="http://lea.verou.me">
<img src="images/people/lea.jpg" alt="">
<h1>Lea Verou</h1>
</a>
<a href="http://haystack.csail.mit.edu">MIT CSAIL</a>
</article>
</section>
<section>
<h1>Recreation Chair</h1>
<a href="mailto:recreation@uist.org">recreation@uist.org</a>
<article>
<a href="http://wslasecki.com">
<img src="images/people/walter.jpg" alt="">
<h1>Walter S. Lasecki</h1>
</a>
<a href="http://umich.edu">University of Michigan</a>
</article>
</section>
<section>
<h1>Publicity Chair</h1>
<a href="mailto:publicity@uist.org">publicity@uist.org</a>
<article>
<a href="http://www.nikolabanovic.net">
<img src="images/people/nikola.jpg" alt="">
<h1>Nikola Banovic</h1>
</a>
<a href="http://www.cs.cmu.edu/">Carnegie Mellon University</a>
</article>
</section>
</section>
<section>
<h1>Program Committee</h1>
<table>
<tr>
<td>Jürgen Steimle</td>
<td>Saarland University</td>
</tr>
<tr>
<td>Azza Abouzied</td>
<td>NYU Abu Dhabi</td>
</tr>
<tr>
<td>Dan Ashbrook</td>
<td>Rochester Institute of Technology</td>
</tr>
<tr>
<td>Michel Beaudouin-Lafon</td>
<td>Université Paris-Sud</td>
</tr>
<tr>
<td>Bo Begole</td>
<td>Huawei R&D</td>
</tr>
<tr>
<td>Anastasia Bezerianos</td>
<td>Université Paris-Sud</td>
</tr>
<tr>
<td>Steve Feiner</td>
<td>Columbia University</td>
</tr>
<tr>
<td>Hans Gellersen</td>
<td>Lancaster University</td>
</tr>
<tr>
<td>Björn Hartmann</td>
<td>University of California, Berkeley</td>
</tr>
<tr>
<td>Shaun Kane</td>
<td>University of Colorado Boulder</td>
</tr>
<tr>
<td>Per Ola Kristensson</td>
<td>University of Cambridge</td>
</tr>
<tr>
<td>Walter Lasecki</td>
<td>University of Michigan</td>
</tr>
<tr>
<td>Pedro Lopes</td>
<td>Hasso Plattner Institute</td>
</tr>
<tr>
<td>Wendy Mackay</td>
<td>INRIA</td>
</tr>
<tr>
<td>Stefanie Mueller</td>
<td>Massachusetts Institute of Technology</td>
</tr>
<tr>
<td>Jeff Nichols</td>
<td>Google</td>
</tr>
<tr>
<td>Stephen Oney</td>
<td>University of Michigan</td>
</tr>
<tr>
<td>Bing-Yu Chen</td>
<td>National Taiwan University</td>
</tr>
<tr>
<td>Alanson Sample</td>
<td>Disney Research</td>
</tr>
<tr>
<td>Koji Yatani</td>
<td>University of Tokyo</td>
</tr>
<tr>
<td>Christian Holz</td>
<td>Microsoft Research</td>
</tr>
<tr>
<td>Ranjitha Kumar</td>
<td>University of Illinois at Urbana-Champaign</td>
</tr>
<tr>
<td>Kotoro Hara</td>
<td>Carnegie Mellon University</td>
</tr>
<tr>
<td>Tico Ballagas</td>
<td>HP</td>
</tr>
<tr>
<td>Scott Klemmer</td>
<td>University of California, San Diego</td>
</tr>
<tr>
<td>Tovi Grossman</td>
<td>Autodesk Research</td>
</tr>
<tr>
<td>Sean Follmer</td>
<td>Stanford University</td>
</tr>
<tr>
<td>Antti Oulasvirta</td>
<td>Aalto University</td>
</tr>
<tr>
<td>Michelle Annett</td>
<td>University of Toronto</td>
</tr>
<tr>
<td>Jun Kato</td>
<td>National Institute of Advanced Industrial Science and Technology (AIST), Japan</td>
</tr>
<tr>
<td>Andrea Colaco</td>
<td>Massachusetts Institute of Technology</td>
</tr>
<tr>
<td>Celine Latulipe</td>
<td>UNC Charlotte</td>
</tr>
<tr>
<td>Juho Kim</td>
<td>KAIST</td>
</tr>
<tr>
<td>Rong-Hao Liang</td>
<td>Eindhoven University of Technology</td>
</tr>
<tr>
<td>Andreas Bulling</td>
<td>Max Planck Institute for Informatics</td>
</tr>
<tr>
<td>Ricardo Jota</td>
<td>Tactual Labs</td>
</tr>
<tr>
<td>Hao Chu</td>
<td>National Taiwan University</td>
</tr>
<tr>
<td>Audrey Girouard</td>
<td>Carleton University</td>
</tr>
<tr>
<td>Kori Inkpen</td>
<td>Microsoft Research</td>
</tr>
<tr>
<td>Michael Haller</td>
<td>University of Applied Sciences Upper Austria</td>
</tr>
</table>
</section>
<section id="acm-sponsors">
<a href="http://www.acm.org/" target="_blank">
<img src="images/logos/acm.png" alt="ACM">
</a>
<a href="http://sigchi.org" target="_blank">
<img src="images/logos/sigchi.svg" alt="SIGCHI">
</a>
<a href="http://www.siggraph.org/" target="_blank">
<img src="images/logos/siggraph.svg" alt="SIGGRAPH">
</a>
</section>
</main>
<footer>
<div>
© <a href="http://www.sigchi.org">ACM SIGCHI</a> 2017
<small>
Header photo credits: <a href="https://www.flickr.com/photos/junksnowgirl/30161358185/">flickr.com/photos/junksnowgirl/30161358185</a>
<br>Logo inspired by <a href="http://impossibleobjects.com/catalogue/coffeepot-for-masochists.html">Jacques Carelman’s “Coffeepot for masochists”</a>
</small>
</div>
<div class="social">
<a title="Facebook" href="https://www.facebook.com/ACMUIST" target="_blank">
f
</a>
<a title="Twitter" href="https://twitter.com/ACMUIST" target="_blank">
🐦
</a>
<a title="YouTube" href="https://www.youtube.com/user/acmsigchi/playlists?view=50&sort=dd&shelf_id=6" target="_blank">
📽
</a>
<a title="Flickr" href="https://www.flickr.com/photos/acmuist/" target="_blank">
📷
</a>
<a title="Github" href="https://github.com/leaverou/uist2017" target="_blank">
🐱
</a>
</div>
</footer>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=blissfuljs"></script>
<script src="js/bliss.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>