-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (108 loc) · 4.94 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
<!DOCTYPE HTML>
<!--
Visualize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>CSU Datavisualization gallery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/logo.png" alt="WHO" /></span>
<h1> Welcome to the <strong>CSU</strong> dataviz gallery, a webpage listing all graphics and datavisualization made by the <a href="http://www.iarc.fr/csu">Cancer Surveillance Unit</a><br />
</h1>
<p>All codes are hosted in our <a href="https://github.com/IARC-CSU/Datavisualization"> public github repository </a></p>
<!--<ul class="icons">
<li><a href="#" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon style2 fa-500px"><span class="label">500px</span></a></li>
<li><a href="#" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>-->
</header>
<!-- Main -->
<section id="main">
<!-- Thumbnails -->
<section class="thumbnails">
<div>
<a href="06_Cluster/heat_map_2.1.0.html" data-poptrox="ignore">
<div style="background-image: url(06_Cluster/thumbs.gif);background-size: cover;">
<img src="06_Cluster/thumbs.png" />
</div>
<h3>Cancer and HDI heatmap</h3>
</a>
<a href="02_Breast_EU_Screening" data-poptrox="ignore">
<div style="background-image: url(02_Breast_EU_Screening/thumbs.gif);background-size: cover;">
<img src="02_Breast_EU_Screening/thumbs.png" />
</div>
<h3>Europe screening covering map</h3>
</a>
</div>
<div>
<a href="08_CI5plus_trend/ci5_trend.html" data-poptrox="ignore">
<div style="background-image: url(08_CI5plus_trend/thumbs.gif);background-size: cover;">
<img src="08_CI5plus_trend/thumbs.png" />
</div>
<h3>CI5 plus trends</h3>
</a>
<a href="04_Bar_comparaison/CI5_comparaison.html" data-poptrox="ignore">
<div style="background-image: url(04_Bar_comparaison/thumbs.gif);background-size: cover;">
<img src="04_Bar_comparaison/thumbs.png" />
</div>
<h3>CI5 I Versus CI5 XI (version 1)</h3>
</a>
<a href="04_Bar_comparaison/CI5_comparaison_anim.html" data-poptrox="ignore">
<div style="background-image: url(04_Bar_comparaison/thumbs_anim.gif);background-size: cover;">
<img src="04_Bar_comparaison/thumbs_anim.png" />
</div>
<h3>CI5 I Versus CI5 XI (version 2)</h3>
</a>
</div>
<div>
<a href="05_Bubble_evolution/bubble_prediction_hdi.html" data-poptrox="ignore">
<div style="background-image: url(05_Bubble_evolution/thumbs1.gif);background-size: cover;">
<img src="05_Bubble_evolution/thumbs1.png" />
</div>
<h3>Incidence prediction 2040 per HDI</h3>
</a>
<a href="05_Bubble_evolution/bubble_mortality_hdi.html" data-poptrox="ignore">
<div style="background-image: url(05_Bubble_evolution/thumbs2.gif);background-size: cover;">
<img src="05_Bubble_evolution/thumbs2.png" />
</div>
<h3>Mortality rate evolution per HDI (1980 to 2010)</h3>
</a>
<a href="05_Bubble_evolution/bubble_prediction_risk_objectif.html" data-poptrox="ignore">
<div style="background-image: url(05_Bubble_evolution/thumbs2.gif);background-size: cover;">
<img src="05_Bubble_evolution/thumbs2.png" />
</div>
<h3>bubble with objective</h3>
</a>
<a href="05_Bubble_evolution/bubble_time_trend_all.html" data-poptrox="ignore">
<div style="background-image: url(05_Bubble_evolution/thumbs3.gif);background-size: cover;">
<img src="05_Bubble_evolution/thumbs3.png" />
</div>
<h3>Change in risk of dying 2000 to 2015</h3>
</a>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<p>© Untitled. All rights reserved. Design: <a href="http://templated.co">TEMPLATED</a>. Demo Images: <a href="http://unsplash.com">Unsplash</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>