forked from OKFN-Spain/jpd16
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path2018.html
More file actions
594 lines (571 loc) · 34.8 KB
/
Copy path2018.html
File metadata and controls
594 lines (571 loc) · 34.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow,noodp"/>
<meta name="organization" content="Medialab-Prado"/>
<link rel="canonical" href="http://opencitiessummit.org"/>
<meta name="description" content="Buenos Aires Open Cities Summit 2018, official pre-event International Open Data Conference, September 24th, 2018.">
<meta itemprop="name" content="Open Cities Summit 2018"/>
<meta itemprop="description" content="Buenos Aires Open Cities Summit 2018, official pre-event International Open Data Conference, September 24th, 2018.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@opencities2016">
<meta name="twitter:title" content="Buenos Aires Open Cities Summit 2018"/>
<meta name="twitter:description" content="Buenos Aires Open Cities Summit 2018, official pre-event International Open Data Conference, September 24th, 2018.">
<meta name="twitter:creator" content="@opencities2016">
<meta name="twitter:image" content="http://opencitiessummit.org/img/ocs-share-small.png">
<meta property="og:title" content="Buenos Aires Open Cities Summit 2018"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://opencitiessummit.org/"/>
<meta property="og:image" content="http://opencitiessummit.org/img/ocs-share-small.png"/>
<meta property="og:description" content="Buenos Aires Open Cities Summit 2018, official pre-event International Open Data Conference, September 24th, 2018."/>
<meta property="og:site_name" content="Buenos Aires Open Cities Summit 2018" />
<link rel="icon" href="diafragma.ico" type="image/x-icon" />
<title>Open Cities Summit 2018</title>
<link href="http://fonts.googleapis.com/css?family=Work+Sans:400,500|Roboto+Condensed:700" rel="stylesheet" type="text/css">
<link href="/css/style.min.css" rel="stylesheet">
<!--<link href="css/vendor.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="header">
<div class="shareContainer">
<!-- <a class="shareButton shareButton--email u-white" href="mailto:?subject=Request%20for%20Information%20Open%20Cities%20Summit&body=http://opencitiessummit.org"><svg id="mail" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="16" height="16" fill="currentcolor"><path d="M0 6 L16 16 L32 6 z M0 9 L0 26 L32 26 L32 9 L16 19 z"></path></svg></a>
<a class="shareButton u-white" target="_blank" href="https://twitter.com/opencities2018"</a>
--> </div>
<div class="headerLinks">
<a class="headerLinks--link page-scroll" href="#about">About</a>
<a class="headerLinks--link page-scroll" href="#materials">Materials</a>
<a class="headerLinks--link page-scroll" href="#structure">Structure</a>
<a class="headerLinks--link page-scroll" href="#programme">Program</a>
<a class="headerLinks--link page-scroll" href="#keynotes">Keynotes</a>
<a class="headerLinks--link page-scroll" href="#org">Organizers</a>
<a class="headerLinks--link page-scroll" href="#contact">Contact</a>
<a href="2018-es.html" class="btn btn-primary">Español</a>
</div>
</nav><!-- nav -->
<div class="container-fluid">
<section id="cover">
<div class="row">
<div class="intro">
<div class="col-md-8 col-center">
<h1 class="introHeadline"><span class="u-blue">Buenos Aires </span>
Open Cities <span class="u-blue">Summit</span></h1>
<h4 class="text-center">Thanks for attending! Follow us on <a href="https://twitter.com/opencities2018" target="_blank"><img src="img/twitter-2.png" alt="Twitter" height="40"></a> @opencities2018 and #OpenCitiesSummit for the latest updates!</h4>
</div>
</div>
</div>
</section><!-- cover -->
<section id="about">
<div class="row">
<div class="summary p-t-4 p-b-4">
<div class="col-md-7 col-center">
<!-- <img class="img-responsive center-block
m-b-2 hidden-xs lazy"
data-src="img/logo-new.svg" alt="Banner Open
Cities Summit 2016, Madrid, October 5th."/>
<img class="img-responsive center-block m-b-2 visible-xs lazy" data-src="img/logo-new.svg" alt="Banner Open Cities Summit at Medialab-Prado, Madrid, Spain, October 5th, 2016."/>
<noscript>
<img class="img-responsive
center-block m-b-2 hidden-xs"
src="img/logo-new.svg" alt="Banner Open
Cities Summit at Medialab-Prado, Madrid, Spain, October
5th, 2016"/>
<img class="img-responsive center-block m-b-2 visible-xs" src="img/logo-new.svg" alt="Banner Open
Cities Summit 2016, Madrid, October
5th, 2016"/>
</noscript>
-->
<p class="text text-center"><a href="/" class="link">Open and Smart: The Evolution of Open Cities</a>.</p>
<p class="text text-center">With the support of the Open Data 4 Development OD4D) network, the Open Cities Summit will take place the Monday before <a href="https://www.opendatacon.org/" target="_blank">IODC18</a>, September 24th, 2018 at <a href="http://www.buenosaires.gob.ar/cmd" target="_blank">Centro Metropolitano de Diseño</a> in Buenos Aires. </p>
<!-- <p class="introCite">"Advances in open data and civic tech, as well as smart city solutions, promise an even greater potential for governments to provide better services while promoting transparency and accountability.". <span>International Open Data Conference Roadmap 2015
--> </span></p>
<div class="row columns">
<div class="col-xs-6 u-borderRight">
<h3>The Open Cities Summit will aim to:</h3>
<ul class="summaryList">
<li class="summaryDesc
m-b-1">Reflect on challenges and opportunities since the last Open Cities Summit in 2016
</li>
<li class="summaryDesc
m-b-1">Provide a forum and space for advancing discussion about and action on open cities
</li>
<li class="summaryDesc m-b-1">Create and publish action steps to advance the open cities movement
</li>
<li class="summaryDesc m-b-1">Create a roadmap to achieve the action steps through collaborative work
</li>
</ul>
</div>
<div class="col-xs-6">
<h3>The Open Cities Summit will bring together:</h3>
<ul class="summaryList">
<li class="summaryDesc m-b-1">Civil servants, CSOs, and NGOs working at the local / city level</li>
<li class="summaryDesc m-b-1">Subject matter experts working in the field of Smart Cities and E-Government</li>
<li class="summaryDesc m-b-1">Researchers interested in Open Data and Public Sector Innovation</li>
<li class="summaryDesc m-b-1">Anyone who is passionate about using data and open principles to create positive change at the city level.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- about -->
<section id="materials" class="m-b-4">
<div class="row">
<div class="col-md-7 col-center m-t-4">
<h2 class="text-center">Materials</h2>
<hr class="separator">
<p class="text-center">Missed the summit? Check out a summary of the event and the materials we covered below.</p>
<div class="row">
<h4><b>Summary</b></h4>
<p>Coming soon!</p>
<h4><b>Materials</b></h4>
<ul>
<li><a href="2018materials/Agenda_OpenCities_ENG_new workshop order.pdf" target="_blank">Agenda (English)</a></li>
<li><a href="2018materials/Agenda_OpenCities_ESP_new workshop order.pdf" target="_blank">Agenda (Spanish)</a></li>
<li><a href="2018materials/Pavese_PPT OPEN CITIES.pdf" target="_blank">OGP Local Presentation</a></li>
<li><a href="2018materials/Presentacion Open Cities Summit-Fernando Straface.pdf" target="_blank">City of Buenos Aires Presentation</a></li>
<li><a href="2018materials/Pribic_Ethical-AI-V2.pdf" target="_blank">Milena Pribic, IBM - Keynote</a></li>
</ul>
</div>
</div>
<!-- <div class="row">
<img id="FlyerENG" class="center-block" src="img/GCBA-IODC-Flyer-evento-03-digi-INGLES.jpg" alt="Lunch Options" style="width:100%;max-width:300px">
--> <!-- The Modal -->
<!-- <div id="ModalENG" class="modal">
<span class="close">×</span>
<img class="modal-content" id="ModalTest">
<div id="caption"></div>
</div>
-->
<!-- <script>
// Get the modal
var modal = document.getElementById('ModalENG');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('FlyerENG');
var modalImg = document.getElementById("ModalTest");
var captionText = document.getElementById("caption");
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</div>
--> </div>
</section><!-- Materials -->
<section id="structure" class="m-b-4">
<div class="row">
<div class="col-md-7 col-center m-t-4">
<h2 class="text-center">Structure</h2>
<hr class="separator">
<p class="text-center">The summit will be structured as an all-day open conference and workshop</p>
<h3>In the morning,</h3>
<p class="text-left">speakers, panels, and small group discussions will focus on how open cities are or are not improve the lives of people.</p>
<h3>In the afternoon,</h3>
<p class="text-left">participants in the summit will be working in groups to ideate solutions to overcome challenges identified at the 2016 <acronym title="Open Cities Summit">OCS</acronym> and in the morning sessions.</p>
<h3>Finally,</h3><p class="text-left">there will be open space for discussion on successes and challenges of open cities, followed by a social gathering.</p>
</div>
</div>
</section><!-- structure -->
<section id="programme">
<div class="row">
<div class="schedule p-t-2 p-b-4">
<div class="col-md-8 col-center">
<h2 class="text-center">Program</h2>
<hr class="separator--inverse">
<div class="text-center m-b-2">
<h4 class="scheduleLegend"><span class="circle talk"></span> Talk</h4>
<h4 class="scheduleLegend"><span class="circle workshop"></span> Workshop</h4>
<h4 class="scheduleLegend"><span class="circle roundTable"></span> Panel</h4>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">08.30 — 09.30</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Registration</h4>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">09.00 — 09.15</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Welcome and Summit Overview <span class="circle talk"></span></h4>
<p> Why we’re gathered and how to get the most out of your Open Cities Summit experience </p>
<ul>
<li><b>Jean-Noé Landry</b>, Open North</li>
<li><b>Natalia Carfi</b>, Open Data Charter</li>
<li><b>Panthea Lee</b>, Reboot</li>
</ul>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">09.15 — 09.30</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Reflections from Buenos Aires <span class="circle talk"></span></h4>
<p> What our host city can teach us about open and smart cities </p>
<ul>
<li><b>Fernando Straface</b>, City of Buenos Aires</li>
</ul>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">09.30 — 10.15</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Keynotes: Open and Smart Cities <span class="circle talk"></span></h4>
<ul>
<li><b>Gustavo Ungaro</b>, Comptroller General - City of Sao Paolo: Transparency and Accountability in Smart Cities</li>
<li><b>Milena Pribic</b>, AI Design Practices - IBM: Democratizing AI for Public Participation and Transparency</li>
<li><b>Francois Croteau</b>, Borough Mayor - City of Montreal: A Values Driven approach to Smart Cities</li>
</ul>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">10.15 — 10.45</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Keynote Panel and Open Q&A <span class="circle roundTable"></span></h4>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">10.45 — 11.00</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Break </h4>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">11.00 — 12.15</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Panel: Best Practices in Open Smart Cities <span class="circle roundTable"></span></h4>
<p> How to support, scale, and sustain best practices around the world </p>
<ul>
<li><b>Paulina Bustos Arellano</b>, Civica Digital </li>
<li><b>Rosario Pavese</b>, Open Government Partnership Local</li>
<li><b>Eric Reese</b>, GovEx</li>
<li><b>Tony Rojas</b>, Puebla State - Mexico</li>
</ul>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">12.15 — 12.30</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Where We're At and Where We're Going <span class="circle roundTable"></span></h4>
<p> Key takeaways from morning discussions & introduction to afternoon workshops that explore major opportunities and challenges </p>
<ul>
<li>Synthesis of Takeaways and Key Questions: <b>Panthea Lee</b>, Reboot</li>
<li>Afternoon Workshop Pitches</li>
<ol>
<li><b>Marielle Velander</b>, Reboot</li>
<li><b>Kathrin Frauscher</b>, Open Contracting Partnership</li>
<li><b>Katya Abazajian</b>, Sunlight Foundation</li>
<li><b>Jean-Noé Landry</b>, Open North</li>
</ol>
</ul>
</div>
</div>
<div class="row timeSlot break">
<time class="text-left col-xs-12 col-md-2">12.30 — 13.30</time>
<div class="text-center col-xs-12 col-md-10">
<h3 class="m-t-0">Lunch </h3>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">13.30 — 15.30</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Workshops <span class="circle workshop"></span></h4>
<p>Facilitated, interactive discussions on key issues facing open, smart cities</p>
<ol>
<li><b>Advocates as Changemakers: Roles for Advocates in Open, Smart Cities</b></li>
<p>Reflecting on the changing power dynamics between advocates and the governments they work with, whether they’re building capacity inside gov’t, advocating for governance reform, or providing a platform for citizens’ voices to be heard in local decision-making. How have advocates played a role in making cities more open and how will they help make cities smarter?</p>
<ul>
<li><b>Katya Abazajian</b>, Sunlight Foundation</li>
<li><b>Daniel Carranza</b>, Data.UY</li>
<li><b>Ana Gabriel Zúñiga</b>, Hivos</li>
</ul>
<li><b>Open Contracting in Cities: Using Open Procurement Data to Deliver Results</b></li>
<p>Open contracting can change how procurement delivers value for cities. The session will introduce open contracting experiences from different cities and then break into small discussion groups to advance issues, such as increasing internal efficiencies or market opportunities and supporting the use of open contracting data by business and city communities.</p>
<ul>
<li><b>Kathrin Frauscher</b>, Open Contracting Partnership</li>
<li><b>Fernanda Hopenhyam</b>, Poder</li>
<li><b>Nicolas Penagos</b>, Open Contracting Partnership</li>
<li><b>Oscar Hernandez</b>, Harvard Government Performance Lab</li>
</ul>
<li><b>From Theory to Impact: Designing Open Data Programs to Solve City Problems</b></li>
<p>The last decade of open data initiatives has been focused on supplying and publishing data, but cities now face the challenge of making open data meaningful and useful to people working to solve problems in their communities. During our session, we will spark a conversation about the growing frontier of demand-driven open data initiatives.</p>
<ul>
<li><b>Marielle Velander</b>, Reboot</li>
<li><b>Richard Gevers</b>, Open Data Durban</li>
<li><b>Rosalía Fucello</b>, City of San Isidro</li>
<li><b>Samhir Vasdev</b>, IREX</li>
<li><b>Zack Brisson</b>, Reboot</li>
</ul>
<li><b>Open Cities for Climate Change Resilience</b></li>
<p>Climate change is a cross cutting issue. This session intends to explore real-world examples of how open data can support cities' climate change mitigation and adaptation efforts, including open data standards and tools, open climate change monitoring and evaluation processes and metrics. This interactive session will also explore how stronger city-to-city networks can help identify, share and scale best practices.</p>
<ul>
<li><b>Peck Sangiambut</b>, Open North</li>
<li><b>Daniely Votto</b>, World Resources Institute (WRI) Brazil </li>
<li><b>Grace Doherty</b>, World Bank</li>
<li><b>Constanza Movsichoff</b>, City of Buenos Aires</li>
</ul>
</ol>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">15.30 — 16.00</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Walk and Talk Break </h4>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">16.00 — 17.10</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Workshop Summary and Implications: From Talk to Action <span class="circle workshop"></span></h4>
<p>Key takeaways from workshops and how we organize to seize key opportunities and tackle key challenges for our shared agenda</p>
<ul>
<li><b>Panthea Lee</b>, Reboot</li>
<li><b>Jean-Noé Landry</b>, Open North</li>
<li><b>Maricel Lonati</b>, City of Buenos Aires</li>
</ul>
</div>
</div>
<div class="row timeSlot">
<time class="text-left col-xs-12 col-md-2">17.10 — 17.45</time>
<div class="text-left col-xs-12 col-md-10">
<h4 class="m-t-0">Closing Reflections <span class="circle roundTable"></span></h4>
<p>What have we learned and how do we address open questions moving forward</p>
<ul>
<li><b>Katya Abazajian</b>, Sunlight Foundation</li>
<li><b>Alvaro Herrero</b>, City of Buenos Aires</li>
<li><b>Gabriela Hadid</b>, Omidyar Network</li>
<li><b>Juan Ignacio Belbis</b>, ILDA</li>
</ul>
</div>
</div>
<div class="row timeSlot break">
<time class="text-left col-xs-12 col-md-2">18.00 — 20.00</time>
<div class="text-center col-xs-12 col-md-10">
<h3 class="m-t-0">Informal Social </h3>
<p>Celebrate open, smart cities and continue the conversation </p>
<p>Garage Bar (Chile 631, San Telmo)</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- programme -->
<section id="keynotes" class="p-b-2">
<div class="row">
<div class="col-md-6 col-center text-center">
<h2>Keynotes</h2>
<hr class="separator">
</div>
</div>
<div class="flex-speakers">
<div class="speaker one">
<img class="img-responsive img-circle speakerImg lazy" data-src="img/speakers/Croteau_Photo officielle_2.jpg" alt="Francois Croteau">
<noscript>
<img class="img-responsive img-circle speakerImg" src="img/speakers/Croteau_Photo officielle_2.jpg" alt="Francois Croteau">
</noscript>
<h3 class="speakerName">Francois Croteau</h3>
<p>First elected mayor of Rosemont - La Petite-Patrie borough in Montreal, Canada, in 2009, and re-elected in 2013 and 2017, Mr. Croteau's leadership stood out particularly for its focus on innovative ecological transition, including urban agriculture, sustainable mobility, urban planning and sustainable management of public services. M. Croteau is also a member of the Executive Committee of the City of Montreal, responsible for smart city, information and innovation technologies.</p>
</div>
<div class="speaker two">
<img class="img-responsive img-circle speakerImg lazy" data-src="img/speakers/Milena-3.png" alt="Milena Pribic">
<noscript>
<img class="img-responsive img-circle speakerImg" src="img/speakers/Milena-3.png" alt="Milena Pribic">
</noscript>
<h3 class="speakerName">Milena Pribic</a></h3>
<p>Milena is defining what it means to design for Artificial Intelligence at IBM. Her work focuses on the direct and indirect effect of AI on human relationships. Currently, she’s working to create and scale ethical AI resources for thousands of designers and developers. She lives and works in Austin, TX.</p>
</div>
<div class="speaker three">
<img class="img-responsive img-circle speakerImg lazy" data-src="img/speakers/Ungaro_3.jpg" alt="Gustavo Ungaro">
<noscript>
<img class="img-responsive img-circle speakerImg" src="img/speakers/Ungaro_3.jpg" alt="Gustavo Ungaro">
</noscript>
<h3 class="speakerName">Gustavo Ungaro</a></h3>
<p>He holds a Law Degree from the University of São Paulo - USP (1997) and a Master's Degree in State Law from USP (2006). He is currently Professor of Higher Education at Nove de Julho University, invited lecturer of other institutions. He was General Ombudsman of the State of São Paulo and member of the National Council of Internal Control - CONACI. He is studying for a doctorate in Law at University of São Paulo. He has experience in the area of Public Law and Management, with emphasis in Public Law, working mainly in the following subjects: administrative law, constitutional law, general theory of Law and State, control of the administration, internal control, prevention of corruption, transparency, access to information, human rights, educational management. He is currently General Controller of Sao Paulo City.</p>
</div>
</div>
<section id="org">
<div class="row m-t-2 m-b-2">
<div class="sponsors">
<div class="col-md-6 col-center text-center">
<h2>Co-Organizers</h2>
<hr class="separator">
<div class="sponsorList">
<div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="http://od4d.net/" target="_blank"><img class="img-responsive u-fullWidth lazy" data-src="img/sponsors/od4d.png" alt="Open Data for Development" height="60 /> </a>
<noscript>
<img class="img-responsive u-fullWidth" src="img/sponsors/od4d.png" alt="Open Data for Development" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="https://www.opennorth.ca/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/color_logo_horizontal.jpg" alt="Open North" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/color_logo_horizontal.jpg" alt="Open North" />
</noscript>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="https://sunlightfoundation.com/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/sunlight.png" alt="Sunlight Foundation" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/sunlight.png" alt="Sunlight Foundation" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="https://govex.jhu.edu/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/GovEx_2.jpg" alt="GovEx" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/GovEx_2.jpg" alt="GovEx" />
</noscript>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="https://reboot.org/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/reboot-logo.png" alt="Reboot" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/reboot-logo.png" alt="Reboot" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="http://www.buenosaires.gob.ar/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/logos_GCBA-02.png" alt="GCBA" height="100" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/logos_GCBA-02.png" alt="GCBA" />
</noscript>
</div>
</div>
</div>
<!-- <div class="row">
<h3>Collaborators</h3>
<hr class="separator">
</div>
--> <div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="https://opendatacharter.net/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/odc_shortlogo-blue+gray.png" alt="Open Data Charter" height="40" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/odc_shortlogo-blue+gray.png" alt="Open Data Charter" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="https://www.opengovpartnership.org/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/OGP_Logo_CMYK.jpg" alt="Open Government Partnership" height="100"/> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/OGP_Logo_CMYK.jpg" alt="Open Government Partnership" />
</noscript>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="https://civica.digital/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/Civica_Digital.png" alt="Civica Digital" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/Civica_Digital.png" alt="Civica Digital" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="https://www.opendatacon.org" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/IODC18-blue.png" alt="IODC 18" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/IODC18-blue.png" alt="IODC 18" />
</noscript>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="sponsor">
<a href="http://www.wri.org/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/WRI-logo.jpeg" alt="WRI" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/WRI-logo.jpeg" alt="WRI" />
</noscript>
</div>
</div>
<div class="col-md-6">
<div class="sponsor">
<a href="https://www.gfdrr.org/en/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/world_bank.png" alt="World Bank" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/world_bank.png" alt="World Bank" />
</noscript>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-center">
<div class="sponsor">
<a href="https://www.open-contracting.org/" target="_blank"><img class="sponsorLogo img-responsive opennorth lazy" data-src="img/sponsors/open-contracting.png" alt="Open Contracting Partnership" height="60" /> </a>
<noscript>
<img class="sponsorLogo img-responsive" src="img/sponsors/open-contracting.png" alt="Open Contracting Partnership" />
</noscript>
</div>
</div>
</div><!-- fin row -->
</div>
</div>
</div>
</div>
</section><!-- org -->
<section id="contact">
<div class="row">
<div class="contact p-t-2">
<div class="col-md-6 col-center text-center">
<h2>Contact</h2>
<hr class="separator">
<p class="text text-center">If you are interested in participating, please send us an email at <a href="mailto:opencitiessummit@gmail.com">opencitiessummit@gmail.com</a></p>
<footer class="footer p-b-3">
<p class="m-0"><i class="fa
fa-creative-commons"></i>
Medialab-Prado (Madrid), Spain, 2016.</p>
<p class="m-0"><a class="link--inverse"
href="https://github.com/medialab-prado/opencitiessummit">Source code</a>.</p>
</footer>
</div>
</div>
</div>
</section><!-- contact -->
</div>
<script src="/js/bundle.js"></script>
<script src="/js/vivero.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*.jsew Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80178485-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>