-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
836 lines (741 loc) · 35 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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Comunidades hispanohablantes de software libre geoespacial</title>
<meta name="description" content="Qué son los geoinquietos y a qué se dedican">
<meta name="author" content="Jorge Sanz y Santiago Higuera">
<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/moon.css" id="theme">
<link rel="stylesheet" href="geoinquietos.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="../reveal.js/css/print/' +
( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) +
'.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="reveal.js/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>
<h1>OSGeo-es y Geoinquietos</h1>
<h3>comunidades hispanohablantes geoespaciales</h3>
<p>
<a href="http://wiki.osgeo.org/wiki/Cap%C3%ADtulo_Local_de_la_comunidad_hispanohablante">
Capítulo Local de la comunidad hispanohablante</a>
</p>
<aside class="notes">
La charla se divide en dos partes, una para hablar del capítulo
local y otra para hablar del más reciente ¿movimiento? Geoinquietos
</aside>
<div style="display:none">
<img src="imgs/organizar.jpg" alt="">
<img src="imgs/huevos.jpg" alt="">
<img src="imgs/fight-club.jpg">
<img src="imgs/ruido.jpg">
<img src="imgs/burocracia.jpg">
<img src="imgs/liderazgo.jpg">
<img src="imgs/anarquia.jpg">
<img src="imgs/error.png">
<img src="imgs/darwin.jpg">
<img src="imgs/solitario.jpg">
<img src="imgs/atencion.jpg">
<img src="imgs/duff.jpg">
<img src="imgs/cursos.jpg">
<img src="imgs/charlas.jpg">
<img src="imgs/conferencias.jpg">
<img src="imgs/mapping-parties.jpg">
<img src="imgs/maillists_2015.png">
<img src="imgs/actividades.jpg">
<img src="imgs/juntarse.jpg">
<img src="imgs/desvirtualizar.jpg">
<img src="imgs/fiesta.jpg">
<img src="imgs/aprender.jpg">
<img src="imgs/gracias.jpg">
<img src="imgs/fotomia.jpg">
<img src="imgs/gruposGeoinquietosEspana.png">
<img src="imgs/paisesGeoinquietos.png">
<img src="imgs/chartermembers_1.png">
<img src="imgs/chartermembers_2.png">
<img src="imgs/chartermembers_3.png">
<img src="imgs/geoinquietosvalencia_cartel.png">
<img src="imgs/geoinquietoscordoba_cartel.png">
</div>
</section>
<section>
<h2 style='float:left;'>Santiago Higuera</h2>
<div style='float: right; width: 300px'>
<img src="imgs/fotomia.jpg" style="float: right; width:280px"/>
</div>
<div style='float: left; width:650px'>
<ul>
<li><a href="http://twitter.com/santiagohiguera">@santiagohiguera</a></li>
<li>Profe de informática en <a href='https://twitter.com/caminosupm?lang=es'>@caminosupm</a></li>
<li>Mi empresa es <a href="http://mercatorlab.com">Mercatorlab</a></li>
<li>Participo en:
<ul>
<li><a href="http://osgeo.org">OSGeo</a> y
<a href="http://es.osgeo.org">OSGeo-es</a></li>
<li><a href="http://madrid.geoinquietos.org">Geoinquietos
Madrid</a></li>
<li><a href="http://osm.org">OSM</a>
</ul>
</li>
<li>Escribo en:
<ul>
<li><a href="http://mercatorlab.com/wordpress/">Blog Descartes</a></li>
<li><a href="http://infocaminos.readthedocs.org/en/latest/">Manual GNU-Octave</a></li>
<li><a href="http://openlayers.bicimap.es/manualOpenLayers.html">Manual OpenLayers</a></li>
</ul>
</li>
</ul>
</div>
</section>
+
<section>
<h2>Jorge Sanz</h2>
<ul>
<li>Trabajo en <a href="http://cartodb.com">CartoDB</a></li>
<li><a href="http://twitter.com/xurxosanz">@xurxosanz</a></li>
<li>Participo en:
<ul>
<li><a href="http://osgeo.org">OSGeo</a> y
<a href="http://es.osgeo.org">OSGeo-es</a></li>
<li><a href="http://geoinquietos.org">Geoinquietos (VLC/MAD)</a></li>
<li><a href="http://osm.org">OSM</a>
</ul>
</li>
<li>Escribo cuando puedo en:
<ul>
<li><a href="http://geomaticblog.net">geomaticblog.net</a></li>
<li><a href="http://jorgesanz.net">jorgesanz.net</a></li>
</ul>
</li>
</ul>
<img src="imgs/jsanz.jpg" style="float: right; max-width: 250px;"/>
</section>
<section>
<img src='imgs/martes13_4.jpg'>
</section>
<section>
<h2>OSGeo</h2>
<p>Objetivo: Promover el software geo-espacial de código abierto</p>
<div style='float:left; width: 350px; margin-right: 10px; margin-top: auto; margin-bottom: auto'>
<img src="imgs/chartermembers_1.png" style='width: 350px'>
</div>
<div style='float: right; width: 550px'>
<img src="imgs/chartermembers_2.png" style=''><br/>
<img src="imgs/chartermembers_3.png" style=''>
</div>
<p style='clear: both'>Graphics by <a href="http://twitter.com/xurxosanz">@xurxosanz</a>
on <a href='http://bl.ocks.org/jsanz/raw/779f9b9954b92461fa50/'>bl.ocks.org/jsanz</a>
</p>
</section>
<!-- Parte I: OSGeo-es -->
<section>
<h2>OSGeo-es</h2>
<h3>Capítulo local de
<a href="http://www.osgeo.org">OSGeo</a>
para la comunidad hispanohablante</h3>
<p>
<a href="http://es.osgeo.org">
<img class="no-back" style="height:200px;"
src="imgs/osgeo-es.png" alt="Logo de OSGeo-es">
</a></p>
</section>
<section>
<h2>Los capítulos locales en OSGeo</h2>
<ul>
<li>grupos de usuarios que comparten</li>
<ul>
<li>un área <strong>geográfica</strong></li>
<li>un mismo <strong>idioma</strong></li>
</ul>
<li>dan un contexto más local a la fundación</li>
<li><strong>traducen</strong> documentos, software, sitios web</li>
<li><strong>promueven</strong> el FOSS4G y OSGeo</li>
<li>de cualquier <strong>tamaño</strong>: para una ciudad o
para un continente</li>
</ul>
</section>
<section>
<h2>¿Qué es OSGeo-es?</h2>
<ul>
<li>empezamos en <strong>2007</strong>,<br/>
tras las 1as Jornadas de SIG Libre de Girona</li>
<li>mismos objetivos que la Fundación<br/>
pero enfocados a la comunidad <strong>hispanohablante</strong>
<ul>
<li>promover el software libre geoespacial</li>
<li>apoyar usuarios</li>
<li>...</li>
</ul>
</li>
<li>capitulo oficial desde noviembre de
<strong>2008</strong></li>
</ul>
</section>
<section>
<h2>Algunos números de OSGeo-es</h2>
<ul>
<li>Unos <strong>498</strong> participantes (lista de correo)</li>
<li>Unos <strong>8.000</strong> correos en <strong>2404</strong> hilos</li>
<li>En la categoría Geoinquietos: <strong>17200</strong> mensajes en <strong>8150 hilos</strong></li>
<li><strong>87</strong>
<a href="http://wiki.osgeo.org/wiki/Miembros_de_OSGeo_Spanish">
miembros</a></li>
<li><strong>48</strong>
<a href="http://wiki.osgeo.org/wiki/OSGeo_Spanish_Charter_Members">
miembros con derecho a voto</a></li>
<li>Hemos participado en unos <strong>50</strong>
<a href="http://wiki.osgeo.org/wiki/Eventos">eventos</a></li>
</ul>
</section>
<section>
<h2>Consejo de dirección</h2>
<div>
<div class="bordes">
<div class="borde-pferrer">
<img src="imgs/bordes/pferrer.jpg" alt="Perico">
<p><a href="http://twitter.com/vehrka">@vehrka</a>
</div>
<div class="borde-mmiranda">
<img src="imgs/bordes/mmiranda.jpg" alt="Mauri">
<p><a href="http://twitter.com/achikipaun">@achikipaun</a>
</div>
<div class="borde-cmedina">
<img src="imgs/bordes/cmedina.jpg" alt="César">
<p><a href="http://twitter.com/ciesaremedina">@ciesaremedina</a>
</div>
<div class="borde-marias">
<img src="imgs/bordes/marias.jpg" alt="María">
<p><a href="http://twitter.com/delawen">@delawen</a>
</div>
<div class="borde-shiguera">
<img src="imgs/bordes/shiguera.jpg" alt="Santiago">
<p><a href="http://twitter.com/santiagohiguera">@santiagohiguera</a>
</div>
</div>
</div>
</section>
<section>
<h2>Qué hacemos en OSGeo-es</h2>
<ul>
<li>damos <strong>soporte</strong> en español <br/>
a cualquier duda sobre geomática libre</li>
<li><strong>promocionamos</strong> la geomática libre donde
nos dejan</li>
<li>promovemos <strong>traducciones</strong> de <em>software</em>,
artículos,...</li>
</ul>
</section>
<section>
<h2>Traducción de OSGeo Live</h2>
<blockquote>Proyecto de colaboración entre más de 100 desarrolladores,
empaquetadores, traductores y testers de todo el mundo.</blockquote>
<p><a href="http://live.osgeo.org">live.osgeo.org</a>
</section>
<section>
<h2>Libro libre de SIG</h2>
<ul>
<li><a href="http://wiki.osgeo.org/wiki/Libro_SIG">
http://wiki.osgeo.org/wiki/Libro_SIG</a> </li>
<li>Proyecto liderado por <a href="http://twitter.com/volayaf">
Víctor Olaya</a> (SEXTANTE)</li>
<li>Licencia Creative Commons Atribución
(<a href="http://creativecommons.org/licenses/by/3.0/">CC-BY</a>)
</li>
<li>Disponible para <strong>descarga</strong> o
<strong>compra</strong> en papel</li>
<li>Fuentes en <strong>LaTeX</strong> disponibles el SVN de
OSGeo</li>
<li>Revisión <strong>colaborativa</strong></li>
<li>Casi <strong>900 páginas</strong> en dos tomos</li>
</ul>
<img src="imgs/libro_sig.jpg"
style="width:250px;float:right;margin:10px 20px;"/>
</section>
<section>
<h2>Panorama SIG Libre</h2>
<p>Estado del arte del <strong>F</strong>ree
and <strong>O</strong>pen <strong>S</strong>ource
<strong>S</strong>oftware <strong>F</strong>or <strong>G</strong>eomatic</p>
<img src="imgs/panorama.png"
style="width:600px"/>
</section>
<section>
<h2>Cómo contactar con nosotros</h2>
<ul>
<li>Lista de correo:<br/>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish">
http://lists.osgeo.org/mailman/listinfo/spanish
</a> </li>
<li>Canal de discusión de IRC:<br/>
<tt>#osgeoes</tt> en
<a href="http://webchat.freenode.net/">irc.freenode.net</a>
</li>
<li>Twitter: <a href="http://twitter.com/osgeoes">@osgeoes</a> </li>
<li>Wiki: <a href="http://es.osgeo.org">es.osgeo.org</a></li>
<li>Blog: <a href="http://osgeoes.wordpress.com/">
osgeoes.wordpress.com</a> </li>
</ul>
</section>
<!-- Parte II: Geoinquietos -->
<section>
<h1>geoinquietos</h1>
<div>
<h3>¿qué es eso?</h3>
<img src="imgs/el-bueno.jpg" alt="El bueno"/>
</div>
</section>
<section>
<h2>Definición</h2>
<blockquote style="margin-top:50px;font-size:larger;">Grupos de
gente a nivel local con ganas de compartir inquietudes y
experiencias en SIG</blockquote>
</section>
<section>
<img style="max-height:400px;" src="imgs/dormida.jpg" alt="dormida"/>
<blockquote>El aprendizaje no es una actividad, es una actitud.
Dejar la zona de comfort es lo que nos ayuda a crecer</blockquote>
<p style="text-align:right;"><small>Raf Roset (geoinquieto)</small></p>
</section>
<section data-state="donde-nacen" class="hBoxTop">
<h2 class="hBox">¿Dónde nacen los geoinquietos?</h2>
</section>
<section>
<img src="imgs/barcelona.jpg" alt="FOSS4G2012">
<aside class="notes">
Con la necesidad de organizar el FOSS4G de Barcelona arranca el
grupo de Geoinquiets.
</aside>
</section>
<section>
<h2>y después llegaron...</h2>
</section>
<!-- <section>
<img src="imgs/geoinquietos-world.png" alt="Geoinquietos en el mundo">
<aside class="notes">
Madrid, Galicia, Cantabria, Valencia, Sevilla, Tenerife,
Córdoba, Buenos Aires, Galápagos, México
</aside>
</section>
-->
<section>
<div style='float:left; width:900px'>
<p>Grupos de Geoinquietos en España</p>
<img src="imgs/gruposGeoinquietosEspana.png" alt="Geoinquietos en España">
<p>Galicia, Cantabria, Barcelona, Madrid, Valencia, Sevilla, Córdoba, Almería, Tenerife</p>
</div>
<aside class="notes">
Madrid, Galicia, Cantabria, Valencia, Sevilla, Córdoba, Tenerife,
Almería
</aside>
</section>
<section>
<div style='width:900px'>
<p>Países con Grupos de Geoinquetos</p>
<img src="imgs/paisesGeoinquietos.png" alt="Geoinquietos en el mundo">
<p>Buenos Aires (Argentina), Galápagos (Ecuador), Mexico, Nicaragua, España</p>
</div>
<aside class="notes">
Buenos Aires (Argentina), Galápagos (Ecuador), México, Nicaragua, España
</aside>
</section>
<section>
<h2>Lista de correo</h2>
<ul>
<li>Eje central de comunicación y
<strong>coordinación</strong></li>
<li><strong>Transparencia</strong></li>
<li><strong>Todo</strong> se discute por
la lista</li>
<li>Sirve de <strong>archivo</strong></li>
</ul>
</section>
<section>
<h2>Listas de correo Geoinquietos</h2>
<a href='http://osgeo-org.1560.x6.nabble.com/Geoinquietos-f4574720.html' target='_blank'><img src="imgs/maillists_2015.png" width='900'></a>
<a href='http://osgeo-org.1560.x6.nabble.com/Geoinquietos-f4574720.html' target='_blank'>http://osgeo-org.1560.x6.nabble.com/Geoinquietos-f4574720.html</a>
</section>
<section>
<h2>Regla del 90/9/1</h2>
<ul>
<li><strong>90%</strong> no dirán nada
(<em>lurkers</em>)</li>
<li><strong>9%</strong> serán activos</li>
<li><strong>1%</strong> serán líderes</li>
</ul>
</section>
<section data-state="atencion" class="hBoxTop">
<h2 class="hBox">¿Cómo llamar la atención?</h2>
</section>
<section>
<h2 class="hBox">Con contenidos interesantes</h2>
</section>
<section data-state="cursos" class="hBoxTop">
<h2 class="hBox">Cursos y talleres</h2>
</section>
<section data-state="charlas" class="hBoxTop">
<h2 class="hBox">Charlas</h2>
</section>
<section data-state="conferencias" class="hBoxTop">
<h2 class="hBox">Conferencias</h2>
</section>
<section data-state="mapping-parties" class="hBoxTop">
<h2 class="hBox"><em>Mapping parties</em></h2>
</section>
<section data-state="actividades" class="hBoxTop".>
<h2 class="hBox">Actividades lúdicas</h2>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Sevilla</em></h2>
<img src="imgs/geocampesSevilla2015.png" width='625' alt='geocampes sevilla'>
<h4>Presentación Geocamp ES Sevilla, junio 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/GeoinquietosSVQ.png" width='225' alt='GeoinquietosSVQ'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietossvq?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietossvq?lang=es' target='_blank'>@GeoinquietosSVQ</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Madrid</em></h2>
<img src="imgs/electionmaps.jpeg" width='575' alt='election maps'>
<h4>Cartel 'Election maps', octubre 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquietosmad_logo.png" width='125' alt='Logo geoinquietos Madrid'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosMad?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosMad?lang=es' target='_blank'>@GeoinquietosMad</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Córdoba</em></h2>
<img src="imgs/geoinquietoscordoba_cartel_2.png" width='575' alt='Cordoba'>
<h4>10ª reunión Geoinquietos Córdoba, septiembre 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquietoscordoba_logo.png" width='125' alt='geoinquietosCordoba'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietosODB?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietosODB?lang=es' target='_blank'>@geoinquietosODB</a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geoinquietoscordoba?fref=ts' target='_blank'><img src='imgs/facebook_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geoinquietoscordoba?fref=ts' target='_blank'>Geoinquietos Córdoba</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquiets Barcelona</em></h2>
<img src="imgs/barcelona.png" width='575' alt='Barcelona'>
<h4>35a Geoinquiets, 26 de novembre de 2014: Urban Data</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquiets_logo.jpg" width='125'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquiets?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquiets?lang=es' target='_blank'>@geoinquiets</a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/Geoinquiets-285876774785589/timeline/' target='_blank'><img src='imgs/facebook_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/Geoinquiets-285876774785589/timeline/' target='_blank'>Geoinquiets</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2 style=''>Geoinquietos Valencia</h2>
<img src="imgs/geoinquietosvalencia_cartel.png" width='650'>
<h4 style=''>Cartel para Geobirras, septiembre 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquietosvalencia_logo.jpg" width='125'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietosvlc?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/geoinquietosvlc?lang=es' target='_blank'>@geoinquietosvlc</a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geoinquietosVLC' target='_blank'><img src='imgs/facebook_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geoinquietosVLC' target='_blank'>geoinquietosVLC</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Xeoinquedos Galicia</em></h2>
<img src="imgs/xeoinquedos_blog.png" width='575' alt='xeoinquedos blog'>
<h4>Banner de Xeoinquedos blog</h4>
</div>
<div style='float: right;'>
<img src="imgs/xeoinquedoslogo.jpg" width='175' alt='xeoinquedos'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/xeoinquedos?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/xeoinquedos?lang=es' target='_blank'>@xeoinquedos</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Almería</em></h2>
<img src="imgs/geoinquietosAlmeria_cartel.png" width='575' alt='geoinquietos almeria'>
<h4>Cartel HackLab Almería, 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquietosAlmeria_logo.png" width='175' alt='xeoinquedos'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosALM?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosALM?lang=es' target='_blank'>@GeoinquietosALM</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Tenerife</em></h2>
<img src="imgs/geoinquietosTF_cartel.png" width='575' alt='geoinquietos tenerife'>
<h4>Banner blog Geoinquietos Tenerife, 2015</h4>
</div>
<div style='float: right;'>
<img src="imgs/geoinquietosTenerife_logo.jpeg" width='175' alt='Geoinquietos Tenerife Logo'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosTF?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosTF?lang=es' target='_blank'>@GeoinquietosTF</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px'>
<h2><em>Geoinquietos Cantabria</em></h2>
<img src="imgs/tallerJOSM_geoinquietosCantabria.png" width='525' alt='geoinquietos tenerife'>
<h5>Taller de JOSM, enero 2012</h5>
</div>
<div style='float: right;'>
<img src="imgs/LogoGeoinquietosCantabria_400x400.png" width='175' alt='Geoinquietos Cantabria Logo'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosCan?lang=es' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/GeoinquietosCan?lang=es' target='_blank'>@GeoinquietosCAN</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div style='float: left; margin-right: 10px; width: 550px'>
<h2><em>Geocampes</em></h2>
<h4>Geocamp ES nació en 2013 como resultado de la participación en Geocamp 2012 <br/>
organizada por OSGEO-PT en Campo Maior, Portugal.</h4>
<h4>Se ha convertido en el evento a nivel nacional de Geoinquietos en España</h4>
<img src="imgs/geocampes2013.jpg" width='600' alt='geocampes 2013'>
<h5>Geocampes 2013</h5>
</div>
<div style='float: right;'>
<img src="imgs/geocampes_logo.png" width='175' alt='Geocampes Logo'>
<p>
<table>
<tr><td style='text-align:center'><a href='https://twitter.com/geocampes' target='_blank'><img src='imgs/twitter_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://twitter.com/geocampes' target='_blank'>@GeocampES</a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geocampes?fref=ts' target='_blank'><img src='imgs/facebook_logo.jpg' style='width: 40px;'></a></td></tr>
<tr><td style='text-align:center'><a href='https://www.facebook.com/geocampes?fref=ts' target='_blank'>Geocamp ES</a></td></tr>
</table>
</p>
</div>
</section>
<section>
<div>
<h2><em>Geocampes 2013 VIGO</em></h2>
</div>
<table>
<tr>
<td><img src="imgs/geocampes2103_0.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2103_1.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2103_2.jpg" width='300' alt='geocampes 2103'></td>
</tr>
<tr>
<td><img src="imgs/geocampes2103_3.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2103_5.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2103_4.jpg" width='370' alt='geocampes 2103'></td>
</tr>
</table>
</section>
<section>
<div>
<h2><em>Geocampes 2014 A Coruña</em></h2>
</div>
<table>
<tr>
<td><img src="imgs/geocampes2104_0.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2104_1.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2104_2.jpg" width='300' alt='geocampes 2103'></td>
</tr>
<tr>
<td><img src="imgs/geocampes2104_3.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2104_4.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2104_5.jpg" width='370' alt='geocampes 2103'></td>
</tr>
</table>
</section>
<section>
<div>
<h2><em>Geocampes 2015 Sevilla</em></h2>
</div>
<table>
<tr>
<td><img src="imgs/geocampes2105_0.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2105_1.jpg" width='300' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2105_2.jpg" width='300' alt='geocampes 2103'></td>
</tr>
<tr>
<td><img src="imgs/geocampes2105_3.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2105_4.jpg" width='370' alt='geocampes 2103'></td>
<td><img src="imgs/geocampes2105_5.jpg" width='370' alt='geocampes 2103'></td>
</tr>
</table>
</section>
<section>
<h2>¿Y en 2016 qué?</h2>
<div>
<ul>
<li>Jornadas SIG Libre, Girona, marzo 2016</li>
<li>Geocamp-es, ? , junio 2016</li>
<li>Mappings, cursos, jornadas,...</li>
</ul>
</div>
</section>
<section>
<h2>Lo más importante es:</h2>
</section>
<section data-state="juntarse" class="hBoxTop">
<h2 class="hBox">Reunirse</h2>
</section>
<section data-state="desvirtualizar" class="hBoxTop">
<h2 class="hBox">Desvirtualizarse</h2>
</section>
<section data-state="fiesta" class="hBoxTop">
<h2 class="hBox">Divertirse</h2>
</section>
<section >
<h2>Pero sobre todo...</h2>
</section>
<section data-state="aprender" class="hBoxTop">
<h2 class="hBox">Aprender</h2>
</section>
<!-- Cierre y referencias -->
<section data-state="gracias" style="width:400px;padding-left:600px;">
<div>
<h2 class="hBox">¡Muchas Gracias!</h2>
</div>
</section>
<section>
<h1>OSGeo-es y Geoinquietos</h1>
<h3>comunidades hispanohablantes geoespaciales</h3>
</section>
<section>
<h2>Referencias</h2>
<ul>
<li><a href="svn.osgeo.org/osgeo/community/presentations/20110324-Girona-VJSL/osgeo_vjsl.svg#9_0">
OSGeo-es en las V Jornadas de SIG Libre</a></li>
<li><a href="http://www.slideshare.net/michogar/geoinquietos-sasig-2011">
Geoinquietos en SASIG 2011</a></li>
<li><a href="http://es.osgeo.org">Portal de OSGeo-es</a>
<li><a href="http://geoinquietos.org">Portal de Geoinquietos</a></li>
<li><a href="http://wiki.osgeo.org/wiki/Category:Iniciativas_Locales"
>Geoinquietos en el wiki de OSGeo</a></li>
</ul>
</section>
<section>
<p>
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es">
<img src="imgs/cc-by-nc-sa.png" class="no-back"></a>
</p>
<p>
Esta obra está bajo una <a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es">
Licencia Creative Commons Atribución-NoComercial-CompartirIgual
3.0 Unported</a>.
</p>
<p>Enlace a la presentación: <br/> <a href='http://mercatorlab.com/geoinquietos/electionmaps'>http://mercatorlab.com/geoinquietos/electionmaps</a></p>
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// Display controls in the bottom right corner
controls: false,
// Display a presentation progress bar
progress: true,
// Push each slide change to the browser history
history: true,
// Enable keyboard shortcuts for navigation
keyboard: true,
// Enable the slide overview mode
overview: true,
// Vertical centering of slides
center: true,
// Loop the presentation
loop: true,
// Change the presentation direction to be RTL
rtl: false,
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
autoSlide: 0,
// Enable slide navigation via mouse wheel
mouseWheel: false,
// Apply a 3D roll to links on hover
rollingLinks: false,
// Transition style
transition: Reveal.getQueryHash().transition || 'fade', // default/cube/page/concave/zoom/linear/fade/none
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
// Optional libraries used to extend on reveal.js
dependencies: [
{
src: '../reveal.js/lib/js/classList.js',
condition: function() { return !document.body.classList; }
},
{
src: '../reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; }
}
// { src: '../reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
// { src: '../reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
// src: '../reveal.js/plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); }},
// { src: '../reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
// { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>