-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
412 lines (366 loc) · 23.2 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-59JZV5ZYEB"></script>
<script src="./assets/js/analytics.js"></script>
<!-- Meta data -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" property="og:description"
content="The official website of The 25th International ACM SIGACCESS Conference on Computers and Accessibility (ASSETS '23)">
<meta name="keywords" content="ASSETS 2023, ASSETS'23, SIGACCESS">
<meta name="author" content>
<meta name="generator" content>
<!-- Metadata tags for link preview -->
<meta property="og:type" content="website" />
<meta name="title" property="og:title" content="ASSETS 2023 | Home Page" />
<meta name="image" property="og:image"
content="insert logo url" />
<meta name="og:title"
content="ASSETS 2023 | The 25th International ACM SIGACCESS Conference on Computers and Accessibility" />
<meta name="og:image" content="insert logo url" />
<title>ASSETS 2023</title>
<link rel="apple-touch-icon" sizes="180x180"
href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="./assets/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome (accessible) CSS -->
<link href="./assets/fonts/fontawesome/css/fontawesome.css"
rel="stylesheet">
<link href="./assets/fonts/fontawesome/css/brands.css" rel="stylesheet">
<link href="./assets/fonts/fontawesome/css/solid.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./assets/css/style.css" rel="stylesheet">
<link href="./assets/css/navbar.css" rel="stylesheet">
<link href="./assets/css/committees.css" rel="stylesheet">
<link href="./assets/css/logo.css" rel="stylesheet">
<!-- Javascript -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="./assets/dist/js/bootstrap.bundle.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<main>
<!--Navigation bar-->
<div id="navbar"></div>
<script>
$(function () {
$("#navbar").load("navbar.html");
});
</script>
<!--Navigation bar-->
<div id="content">
<!-- Jumbotron -->
<div id="top-jumbotron"
class="jumbotron jumbotron-fluid text-light bg-overlay image-wrapper"
role="img"
aria-label="The background image for the landing page is a photo generated by MidJourney illustrating New York City's skyline.">
<div class="container px-4 text-center py-5 mt-5 content"
width="300">
<div class="logo-wrapper full-logo">
<script src="assets/js/logo.js"> </script>
</div>
<div class="lead mb-4" id="details">
<span>📍 New York, NY </span>
<span> 🗓️ Oct. 22 – 25 </span>
</div>
</p>
<div class="description text-start">
<h2 class="subtitle"> The 25th International ACM
SIGACCESS Conference on Computers and Accessibility
</h2>
<div>
<p> The ASSETS conference is the premier forum for
presenting research on the design, evaluation,
use, and
education related to computing for people with
disabilities and older adults. For those in
Europe and Oceania, ASSETS is rated as Core A —a
designation for
the top academic conferences that are "highly
respected in a discipline area" (<a
href="http://portal.core.edu.au/conf-ranks/?search=ASSETS&by=all&source=CORE2021&sort=atitle&page=1"
target="_blank">Core A</a>; Top 16%). </p>
<p>We invite high-quality original submissions on
topics relevant to computing and accessibility.
All
contributions are peer-reviewed by an
international Program Committee.
Accepted papers and the abstracts for posters
and demonstrations, experience reports, and the
student
research competition will be archived in the ACM
Digital Library.
Authors of selected papers will be invited to
submit extended versions of their papers to a
special issue of
the
<a
href="http://www.rit.edu/gccis/taccess/index.html"
target="_blank"> ACM Transactions on
Accessible
Computing (TACCESS). </a></p>
Registration is not yet open. For questions about
registration, please contact the <a
href="mailto:[email protected]">Registration
Chair</a>.
</div>
</div>
</div>
</div>
<!-- RESERVED FOR FLYER -->
<!-- <section class="callout_section_1 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<p>Researved for flyer</p>
</div>
</div>
</div>
</section> -->
<!-- <section class="callout_section_0 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="main-callout col-lg-8 mt-4">
<div class="container">
<p style="margin-bottom: 0px;"><strong>Oct 22, 2022 | Conference Launch!</strong></p>
<p>It's go time! 🚀 Whether attending <a href="attending-athens.html">in-person</a> or
<a href="attending-virtual.html"> virtually</a>, we welcome you to ASSETS'22. 👋🏽
</p>
<p>
<a href="https://discord.gg/FWeSVb4nUh">Join us on Discord</a> to view conference content and interact with
virtual and in-person attendees. Make sure to introduce yourself in the aptly named <a href="https://discord.gg/Kjz3w8VZV3">"#introduce-yourself"</a> channel!
</p>
<p>
See the <a href="program.html">Conference Program</a> for a schedule of events!
</p>
<p style="margin-bottom: 0px;"><strong>Oct 1, 2022 | Conference Program Posted</strong></p>
<p>Our <a href="program.html">conference program</a> is now posted and, for the first time in ASSETS history, you can also
view the conference program via the <a href="https://programs.sigchi.org/assets/2022">SIGCHI Conference Program app</a>.
Join us for this amazing conference experience either <a href="attending-athens.html">in-person</a> or
<a href="attending-virtual.html"> virtually</a>!
There is still time to register via <a href="https://cvent.me/lEDdoB">CVENT</a>.</p>
</p>
<p style="margin-bottom: 0px;"><strong>Aug 5, 2022 | Registration Now Open!</strong></p>
<p>You can now register for the ASSETS'22 conference and workshops
on the <a href="https://cvent.me/lEDdoB">CVENT Registration Site.</a> See the
<a href="registration.html">Registration</a> and <a
href="attending-overview.html">Attending Overview</a> pages
for more information. For room bookings at Hotel Titania, see the
<a href="attending-athens.html">Attending in Athens</a> page.
</p>
<p style="margin-bottom: 0px;"><strong>Jul 24, 2022 | Attending Plan Published</strong></p>
<p>We have published information about attending ASSETS'22 in Athens and our
plan for the lighter-weight virtual experience online. See the
<a href="attending-overview.html">Attending Overview</a> page. We will
post the registration page soon!</p>
</p>
</div>
</div>
<div class="main-callout col-lg-8 mt-4">
<div class="container">
<p>Welcome 👋,</p>
<p>Acknowledging the impact the pandemic has had on all of us and the transformation in
how people access and expect to access information and interact together, ASSETS’22
will be the first-ever “hybrid” conference in its 24 years. During the conference
dates (Oct 24-26), we will host a full, on-site conference experience in Athens,
Greece and a complementary, lighter-weight virtual experience online. ASSETS'22 also
introduces our first-ever
workshop track, which will take place Oct 23 and is intended to further grow and
diversify our community and foster additional scholarship and discussion. </p>
<p>Shifting to a hybrid format brings forth new opportunities and challenges in making
conferences accessible, building community, and broadening participation. We
currently do not plan on live streaming content but will, instead, provide
prerecorded
videos of talks with captions as well as opportunities for virtual and on-site
attendees
to interact via online tools. At least one author of accepted technical papers,
posters and
demonstrations, or other artifact-based tracks is expected to travel to Athens to
present
their work. Other co-authors can choose to attend on-site or virtually.</p>
<p>We want to have you and your accessibility work at ASSETS! If you have a disability
or health concern that
prevents travel, please contact <a
href="mailto:[email protected]">[email protected]</a> to
discuss accommodations.
</p>
<p>On behalf of the organizing committee,</p>
<p>
<strong>Jon E. Froehlich</strong>, General Chair<br />
<strong>Kristen Shinohara and Stephanie Ludi</strong>, Technical Program
Chairs<br />
<strong>Christian Vogler</strong>, Hybrid Experiences Chair
</p>
</div>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<p>The ASSETS conference is the premier forum for presenting research on the design,
evaluation, use, and education
related to computing for people with disabilities and older adults. For those in Europe
and
Oceania, ASSETS is rated as <a
href="http://portal.core.edu.au/conf-ranks/?search=ASSETS&by=all&source=CORE2021&sort=atitle&page=1">Core
A </a>—a designation for the top academic conferences that are "highly respected in
a
discipline area" (Core A; Top 16%).</p>
<p>We invite
high-quality original submissions on
topics relevant to computing and accessibility. All contributions are peer-reviewed by
an international Program Committee. Accepted
papers and the abstracts for
posters and demonstrations, experience reports, and the student research competition
will be archived in the ACM
Digital Library. Authors of selected papers will be invited to submit extended versions
of their papers to a special
issue of the
<a href="http://www.rit.edu/gccis/taccess/index.html">ACM Transactions on Accessible
Computing (TACCESS)</a>.
</p>
</div>
</div>
</div>
</section> -->
<!-- <section class="callout_section_0 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h1 class="text-center" tabindex="0">Venue and Dates</h1>
<p>ASSETS 2022 will be held at the newly renovated <a href="https://www.titania.gr/">Hotel
Titania</a> from Sun,
Oct 23 to Wed, Oct 26 in Athens, Greece with a complementary, lightweight virtual option
online. See the
<a href="attending-overview.html">Attending Overview page</a> for details.
</p>
<p>
<img src="assets/img/attending/HotelTitaniaLogo.jpg" style="max-width: 100%;"
alt="A picture of the top deck of Hotel Titania overlooking the city with the Acropolis in the background."/>
</p>
<p>
Learn more about the venue and links to register and book a hotel room on our <a
href="attending-athens.html">Attending in Athens</a> webpage.
</p>
</div>
</div>
</div>
</section> -->
<section class="callout_section_0 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h1 class="text-center" tabindex="0">Important Dates</h1>
<p><strong>All deadlines are 11:59 P.M. Anywhere on
Earth (UTC -12:00).</strong></p>
<p>
<ul>
<li><strike><b>Friday, March 31, 2023 </b> -
Deadline for Requesting Mentors
</strike></li>
<li><strike><b>Wednesday, May 3, 2023 </b> -
Technical Paper Submission
Deadline</li></strike>
<li><b>Wednesday, June 7, 2023 </b> - Author
Rebuttal Period Opens </li>
<li><b>Tuesday, June 13, 2023 </b> - Author
Rebuttal Period Closes </li>
<li><b>Friday, June 23, 2023 </b> - Paper
Decisions Released </li>
<li><b>Friday, July 7, 2023 </b> - Deadline
for Submitting Posters & Demos,
Experience Reports </li>
<li><b>Monday, July 17, 2023 </b> - Deadline
for Submitting for the Doctoral Consortium </li>
<li> Other deadlines will be announced soon.
</li>
<!-- <li><strike><b>Thursday, June 23, 2022</b> - Submission deadline for:
<ul>
<li>Posters</li>
<li>Demonstrations</li>
<li>Experience Reports</li>
<li>Workshop Proposals</li>
</ul>
</strike>
</li> -->
<!-- <li><strike><b>Friday, July 15, 2022</b> - Acceptance decisions for:
<ul>
<li>Posters</li>
<li>Demonstrations</li>
<li>Doctoral Consortium</li>
<li>Experience Reports</li>
<li>Workshop Proposals</li>
</ul>
</strike></li> -->
</ul>
</p>
</div>
</div>
</div>
</section>
<!-- <section class="callout_section_2 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h1 class="text-center" style="margin-bottom: 30px">ASSETS 2023 Leadership</h1>
<div class="committee_member_template">
<h3 tabindex="0">General Chair</h3>
<div class="committee_member">
<p class="committee_member_img">
<img id="committee_member_img" src=''
alt="" />
</p>
<p class="committee_member_info">
<br>
<a id="organizing_committe_email"
href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<p>We are also joined by a wonderful <a href="organizing-committee.html">Organizing Committee</a>.</p>
</div>
</div>
</div>
</section> -->
<!-- <section class="callout_section_3 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center">Champion Sponsors</h3>
<p class="text-center">See all sponsors on our <a href="sponsors.html">Sponsors page</a>.
Thank you sponsors!</p>
<img class="sponsor-img img-center" src='assets/img/sponsors/fable.png' alt="Fable logo" />
<img class="sponsor-img img-center" src='assets/img/sponsors/google.png'
alt="Google logo" />
<h4>Become a Sponsor</h4>
<p>The ASSETS 2022 conference committee welcomes organizations and companies interested in
reaching our prominent accessibility researchers, practitioners, developers, and
policy-makers. Check <a href="become-a-sponsor.html">Become a Sponsor</a> for more
detail.</p>
</div>
</div>
</div>
</section> -->
<div id="footer"></div>
<script>
$(function () {
$("#footer").load("footer.html");
});
</script>
</main>
</body>
</html>