This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata-visualisation-challenge.html
608 lines (534 loc) · 27.7 KB
/
data-visualisation-challenge.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Official website for World Statistics Day 2015">
<meta name="author" content="United Nations Statistics Division">
<title>World Statistics Day 2015</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Image Gallery CSS -->
<link href="css/pretty-photo.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/wsd.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default topnav navbar-fixed-top" role="navigation">
<!-- UN official web site banner -->
<div class="UN-links">
<div class="container">
<a href="http://www.un.org/en/">United Nations</a> |
<a href="http://www.un.org/desa/">Department of Economic and Social Affairs</a>
<span class="hide-divider">|</span>
<br />
<a href="http://unstats.un.org/">Statistics Division</a>
</div>
</div>
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand topnav" href="index.html">
<img src="img/wsd-logo-sm.png" class="" alt="World Statistics Day Logo" /> World Statistics Day 2015</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="resources.html">Resources</a>
</li>
<li>
<a href="data-visualisation-challenge.html" class="active-tab">DataViz Challenge</a>
</li>
<li>
<a href="photo-gallery.html">Gallery</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<a name="about"></a>
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-md-1 col-md-offset-2">
<img src="img/wsd-logo-white.png" class="img-responsive" alt="World Statistics Day Logo" />
</div>
<div class="col-md-7">
<h2>#StatsDay15 Data Visualisation Challenge</h2>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
<div class="mobile-top-margin"></div>
<div class="content-section-a">
<div id="data-visualisation" class="container">
<div class="row">
<div class="col-md-9">
<div class="data-visualisation-announcement">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h3 class="text-center page-heading-m">#StatsDay15 Data Visualisation Challenge</h3>
<p class="lead text-center">On World Statistics Day 2015,
<br /> the <a href="http://unstats.un.org/" target="_blank">United Nations Statistics Division</a> and <a href="https://unite.un.org/ideas/closed/400"
target="_blank">Unite Ideas</a> are proud to announce the</p>
<blockquote class="text-center">
<p>Finalists and winning solution to the <a href="blog.html?i=7">#StatsDay15 Data Visualisation Challenge</a> competition</p>
</blockquote>
<hr />
<p>We are delighted by the quality and the creativity of all the submissions received. We invite you to browse
the digital exhibition below, which displays the top visualisations submitted by talented participants
from all around the World, all of which provide valuable insights into relevant development policy question
based on the indicators of the <a href="http://mdgs.un.org/unsd/mdg/Metadata.aspx" target="_blank">MDG database</a>.</p>
<p>We invite you to browse the gallery below and explore the <strong>winning solution, submitted by Jeremy Boy from France</strong>,
as well as other five <strong>finalist solutions</strong>.</p>
</div>
</div>
</div>
<div class="content-section-b">
<h3>First Place</h3>
<hr />
<div class="row">
<div class="col-md-12 data-visualisation-item data-visualisation-winner">
<a href="#data-visualisationModal1" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/5_Aviz_4.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>Is the world a better place today?</h4>
<p class="text-muted"><small>Author: Jeremy Boy (France / New Zealand), with the help of Anshul Vikram Pandey and Jean-Daniel Feket</small></p>
</div>
</div>
</div>
</div>
<h3>Finalists</h3>
<hr />
<div class="row">
<div class="col-md-6 data-visualisation-item">
<a href="#data-visualisationModal2" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/4_ESchuch_1-prev.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>Halting the Spread of HIV</h4>
<p class="text-muted"><small>Author: Emily Schuch (United States)</small></p>
</div>
</div>
<div class="col-md-6 data-visualisation-item">
<a href="#data-visualisationModal3" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/13_You_1-prev.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>Health inequity in your city</h4>
<p class="text-muted"><small>Author: Doohee You (Republic of Korea)</small></p>
</div>
</div>
<div class="col-md-6 data-visualisation-item">
<a href="#data-visualisationModal4" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/8_NCirone_1-prev.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>The impact of Slumification on Development Goals</h4>
<p class="text-muted"><small>Author: Niccolo Cirone (Italy)</small></p>
</div>
</div>
<div class="col-md-6 data-visualisation-item">
<a href="#data-visualisationModal5" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/15_Galka_1-prev.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>Millennium Development Goals - Indicator Correlation Explorer</h4>
<p class="text-muted"><small>Author: Max Galka (United States)</small></p>
</div>
</div>
<div class="col-md-6 data-visualisation-item">
<a href="#data-visualisationModal6" class="data-visualisation-link" data-toggle="modal">
<div class="data-visualisation-hover">
<div class="data-visualisation-hover-content">
<i class="fa fa-plus fa-3x"></i>
<h4>Read more</h4>
</div>
</div>
<img src="img/data-visualisation/9_KRasch_1-prev.png" class="img-responsive" alt="">
</a>
<div class="data-visualisation-caption">
<h4>Behind the scenes of the UN Millennium Goal Development Report</h4>
<p class="text-muted"><small>Author: Katharina Rasch (Germany)</small></p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="twitter-feed">
<a class="twitter-timeline" href="https://twitter.com/hashtag/StatsDay15" data-widget-id="647063179797897216">#StatsDay15 Tweets</a>
</div>
</div>
</div>
<!-- /.content-section-a -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<a name="contact"></a>
<div class="banner">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-2">
<p>This is a website by UNStats, the United Nations Statistics Division, a Division of the Department of Economic
and Social Affairs.</p>
</div>
<div class="col-lg-4">
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://twitter.com/UNStats" class="btn btn-default btn-sm"><i class="fa fa-twitter fa-2x fa-fw"></i></a>
</li>
<li>
<a href="http://www.youtube.com/user/UNStats" class="btn btn-default btn-sm"><i class="fa fa-youtube fa-2x fa-fw"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.banner -->
<div id="placeholder"></div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="http://unstats.un.org/unsd/wsd/" target="_blank">World Statistics Day 2010</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.un.org/en/aboutun/copyright/" target="_blank">Copyright</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.un.org/en/aboutun/terms/" target="_blank">Terms of Use</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.un.org/en/aboutun/privacy/" target="_blank">Privacy Notice</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="http://www.un.org/en/aboutun/fraudalert/" target="_blank">Fraud Alert</a>
</li>
</ul>
<p class="copyright text-muted small">© 2015 by United Nations</p>
</div>
</div>
</div>
</footer>
<!-- data-visualisation Modals -->
<!-- Use the modals below to showcase details about your data-visualisation projects! -->
<!-- data-visualisation Modal 1 -->
<div class="wsd-modal modal fade" id="data-visualisationModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">First Place</h4>
<h3 class="text-center">Is the world a better place today?</h3>
<p class="text-center"><em>Jeremy Boy (France / New Zealand), with the help of Anshul Vikram Pandey and Jean-Daniel
Fekete</em>
</p>
<a href="http://aviz.fr/unmilleniumgoals/" target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/5_Aviz_4.png" alt=""></a>
<p class="lead">"Is the world a better place today?" (isWBPT) is a web-based, interactive visualisation app based on the
<a href="http://mdgs.un.org/unsd/mdg/Data.aspx" target="_blank">Millenium Develoment Goals data</a>. This
visualisation for the people is designed to help users overcome three potential barriers, which are often
overlooked in the design of visualisations and in the presentation of data:
<ul class="lead">
<li>the literacy barrier: people need to understand what they are looking at, and that the graphics represent
underlying data;</li>
<li>the interaction barrier: people need to know whether a visualisation is interactive or simply static, and
they need to know in time what interactions are possible; and </li>
<li>the task barrier: people need to know what tasks to perform with the visualisation and data in order to
imagine new, and interesting ways of questionning the data.</li>
</ul>
</p>
<p>isWBPT addresses these barriers in a “narrative” introductory tour. The visitor is first invited to select
a target and indicator from a subset of the data, as well as a country of interest. S/he is then shown a
line graph view of the evolution of this country between 1990 and 2015 (i.e., the time period for which most
Millenium Development Goals were set); and a series of simple questions ensure her comprehension of the graphic.
S/he is then shown multiple countries and aggregated values, which aim to ensure her comprehension of simple
statistics (i.e., means and medians). Finally, the concepts of correlation and correlation coefficient are
introduced, and s/he is invited to freely explore the entire dataset, looking for predicitve relationships
to tweet about.</p>
<p>As such, this app not only communicates about the data, it also allows visitors to explore them, and it shows
them how. This can lead to new insights, and may even lead to finding new, crowdsourced solutions for making
the world a better place.</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="http://aviz.fr/unmilleniumgoals/" target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- data-visualisation Modal 2 -->
<div class="wsd-modal modal fade" id="data-visualisationModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">Finalist</h4>
<h3 class="text-center">Halting the Spread of HIV</h3>
<p class="text-center"><em>Emily Schuch (United States)</em>
</p>
<a href="http://www.emilyschuch.com/UN-challenge/" target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/4_ESchuch_1.png" alt=""></a>
<p class="lead">An exploration of the HIV incidence rate, which measures the number of new HIV infections as a percentage of
the population.</p>
<p>Visualisations include a line plot of the HIV incidence rate by region, a world map of the
HIV incidence rate by country with a slider to view by year from 1990 to 2013, and a heat map of the 20 countries
with the highest average HIV incidence rate from 1990 to 2013, by country and by year. Predictive modeling
was also explored to look for factors which may be significant in reducing the incidence rate.</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="http://www.emilyschuch.com/UN-challenge/" target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- data-visualisation Modal 3 -->
<div class="wsd-modal modal fade" id="data-visualisationModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">Finalist</h4>
<h3 class="text-center">Health inequity in your city</h3>
<p class="text-center"><em>Doohee You (Republic of Korea)</em>
</p>
<a href="http://www.who.int/kobe_centre/measuring/urban_health_observatory/uhprofiles/en/"
target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/13_You_1.png" alt=""></a>
<p class="lead">Given our focus on urban health, the project intended to elicit the magnitude of health inequities in urban
areas using MDG indicators. We want to highlight that sections of the urban population are disadvantaged
in accessing services and achieving healthy outcomes. </p>
<p>The project, therefore, focused on providing a quick
and clear understanding of the current situation as well as trends, while providing benchmarks for each country
to compare their performance with others. We used a pooled dataset to obtain MDG indicators and used data
visualisation tools to construct country profiles. The results of this project have been acknowledged by
the WHO Global Health Observatory in 2015 and have contributed to raising awareness on urban health inequity.</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="http://www.who.int/kobe_centre/measuring/urban_health_observatory/uhprofiles/en/"
target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- data-visualisation Modal 4 -->
<div class="wsd-modal modal fade" id="data-visualisationModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">Finalist</h4>
<h3 class="text-center">"The Urban Century: Exploring the impact of "Slumification" on Development Goals"</h3>
<p class="text-center"><em>Niccolo Cirone (Italy)</em>
</p>
<a href="https://public.tableau.com/profile/niccol.#!/vizhome/TheUrbanCenturyExploringtheimpactofSlumificationonDevelopmentGoals/TheUrbanCenturyorHowSlumsimpactonMillenniumGoals"
target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/8_NCirone_1.png" alt=""></a>
<p class="lead">This project is intended to encourage further analysis on the difference between development policies for rural
areas and policies for slums, and on how we can make sure that our development actions are can be effectives
in urban environments. This Visualisation was chosen by Tableau Software as “Viz of the Day” on August 30,
2015.
</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="https://public.tableau.com/profile/niccol.#!/vizhome/TheUrbanCenturyExploringtheimpactofSlumificationonDevelopmentGoals/TheUrbanCenturyorHowSlumsimpactonMillenniumGoals"
target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- data-visualisation Modal 5 -->
<div class="wsd-modal modal fade" id="data-visualisationModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">Finalist</h4>
<h3 class="text-center">Millennium Development Goals - Indicator Correlation Explorer</h3>
<p class="text-center"><em>Max Galka (United States)</em>
</p>
<a href="http://metrocosm.com/wsd2015.html" target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/15_Galka_1.png" alt=""></a>
<p class="lead">This data visualisation allows you to explore the relationships between Millennium Development Goals indicators
via two interactive graphics.</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="http://metrocosm.com/wsd2015.html" target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- data-visualisation Modal 6 -->
<div class="wsd-modal modal fade" id="data-visualisationModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h4 class="text-center">Finalist</h4>
<h3 class="text-center">Behind the scenes of the UN Millennium Goal Development Report</h3>
<p class="text-center"><em>Katharina Rasch (Germany)</em>
</p>
<a href="http://un.krasch.io/" target="_blank"><img class="img-responsive img-centered" src="img/data-visualisation/9_KRasch_1.png" alt=""></a>
<p class="lead">”Behind the scenes...” is a visualisation of the metadata behind the UN Millennium Goal Development report.
It answers questions such as ”How much data is behind the MGD report?”, ”How many people does it represent?”.</p>
<p>Users can explore how much data has been collected about each of the millennium goals. They can learn how
much of Earth’s population is represented in each of data points collected and see for which goals the UN
is making progress in collecting more data in recent years. The visualisation can be a companion when reading
the report or looking at other visualisations. It can be used to investigate if results presented are grounded
on a sound basis of data.</p>
<div class="text-center">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-chevron-left"></i> Back to gallery</button>
<a type="button" class="btn btn-primary" href="http://un.krasch.io/" target="_blank"><i class="fa fa-bar-chart"></i> View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<!--GA code -->
<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-48267274-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>