forked from smurp/huviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeline.html
20 lines (20 loc) · 904 Bytes
/
timeline.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js?bundle=true" charset="utf-8"></script>
<script src="orlando_timeline.js" charset="utf-8"></script>
<script>
var json_fname = "orlando_timeline.json";
</script>
</head>
<body onload="onLoad()">
<h3>Orlando Timeline <span style="font-size: 75%">using <a href="http://www.simile-widgets.org/timeline/">Simile Timeline</a></span></h3>
<div>
Points represent births or deaths (if only one is known). Bars represent full lives.
Hover over points or lines to see the writer's names.
</div>
<div id="thetimeline" style="height: 600px; width: 98%; border: 1px solid #aaa"></div>
From <a href="https://github.com/smurp/huviz">https://github.com/smurp/huviz</a>
</body>
</html>