forked from shiguera/osm2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·345 lines (313 loc) · 17.2 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>OSM-ES 2017</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/sky_osgeo.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Portada -->
<section>
<div>
<div style='float:left; width: 150px'>
<img src='img/osm_logo.png' width='150' style='float:left;'/>
</div>
<div style='width: 600px; float: left; margin-left: 10px;'>
<h2>OpenStreetMap y el HOT</h2>
</div>
<div style='float:right; with: 100px;'>
<img src='img/200px-Hot_logo.svg.png' width='150' style='float:left; margin-left: 10px;'/>
</div>
</div>
<div style='margin-top: 20px;'>
<div style='width: 50%; margin: 0 auto;'>
<img src='img/espagueti.png' width='500' />
</div>
</div>
<a href='http://geoinquietosvlc.github.io/osm2017'>http://geoinquietosvlc.github.io/osm2017</a>
</section>
<!-- 2.- Qué es OpenStreetMap -->
<section>
<section>
<h2>Qué es OpenStreetMap</h2>
<br>
<p><strong>OpenStreetMap</strong> es una base de datos de información geográfica creada y mantenida de forma voluntaria y colaborativa por una creciente comunidad de entusiastas de los mapas.</p>
<br/>
<p>Los datos contenidos en las bases de datos de <strong>OpenStreetMap</strong> son de acceso libre y gratuito.</p>
</section>
<section>
<h3>Historia</h3>
<p>OpenStreetMap fue fundado por Steve Coast en 2004</p>
<img src="img/stevecoast.jpg" height=400>
<p><small>Image By © Raimond Spekking / CC BY-SA 4.0 (via Wikimedia Commons), <a href="http://creativecommons.org/licenses/by-sa/4.0" title="Creative Commons Attribution-Share Alike 4.0">CC BY-SA 4.0</a>, <a href="https://commons.wikimedia.org/w/index.phpcurid=6881931">Link</a></small></p>
</section>
<section>
<h2>OSM 10th Year Anniversary</h2>
<a href="https://www.youtube.com/embed/7sC83j6vzjo" target='_blank'>https://www.youtube.com/embed/7sC83j6vzjo</a>
<iframe width="840" height="473" src="https://www.youtube.com/embed/7sC83j6vzjo" frameborder="0" allowfullscreen></iframe>
</section>
<!-- Cómo se financia OpenStreetMap -->
<section>
<h3>Cómo se financia OpenStreetMap</h3>
<p>
El mantenimiento de servidores y redes de comunicación en base a donaciones voluntarias de particulares y empresas
</p>
<a href="http://donate.openstreetmap.org/" target="_blank">http://donate.openstreetmap.org/</a>
<div>
<a class="image" href="http://donate.openstreetmap.org/" target="_blank">
<img width="450" src="img/support.png" alt="openstreetmap.org">
</a>
</div>
</section>
</section>
<section>
<section>
<h3>Número de usuarios registrados</h3>
<img src="img/members.png" height=550>
</section>
<section>
<h3>Usuarios activos última semana / mes</h3>
<img src="img/members30d.png" height=550>
</section>
<section>
<h3>Nodos en la base de datos</h3>
<img src="img/nodes.png" height=550>
</section>
<section>
<h3>Nodos modificados por día</h3>
<img src="img/nodesday.png" height=550>
</section>
<section>
<h3>Quién hace OpenStreetMap ahora</h3>
<a href="http://osmlab.github.io/show-me-the-way/" target="_blank">http://osmlab.github.io/show-me-the-way/</a>
<iframe width="840" height='473' frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://osmlab.github.io/show-me-the-way/" style="border: 1px solid black"></iframe>
</section>
</section>
<section>
<section>
<h3>Datos agrupados por país</h3>
<a href="http://osmstats.neis-one.org/?item=countries" target='_blank'>http://osmstats.neis-one.org/?item=countries</a>
<iframe width="840" height="473" src="http://osmstats.neis-one.org/?item=countries" frameborder="0" allowfullscreen></iframe>
</section>
<section>
<h3>Miembros diarios activos en España</h3>
<img src="img/membersspain.png" height=550>
</section>
<section>
<h3>Nodos modificados por día en España</h3>
<img src="img/nodesdayspain.png" height=550>
</section>
<section>
<h3>Usuarios en España</h3>
<a href="http://wiki.openstreetmap.org/wiki/Category:Users_in_Spain" target='_blank'>http://wiki.openstreetmap.org/wiki/Category:Users_in_Spain</a>
<iframe width="840" height="473" src="http://wiki.openstreetmap.org/wiki/Category:Users_in_Spain" frameborder="0" allowfullscreen></iframe>
</section>
</section>
<section>
<section>
<h3>Cataluña: Homogeneidad en el mapa: #1carrer1nom</h3>
<div style='width:600px; float: left;'>
<ul>
<li>Homogeneización y calidad</li>
<li>Niveles de revisión </li>
<li>Fase 1: #1carrer1nom </li>
<li>Coordinación: Wiki</li>
<ul>
<li><a href="https://wiki.openstreetmap.org/wiki/WikiProject_Catalan/Revisi%C3%B3_Carrers_Catalunya" target='_blank'>Revisió de Carrers de Catalunya</a></li>
</ul>
<li>Herramienta de control de calidad</li>
<ul>
<li><a href="http://qa.poole.ch" target='_blank'>http://qa.poole.ch</a></li>
</ul>
</ul>
</div>
<div style='width:300px; margin-left: 10px; float: right'>
<img src="img/1carrer1nom.jpg" width="280">
</div>
</section>
<section>
<h3>Zaragoza: accesibilidad</h3>
<img src="img/zaragoza.png">
</section>
<section>
<h3>Burgos: calidad</h3>
<img src="img/burgos.png">
</section>
</section>
<!-- Lista de correo en español -->
<section>
<section>
<h3>Lista de correo en español de OpenStreetMap</h3>
<p><a href="https://lists.openstreetmap.org/listinfo/talk-es">https://lists.openstreetmap.org/listinfo/talk-es</a></p>
<a class="image" href="https://lists.openstreetmap.org/listinfo/talk-es" target="_blank"><img width="1030" src="img/osmmail.png" alt="josm"></a>
</section>
<section>
<h3>WIKI Proyecto España</h3>
<a href="https://wiki.openstreetmap.org/wiki/ES:Wikiproyecto_Espa%C3%B1a" target='_blank'>https://wiki.openstreetmap.org/wiki/ES:Wikiproyecto_España</a>
<img src="img/wikiespana2.png">
</section>
<section>
<h3>Grupo de Telegram: OSM España</h3>
<img src="img/telegram.png" height='600'>
</section>
</section>
<section>
<h3>Proyectos de futuro</h3>
<ul>
<li>Importaciones</li>
<li>Conversaciones con IGN</li>
</ul>
<br/><br>
<h5 style='color:#0000a0; font-weight: bold'>Seguir generando y compartiendo información cartográfica de calidad</h5>
</section>
<section>
<section>
<h2>Humanitarian OpenStreetMap Team</h2>
<h3>Ayudando al mundo a través de la cartografía</h3>
<img src="resources/logo_hot.png" alt="">
</section>
<section>
<h2 id="osm-y-los-datos-humanitarios">OSM y los datos humanitarios</h2>
<blockquote>
<p>Los datos libres y abiertos son tremendamente beneficiosos para la ayuda
humanitaria y el desarrollo económico.</p>
</blockquote>
</section>
<section>
<h2 id="enero-2010">Enero 2010</h2>
<!--<p><img src="resources/haiti-video.png" alt="video" style="width:70%">[> <]</p>-->
<iframe src="https://player.vimeo.com/video/9182869" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/9182869">OpenStreetMap - Project Haiti</a> from <a href="https://vimeo.com/itoworld">ItoWorld</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</section>
<section>
<p><img src="resources/haiti-00.png" alt=""></p>
<p>12 de enero de 2010</p>
</section>
<section>
<p><img src="resources/haiti-01.png" alt=""></p>
<p>De una simple intersección de calles…</p>
</section>
<section>
<p><img src="resources/haiti-02.png" alt=""></p>
<p>En la que empezaron a aparecer zonas y edificios…</p>
</section>
<section>
<p><img src="resources/haiti-04.png" alt=""></p>
<p>Hasta que se completó con todos los campamentos de refugiados</p>
</section>
<section>
<h2 id="el-mejor-mapa-br-de-puerto-principe">El mejor mapa<br> de Puerto Principe</h2>
<p><img src="resources/haiti-05.png" alt=""></p>
<p>28 días después</p>
</section>
</section>
<section>
<section>
<h2 id="puente-cartogr-fico">Puente cartográfico</h2>
<p>ONG creada en agosto de 2010</p>
<p><img src="resources/osm_bridge.png" alt="Puente"></p>
</section>
<section>
<h2 id="red-humanitaria-digital">Red Humanitaria Digital</h2>
<p><img src="resources/osm_interaction.png" alt="Interaction"></p>
</section>
</section>
<section>
<section>
<h2 id="hot-package">HOT Package</h2>
<ul>
<li>Learn OSM</li>
<li>Estadillos de campo</li>
<li>Configuraciones de JOSM</li>
<li>Tasking Manager</li>
<li>Comunidad</li>
</ul>
</section>
<section>
<h2 id="learnosm-org"><a href="http://learnosm.org">learnosm.org</a></h2>
<p><img src="resources/osm_learnosm.png" alt="learnosm"></p>
</section>
<section>
<h2 id="estadillos-de-campo">Estadillos de campo</h2>
<p><img src="resources/osm_forms.png" alt="formularios"></p>
</section>
<section>
<h2 id="configuraciones-de-josm">Configuraciones de JOSM</h2>
<p><img src="resources/osm_josm.png" alt="josm presets"></p>
</section>
<section>
<h2 id="tasking-manager">Tasking Manager</h2>
<p><img src="resources/osm_tasking.png" alt="task manager"></p>
</section>
<section>
<h2 id="comunidad">Comunidad</h2>
<p><img src="resources/osm_community.png" alt="comunidad"></p>
</section>
</section>
<section>
<section>
<p><img src="resources/osm_missing.png" alt="missing map I" style="width:55%"><!-- --></p>
<p><img src="resources/missing-maps.png" alt="missing map II" style="width:55%"><!-- --></p>
</section>
<section>
<p><img src="resources/missing_valencia.jpg" alt="missing map Valencia" style="width:95%"><!-- --></p>
<p>Missing Maps Valencia: Geovoluntariado UPV (Diciembre 2016)</p>
</section>
</section>
<section>
<h1>THE END</h1>
<h3>BY Pedro-Juan Ferrer, Santiago Higuera & Jorge Sanz</h3>
<p>
<div style="width: 450px;margin-left:auto; margin-right:auto">
<a class="image" href="http://geoinquietos.org" target="_blank">
<img src="img/geoinquietosvlc_logo.png" alt="geoinquietosvlc" style="float:left; margin:10px; width: 100px">
<img src="img/geoinquietosmad_logo.png" alt="geoinquietosmad" style="float:left; margin:10px; width: 100px">
<img src="img/osgeo-es.png" alt="osgeoes" style="float:left; margin:10px; width: 100px">
</a>
</div>
</p>
<p style='clear:both'>
Esta obra está bajo una Licencia<br/><a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es">
Creative Commons Atribución-NoComercial-CompartirIgual
3.0 Unported</a>.
</p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es">
<img src="img/cc-by-nc-sa.png" class="no-back" width='200'></a>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>