-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 748 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (14 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
Coming Soon: Election Maps!
This is the temporary landing page for the github repository containing code for my dot plot election maps. More
information is to come, but for now you can:
<ul>
<li>See a live example of <a href="2020/index.html">the map showing data from the 2020 US presidential election</a>.</li>
<li>See an alternate view of <a href="2020/index_bars.html">the map using bar charts</a>.</li>
<li>Jump to the <a href="https://github.com/davegotz/election_maps">source code in the public github repo</a>.
</ul>
This project was developed by David Gotz of the Visual Analytics and Communication Lab (VACLab) at UNC-Chapel Hill.
<a href="https://vaclab.unc.edu/">Click here</a> to learn more.
</body>
</html>