-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
40 lines (36 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>User Test Site for Accessible Visualization</title>
</head>
<body>
<h1>Sample Accessible Visualization</h1>
<p>
The following graphs demonstrate multimodal access and interactive data
representation for some widely used visualizations.
</p>
<p>
This work has been developed by the Accessible Computing Lab directed by
<a href="https://ischool.illinois.edu/people/jooyoung-seo" target="_blank"
>Dr. JooYoung Seo</a
>
in the School of Information Sciences at the University of Illinois at
Urbana-Champaign.
</p>
<ul>
<li><a href="dev_charts/barplot.html" target="_blank">Bar plot.</a></li>
<li><a href="dev_charts/heatmap.html" target="_blank">Heat map.</a></li>
<li><a href="dev_charts/boxplot.html" target="_blank">Box plot.</a></li>
<li>
<a href="dev_charts/scatterplot.html" target="_blank">Scatter plot.</a>
</li>
</ul>
<footer>
© 2023 Accessible Computing Lab at the University of Illinois at
Urbana-Champaign All Rights Reserved
</footer>
</body>
</html>