Spaces:
Running
Running
File size: 16,421 Bytes
49068aa c012828 9714f72 c012828 9714f72 c012828 fafa0f5 c012828 c77101c c012828 a479a25 c012828 3ac46a2 cc449cc c012828 7166ab4 c77101c 7166ab4 3ac46a2 c77101c 3ac46a2 c77101c 3ac46a2 c77101c 3ac46a2 c77101c 3ac46a2 7166ab4 3ac46a2 c77101c 7166ab4 c012828 c77101c c012828 5000a8a c77101c c012828 a479a25 c012828 69b08ba c012828 69b08ba 9714f72 c012828 9714f72 c012828 d7da391 c012828 9714f72 c012828 9714f72 c012828 9714f72 c012828 9714f72 c012828 05fd158 c012828 a479a25 c77101c a479a25 c012828 3ac46a2 c77101c 3ac46a2 9714f72 c012828 96c573c c012828 9714f72 c012828 9714f72 c012828 cc449cc c012828 cc449cc c012828 a479a25 3ac46a2 a479a25 3ac46a2 c77101c a479a25 3ac46a2 c77101c 3ac46a2 c77101c a479a25 3ac46a2 a479a25 3ac46a2 a479a25 c77101c c012828 49068aa | 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 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MAP Workshop</title>
<style>
:root {
color-scheme: light;
--ink: #111827;
--muted: #4b5563;
--line: #d7dee8;
--surface: #f7faf9;
--paper: #ffffff;
--blue: #1d4ed8;
--green: #0f766e;
--amber: #b45309;
--coral: #be3a2f;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: var(--surface);
color: var(--ink);
}
.skip-link {
position: absolute;
left: 16px;
top: 16px;
z-index: 100;
transform: translateY(-160%);
border-radius: 8px;
padding: 10px 14px;
background: #ffffff;
color: var(--ink);
font-weight: 800;
text-decoration: none;
box-shadow: 0 0 0 3px #fbbf24;
}
.skip-link:focus-visible {
transform: translateY(0);
}
a:focus-visible {
outline: 3px solid #fbbf24;
outline-offset: 3px;
}
.topbar {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
align-items: center;
gap: 18px;
padding: 18px max(24px, calc((100vw - 1160px) / 2));
color: #ffffff;
}
.brand {
font-weight: 800;
}
.nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 10px;
}
.nav a {
min-height: 38px;
display: inline-flex;
align-items: center;
border: 1px solid rgba(255, 255, 255, 0.42);
border-radius: 8px;
padding: 8px 12px;
color: #ffffff;
background: rgba(17, 24, 39, 0.28);
text-decoration: none;
font-weight: 700;
font-size: 0.92rem;
}
.nav a:focus-visible {
background: #ffffff;
color: var(--ink);
}
.hero {
min-height: 58vh;
display: grid;
align-items: end;
background:
linear-gradient(90deg, rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.54) 55%, rgba(17, 24, 39, 0.08)),
url("https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/VBZ_Tram_4035_leaving_Schiffbau%2C_Z%C3%BCrich.jpg/1280px-VBZ_Tram_4035_leaving_Schiffbau%2C_Z%C3%BCrich.jpg") center / cover;
}
.hero-inner {
width: min(1160px, calc(100% - 40px));
margin: 0 auto;
padding: 112px 0 46px;
color: #ffffff;
}
.eyebrow {
display: inline-flex;
align-items: center;
min-height: 32px;
border-left: 4px solid var(--blue);
padding: 4px 10px;
background: rgba(255, 255, 255, 0.14);
font-weight: 800;
font-size: 0.86rem;
text-transform: uppercase;
}
h1 {
max-width: 830px;
margin: 18px 0 16px;
font-size: 3.7rem;
line-height: 1;
}
.lead {
max-width: 760px;
margin: 0;
color: #eef5ff;
font-size: 1.16rem;
line-height: 1.65;
}
.band {
padding: 54px 20px;
}
.band.alt {
background: #ffffff;
}
.inner {
width: min(1040px, 100%);
margin: 0 auto;
}
.intro {
max-width: 760px;
margin-bottom: 26px;
}
.intro p + p {
margin-top: 12px;
}
h2 {
margin: 0 0 10px;
font-size: 2rem;
line-height: 1.1;
}
p {
margin: 0;
color: var(--muted);
font-size: 1rem;
line-height: 1.68;
}
.sections {
display: grid;
gap: 16px;
}
.panel {
border: 1px solid var(--line);
border-radius: 8px;
padding: 22px;
background: var(--paper);
}
.panel h3 {
margin: 0 0 10px;
font-size: 1.2rem;
}
.panel dl {
margin: 0;
}
.panel dt {
margin-top: 12px;
color: var(--ink);
font-weight: 800;
}
.panel dt:first-child {
margin-top: 0;
}
.panel dd {
margin: 2px 0 0;
color: var(--muted);
line-height: 1.65;
}
.panel ul {
margin: 12px 0 0;
padding-left: 20px;
color: var(--muted);
line-height: 1.65;
}
.panel.agenda {
border-top: 5px solid var(--blue);
}
.panel.participation {
border-top: 5px solid var(--blue);
}
.panel.dates {
border-top: 5px solid var(--blue);
}
.panel.apply {
border-top: 5px solid var(--blue);
}
.panel.registration {
border-top: 5px solid var(--blue);
}
.panel.access {
border-top: 5px solid var(--blue);
}
.panel.participation p + p,
.panel.apply p + p,
.panel.registration p + p,
.panel.access p + p {
margin-top: 12px;
}
.panel.participation .links,
.panel.apply .links,
.panel.registration .links {
margin-top: 16px;
margin-bottom: 16px;
}
.panel.inclusion {
border-top: 5px solid var(--blue);
}
.panel.organisers {
border-top: 5px solid var(--blue);
}
.links {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}
.links + .sections {
margin-top: 24px;
}
.button {
min-height: 44px;
display: inline-flex;
align-items: center;
border-radius: 8px;
border: 1px solid var(--line);
padding: 10px 14px;
background: #ffffff;
color: var(--ink);
font-weight: 800;
text-decoration: none;
}
.button.challenge {
background: var(--green);
color: #ffffff;
border-color: var(--green);
}
.button.workshop {
background: var(--blue);
color: #ffffff;
border-color: var(--blue);
}
.button.benchmark {
background: var(--amber);
color: #ffffff;
border-color: var(--amber);
}
.button:focus-visible {
box-shadow: 0 0 0 4px #ffffff, 0 0 0 7px #fbbf24;
}
footer {
border-top: 1px solid var(--line);
padding: 22px 20px 30px;
background: #ffffff;
}
.foot {
width: min(1040px, 100%);
margin: 0 auto;
color: #64748b;
font-size: 0.9rem;
line-height: 1.55;
}
@media (max-width: 760px) {
.topbar {
position: static;
flex-direction: column;
align-items: flex-start;
background: #111827;
padding: 14px 16px;
}
.nav {
justify-content: flex-start;
}
.hero {
min-height: 54vh;
}
.hero-inner {
padding: 52px 0 42px;
}
h1 {
font-size: 2.45rem;
}
h2 {
font-size: 1.55rem;
}
.nav a,
.button {
width: 100%;
justify-content: center;
}
.band {
padding: 42px 16px;
}
}
</style>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="topbar">
<div class="brand">MAP Workshop</div>
<nav class="nav" aria-label="MAP public pages">
<a href="https://huggingface.co/spaces/map-ai-benchmark/challenge" target="_blank" rel="noopener noreferrer" aria-label="Challenge, opens in a new tab">Challenge</a>
<a href="https://huggingface.co/spaces/map-ai-benchmark/benchmark" target="_blank" rel="noopener noreferrer" aria-label="Benchmark, opens in a new tab">Benchmark</a>
</nav>
</header>
<main id="main-content" tabindex="-1">
<section class="hero" aria-labelledby="workshop-title">
<div class="hero-inner">
<span class="eyebrow">Workshop</span>
<h1 id="workshop-title">Multimodal Accessibility Planning with AI Models</h1>
<p class="lead">
A focused workshop around multimodal AI evaluation, accessibility-aware planning, and evidence use for real-world place information.
</p>
</div>
</section>
<section class="band alt" aria-labelledby="workshop-info-title">
<div class="inner">
<div class="intro">
<h2 id="workshop-info-title">Workshop Information</h2>
<p>
We provide details on the public workshop for the benchmark and challenge.
</p>
<p>
<strong><a href="#workshop-registration">Click here</a> to register for the workshop.</strong>
</p>
</div>
<div class="sections">
<article class="panel dates" aria-labelledby="workshop-dates-title">
<h3 id="workshop-dates-title">Important dates</h3>
<dl>
<dt>Workshop date</dt>
<dd>October 25, 2026.</dd>
<dt>Application deadline</dt>
<dd>Friday, August 7, 2026, 11:59 p.m. Anywhere on Earth (AoE, UTC-12:00).</dd>
<dt>Notification date</dt>
<dd>Monday, August 17, 2026.</dd>
<dt>Registration</dt>
<dd>All accepted participants must <a href="#workshop-registration">register</a> for the full ASSETS 2026 conference and add the workshop during registration.</dd>
</dl>
</article>
<article class="panel agenda" aria-labelledby="workshop-agenda-title">
<h3 id="workshop-agenda-title">Workshop Agenda</h3>
<p>
The Multimodal Accessibility Planning with AI Models (MAP) Workshop is a half-day workshop and will take place on October 25, 2026 as part of the
<a href="https://assets26.sigaccess.org/index.html" target="_blank" rel="noopener noreferrer" aria-label="28th International ACM SIGACCESS Conference on Computers and Accessibility, opens in a new tab">28th International ACM SIGACCESS Conference on Computers and Accessibility (ASSETS)</a>.
</p>
</article>
<article class="panel inclusion" aria-labelledby="workshop-inclusion-title">
<h3 id="workshop-inclusion-title">Diversity and Inclusion Considerations</h3>
<p>
We are aiming for diversity in gender, disability, and other protected characteristics as well as geographical background
(specifically looking to welcome participants beyond the US and Europe) at the workshop, both among the contributors
(keynote speakers and panelists) and the participants.
</p>
</article>
<article class="panel organisers" aria-labelledby="workshop-organisers-title">
<h3 id="workshop-organisers-title">Organisers</h3>
<p>
The organising team consists of a mix of representatives from academia and industry:
</p>
<ul>
<li>Jason Armitage, University of Zurich, Switzerland</li>
<li>Ioannis Tsochantaridis, Google DeepMind</li>
<li>Zhiyong Zhou, Zhejiang University, China</li>
<li>Linda Mazzone, University of Zurich, Switzerland</li>
<li>Chuqiao Yan, University of Zurich, Switzerland</li>
<li>Srini Narayanan, Google DeepMind</li>
<li>Sarah Ebling, University of Zurich, Switzerland</li>
</ul>
</article>
</div>
<div class="sections">
<article id="workshop-participation" class="panel participation" aria-labelledby="workshop-participation-title">
<h3 id="workshop-participation-title">Call for Participation</h3>
<p>
We invite participation in the ASSETS 2026 "Multimodal Accessibility Planning with AI Models" (MAP) Workshop to be held on October 25, 2026 in Porto, Portugal. The workshop is linked to a challenge funded by Google.org on multimodal AI models - specifically, Large Language Models (LLMs) with vision input support such as multimodal versions of GPT, Gemini, or Qwen - assisting persons with disabilities in planning an accessible activity in the real world, such as finding a doctor, a museum, or a supermarket that fulfill certain accessibility requirements. The aim of the challenge is to assess the safety and usefulness of model responses. The challenge runs in July/August 2026.
</p>
<p>
The workshop will consist of a presentation of the challenge results via posters as well as three keynote talks and a panel discussion as well as a break-out session aimed at planning the next iteration of the challenge in a community-driven manner. Preference is given to participants with demonstrated prior exposure to the topic and potential to contribute to the diversity of the workshop. We will seek to publish the motivation statements on the workshop website prior to the event. We explicitly welcome participants from both academia and industry/accessibility practice and from all over the world.
</p>
</article>
<article id="workshop-apply" class="panel apply" aria-labelledby="workshop-apply-title">
<h3 id="workshop-apply-title">How to apply</h3>
<p>
To apply for the workshop, please submit a motivation statement by email to Sarah Ebling at
<a href="mailto:ebling@cl.uzh.ch">ebling@cl.uzh.ch</a>.
</p>
<p>
The motivation statement should be either:
</p>
<ul>
<li>2-4 pages of text;</li>
<li>an audio recording with spoken equivalent content; or</li>
<li>a signed video of 4-16 minutes in International Sign or American Sign Language.</li>
</ul>
<p>
Applications must be received by Friday, August 7, 2026, 11:59 p.m. Anywhere on Earth (AoE, UTC-12:00). We expect to notify applicants by Monday, August 17, 2026.
</p>
</article>
<article id="workshop-registration" class="panel registration" aria-labelledby="workshop-registration-title">
<h3 id="workshop-registration-title">Registration</h3>
<p>
Press this button to register for the workshop:
</p>
<div class="links">
<a class="button workshop" href="https://map-workshop-registration-hiiywrlloq-ew.a.run.app" target="_blank" rel="noopener noreferrer" aria-label="Register for the MAP Workshop, opens in a new tab">Register for the workshop</a>
</div>
</article>
<article class="panel access" aria-labelledby="workshop-access-title">
<h3 id="workshop-access-title">Access requirements</h3>
<p>
For questions about access requirements for participating in the workshop, please contact Jason Armitage at
<a href="mailto:jason.armitage@uzh.ch">jason.armitage@uzh.ch</a>.
</p>
<p>
Please contact us as early as possible so that we can plan appropriate support.
</p>
</article>
</div>
<nav class="links" aria-label="Related MAP pages">
<a class="button challenge" href="https://huggingface.co/spaces/map-ai-benchmark/challenge" target="_blank" rel="noopener noreferrer" aria-label="Challenge, opens in a new tab">Challenge</a>
<a class="button benchmark" href="https://huggingface.co/spaces/map-ai-benchmark/benchmark" target="_blank" rel="noopener noreferrer" aria-label="Benchmark, opens in a new tab">Benchmark</a>
</nav>
</div>
</section>
</main>
</body>
</html>
|