forked from ASSETS-Conference/assets2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (137 loc) · 6.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ASSETS 2025</title>
<meta
name="description"
content="The 27th International ACM SIGACCESS Conference on Computers and Accessibility"
/>
<meta name="keywords" content="Accessibility, Technology, Conference, Assets 2025" />
<meta name="author" content="ACM SIGACCESS" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<!-- Preload stylesheets -->
<link rel="preload" href="reset.css" as="style" />
<link rel="preload" href="styles.css" as="style" />
<!-- Load stylesheets -->
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="preload" href="setup.js" as="script" />
<script src="setup.js" defer></script>
</head>
<body>
<nav id="nav-container" data-active="home"></nav>
<main class="content-block-container">
<div class="grid-helper">
<div class="grid-item span9c">
<h1>
The 27th International ACM SIGACCESS
<br class="hide-on-small-screens" />Conference on Computers and Accessibility
</h1>
</div>
<h2 class="grid-item span3c event-info">Denver, Colorado<br />October 26—29 2025</h2>
<div class="grid-item span12c">
<img src="imgs/denver-cropped.png" alt="Photo of the Denver skyline." id="denver-img" />
</div>
<div class="grid-item span9c">
<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. We invite high-quality original submissions on topics relevant to
computing and accessibility.
</p>
<p>
All Technical Papers and Posters and Demonstrations submissions 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. At least one author of accepted submissions must
register as the presenter by the early registration deadline.
</p>
<p></p>
<h3>Latest Updates</h3>
<div class="text-block">
<ul>
<li>(10/30/24) ASSETS 2025 is announced</li>
<li>
(10/30/24) <a href="volunteer.html">Volunteeer opportunities</a> are available!
</li>
</ul>
</div>
</div>
</div>
<!--
<div class="grid-helper"></div>
<h2>Keynote Speaker</h2>
<div class="grid-helper">
<img
src="https://assets24.sigaccess.org/assets/keynote-speakers/dr_chieko_asakawa.jpg"
class="grid-item span5c"
/>
<p class="grid-item span7c">
We are delighted to announce that this year's keynote address will be given by Dr.
Chieko Asakawa, recipient of the 2024 SIGACCESS Award for Outstanding Contributions to
Computing and Accessibility. This award recognizes individuals who have made
significant and lasting contributions to the development of computing technologies
that improve the accessibility of media and services to people with disabilities.
</p>
</div>
</li>
<li class="grid-item span4c">
<p>The <a href="#">conference program</a> is now available</p>
</li>
<li class="grid-item span4c small-hero">
<h2>Registration</h2>
<p>
We have opened registration on the <a href="#">CVENT Registration Site</a> to support
attendees who may need additional time to make plans (e.g., travel, visa). Full details
of our in-person and virtual conference experiences will be published as they continue
to become available.
</p>
<a href="#" class="cta">Register</a>
</li>
<li class="grid-item span4c small-hero">
<h2>Hotel Booking</h2>
<p>
The hotel is offering ASSETS attendees a group rate of CAD$199 per night. Please use the
ASSETS'24 Sheraton Hotel Newfoundland booking link to make your reservation.
</p>
<p>
If you find that the booking link says there is no availability for your desired dates,
we recommend emailing
<a href="#"
>reservations​@​sheratonhotelnewfoundland.com</a
>
to ask their help with checking availability and assisting with the booking. Please tell
them that you are booking for ASSETS'24.
</p>
</li>
</ul>
<div class="grid-helper">
<div class="grid-item span8c">
<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" (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 ACM Transactions on Accessible Computing (TACCESS).
</p>
<p>
*The in-person full conference events will take place from October 26 to October 29.
However, invitation-only events (i.e. the Doctoral Consortium) will take place on
October 25.
</p>
</div>
</div> -->
</main>
<div id="footer-container"></div>
</body>
</html>