-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.18 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.18 KB
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
<!DOCTYPE html>
<html>
<head>
<title>D3 Visualizations</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<p>
<h3>D3 Visualizations</h3>
<ul>
<li><a href="terrorism/index.html">Analysis of global terrorism dataset</a></li>
<li><a href="historical-analysis-mlb/run.html">Analysis of MLB baseball stats</a></li>
<li>
Visualizations that build on the analysis and dataset (Freebase and ULAN) used by the publication <i><a href='http://barabasi.com/f/491.pdf'>A network framework of cultural history</a></i>. We explore the following aspects of the dataset to identify patterns and correlations that are not discussed in the paper.
<ul>
<li><a href="artist-migration/scatter/index.html">Analysis of cultural history across different continents</a></li>
<li><a href="artist-migration/network/index.html">Birth death flows of notable artists across different countries</a></li>
<li><a href="artist-migration/death_share_correlation/index.html">Correlation between death count and birth count across all locations</a></li>
</ul>
</li>
</ul>
</p>
</body>
</html>