-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
541 lines (429 loc) · 23.9 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
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Demostración de servicios de datos estadísticos en el ICANE</title>
<meta name="description" content="Demostración de servicios de datos estadísticos en el ICANE">
<meta name="author" content="Miguel Expósito Martín">
<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, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[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 data-id="1">
<h1> <span style="font-size: 60px"> demostración de</span></h1>
<h1> <span style="font-size: 70px">servicios<span style="font-size: 60px"> de</span>
<span style="font-weight:bold;font-size:80px">datos</span></h1>
<h1> <span style="color: red;font-size:80px;">estadísticos</span></h1>
<h1><span style="font-size: 60px">en el </span><span style="font-size: 70px">ICANE</span></h1>
</section>
<section data-id="2">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
datos tabulares
</h2>
<div style="line-height: 1.5em; text-align: left;">
<img alt="Datos tabulares" src="./img/tabla900.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); " />
</div>
</section>
<section data-id="3">
<section data-id="3a">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
formatos
</h2>
<table style="font-size:20px">
<thead>
<tr>
<th></th>
<th>consumo</th>
<th>complejidad</th>
<th>popularidad</th>
<th>metadata</th>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Icono xls" src="./img/xls.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); width:64px; height:64px; vertical-align:middle;" />
</td>
<td>manual</td>
<td><span class="fragment highlight-green" data-fragment-index="1">baja</span></td>
<td><span class="fragment highlight-green" data-fragment-index="1">muy alta</span> </td>
<td>alta</td>
</tr>
<tr>
<td><img alt="Icono PC-Axis" src="./img/pax.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); width:64px; height:64px; vertical-align:middle;" />
</td>
<td>manual/auto</td>
<td>media</td>
<td><span class="fragment highlight-green" data-fragment-index="1">alta</span></td>
<td><span class="fragment highlight-green" data-fragment-index="1">alta</span></td>
</tr>
<tr>
<td><img alt="Icono SDMX" src="./img/sdmx.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); width:64px; height:64px; vertical-align:middle;" />
</td>
<td>auto</td>
<td><span class="fragment highlight-red" data-fragment-index="1">muy alta</span> </td>
<td><span class="fragment highlight-red" data-fragment-index="1">muy baja</span> </td>
<td><span class="fragment highlight-green" data-fragment-index="1">alta</span></td>
</tr>
<tr>
<td><img alt="Icono JSON" src="./img/json.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); width:64px; height:64px; vertical-align:middle;" />
</td>
<td>auto</td>
<td><span class="fragment highlight-green" data-fragment-index="1">muy baja</span> </td>
<td><span class="fragment highlight-green" data-fragment-index="1">muy baja</span> </td>
<td><span class="fragment highlight-green" data-fragment-index="1">alta</span></td>
</tr>
<tr>
<td><img alt="Icono RDF" src="./img/rdf.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); width:64px; height:64px; vertical-align:middle;" />
</td>
<td>auto</td>
<td >media</td>
<td><span class="fragment highlight-red" data-fragment-index="1">baja</span></td>
<td><span class="fragment highlight-green" data-fragment-index="1">muy alta</span></td>
</tr>
</tbody>
</table>
</section>
</section>
<section data-id="4">
<section data-id="4b">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
descarga de metadatos
</h2>
<div style="line-height: 1.5em; text-align: left; margin-top:70px;margin-bottom:80px">
<h3 style="text-align: center;">http://<span class="fragment highlight-current-red" data-fragment-index="1" >{host}</span> + /<span class="fragment highlight-current-red" data-fragment-index="2">{app} </span>+ </h3>
<h3 style="text-align: center">
/<span class="fragment highlight-current-red" data-fragment-index="3">{entidad} </span>+ /<span class="fragment highlight-current-red" data-fragment-index="4">{etiqueta} </span></h3>
</div>
<a href="http://www.icane.es/metadata/api/time-series/active-population-small-areas-employed-unemployed-base-2011">
<span style="text-align: center">
http://<span class="fragment highlight-current-red" data-fragment-index="1">www.icane.es</span>/<span class="fragment highlight-current-red" data-fragment-index="2">metadata/api</span>/<span style="text-align: center;"><span class="fragment highlight-current-red" data-fragment-index="3">time-series</span>/<span class="fragment highlight-current-red" data-fragment-index="4">active-population-small-areas-employed-unemployed-base-2011</span></span>
</a>
</section>
<section data-id="4b">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
documentación
</h2>
<div style="line-height: 1.5em; text-align: left;">
<a href="http://www.icane.es/metadata/"><img alt="Captura API metadatos" src="./img/apimetadata.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0);width:900px;height:460px; " /></a>
</div>
</section>
<section data-id="4c">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
descarga de datos
</h2>
<div style="line-height: 1.5em; text-align: left;margin-top:70px;margin-bottom:80px">
<h3 style="text-align: center;">http://<span class="fragment highlight-current-red" data-fragment-index="1" >{host}</span> + /<span class="fragment highlight-current-red" data-fragment-index="2">{app} </span>+ </h3>
<h3 style="text-align: center">
/<span class="fragment highlight-current-red" data-fragment-index="3">{etiqueta} </span> + .<span class="fragment highlight-current-red" data-fragment-index="4">{ext} </span></h3>
</div>
<a href="http://www.icane.es/data/api/active-population-small-areas-employed-unemployed-base-2011.rdf">
<span style="text-align: center; margin-top:100px;">
http://<span class="fragment highlight-current-red" data-fragment-index="1">www.icane.es</span>/<span class="fragment highlight-current-red" data-fragment-index="2">data/api</span>/</span>
<span style="text-align: center;"><span class="fragment highlight-current-red" data-fragment-index="3">active-population-small-areas-employed-unemployed-base-2011</span>.<span class="fragment highlight-current-red" data-fragment-index="4">rdf</span></span></a>
</section>
<section data-id="4d">
<h2>Ejemplo</h2>
<pre><code class="javascript" data-trim>
<script type="text/javascript">
// Load the Visualization API and the piechart package.
google.load('visualization', '1.0', {'packages':['corechart']});
// Set a callback to run when the Google Visualization API is loaded.
google.setOnLoadCallback(drawChart);
function drawChart(){
$.ajax({
type: 'Get',
url: 'http://www.icane.es/data/api/private-housing-annual.google-json',
dataType: 'json'}).done(function(icaneSeries) {
// Create the data table.
var data = new google.visualization.DataTable(icaneSeries.data);
// Set chart options
var options = {'title':'',
'width':700,
'height':500};
// Instantiate and draw our chart, passing in some options.
var chart = new google.visualization.LineChart(document.getElementById('chart_div'));
chart.draw(data, options);
$.each(icaneSeries.metadata, function(i,metadata)
{
var html = '<tr><td>'+i+'</td>'+'<td>'+metadata.value+'</td></tr>';
$('#table').append(html);
});
}).fail(function(){
if (console && console.log) {
console.log("Error");
}
});
}
</script>
</code></pre>
<h3><a href="./chart.html">HTML + JS + Google Charts</a></h3>
</section>
<section data-id="4e">
<h2>otro ejemplo...</h2>
<h2><a href="http://nbviewer.ipython.org/gist/predicador37/94eacb48d4461cbfc98c">cuaderno iPython</a></h2>
</section>
</section>
<section data-id="5">
<section data-id="5a">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
web <span style="color: red;">semántica</span>
</h2>
<div class="fragment" style="line-height: 1.5em; text-align: center;">
<img alt="La web semántica no se explica en una tarde" src="./img/meme.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0);" />
</div>
</section>
<section data-id="5b">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
conceptos
</h2>
<div style="text-align: center; margin-top:-0.5em">
<img alt="Web semántica vs web de datos" src="./img/semanticweb.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0);" />
</div>
<small><a href="http://www.slideshare.net/AnaCarrillo3/retos-y-oportunidades-en-archivos-y-gestin-documental-ante-la-web-semntica-33821011">Retos y Oportunidades en Archivos y Gestión Documental ante la Web Semántica</a>, <span style="font-weight: bold;">Ana Carrillo Pozas</span></small>
</section>
<section data-id="5c">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
<a href="http://semstats2014.wordpress.com/">semstats</a>: ¿para qué?
</h2>
<div style="text-align: left">
<ul>
<li class="fragment" style="padding: 0 0 0.5em 0.5em">
mejorar <span style="font-weight:bold">acceso</span> y facilitar <span style="font-weight:bold">análisis</span> de datos estadísticos
</li>
<li class="fragment" style="padding: 0 0 0.5em 0.5em">
datos bien descritos y <span style="font-weight:bold">contextualizados</span>
</li>
<li class="fragment" style="padding: 0 0 0.5em 0.5em">
nuevas <span style="font-weight:bold">asociaciones</span> entre conjuntos de datos
</li>
<li class="fragment" style="padding: 0 0 0.5em 0.5em">
facilidad para habilitar <span style="font-weight:bold">procesamiento automático</span> de recursos web
</li>
</ul>
</div>
</section>
<section data-id="5i">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
enlazado: ¿con quién?
</h2>
<table style="font-size:20px">
<thead style="font-size:30px">
<tr class="headerSeparation">
<th style="font-family: 'Open Sans'"
>Base de datos</th>
<th style="font-family: 'Open Sans'"># enlaces</th>
</tr>
</thead>
<tbody>
<tr class="rowSeparation">
<td>Geonames</td>
<td>4</td>
</tr>
<tr class="rowSeparation">
<td>DBpedia</td>
<td>45</td>
</tr>
<tr class="rowSeparation">
<td>DBpedia española</td>
<td>47</td>
</tr>
<tr class="rowSeparation">
<td>INE</td>
<td>251 (no RDF)</td>
</tr>
<tr class="rowSeparation">
<td>Eurostat</td>
<td>22 (no RDF)</td>
</tr>
<tr class="rowSeparation">
<td>LEM para Bibliotecas Públicas</td>
<td>168</td>
</tr>
<tr class="rowSeparation">
<td>LEM de la Biblioteca del Congreso de EEUU</td>
<td>151</td>
</tr>
</tbody>
</table>
<p style="margin-top: 0.5em;" >Y además... ICANE está en <a href="http://datahub.io/es/dataset/icane">the Datahub</a> y <a href="http://www.programmableweb.com/api/icane-statistical">programmableweb</a></p>
</section>
<section data-id="5j">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
punto SPARQL
</h2>
<div style="line-height: 1.5em; text-align: left;">
<a href="http://www.icane.es/semantic-web"><img alt="Captura de punto SPARQL" src="./img/sparql.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0);width:900px;height:460px; " /></a>
</div>
</section>
<section data-id="5k">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
RDF <span style="color: red;">data cube </span>
</h2>
<table style="font-size:30px">
<tbody>
<tr>
<td style="padding-bottom:20px">cubo</td>
<td> RDF <span style="font-style: italic;">DataCube dataset</span></td>
</tr>
<tr>
<td style="padding-bottom:20px">dimensión</td>
<td><span style="font-style: italic;">Concept Scheme + Concept class + DimensionProperty</span></td>
</tr>
<tr>
<td style="padding-bottom:20px">
medida
</td>
<td>
RDF <span style="font-style: italic;">DataCube MeasureProperty</span>
</td>
</tr>
<tr>
<td>
celda
</td>
<td>
RDF <span style="font-style: italic;">DataCube Observation</span>
</td>
</tr>
</tbody>
</table>
<small><a href="http://www.w3.org/TR/vocab-data-cube/">Recomendación W3C RDF Data Cube Vocabulary</a></small>
</section>
</section>
<section data-id="6">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
datos <span style="color: red;">abiertos</span>
</h2>
<blockquote cite="http://www.slideshare.net/ISTAC/open-data-fi2">
“El opendata es el cuasi-estado de naturaleza de la difusión de estadísticas oficiales”
</blockquote>
<small><a href="http://www.slideshare.net/ISTAC/open-data-fi2">Opendata en Canarias, la estadística como showcase</a>, <span style="font-weight: bold;">Alberto González Yanes</span></small>
</section>
<section data-id="8">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
marco normativo
</h2>
<div style="text-align: center;">
<img alt="Evolución marco legal RISP" src="./img/marcolegal.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); " />
</div>
<small><a href="http://www.slideshare.net/EmilioGarciaGarcia/20130708-eoi-opendata-y-opengov">Opendata y Gobierno Abierto: La continuidad en una política pública</a>, <span style="font-weight: bold;">Emilio García García</span></small>
</section>
<section data-id="9">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
objetivos
</h2>
<div style="text-align: left">
<ul>
<li style="padding: 0 0 0.5em 0.5em">
ofrecer "escaparate" alternativo de datos
</li>
<li style="padding: 0 0 0.5em 0.5em">
complementar portal con catálogo <span style="font-weight: bold">NTI RISP</span>
</li>
<li style="padding: 0 0 0.5em 0.5em">
incorporar API estándar con función de búsqueda
</li>
<li style="padding: 0 0 0.5em 0.5em">
cubrir carencias redes sociales
</li>
<li style="padding: 0 0 0.5em 0.5em">
ser referencia de datos abiertos en Cantabria
</li>
</ul>
</div>
<small><a href="http://www.boe.es/diario_boe/txt.php?id=BOE-A-2013-2380">Norma Técnica de Interoperabilidad de Reutilización de recursos de la información</a> y su <a href="http://administracionelectronica.gob.es/pae_Home/dms/pae_Home/documentos/Estrategias/pae_Interoperabilidad_Inicio/Guia_de_aplicacion_de_la_Norma_Tecnica_de_Interoperabilidad_de_Reutilizacion_de_recursos_de_informacion/Guia_aplicacion_Reutilizacion_recursos_de_informacion.pdf">Guía de aplicación</a></small>
</section>
<section data-id="11">
<section data-id="11a">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
solución
</h2>
<div class="fragment" data-fragment-index="1"><span style="margin-right: 1em;"><img alt="Logotipo CKAN" src="./img/CKAN_Logo_full_color.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0);height:40px; width:118px;vertical-align:middle;" /></span><span style="vertical-align:middle;"><a href="http://data.gov.uk/">UK</a>, <a href="https://www.data.gov/">USA</a>, <a href="http://daten.berlin.de/">Berlin</a>, <a href="http://opendata.aragon.es/">Aragon</a></span></div>
<div class="fragment" data-fragment-index="2""><span style="margin-right: 1em;"><img alt="Icono búsqueda CKAN" src="./img/search_ckan.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); height:75px; width:75px;vertical-align:middle;" /></span><span>búsqueda, etiquetado, navegación</span></div>
<div class="fragment" data-fragment-index="3"><span style="margin-right: 1em;"><img alt="Icono almacenamiento CKAN" src="./img/store-visualise_ckan.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); height:75px; width:75px;vertical-align:middle;" /></span>metadatos, visualización</span></div>
<div class="fragment" data-fragment-index="4"><span style="margin-right: 1em;"><img alt="Icono federación de datos CKAN" src="./img/engage_ckan.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); height:75px; width:75px;vertical-align:middle;" /></span><span>federación, temas, RRSS</span></div>
<div class="fragment" data-fragment-index="5"><span style="margin-right: 1em;"><img alt="Icono extensión CKAN" src="./img/extend_ckan.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); height:75px; width:75px;vertical-align:middle;" /></span><span><a href="http://datos.icane.es/api/3/action/package_search?q=pesca">API</a>, extensiones</span></div>
</section>
<section data-id="11d">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
esquema de URIs
</h2>
<div style="text-align: left;">
<div>catálogo</div>
<div style="font-size:22px"><code>http://<span class="fragment highlight-current-red" data-fragment-index="1" >{base}</span>/catalogo </code></span></div>
<div style="font-size:22px">
<span><a href="http://datos.icane.es/catalogo"><code>http://<span class="fragment highlight-current-red" data-fragment-index="1" >datos.icane.es</span>/catalogo</code></a></div>
<div style="margin-top: 0.5em;">conjunto de datos</div>
<div style="font-size:22px"><code>http://<span class="fragment highlight-current-red" data-fragment-index="1" >{base}</span>/catalogo/<span class="fragment highlight-current-red" data-fragment-index="2">{dataset}</span> </code></span></div>
<div style="font-size:22px">
<span><a href="http://datos.icane.es/catalogo/registro-establecimientos-industriales"><code>http://<span class="fragment highlight-current-red" data-fragment-index="1" >datos.icane.es</span>/catalogo/<span class="fragment highlight-current-red" data-fragment-index="2">registro-establecimientos-industriales</span></code></a></div> <div style="margin-top: 0.5em;">recurso</div>
<div style="font-size:22px"><code>http://
<span class="fragment highlight-current-red" data-fragment-index="1" >{base}</span>/recurso/<span class="fragment highlight-current-red" data-fragment-index="3">{sector}</span>/<span class="fragment highlight-current-red" data-fragment-index="4">{dominio}</span>/<span class="fragment highlight-current-red" data-fragment-index="5">{clase}</span>/<span class="fragment highlight-current-red" data-fragment-index="6">{id}</span>.<span class="fragment highlight-current-red" data-fragment-index="7">{ext}</span> </code></span></div>
<div style="font-size:22px">
<span><a href="http://datos.icane.es/recurso/industria/registro-establecimientos-industriales/serie/inversion-industrial.rdf"><code>http://
<span class="fragment highlight-current-red" data-fragment-index="1" >datos.icane.es</span>/recurso/<span class="fragment highlight-current-red" data-fragment-index="3">industria</span>/<span class="fragment highlight-current-red" data-fragment-index="4">registro-establecimientos-industriales</span>/<span class="fragment highlight-current-red" data-fragment-index="5">serie</span>/<span class="fragment highlight-current-red" data-fragment-index="6">inversion-industrial</span>.<span class="fragment highlight-current-red" data-fragment-index="7">rdf</span> </code></a></span>
</div >
</div>
</section>
<section data-id="11f">
<h2 style="font-style: normal; font-variant: normal; font-weight: bold;">
y para muestra...
</h2>
<h1><a href="http://datos.icane.es"/>un portal</a></h1>
</section>
</section>
<section data-id="15">
<div>
<a href="http://www.icane.es"><img alt="Logotipo ICANE" src="./img/logo500.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); vertical-align:middle;" />
</a>
<a href="http://www.cantabria.es"><img alt="Logotipo DGOT" src="./img/informatica500.png" style="max-width: none; max-height: none; color: rgb(255, 153, 0); vertical-align:middle; " /> </a>
<p style="font-size:20px; text-align:center; margin-top: 1em"><span style="font-weight: bold;"><a href="https://github.com/icane/slides-difusion">Acceso al repositorio con la presentación</a></span></p>
<p style="font-size:20px; text-align:center; margin-top: 1em"><span style="font-weight: bold;"><a href="http://about.me/predicador37">Miguel Expósito Martín</a></span></p>
<p style="font-size:20px; text-align:center; margin-top: 1em">Jefe de Sección de Informática Estadística y Banco de Datos</p>
</div>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>