forked from theodi/presentations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2013-06-bangalore-intro-to-odi.html
382 lines (339 loc) · 13.7 KB
/
2013-06-bangalore-intro-to-odi.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
<!doctype html>
<html prefix="dc: http://purl.org/dc/elements/1.1/" lang="en">
<head>
<meta charset="utf-8">
<title>An Introduction to the Open Data Institute</title>
<meta name="description" content="An Introduction to the Open Data Institute"/>
<meta property="dc:description" content="An Introduction to the Open Data Institute"/>
<meta name="author" content="Tom Heath"/>
<meta property="dc:creator" content="Tom Heath"/>
<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">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="reveal.js/css/zenburn.css">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<style type="text/css">
#odi-presentation .logo {
border: none;
box-shadow: none;
}
#odi-presentation table {
width: 100%;
}
#odi-presentation td, #odi-presentation th {
text-align: center;
}
#odi-presentation th {
font-weight: bold;
}
#odi-presentation p {
margin: 0.8em 0 0.8em 0;
}
#odi-presentation li {
margin: 0.4em 0 0.4em 0;
}
#odi-presentation blockquote {
padding: 0.8em;
}
#odi-presentation .quote-source {
font-size: smaller;
}
#odi-presentation ul.centred-list {
list-style: none;
text-align: center;
}
#odi-presentation ul.centred-list li {
margin: 0.8em;
}
#odi-presentation .code {
font-family: courier;
border: 1px solid gray;
padding: 0.8em;
}
</style>
</head>
<body id="odi-presentation">
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section id="titlepage">
<!--<h1>From Data <strong>on</strong> the Web to Data <strong>in</strong> the Web</h1>-->
<h2>An Introduction to the Open Data Institute</h2>
<p><img class="logo" src="brand/odi-logo-lg.png" alt="ODI" style="border:none;"/></p>
<p>Dr Tom Heath · Head of Research · Open Data Institute</p>
<a href="https://twitter.com/handle">@tommyh</a>
<hr>
<span style="font-size: medium">
<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>Use arrows to navigate. Press 'f' for fullscreen. Press the <code>Escape</code> key to see all slides.</p>
</span>
</section>
<section><h2>Open Data</h2></section>
<section>
<h2>Open Data Definitions</h2>
<p><blockquote>A piece of data or content is open if anyone is free to use, reuse, and redistribute it — subject only, at most, to the requirement to attribute and/or share-alike.</blockquote></p>
<p class="quote-source">— <a href="http://opendefinition.org/">http://opendefinition.org/</a></p>
</section>
<section>
<h2>Open Data Definitions</h2>
<p><blockquote>Open data is information that is available for anyone to use,<br/>for any purpose,<br/>at no cost</blockquote></p>
<p class="quote-source">— <a href="http://theodi.org/guide/what-open-data">http://theodi.org/guide/what-open-data</a></p>
</section>
<section>
<h2>Open Data</h2>
<p><strong>must be explicitly licensed</strong></p>
<p><strong>the license may impose additional conditions</strong><br/>e.g. attribution, share-alike</p>
<p><strong>!= all the data on the Web</strong></p>
</section>
<section><h2>About the<br/>Open Data Institute</h2></section>
<section id="odi">
<h2>The Open Data Institute</h2>
<ul class="centred-list">
<li class="fragment"><strong>founded in 2012</strong><br/>by Tim Berners-Lee and Nigel Shadbolt</li>
<li class="fragment"><strong>non-profit, non-partisan company</strong><br/>limited by guarantee</li>
<li class="fragment">dedicated to<br/><strong>unlocking supply of and demand for open data</strong><br/><strong>communicating its value</strong></li>
</ul>
</section>
<section>
<h2>ODI Funding</h2>
<ul class="centred-list">
<li class="fragment">partly funded by, but <strong>independent</strong> from, government</li>
<li class="fragment">additional income from<br/><strong>philanthropic donations,<br/>membership programme,<br/>research grants, training</strong></li>
</ul>
</section>
<section>
<h2>ODI Members</h2>
<ul class="centred-list">
<li><strong>Virgin Media</strong><br/>large cable telco</li>
<li><strong>Which?</strong><br/>large consumer organisation</li>
<li>another big UK telco</li>
<li>and recently...<br/><strong>Quanta Computer</strong></li>
<li>...plus many others</li>
</ul>
</section>
<section>
<h2>ODI Scope</h2>
<p>based in east london...</p>
<p><img src="2013-06-bangalore-yahoo-ss-data-and-the-web/lovquist_5587608199_3d50f55ab6_o-cropped.jpg"/></p>
<p style="font-size:small">photo by <a href="http://www.flickr.com/photos/lovquist/5587608199/">Daniel Lövquist</a>, used under license <a href="http://creativecommons.org/licenses/by-nc/2.0/deed.en">CC BY-NC 2.0</a></p>
</section>
<section>
<h2>ODI Scope</h2>
<ul class="centred-list">
<li>...but <strong>national remit</strong></li>
<li><strong>global leadership position</strong> in open data</li>
</ul>
</section>
<section>
<h2>ODI Activities</h2>
<ul class="centred-list">
<li><strong>training</strong></li>
<li><strong>tools and services</strong></li>
<li><strong>startups</strong></li>
<li><strong>policy</strong></li>
<li><strong>research</strong></li>
</ul>
</section>
<section>
<section>
<h2>Open Data Certificates</h2>
<p><strong>set standard for open data publishing</strong></p>
<p><strong>emphasise (re)user needs</strong></p>
<p><strong>help publishers get better</strong></p>
</section>
<section>
<h2>A Holistic View<br/>of Published Data</h2>
<p>technical</p>
<p>legal</p>
<p>practical</p>
<p>social</p>
<p>what else?</p>
</section>
<section>
<p><img src="2013-06-london-web-observatories-open-data/odc.png" /></p>
<p><a href="http://certificates.theodi.org/">http://certificates.theodi.org/</a></p>
</section>
<section>
<img src="2013-06-london-web-observatories-open-data/odc-questionnaire-2.png" />
</section>
<section>
<h2>Multiple Levels</h2>
<table>
<col width="25%" />
<col width="25%" />
<col width="25%" />
<col width="25%" />
<tr>
<td><img class="logo" src="2013-06-london-web-observatories-open-data/raw_level_badge.png" /></td>
<td><img class="logo" src="2013-06-london-web-observatories-open-data/pilot_level_badge.png" /></td>
<td><img class="logo" src="2013-06-london-web-observatories-open-data/standard_level_badge.png" /></td>
<td><img class="logo" src="2013-06-london-web-observatories-open-data/exemplar_level_badge.png" /></td>
</tr>
<tr>
<th>Raw</th>
<th>Pilot</th>
<th>Standard</th>
<th>Exemplar</th>
</tr>
<tr>
<td></td>
<td>minimum government standard</td>
<td></td>
<td>core reference data</td>
</tr>
</table>
</section>
</section>
<section>
<h2>ODI Startups</h2>
<ul class="centred-list">
<li><strong>9-month startup programme</strong></li>
<li>we offer<br><strong>desk and meeting space<br/>mentoring and networking</strong></li>
<li>domains<br/><strong>big data, transport, energy and environment, corporate data, ...</strong></li>
</ul>
</section>
<section>
<h2>Startup Stories</h2>
<p><img src="2013-06-bangalore-yahoo-ss-data-and-the-web/prescribinganalytics.png" alt="Prescribing Analytics screenshot"/></p>
</section>
<section>
<h2>ODI Ethos</h2>
<p>everything in the open</p>
<ul>
<li><a href="http://theodi.github.io/open-development">principles</a></li>
<li><a href="https://www.leftronic.com/share/g/OqF269/#jphb3p/OqF269">dashboard</a></li>
<li><a href="https://github.com/theodi/">github</a></li>
<li><a href="https://pinboard.in/u:theodi/">pinboard</a></li>
<li>#theodi on irc.freenode.net</li>
<li><a href="http://theodi.github.io/open-development/talk">more info</a></li>
</ul>
</section>
<section>
<h2>Research at the ODI</h2>
<ul>
<li>very new, still forming</li>
<li>building capability at the ODI</li>
<li>forging strong collaborations in the UK and overseas</li>
</ul>
</section>
<section>
<h2>Current Research</h2>
<ul class="centred-list">
<li><strong>Publishing Big Open Data</strong><br/>
what are the best practices for publishing<br/>big (open) data?</li>
<li><strong>Describing Data Sets</strong><br/>
how are data sets currently described on the Web?<br/>
how can we best extract (and aggregate)<br/>these descriptions?</li>
</ul>
</section>
<section>
<section>
<h2>Data Ecosystem</h2>
<p>How do licensing choices affect the data ecosystem?</p>
<p>What kind of licence is best for government to choose?</p>
</section>
<section>
<h2>Data Ecosystem</h2>
<h3><a href="http://theodi.github.io/data-ecosystem-simulation/">Simulation with D3</a></h3>
<img src="2013-06-wais/data-ecosystem.png" />
</section>
</section>
<section>
<h2>Upcoming<br/>Research Projects</h2>
<ul>
<li>monitoring and analytics for open data deployment across Europe</li>
<li>radically simplifying the consumption of open data by small businesses</li>
</ul>
</section>
<section>
<h2>The Big Picture</h2>
<ul>
<li>the mechanics of open data</li>
<li>the impact of open data</li>
<li>the web of open data</li>
</ul>
</section>
<section>
<h2>The Mechanics of<br/>Open Data</h2>
<ul>
<li><strong>provenance</strong>: collection protocol, documentation, granularity, post-processing?</li>
<li><strong>licensing</strong>: adequacy of licensing regime? combining licenses? specifics of derivation? mechanics of expression?</li>
<li><strong>versioning</strong>: conceptual models of versioning? infrastructure?</li>
<li><strong>dataset description</strong>: how to convey these features (for potentially small fragments)?</li>
</ul>
</section>
<section>
<h2>The Impact of Open Data</h2>
<ul>
<li><strong>data ecosystems</strong>: what impact of open licensing?</li>
<li><strong>structural</strong> business and economic <strong>barriers</strong> to uptake of open data?</li>
<li><strong>qualitative stories</strong> of impact</li>
</ul>
</section>
<section>
<h2>The Web of Open Data</h2>
<ul>
<li><strong>data discovery</strong></li>
<li><strong>profiling and indexing</strong></li>
<li><strong>relevance and filtering</strong></li>
<li><strong>integration</strong></li>
<li><strong>dynamic interfaces</strong></li>
</ul>
</section>
<section>
<h2>Data Discovery</h2>
<p><strong>appropriate granularity?</strong></p>
<p><strong>meaningful definitions of collections?</strong><br/>(theoretical and practical)</p>
<p><strong>prioritising discovery?</strong></p>
</section>
<section>
<h2>Data Comprehension</h2>
<p><strong>profiling</strong></p>
<p><strong>summarisation</strong></p>
<p><strong>indexing</strong></p>
<p><strong>cognitive architecture?</strong></p>
</section>
<section>
<h3>Questions?</h3><br>
<p>Dr Tom Heath · Open Data Institute</p>
<img class="logo" src="brand/odi-logo-lg.png" alt="ODI" style="border:none;"><br>
<a href="mailto:[email protected]">[email protected]</a>
</section>
</div>
<div id="brand">
<a class="image" href="http://theodi.org"><img height="40" style="position:fixed; left:10px; bottom:50px; z-index:30;" src="brand/odi_logo.svg" alt="ODI"></a>
<br>
<a class="image" href="http://creativecommons.org/licenses/by-sa/3.0/"><img width="97" height="34" style="position:fixed; left:10px; bottom:10px; z-index:30;" src="brand/licence.png" alt="Creative Commons"></a>
</div>
</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>