-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
189 lines (174 loc) · 6.05 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
color: #333;
}
* {
padding: 0;
margin: 0;
}
h1, h2 {
text-align: center;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.25em;
color: #777;
}
img {
max-width: 400px;
}
.header {
margin: 30px auto;
}
.content {
margin: auto;
width: 960px;
}
.month {
display: flex;
flex-direction: row;
align-items: stretch;
margin-bottom: 30px;
padding: 10px;
border-top: 1px solid #dadada;
}
.month .description {
width: 250px;
}
.month .demo {
padding-left: 30px;
}
.month p {
padding: 10px 5px;
}
.month a {
color: #777;
}
</style>
<title>Reddit monthly DataViz Battle 2018</title>
</head>
<body>
<div class="header">
<h1>Reddit monthly DataViz Battle 2018</h1>
<h2>List of my submission</h2>
</div>
<div class="content">
<div class="month">
<div class="description">
<p>January | 2018 </p>
<p><strong>Challenge: </strong> Visualize the Growth Rates of Algae</p>
<p><strong>Dataset: </strong><a href="http://aquatext.com/tables/algaegrwth.htm">Specific growth rates of algae (divisions per day) at different light intensities and temperatures</a></p>
</div>
<div class="demo">
<p><a href="January/index.html">Live demo</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/January/preview.png" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>February | 2018 </p>
<p><strong>Challenge: </strong> Visualize the Legal Status of Same-sex Marriage by US State and Year</p>
<p><strong>Dataset: </strong><a href="http://www.pewforum.org/2015/06/26/same-sex-marriage-state-by-state/">Same-Sex Marriage, State by State</a></p>
</div>
<div class="demo">
<p><a href="February/index.html">Live demo</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/February/preview.png" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>March | 2018 </p>
<p><strong>Challenge: </strong> Visualize Over 100,000 Stars</p>
<p><strong>Dataset: </strong><a href="https://github.com/astronexus/HYG-Database/blob/master/hygdata_v3.csv">The HYG Database</a></p>
</div>
<div class="demo">
<p><a href="March/index.html">Live demo</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/March/preview.png" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>April | 2018 </p>
<p><strong>Challenge: </strong> Visualize every line from every scene in The Office</p>
<p><strong>Dataset: </strong><a href="http://officequotes.net/">Every line from every scene in The Office</a></p>
</div>
<div class="demo">
<p><a href="April/index.html">Live demo</a></p>
<p>Source code and future versions can be found <a href="https://github.com/maryzam/the-office-storytelling">here</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/April/preview.gif" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>May | 2018 </p>
<p><strong>Challenge: </strong> Visualize 1.6 Million Accidents in England, Scotland, and Wales from 2000-2016</p>
<p><strong>Dataset: </strong><a href="https://www.kaggle.com/daveianhickey/2000-16-traffic-flow-england-scotland-wales/settings">The Accidents Database</a></p>
</div>
<div class="demo">
<p>Skipped (no submission this month)</p>
</div>
</div>
<div class="month">
<div class="description">
<p>June | 2018 </p>
<p><strong>Challenge: </strong>Visualize The lives, reigns, and deaths of 68 Roman emperors from 26 BC to 395 AD</p>
<p><strong>Dataset: </strong><a href="https://github.com/zonination/emperors">Roman Emperors from 26 BC to 395 AD</a></p>
</div>
<div class="demo">
<p><a href="June/index.html">Live demo</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/June/preview.png" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>July | 2018 </p>
<p><strong>Challenge: </strong>Make it better: Which Birds prefer Which Seeds</p>
<p><strong>Dataset: </strong><a href="https://i.imgur.com/RicYHQ3.jpg">Which birds prefer which seeds</a></p>
</div>
<div class="demo">
<p><a href="July/index.html">Live demo</a></p>
<p><img src="https://raw.githubusercontent.com/maryzam/reddit-dataVis-battle/master/July/preview.png" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>August | 2018 </p>
<p><strong>Challenge: </strong>Visualize TSA Claims</p>
<p><strong>Dataset: </strong><a href="https://www.dhs.gov/tsa-claims-data">TSA Claims Data</a></p>
</div>
<div class="demo">
<p><em>Skipped...</em></p>
</div>
</div>
<div class="month">
<div class="description">
<p>September | 2018 </p>
<p><strong>Challenge: </strong>Visualize information on all 802 Pokemon</p>
<p><strong>Dataset: </strong><a href="https://www.kaggle.com/rounakbanik/pokemon">The Complete Pokemon Dataset</a></p>
</div>
<div class="demo">
<p><a href="https://maryzam.github.io/pokemons/">Live demo</a></p>
<p><img src="https://github.com/maryzam/reddit-dataVis-battle/blob/master/September/pokemons.jpg" /></p>
</div>
</div>
<div class="month">
<div class="description">
<p>October | 2018 </p>
<p><strong>Challenge: </strong>Visualize 859 survey results from /r/travel</p>
<p><strong>Dataset: </strong><a href="https://redd.it/99foe4">859 survey results from /r/travel</a></p>
</div>
<div class="demo">
<p><em>Skipped..</em></p>
</div>
</div>
</div>
</body>
</html>