forked from ajantriks/netmundial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
map_no_contrib.html
212 lines (190 loc) · 10.5 KB
/
map_no_contrib.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
<!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="NETmundial, internet governance">
<meta name="author" content="Centre for Internet and Society, Bangalore, India">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>Analysing Contributions to NETmundial 2014 | Centre for Internet and Society, Bangalore, India</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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]-->
<!-- Google Fonts API -->
<link href='http://fonts.googleapis.com/css?family=Duru+Sans' rel='stylesheet' type='text/css'>
<!-- Custom Styles -->
<link href="css/style.css" rel="stylesheet">
<!-- Datamaps -->
<script src="js/datamaps/d3.v3.min.js"></script>
<script src="js/datamaps/topojson.v1.min.js"></script>
<script src="js/datamaps/datamaps.world.min.js"></script>
</head>
<body>
<!-- NAVBAR
================================================== -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">Analysing Contributions to NETmundial 2014</span>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Visualisations <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Contributions</li>
<li><a href="contributions_countries.html">Contributions by Countries of Origin</a></li>
<li><a href="contributions_org_type.html">Contributions by Types of Organisation</a></li>
<li class="divider"></li>
<li class="dropdown-header">Who Submitted Contributions?</li>
<li><a href="map_no_contrib.html">Which Countries have Not Submitted Contributions?</a></li>
<li><a href="map_no_contrib_govt.html">Which Governments have Not Submitted Contributions?</a></li>
<li class="divider"></li>
<li class="dropdown-header">Word Analysis</li>
<li><a href="word_heatmap.html">Comparing Appearance of Fifty Most Frequent Words</a></li>
<li><a href="word_freq_org_type.html">Fifty Most Frequent Words across Types of Organisation</a></li>
<li><a href="word_clouds_org_type.html">Word Clouds by Types of Organisation</a></li>
<li class="divider"></li>
<li class="dropdown-header">Internet Governance Roadmap</li>
<li><a href="roadmap_topics.html">What do the Contributions Say about the Roadmap?</a></li>
<li><a href="roadmap_topics_where.html">Where are the Roadmap Suggestions Coming from?</a></li>
<li><a href="track_multistakeholder.html">Tracking *Multistakeholder* across Contributions</a></li>
</ul>
</li>
<li><a href="#about">About the Study</a></li>
</ul>
</div>
</div><!--/.navbar-collapse -->
</div>
</div>
<!-- Content
================================================== -->
<div class="container">
<div class="content-header">Which Countries have Not Submitted Contributions to NETmundial?</div>
<!-- Chart -->
<div id="chart">
<!-- Map -->
<div class="row" style="margin-left: 0px;">
<div class="col-md-12">
<div id="map" style="position: relative; width: 1000px; height: 450px; background-color: #C3DDF9; "></div>
<script>
var choropleth = new Datamap({
element: document.getElementById("map"),
fills: {
defaultFill: "#00a865",
contributed: "#fff"
},
data: {
ARG: { fillKey: "contributed" },
AUS: { fillKey: "contributed" },
AUT: { fillKey: "contributed" },
BEL: { fillKey: "contributed" },
BRA: { fillKey: "contributed" },
BGR: { fillKey: "contributed" },
CAN: { fillKey: "contributed" },
CHN: { fillKey: "contributed" },
COL: { fillKey: "contributed" },
COD: { fillKey: "contributed" },
COL: { fillKey: "contributed" },
CHE: { fillKey: "contributed" },
CIV: { fillKey: "contributed" },
CRI: { fillKey: "contributed" },
DEU: { fillKey: "contributed" },
DNK: { fillKey: "contributed" },
ESP: { fillKey: "contributed" },
FRA: { fillKey: "contributed" },
GBR: { fillKey: "contributed" },
IND: { fillKey: "contributed" },
IRN: { fillKey: "contributed" },
ITA: { fillKey: "contributed" },
JPN: { fillKey: "contributed" },
KEN: { fillKey: "contributed" },
KOR: { fillKey: "contributed" },
KWT: { fillKey: "contributed" },
MEX: { fillKey: "contributed" },
MLT: { fillKey: "contributed" },
MUS: { fillKey: "contributed" },
MYS: { fillKey: "contributed" },
NGA: { fillKey: "contributed" },
NOR: { fillKey: "contributed" },
NZL: { fillKey: "contributed" },
POL: { fillKey: "contributed" },
PRT: { fillKey: "contributed" },
RUS: { fillKey: "contributed" },
SEN: { fillKey: "contributed" },
SDN: { fillKey: "contributed" },
SWE: { fillKey: "contributed" },
KOR: { fillKey: "contributed" },
TTO: { fillKey: "contributed" },
TUN: { fillKey: "contributed" },
UKR: { fillKey: "contributed" },
URY: { fillKey: "contributed" },
USA: { fillKey: "contributed" },
YEM: { fillKey: "contributed" },
ZWE: { fillKey: "contributed" },
},
geographyConfig: {
popupOnHover: true, //disable the popup while hovering
highlightOnHover: true,
highlightFillColor: 'rgba(0, 168, 101, 0.6)',
highlightBorderColor: '#fff',
highlightBorderWidth: 1
},
});
</script>
</div>
</div>
<!-- Chart Meta and Description -->
<div class="col-md-4" id="chart-meta">
<p>Created by <a href="http://ajantriks.net/" target="_blank">Sumandro</a> using <a href="http://datamaps.github.io/" target="_blank">Datamaps</a>.<br />
</div>
<div class="col-md-8" id="chart-description">
<p>The map shows (in *green*) all the countries from where no contributions (by any kinds of organisation) have been submitted to NETmundial. Countries appearing in *white* are those from where contributions have been submitted.</p>
<p>Organisations that have indicated (in their submitted contribution) that they are either 'global' or 'international' organisations with headquarter in a specific country(ies), or a coalition of several organisations from different countries, have not been considered while making the above map. Such organisations (not considered while making this map) include African ICT/IG Stakeholders, Association for Progressive Communications, Best Bits, Just Net Coalition, OECD, etc.</p>
<p>To see the map of all the countries from where the respective governments have not submitted any contributions to NETmundial, <a href="map_no_contrib_govt.html">click here</a>.</p>
</div>
</div>
<!-- About the Study -->
<div class="about">
<a id="about"></a>
<div class="col-md-4">
<a href="http://cis-india.org/"><img src="img/cis_logo.png" alt="The Centre for Internet and Society, Bangalore, India"></a>
</div>
<div class="col-md-8">
<h2>Analysing Contributions to NETmundial 2014</h2>
<p>This set of analysis of the contributions submitted to <a href="http://netmundial.br/" target="_blank">NETmundial 2014</a> is part of the effort by the <a href="http://cis-india.org/" target="_blank">Centre for Internet and Society</a>, Bangalore, India, to enable productive discussions of the critical internet governance issues at the meeting and elsewhere.</p>
<p>The Centre for Internet and Society, Bangalore, India, is a non-profit research organization that works on policy issues relating to freedom of expression, privacy, accessibility for persons with disabilities, access to knowledge and IPR reform, and openness, and engages in academic research on digital natives and digital humanities.</p>
<p>The visualisations are done by <a href="http://ajantriks.net/" target="_blank">Sumandro Chattapadhyay</a>, based on data compilation and analysis by Jyoti Panday, and with data entry suport from Chandrasekhar.</p>
</div>
</div>
<!-- Footer -->
<footer>
<div class="col-md-4">
<p>Built on <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a> by <a href="http://ajantriks.net/" target="_blank">Sumandro</a>.</p>
</div>
<div class="col-md-8">
<p class="footer">All code, content and data is co-owned by the author(s) and <a href="http://cis-india.org/" target="_blank">Centre for Internet and Society</a>, Bangalore, India, and shared under Creative Commons <a href="http://creativecommons.org/licenses/by-sa/2.5/in/" target="_blank">Attribution-ShareAlike 2.5 India</a> license.</p>
</div>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/docs.min.js"></script>
</body>
</html>