-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (42 loc) · 2.32 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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>Visualizing Peace</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-landing.css">
<script type="text/javascript" src="viz/timeline/js/d3.v4.js"></script>
</head>
<body>
<div class="content">
<div class="grid-container">
<div class="item-b">
<img src="PA-X_VerticalTimeline_United Kingdom__01_01_1900-31_12_2015.png" alt="Timeline of Agreements in the United Kingdom"> <!-- style="height:100%;margin-top:-100px;">-->
<p id="caption">Visualized:<br/>Peace agreements involving<br/>the United Kingdom</p>
</div>
<div class="item-c">
<h1>Visualizing Peace</h1>
<h2>Data Visualizations to Explore Peace Agreements Worldwide from 1900 through 2015</h2>
<h3><a href="timeAndSpace.html">View Agreements in Time and Space</a></h3>
<p id="detail"><em>A timeline and map of peace agreements that you may filter simultaneously by year, location, and topic</em></p>
<h3><a href="comparison.html">View Agreement Sequence Comparison</a></h3>
<p id="detail"><em>Three timelines of peace agreements for locations of your choice, color coded by agreement stage (e.g. ceasefire, implementation, constitution)</em></p>
<h3><a href="viewAll.html">View All</a></h3>
<p id="detail"><em>All data visualizations (four timelines and a map) on a single webpage</em></p>
<br/><br/>
<p id="landing">
Created by Lucy Havens and Mengting Bao for the Political Settlements Research Programme in Summer 2018
</p>
<br/>
<p id="landing">
<a href="howto.html">How to Use</a> |
<a href="about.html">About</a> |
<a href="https://paxviz.wordpress.com/">Project Blog</a>
</p>
</div>
</div>
</div>
</body>
</html>