-
Notifications
You must be signed in to change notification settings - Fork 0
/
timeAndSpace.html
45 lines (37 loc) · 1.95 KB
/
timeAndSpace.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agreements in Time and Space</title>
<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style-grid-ts.css">
<script type="text/javascript" src="viz/timeline/js/d3.v4.js"></script>
</head>
<body>
<div class="grid-container">
<div class="item-b">
<iframe width="100%" height="100%" src="select.html" frameborder="0" allowfullscreen></iframe>
</div>
<div class="item-c">
<iframe width="100%" height="100%" src="viz/timeline/index-t-chronology.html" frameborder="0" allowfullscreen id="mini-timeline"></iframe>
</div>
<div class="item-d">
<iframe width ="100%" height="100%" src="viz/map/index.html" frameborder="0" allowfullscreen id="map"></iframe>
</div>
</div>
<footer>
<p>
<a href="index.html">Home</a> |
By <a href="http://ljhavens.myportfolio.com">Lucy Havens</a> and Mengting Bao |
For the <a href="http://www.politicalsettlements.org/">Political Settlements Research Programme</a> |
Summer 2018 |
Data Source: <a href="https://peaceagreements.org/">PA-X</a> |
<a href="howto.html">How to Use</a> |
<a href="about.html">About</a> |
<a href="https://paxviz.wordpress.com/">Project Blog</a>
</p>
</footer>
</body>
</html>