forked from exploringdata/exploringdata.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (128 loc) · 9.04 KB
/
index.html
File metadata and controls
175 lines (128 loc) · 9.04 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html xmlns:fb="http://ogp.me/ns/fb#" lang="en">
<head>
<meta charset="utf-8">
<title>Data Mining and Data Visualization | Exploring Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Exploring Data is a showcase of interactive data visualizations comprising topics like world aid flow, climate change, programming languages, football, Google knowledge graph relations, and Twitter networks.">
<meta property="og:image" content="http://exploringdata.github.io/img/exploringdata.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@yaph">
<meta name="twitter:title" content="Data Mining and Data Visualization">
<meta name="twitter:description" content="Exploring Data is a showcase of interactive data visualizations comprising topics like world aid flow, climate change, programming languages, football, Google knowledge graph relations, and Twitter networks.">
<meta name="twitter:image:src" content="http://exploringdata.github.io/img/exploringdata.jpg">
<meta name="author" content="Ramiro Gómez">
<link rel="canonical" href="http://exploringdata.github.io/">
<link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/vendor/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/vendor/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/style.css#v=11" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Exploring Data main RSS feed" href="http://exploringdata.github.io/rss.xml">
</head>
<body class="">
<div id="navbar" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a id="site-name" class="brand" href="/">Exploring Data</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/story/"><i class="icon-edit"></i> Data Stories</a></li>
<li><a href="/datasearch/"><i class="icon-search"></i> Data Search</a></li>
<li><a href="/data-visualization-books/"><i class="icon-book"></i> Data Books</a></li>
<li><a href="/sitemap/"><i class="icon-sitemap"></i> Sitemap</a></li>
</ul>
<div id="sharemenu" class="nav pull-right">
<div class="btn-group">
<a href="#" class="btn btn-success dropdown-toggle" data-toggle="dropdown"><i class="icon-share"></i></a>
<ul class="share dropdown-menu">
<li><a class="btn" href="/rss.xml"><i class="icon-rss"></i> RSS Feed</a></li>
<li><a class="btn" href="https://twitter.com/share?url=http%3A%2F%2Fexploringdata.github.io%2F&text=Data+Mining+and+Data+Visualization"><i class="icon-twitter"></i> Tweet this</a></li>
<li><a class="btn" href="https://flattr.com/submit/auto?user_id=rg&url=http%3A%2F%2Fexploringdata.github.io%2F&title=Data+Mining+and+Data+Visualization&language=en_GB&category=software"><i class="icon-sign-blank"></i> Flattr this</a></li>
<li><a class="btn" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fexploringdata.github.io%2F&t=Data+Mining+and+Data+Visualization"><i class="icon-facebook"></i> Facebook</a></li>
<li><a class="btn" href="https://plus.google.com/share?url=http%3A%2F%2Fexploringdata.github.io%2F"><i class="icon-google-plus"></i> Google+</a></li>
<li><a class="btn" href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fexploringdata.github.io%2F&title=Data+Mining+and+Data+Visualization"><i class="icon-linkedin"></i> LinkedIn</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span-12">
<h2><a href="tags/d3">Created with D3.js</a></h2>
</div>
</div>
<div class="row">
<div class="span4"><div class="well">
<a href="/info/intentional-homicides/" title="A series of maps of the world showing where in the world the least and the most murders happen for the years 1995 to 2011.">
<h5>Where in the World Happen Most Murders</h5>
<img src="/img/preview/homicides-map.png" alt="Where in the World Happen Most Murders">
</a>
</div></div>
<div class="span4"><div class="well">
<a href="/vis/climate-changes-decade/" title="Explore a decade of climate change, global warming, natural disaster, extreme weather, pollution and deforestation in the articles published by the Guardian.">
<h5>A Decade of Climate Change in the Guardian</h5>
<img src="/img/preview/climate-changes-decade.jpg" alt="A Decade of Climate Change in the Guardian">
</a>
</div></div>
<div class="span4"><div class="well">
<a href="/vis/evolution-internet-users/" title="An animated evolution of Internet users across the worlds countries created with the D3 JavaScript library.">
<h5>Evolution of Internet Users from 1990 - 2011</h5>
<img src="/img/preview/evolution-internet-users.jpg" alt="Evolution of Internet Users from 1990 - 2011">
</a>
</div></div>
</div>
<div class="row">
<div class="span-12">
<h2><a href="tags/sigmajs">Created with Sigma.js</a></h2>
</div>
</div>
<div class="row">
<div class="span4"><div class="well">
<a href="/info/ballon-dor-male-players-votes-2013/" title="The Ballon d'Or 2013 visualization shows an interactive network graph of voters and voted football players related based on votes cast for the male FIFA Ballon d'Or award in 2013.">
<h5>Falcao and Iniesta the top players in 2013 according to Ronaldo and Messi</h5>
<img src="/img/preview/ballon-dor-male-players-2013.jpg" alt="Falcao and Iniesta the top players in 2013 according to Ronaldo and Messi">
</a>
</div></div>
<div class="span4"><div class="well">
<a href="/info/npm-packages-dependencies/" title="2 Interactive graph visualizations that show how npm packages are linked by dependency relations, the smaller one is limited to packages with at least 10 dependent packages. Graphs were pre-processed with Gephi and are rendered with sigma.js.">
<h5>How npm Packages are Linked by Dependencies</h5>
<img src="/img/preview/npm-packages-dependencies.jpg" alt="How npm Packages are Linked by Dependencies">
</a>
</div></div>
<div class="span4"><div class="well">
<a href="/info/visualisingdata-census-twitter-network/" title="The visualisingdata census network graph shows the Twitter connections of the participants of the 1st data visualization census initiated by Andy Kirk.">
<h5>How Participants of the Visualisingdata Census are Connected on Twitter</h5>
<img src="/img/preview/visualisingdata-census-twitter-network.jpg" alt="How Participants of the Visualisingdata Census are Connected on Twitter">
</a>
</div></div>
</div>
</div>
<div id="footer" class="container">
<div class="row"><div class="span12">
<footer>
<p>Exploring Data is a showcase of interactive data visualizations created by <a href="http://ramiro.org/">Ramiro Gómez</a> (<a href="https://twitter.com/yaph">@yaph</a>) using open data and open source technologies, <a href="/about/">learn more</a>.<br>
Except where otherwise noted, the works on this site are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.</p>
</footer>
</div></div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5102014-13', 'exploringdata.github.io');
ga('send', 'pageview');
(function(c,a){function d(){var e=a.getElementsByTagName("a");var f=[];for(var g=0;g<e.length;++g){var h=e[g];if(h.host!=c.location.host){f.push(h)}}return f}function b(f){var e=f.srcElement||f.target;while(e&&(typeof e.tagName=="undefined"||e.tagName.toLowerCase()!="a"||!e.href)){e=e.parentNode}if(!e||!e.href){return}if(c.ga){ga("send","event","Outbound link","Click",e.href)}if(!e.target||e.target.match(/^_(self|parent|top)$/i)){setTimeout(function(){a.location.href=e.href},150);if(f.preventDefault){f.preventDefault()}else{f.returnValue=false}}}c.addEventListener("load",function(){var e=d();for(var f in e){e[f].addEventListener("click",b)}})}(window,document));
</script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="/js/script.js#v=11"></script>
</body>
</html>