-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (191 loc) · 8.03 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
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AI-X - AI Public Services Explorer</title>
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://eloquentstudio.github.io/filter.js/assets/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css">
<link href="https://eloquentstudio.github.io/filter.js/assets/css/jquery-ui-1.10.2.custom.min.css" media="screen" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jvectormap/2.0.3/jquery-jvectormap.min.css" crossorigin="anonymous" />
<link href="/AI-watch-T6-X/css/common.css" media="screen" rel="stylesheet" type="text/css">
<script src="/AI-watch-T6-X/data/services.js"></script>
<script src="https://eloquentstudio.github.io/filter.js/assets/js/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="https://eloquentstudio.github.io/filter.js/assets/js/jquery-ui-1.10.2.custom.min.js" type="text/javascript"></script>
<script src="/AI-watch-T6-X/js/jvectormap.com/js/jquery-jvectormap-2.0.3.min.js"></script>
<script src="/AI-watch-T6-X/js/jvectormap.com/js/jquery-jvectormap-world-mill.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js" integrity="sha256-G7A4JrJjJlFqP0yamznwPjAApIKPkadeHfyIwiaa9e0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="/AI-watch-T6-X/js/common.js"></script>
<!--
<style>
#citsci-view {
position: absolute;
top: 240px;
left: 0;
right: 0;
bottom: 0;
}
</style>
<script>
$(document).ready(function () {
var countries = _.map(services, function (p) {
return p.geocoverage_codes;
});
countries = _.flatten(countries);
countries = _.groupBy(countries);
var data = {};
_.each(countries, function (v, k) {
data[k] = _.size(v);
}, data);
$('#citsci-view').vectorMap({
map: 'world_mill',
zoomOnScroll: false,
zoomButtons: false,
regionsSelectable: false,
regionStyle: {
hover: {
cursor: 'default'
}
},
series: {
regions: [{
values: data,
scale: ['#C8EEFF', '#0071A4'],
normalizeFunction: 'polynomial'
}]
},
onRegionTipShow: function (e, el, code) {
// el.html(el.html() + ' - Services: ' + (data[code] ? data[code] : 'unknown') );
},
onRegionClick: function(e, code){
// window.location.href = window.location.href + 'service';
}
});
});
</script>
-->
</head>
<body>
<nav role="navigation" class="navbar navbar-default">
<div class="container">
<p class="navbar-header"><a title="AI Public Services Explorer" class="navbar-brand" href="/AI-watch-T6-X/">AI-X</a></p>
<ul class="nav navbar-nav collapse navbar-collapse">
<li class=""><a href="/AI-watch-T6-X/service/">Services</a></li>
<li class=""><a href="/AI-watch-T6-X/chart/">Gallery</a></li>
<li class=""><a href="/AI-watch-T6-X/catalog/">Sources</a></li>
</ul>
<ul class="nav navbar-nav collapse navbar-collapse navbar-right">
<li><a target="_blank" href="https://github.com/lorenzino/AI-watch-T6-X/issues/" title="Send us your feedback."><i class="fa fa-comment"></i> Feedback</a></li>
<li><a target="_blank" href="https://github.com/lorenzino/AI-watch-T6-X/" title="Report projects, services, initiatives you are aware of."><i class="fa fa-github"></i> Contribute</a></li>
<li><a target="_blank" href="https://ec.europa.eu/eusurvey/runner/JRCAIinthePublicSectorSurvey2020" title="Fill in the AI-X survey."><i class="fa fa-edit"></i> AI-X Survey</a></li>
</ul>
</div>
</nav>
<!--
<header class="page-header">
<div class="container">
<h1 class="title">AI-X</h1>
<p class="lead">AI Public Services Explorer</p>
</div>
</header>
<div id="citsci-view"></div>
-->
<!--
<header class="jumbotron">
<div class="container">
<img src="/ips-explorer/img/ipso-logo.jpg"/>
-->
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h1>Welcome to AI-X!</h1>
<p>The AI Public Services Explorer is an exercise to provide an integrated view of public services using AI.</p>
<p><a class="btn btn-lg btn-primary" href="/AI-watch-T6-X/service/" role="button">Explore</a></p>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<h1>Contribute</h1>
<p>If you are aware of any project, service, or initiative that is not listed here, please let us know. We will be happy to add them to the catalogue.</p>
<p><a class="btn btn-lg btn-primary" href="https://github.com/lorenzino/AI-watch-T6-X/" role="button">How to contribute</a></p>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<h1>AI-X survey</h1>
<p>If you are involved in the provision of public services using AI, please consider filling in our survey.</p>
<p><a class="btn btn-lg btn-primary" href="https://ec.europa.eu/eusurvey/runner/JRCAIinthePublicSectorSurvey2020" role="button">Start the survey</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<!--
</div>
</header>
-->
-
<article class="container">
<div class="row thumbnails-container">
<a class="col-sm-6 col-md-4 block-link" href="/AI-watch-T6-X/service/">
<div class="thumbnail">
<div class="img"><span class="fa fa-group"></span></div>
<div class="caption">
<h3>Services</h3>
<p>Explore European public services making use of AI, and find out their distribution and scope in terms of public administration levels and sectors.</p>
</div>
</div>
</a>
<a class="col-sm-6 col-md-4 block-link" href="/AI-watch-T6-X/chart/">
<div class="thumbnail">
<div class="img"><span class="fa fa-area-chart"></span></div>
<div class="caption">
<h3>Gallery</h3>
<p>Access statistics of AI public services based on their core characteristics, including geographic coverage, uptake and the technologies used. Browse the already prepared views, and create dynamic visualisations.</p>
</div>
</div>
</a>
<a class="col-sm-6 col-md-4 block-link" href="/AI-watch-T6-X/catalog/">
<div class="thumbnail">
<div class="img"><span class="fa fa-download"></span></div>
<div class="caption">
<h3>Sources</h3>
<p>Get to know the surveys, catalogues and data sets of public services that are integrated here. Find out how you could add your own public service, or results from a longitudinal study.</p>
</div>
</div>
</a>
<!--
<div class="col-sm-12 col-md-12">
<div class="thumbnail">
<div class="caption">
<p>These pages allow you to explore AI public services that have been collected from different sources in an integrated and harmonised way. Services can be discovered using a text-based, as well as, a graphic-based approach. We also list the contributing sources and offer the possibility to add your own service descriptions.</p>
</div>
</div>
</div>
-->
</div>
</article>
</body>
</html>