This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path2013-06-gss-open-data-innovation.html
118 lines (82 loc) · 3.96 KB
/
2013-06-gss-open-data-innovation.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Data for Transparency and Innovation</title>
<meta name="description" content="Kefnote at the GSS: Open Data for Transparency and Innovation">
<meta name="author" content="Ulrich Atz">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="reveal.js/css/reveal.min.css">
<link rel="stylesheet" href="reveal.js/css/theme/sky.css" id="theme">
<link rel="stylesheet" href="reveal.js/css/fullscreen-img.css">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="reveal.js/css/zenburn.css">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section id="titlepage">
<h1>Open Data</h1>
<h3>for Transparency and<br>Innovation</h3>
<br>
<p>Ulrich Atz · Open Data Institute</p>
<a href="mailto:[email protected]">[email protected]</a> <a href="https://twitter.com/statshero">@statshero</a>
<hr>
<span style="font-size:16px;">
<p>You can access the slides at <a href="http://theodi.github.io/presentations/"> <code class="url">http://theodi.github.io/presentations</code></a>.</p>
<p>Thanks also to <a href="https://twitter.com/JeniT">@JeniT</a>.</p>
<p>Use arrows to navigate. Press 'f' for fullscreen. Press the <code>Escape</code> key to see all slides.</p>
</span>
<a class="image" href="http://theodi.org"><img height="34" style="border:none;" src="brand/odi_logo.svg" alt="ODI"></a>
<a class="image" href="http://creativecommons.org/licenses/by-sa/3.0/"><img width="97" height="34" style="border:none;" src="brand/licence.png" alt="Creative Commons"></a>
</section>
<section fullscreen-img='2013-06-gss-open-data-innovation/ideas.jpg' fullscreen-size="contain">
<aside class="notes">
Data
Good news: More demand
Bad news: More demand
The UK has released the largest amount of government data in the world.
Access to information is not the same as open data. That's why statsticians exist.
Bus stops example - 300.000, 18.000
"Open data may be as important as the vote for democracy."
</aside>
</section>
<section>
<h3>Questions?</h3><br>
<p><img class="logo" src="brand/ODI-logo-lg.png" alt="ODI" style="border:none; box-shadow: none;"></a></p>
<br>
<p>Ulrich Atz · <a href="mailto:[email protected]">[email protected]</a> · <a href="https://twitter.com/statshero">@statshero</a></p>
</section>
</div>
<script src="reveal.js/js/head.min.js"></script>
<script src="reveal.js/js/reveal.min.js"></script>
<script>
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
dependencies: [
]
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34573394-10']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>