Skip to content

Commit 88d1536

Browse files
committed
Add altgeoviz short paper.
1 parent e8a37c4 commit 88d1536

File tree

4 files changed

+124
-0
lines changed

4 files changed

+124
-0
lines changed
187 KB
Loading

static/images/thumbs/altgeoviz.png

15.7 KB
Loading

static/papers/altgeoviz.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"doi": "10.48550/arXiv.2406.13853",
3+
"web_name": "altgeoviz",
4+
"title": "AltGeoViz: Facilitating Accessible Geovisualization",
5+
"venue": "VIS-Short",
6+
"year": 2024,
7+
"note": "",
8+
"start_page": null,
9+
"end_page": null,
10+
"volume": null,
11+
"issue": null,
12+
"editors": "",
13+
"publisher": "",
14+
"location": "",
15+
"pdf": "https://arxiv.org/pdf/2406.13853",
16+
"abstract": "Geovisualizations are powerful tools for exploratory spatial analysis, enabling sighted users to discern patterns, trends, and relationships within geographic data. However, these visual tools have remained largely inaccessible to screen-reader users. We present AltGeoViz, a new system we designed to facilitate geovisualization exploration for these users. AltGeoViz dynamically generates alt-text descriptions based on the user's current map view, providing summaries of spatial patterns and descriptive statistics. In a study of five screen-reader users, we found that AltGeoViz enabled them to interact with geovisualizations in previously infeasible ways. Participants demonstrated a clear understanding of data summaries and their location context, and they could synthesize spatial understandings of their explorations. Moreover, we identified key areas for improvement, such as the addition of intuitive spatial navigation controls and comparative analysis features.",
17+
"thumbnail": "images/thumbs/altgeoviz.png",
18+
"figure": "images/figures/altgeoviz.png",
19+
"caption": "AltGeoViz enables screen-reader users to interact with dynamic geovisualizations. Upon loading, users are presented with the title, a summary of the general spatial pattern, and extrema and average data values (Left). As users move and zoom, the information is updated, and they can hear the boundary of their current viewport (Center). Data can be shown at different geographic units (e.g., state or county level) depending on the zoom level (Right).",
20+
"visible": true,
21+
"pub_date": "2024-10-24",
22+
"mod_date": "2024-10-24",
23+
"authors": [
24+
{
25+
"first_name": "Chu",
26+
"last_name": "Li",
27+
"url": "https://www.chu-li.me/"
28+
},
29+
{
30+
"first_name": "Rock",
31+
"last_name": "Pang",
32+
"url": "https://homes.cs.washington.edu/~ypang2/",
33+
"display_name": "Rock Yuren Pang"
34+
},
35+
{
36+
"first_name": "Ather",
37+
"last_name": "Sharif",
38+
"url": "https://www.athersharif.com/"
39+
},
40+
{
41+
"first_name": "Arnavi",
42+
"last_name": "Chheda-Kothary",
43+
"url": "https://arnavick.com/"
44+
},
45+
{
46+
"first_name": "Jeffrey",
47+
"last_name": "Heer",
48+
"url": "http://homes.cs.washington.edu/~jheer/"
49+
},
50+
{
51+
"first_name": "Jon",
52+
"last_name": "Froehlich",
53+
"display_name": "Jon E. Froehlich",
54+
"url": "https://jonfroehlich.github.io/"
55+
}
56+
],
57+
"materials": [
58+
{
59+
"name": "Video",
60+
"link": "https://www.youtube.com/watch?v=EE1w8Ynm1dk"
61+
},
62+
{
63+
"name": "Software",
64+
"link": "https://github.com/makeabilitylab/altgeoviz"
65+
}
66+
],
67+
"tags": []
68+
}

static/people.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4912,5 +4912,61 @@
49124912
"position": null,
49134913
"interests": null,
49144914
"org": "Databricks"
4915+
},
4916+
{
4917+
"first_name": "Chu",
4918+
"last_name": "Li",
4919+
"display_name": null,
4920+
"email": "",
4921+
"url": "https://www.chu-li.me/",
4922+
"status": "other",
4923+
"visible": true,
4924+
"image": null,
4925+
"nickname": null,
4926+
"position": null,
4927+
"interests": null,
4928+
"org": null
4929+
},
4930+
{
4931+
"first_name": "Rock",
4932+
"last_name": "Pang",
4933+
"display_name": "Rock Yuren Pang",
4934+
"email": "",
4935+
"url": "https://homes.cs.washington.edu/~ypang2/",
4936+
"status": "other",
4937+
"visible": true,
4938+
"image": null,
4939+
"nickname": null,
4940+
"position": null,
4941+
"interests": null,
4942+
"org": null
4943+
},
4944+
{
4945+
"first_name": "Ather",
4946+
"last_name": "Sharif",
4947+
"display_name": null,
4948+
"email": "",
4949+
"url": "https://www.athersharif.com/",
4950+
"status": "other",
4951+
"visible": true,
4952+
"image": null,
4953+
"nickname": null,
4954+
"position": null,
4955+
"interests": null,
4956+
"org": null
4957+
},
4958+
{
4959+
"first_name": "Arnavi",
4960+
"last_name": "Chheda-Kothary",
4961+
"display_name": null,
4962+
"email": "",
4963+
"url": "https://arnavick.com/",
4964+
"status": "other",
4965+
"visible": true,
4966+
"image": null,
4967+
"nickname": null,
4968+
"position": null,
4969+
"interests": null,
4970+
"org": null
49154971
}
49164972
]

0 commit comments

Comments
 (0)