-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
518 lines (469 loc) · 23.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>ACM ISS'18 International Workshop on Computational Augmented Reality Displays (CARD) 2018</title>
<!-- favicon -->
<link href="favicon.png" rel=icon>
<!-- web-fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<header class="header">
<!-- Navigation -->
<nav class="navbar main-menu" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="img/logo.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#section-call">Call for Paticipants</a></li>
<li><a class="page-scroll" href="#section-speaker">Speakers</a></li>
<li><a class="page-scroll" href="#section-agenda">Schedule</a></li>
<li><a class="page-scroll" href="#section-venue">Venue</a></li>
<li><a class="page-scroll" href="#section-organizer">Organizer</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- .nav -->
</header>
<div class="jumbotron text-center">
<div class="content">
<div class="event-date">NOVEMBER 25, 2018, Nomura Conference Plaza Nihonbashi, TOKYO</div>
<h1>ACM ISS'18 International Workshop on</h1>
<h1>Computational Augmented Reality Displays</h1>
<p class="lead">
</p>
<a class="page-scroll" href="#section-agenda">
<button type="button" class="btn btn-default btn-lg">
Tentative Schedule!
</button>
</a>
</div>
</div>
<!-- .Jumbotron-->
<section id="section-call" class="section-wrapper about-event">
<div class="container">
<div class="row">
<h1>CALL FOR PARTICIPANTS</h1>
<div class="col-md-8">
<p class="follow">
Computational display is an emerging concept of display technology, defined as the joint design of hardware and display optics with computational algorithms and perceptual considerations.
Researchers in various fields such as optics, computer graphics, virtual reality (VR) and augmented reality (AR)
are actively worked on this topic and overcoming technical limitations of existing displays. Although these new technologies are
promising to push interactive surfaces and spaces (ISS) research forward, interactions between researchers in the different communities were
unfortunately not so active at the moment. The goal of this workshop is to bridge the communities by promoting the communications each other.
<br/>
<br/>
This workshop focuses particularly on computational AR displays, which we believe are closely related to the ISS community.
They include (but not limited to) light field display, head-mounted display, optical see-through display, and projection display.
For example, projection mapping turns immediate real world surfaces into interactive surfaces, and head mounted see-through displays make real spaces interactive.
On top of that, the workshop also covers recent computational fabrication research that provides new display materials such as the color-changing materials (photochromism)
that adding the functional on a regular 3D object. As proven in the history, the ISS community could invent novel interaction techniques based on emerging AR displays.
At the same time, these new interaction techniques could inspire display researchers to develop more advanced and useful display principles.
Such tightly coupled positive feedback loop will powerfully drive both research domains.
The workshop will provide a supportive environment to share the state-of-the-art technologies among the attendees.
</p>
<p class="follow">
We invite researchers and visionaries to submit their latest results on any aspects that are relevant for computational AR displays and as well as novel interaction technologies.
Contributions of more fundamental work (e.g., perceptual studies and empirical research about displays) are welcome as well as more technical contributions (including best-practice demonstrations,
prototype systems, etc.).
Position papers and reviews of the state-of-the art and ongoing research are invited, too. Topic areas include (but not limited to):
<br/>
<ul class="follow" style="list-style-type:circle">
<li>Projection Mapping</li>
<li>Optical See-Through Displays</li>
<li>Head-Mounted Displays</li>
<li>Light Field Displays</li>
<li>Mid-Air Displays</li>
<li>Tangible Displays</li>
<li>Other Types of AR Displays</li>
<li>Display Optics</li>
<li>Display Surfaces</li>
<li>Display Materials</li>
<li>Computational Fabrication</li>
<li>Human Perceptions</li>
<li>Interaction Techniques for Emerging Displays</li>
</ul>
<br/>
</p>
<p class="follow">
<strong>Preparing the submission</strong>
<br/>
All submissions must include an extended abstract with a maximum of 6 pages (incl. all figures and references) in the
<a href="https://sigchi.org/templates/" target="_blank">2014 SIGCHI Extended Abstracts format</a>.
The reviewing of abstracts will be single-blind -- that is, your submission should *not* be anonymized but reviewers will remain anonymous to you.
All submissions must include author names and affiliations.
Authors are recommended to submit their supplementary videos (up to 3 minutes, at most 50 MB in size).
The current submission system does not allow to directly upload the video files.
Please upload the videos on external servers such as <a href="https://www.dropbox.com/" target="_blank">Dropbox</a> and indicate their URLs in the extended abstracts.
The accepted extended abstract will be published in the <a href="https://dl.acm.org/" target="_blank">ACM Digital Library</a>.
Your extended abstract, poster design and optional video should be <b>submitted by September 7, 2018 to the submission system</b>.
The abstract must be in a PDF format.
</p>
</div>
<div class="col-md-4">
<address>
<strong>Important Dates</strong>
<br/>
Sep 7, 2018:
<br/>
<strike>Deadline for submissions</strike>
<br/>
Sep 10, 2018:
<br/>
<strike>Author notifications</strike>
<br/>
Sep 26, 2018:
<br/>
<strike>Camera ready deadline</strike>
<br/>
Nov 25, 2018
<br/>
CARD workshop at ACM ISS in Tokyo
<br/>
<br/>
<strong>Quick Links</strong>
<br/>
Formatting instructions:
<br/>
<a href="https://sigchi.org/templates/" target="_blank">SIGCHI Extended Abstracts</a>
<br/>
Submission at:
<br/>
<a href="https://easychair.org/conferences/?conf=card2018" target="_blank">EasyChair/card2018</a>
<br/>
<br/>
</address>
</div>
</div>
</div>
</section>
<!-- .about-event -->
<section id="section-speaker" class="section-wrapper team gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>SPEAKERS</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/kiyoshi-kiyokawa.jpg" class="img-responsive" alt="kiyoshi-kiyokawa">
<figcaption class="caption text-center">
<h3><a class a-blue" href="https://carelab.info/ja/kiyoshi-kiyokawa/" target="_blank">Kiyoshi Kiyokawa</a>
<small>NAIST</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/tobias-langlotz.jpg" class="img-responsive" alt="tobias-langlotz">
<figcaption class="caption text-center">
<h3><a href="http://www.hci.otago.ac.nz/" target="_blank">Tobias Langlotz</a>
<small>University of Otago</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/toshiyuki-amano.jpg" class="img-responsive" alt="toshiyuki-amano">
<figcaption class="caption text-center">
<h3><a href="http://www.wakayama-u.ac.jp/~amano/index.html" target="_blank">Toshiyuki Amano</a>
<small>Wakayama University</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/yoshihiro-watanabe.jpg" class="img-responsive" alt="yoshihiro-watanabe">
<figcaption class="caption text-center">
<h3><a href="http://www.vision.ict.e.titech.ac.jp/" target="_blank">Yoshihiro Watanabe</a>
<small>Tokyo Institute of Technology</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
</div>
<!-- .row -->
<div class="row">
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/hirotsugu-yamamoto.jpg" class="img-responsive" alt="hirotsugu-yamamoto">
<figcaption class="caption text-center">
<h3><a href="http://www.yamamotolab.science/eng/" target="_blank">Hirotsugu Yamamoto</a>
<small>Utsunomiya University</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/hashida-tomoko.jpg" class="img-responsive" alt="hashida-tomoko">
<figcaption class="caption text-center">
<h3><a href="http://tomokohashida.tumblr.com/" target="_blank">Tomoko Hashida</a>
<small>Waseda University</small>
</h3>
<small>(invited)</small>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<img src="img/speakers/takafumi-koike.jpg" class="img-responsive" alt="takafumi-koike">
<figcaption class="caption text-center">
<h3><a href="http://tk-lab.org" target="_blank">Takafumi Koike</a>
<small>Hosei University</small>
</h3>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-3">
<figure class="thumbnail">
<a href="#" target="_blank"><img src="img/img-team-4.jpg" class="img-responsive" alt=""></a>
<figcaption class="caption text-center">
<h3>
<small></small>
</h3>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
</div>
<!-- .row -->
</section>
<!-- .team -->
<section id="section-agenda" class="section-wrapper section-ajenda">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>Tentative Schedule</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="session">
<time>13:00 - 13:10</time>
<h2>Opening Remarks</h2>
</div>
<!-- .session -->
<div class="session">
<time>13:10 - 14:10</time>
<h2>Session 1: HMD</h2>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
To See, Or Not To See, That Is The Question
<span><a class a-blue" href="https://carelab.info/ja/kiyoshi-kiyokawa/" target="_blank">Kiyoshi Kiyokawa (NAIST)</a></span>
</h3>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
Amplifying Human Vision using Computational Glasses
<span><a href="http://www.hci.otago.ac.nz/" target="_blank">Tobias Langlotz (University of Otago)</a></span>
</h3>
</div>
<!-- .session -->
<div class="session">
<time>14:30 - 15:30</time>
<h2>Session 2: 3D display</h2>
<h3>
<span class="btn-schedule btn-paper">Paper</span>
Aerial 3D Imaging by Retroreflective Mirror Array
<span><a href="http://tk-lab.org" target="_blank">Takafumi Koike (Hosei University)</a> and <a href="#" >Yasushi Onishi (Optoceramics)</a></span>
</h3>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
Fundamentals and Prospective Applications of Aerial Display
<span><a href="http://www.yamamotolab.science/eng/" target="_blank">Hirotsugu Yamamoto (Utsunomiya University)</a></span>
</h3>
</div>
<!-- .session -->
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="session">
<time>15:50 - 17:20</time>
<h2>Session 3: Projection</h2>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
Toward Perceptual BRDF Manipulation with Light Field Projection
<span><a href="http://www.wakayama-u.ac.jp/~amano/index.html" target="_blank">Toshiyuki Amano (Wakayama University)</a></span>
</h3>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
Projection Based Color-Forming Displays using Photochromic Materials
<span><a href="http://tomokohashida.tumblr.com/" target="_blank">Tomoko Hashida (Waseda University)</a></span>
</h3>
<h3>
<span class="btn-schedule btn-invited">Invited</span>
Shaping reality through high-speed projection display
<span><a href="http://www.vision.ict.e.titech.ac.jp/" target="_blank">Yoshihiro Watanabe (Tokyo Institute of Technology)</a></span>
</h3>
</div>
<!-- .session -->
<div class="session">
<time>17:20 - 17:30</time>
<h2>Closing Remarks</h2>
</div>
<!-- .session -->
</div>
</div>
</div>
</section>
<section id="section-venue" class="section-wrapper gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>Workshop Venue</h1>
<p>
The workshop will be held at the
<a href="http://www.nomura-nihonbashi.com/conference/access_en.html" target="_blank">
Nomura Conference Plaza Nihonbashi
</a>
in central Tokyo, Japan.
Located in Nihonbashi, the commercial heart of Edo — Tokyo's former name in its bygone feudal days — the surrounding area has been the scenery of countless Ukiyo-e prints and is now a bustling center of business and culture.
With Akihabara to the north, Ginza to the south, and the Imperial Palace to the west, the area is within short distances to a number of sightseeing spots as well.
</p>
</div>
</div>
</div>
<!-- /.row-->
<div class="row">
<div class="col-md-12">
<iframe width="100%" height="320" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.577041300739!2d139.77174431615705!3d35.68741518019285!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x601889556d8a2603%3A0xe6543cb5903acaf6!2s2+Chome-4-3+Nihonbashimuromachi%2C+Ch%C5%AB%C5%8D-ku%2C+T%C5%8Dky%C5%8D-to+103-0022!5e0!3m2!1sen!2sjp!4v1534723426241" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</iframe>
</div>
</div>
<!-- .row-->
<section id="section-organizer" class="section-wrapper team gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h1>ORGANIZERS</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<figure class="thumbnail" target="_blank">
<img src="img/img-orz-daisuke.jpg" class="img-responsive" alt="Daisuke Iwai">
<figcaption class="caption text-center">
<h3><a href="http://daisukeiwai.org/" target="_blank">Daisuke Iwai</a>
<small>Osaka University</small>
</h3>
</figcaption>
</a>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-4">
<figure class="thumbnail">
<img src="img/img-orz-yuta.jpg" class="img-responsive" alt="Yuta Itoh">
<figcaption class="caption text-center">
<h3><a href="http://www.ar.c.titech.ac.jp/cpt_people/yuta-itoh/" target="_blank">Yuta Itoh</a>
<small>Tokyo Institute of Technology</small>
</h3>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6 col-md-4">
<figure class="thumbnail">
<img src="img/img-orz-parinya.jpg" class="img-responsive" alt="Parinya Punpongsanon">
<figcaption class="caption text-center">
<h3><a href="https://punpongsanon.info/" target="_blank">Parinya Punpongsanon</a>
<small>Osaka University</small>
</h3>
</figcaption>
</figure>
</div>
<!-- /.col-sm-6 -->
</div>
<!-- .row -->
</div>
<!-- /.container -->
</section>
<!-- .organizer -->
<footer class="footer">
<div class="copyright-section">
<div class="container">
<div class="col-md-12">
<div class="copytext text-center">
© 2018 ACM ISS Workshops on Computational Augmented Reality Displays (CARD).
All rights reserved | Template By: <a href="https://uicookies.com">uiCookies</a></div>
</div>
</div>
<!-- .container -->
</div>
<!-- .copyright-section -->
</footer>
<!-- .footer -->
</div>
<!-- #main-wrapper -->
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!--<script src="js/one-page-nav.js"></script>-->
<script src="js/scripts.js"></script>
</body>
</html>