-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvisualization.html
53 lines (47 loc) · 1.81 KB
/
visualization.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
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46774844-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>Steven Ellis</title>
<link rel="stylesheet" type="text/css" href="self.css">
</head>
<link rel="icon"
type="image/png"
href="/favicon.png">
<body>
<a href="index.html"><img id="logo" src="ideographic_description_character_overlaid.svg" type="image/svg+xml">
</img></a>
<div id="wrapdiv">
<div id="links"><h2>
<a href="index.html">Profile</a>
<a href="research.html">Research</a>
<a id="sel" href="visualization.html">Visualization</a>
</h2></div>
<br>
<h1>Interactive Choropleth - a reusable example of using selectable bar charts to subset a choropleth (heatmap).</h1>
<h2><ul>
<a href="choropleth_story.html"><div class="image" style="float:right"><img src="choro.png" width="300"></div></a>
<li><a href="choropleth_story.html">Story of the project</a></li>
<li><a href="http://bl.ocks.org/stevenae/8362841">Bl.ocks.org</a> (allows for interaction)</li>
<li><a href="https://gist.github.com/stevenae/8362841">Github</a></li>
</ul>
</h2>
<h1>The One-Sheeter - a LaTeX template for delivering quantitative insights.</h1>
<h2><ul>
<a href="onesheeter_story.html"><div class="image" style="float:right"><img src="static.png" width="300"></div></a>
<li><a href="onesheeter_story.html">Story of the project</a></li>
<li><a href="https://github.com/stevenae/static_viz">Github</a></li>
</ul>
</h2>
</div>
</body>
</html>