-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest-bed.html
421 lines (371 loc) · 26.5 KB
/
test-bed.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
<!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="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Kota Kita</title>
<!-- Bootstrap core CSS -->
<link href="./src/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="./src/css/iconic-bootstrap.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./src/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link rel="stylesheet" href="./src/css/iconic-bootstrap.css">
<link href="./src/css/carousel.css" rel="stylesheet">
<link href="./src/css/kotakita.css" rel="stylesheet">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="src/img/head_logo.png" alt="Kota Kita"></img><p style="color:white;opacity:0.8;padding:5px 0;">A City for All</p></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="about-us" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About Us <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="about-us">Who We Are</a></li>
<li><a href="about-us#our-mission">Our Mission</a></li>
<li><a href="about-us.html#contact">Contact Us</a></li>
</ul>
</li>
<li class="dropdown">
<a href="partners" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Our Partners <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="partners">Funding Partners</a></li>
<li><a href="partners#collaboration">Collaboration Partners</a></li>
<li><a href="partners#expert">Expert Partners</a></li>
</ul>
</li>
<li><a href="projects">Our Projects</a></li>
<li><a href="tools">Our Tools</a></li>
<li><a href="library">Library</a></li>
<li class="dropdown">
<a href="get-involved" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Get Involved <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="get-involved">Donate or Fund</a></li>
<li><a href="get-involved#intern">Intern or Volunteer</a></li>
<li><a href="get-involved#urban-social-forum">Urban Social Forum</a></li>
</ul>
</li>
<li><a href="blog">Blog</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="jumbotron" style="background-image:url(./src/img/partner_thumb/banner.jpg)">
</div>
<div class="container project-page">
<div class="section-shift row" style="background-color:#FEF7EC;">
<div class="col-sm-3">
<div class="section-intro">
<h1>Funding Partners</h1>
</div>
<p>Kota Kita has worked with, and for, a number of international development agencies, private foundations and NGOs who have supported and funded our research and development activities.</p>
<p class="show_en">This is English!</p>
<p class="show_in">This is Bahasa!</p>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/FordFoundation.jpg">
<div class="show_in">
<a href="https://www.fordfoundation.org/regions/indonesia" target="_blank"><h3>Ford Foundation</h3></a>
<h5>Ford Foundation telah membantu insitaif dari kelompok Civil Society di Indonesia lebih dari 60 tahun lamanya, dalam berbagai bidang seperti toleransi, keadilan sosial, dan keberlangsungan lingkungan. Ford Fundation membantu Kota Kita dalam mewujudkan program pemetaan kota dan perencanaan partisipatif di beberapa kota di Indonesia.</h5>
</div>
<div class="show_en">
<a href="https://www.fordfoundation.org/regions/indonesia" target="_blank"><h3>Ford Foundation</h3></a>
<h5>The Ford Foundation has been supporting civil society initiatives in Indonesia for more than 60 years, promoting tolerance, social equity and environmental sustainability. The Ford Foundation has enabled Kota Kita to develop community mapping and participatory budgeting initiatives in many cities across the country.</h5>
</div>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/UN-HABITAT.jpg">
<a href="https://www.fukuoka.unhabitat.org/about/office_en.html" target="_blank"><h3>UN-HABITAT</h3></a>
<h5>The United Nations Human Settlements Programme (UN-HABITAT) Regional Office for Asia and the Pacific (ROAP) in Fukuoka was one of the initial funders for the Solo community mapping project, Solo Kota Kita, and has since asked Kota Kita to partner with it to implement the Cities Development Strategies process in Solo, Pekalongan and Banjarmasin, a climate change vulnerability assessment in Pekalongan and post-earthquake community action planning in Padang.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/UNDP.jpg">
<a href="https://www.id.undp.org" target="_blank"><h3>UNDP</h3></a>
<h5>The United Nations Development Program has commissioned Kota Kita to implement several climate change vulnerability assessments in the cities of Makassar, Kupang and Kendari, as well as facilitate participatory urban risk management planning processes in each city.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/UNEP.jpg">
<a href="https://www.unep.org/roap/ROAPHome/tabid/794453/Default.aspx" target="_blank"><h3>UNEP</h3></a>
<h5>The United Nations Environment Program invited Kota Kita to partner with them, UNDP and UN-HABITAT to develop an urban climate change vulnerability assessment methodology focusing on critical ecosystems. The process was carried out in the city of Makassar and sought ways to combine urban and environmental planning strategies to boost climate change resilience.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/AsiaFoundation.jpg">
<a href="https://asiafoundation.org" target="_blank"><h3>The Asia Foundation</h3></a>
<h5>The Asia Foundation works across Asia to promote good governance. The Asia Foundation Mongolia asked Kota Kita to partner with them to support the government of the City of Ulaanbaatar on a community mapping initiative of the unplanned Ger districts of the city. Kota Kita also hosted two Mongolian delegations in Solo, Jakarta, and Yogyakarta to learn about urban governance policies.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/CDIA.jpg">
<a href="https://cdia.asia" target="_blank"><h3>Cities Development Initiative for Asia (CDIA)</h3></a>
<h5>The Cities Development Initiative for Asia commissioned Kota Kita to carry out an in-depth study of the impact of public transportation projects on urban poor communities in Solo, Yogyakarta, and Palembang. The research focused upon drivers and riders of becak, angkot and ojek, all informal modes of public transportation, and resulted in the creation of a publication and a regional workshop that Kota Kita helped facilitate.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/MercyCorps.jpg">
<a href="https://www.mercycorps.org/indonesia" target="_blank"><h3>Mercy Corps Indonesia</h3></a>
<h5>Mercy Corps Indonesia asked Kota Kita to carry out community-based vulnerability assessments in two cities, Semarang and Bandar Lampung, in order to support their comprehensive climate change resilience strategies in those cities under the Asian Cities Climate Change Resilience Network (ACCCRN) initiative.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/IIED.jpg">
<a href="https://www.iied.org" target="_blank"><h3>The International Institute for Environment and Development (IIED)</h3></a>
<h5>IIED is an independent policy research institute, or think tank, whose stated mission is to "build a fairer, more sustainable world, using evidence, action and influence in partnership with others.” IIED has supported two research studies by Kota Kita about urban resilience policies and methodological approaches to vulnerability assessments.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/SERASI.jpg">
<a href="https://www.ird.org/our-work/programs/serasi" target="_blank"><h3>USAID – SERASI</h3></a>
<h5>The USAID-funded SERASI program was a post-conflict peacebuilding and governance project. SERASI helped support Kota Kita’s city-wide participatory mapping project, Solo Kota Kita, in 2010.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/CCRD.jpg">
<a href="https://www.ccrdproject.com" target="_blank"><h3>USAID – CCRD</h3></a>
<h5>The USAID-funded Climate Change Resilient Development (CCRD) was a global, four-year project to support climate change adaptation in 33 countries. CCRD funded a grant that allowed Kota Kita to conduct a climate change vulnerability assessment of the city of Manado and build the capacity of government officials and academicians in the city to build resilience to climate change.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/AECOM.jpg">
<a href="https://www.aecom.com/urbansos" target="_blank"><h3>AECOM</h3></a>
<h5>AECOM is an international architecture, engineering and planning firm that hosts Urban SOS, an annual design competition for students. In 2011, a team made up of two urban planning students from the Massachusetts Institute of Technology interning at Kota Kita and two staff members won the competition with an entry entitled Firm Foundation. The $25,000 prize was awarded to implement the winning design, resulting in a participatory design-and-build process with community members in the city of Banjarmasin.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/AusAID.jpg">
<a href="https://www.indii.co.id" target="_blank"><h3>AusAID – Indonesia Infrastructure Initiative (IndII)</h3></a>
<h5>The AusAID-funded Indonesia Infrastructure Initiative (IndII) is supporting Kota Kita in the development of research and a participatory community monitoring tool that makes the planning and implementation of infrastructure projects more transparent.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<h3>The Giles Family</h3>
<h5>The Giles Family is dedicated to empowering promising social development initiatives throughout the world, being amongst the first to provide financial support and guidance to Room to Read and Direct Relief, now widely recognized development organizations. They have generously supported Kota Kita in our capacity building efforts, strategic initiatives and organizational strengthening. </h5>
</div>
</div>
<hr class="featurette-divider">
<div id="collaboration" class="featurette row">
<div class="col-sm-3">
<div class="section-intro">
<h1 style="font-size:1.675em;">Collaboration Partners</h1>
</div>
<h4>The following organizations, universities, think tanks and companies have collaborated with Kota Kita on a range of activities, projects and research initiatives. Collaborators work with Kota Kita exchanging ideas and technical knowledge to come up with innovative solutions to urban problems.</h4>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/UrbanLaunchpad.jpg">
<a href="https://www.urbanlaunchpad.org" target="_blank"><h3>Urban Launchpad</h3></a>
<h5>Urban Launchpad is a firm based in San Francisco that develops and deploys digital innovations to solve a range of urban problems in cities throughout the world. They’re dedicated to partnering with local organizations in some of the world’s least livable cities, where even a few small gestures can make a huge improvement.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/BlinkTag.jpg">
<a href="https://blinktag.com" target="_blank"><h3>Blink_Tag Inc.</h3></a>
<h5>Blink_Tag Inc. is a company based in San Francisco dedicated to developing mapping and database applications for cities. Blink_Tag has partnered with Kota Kita for over five years, most notably in the development of our first project, Solo Kota Kita, a city-wide database and map of the city.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/PacificInstitute.jpg">
<a href="https://pacinst.org" target="_blank"><h3>Pacific Institute</h3></a>
<h5>The Pacific Institute is an US-based non-profit research institute created in 1987 to provide independent research and policy analysis on issues of development, environment and security, with a particular focus on global and regional freshwater issues. The Pacific Institute and Kota Kita have teamed up to implement WATER SMS, a crowd-sourced information gathering approach in the cities of Makassar and Malang, whose objective is to improve governance and accountability in the water sector.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/Cornell.jpg">
<a href="https://www.cornell.edu" target="_blank"><h3>Cornell University</h3></a>
<h5>Cornell University in the US has been collaborating with Kota Kita since 2013 to educate students through a semester-long engagement with the city of Solo on a variety of urban issues. In 2013 and 2014, Cornell students visited Solo’s riverbank communities to conduct fieldwork and have presented their findings to government officials and community leaders. Kota Kita’s partnership with Cornell facilitates the exchange of information, provides opportunities for internships and creates co-produced research publications.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/NUS.jpg">
<a href="https://www.nus.edu.sg" target="_blank"><h3>National University of Singapore</h3></a>
<h5>The National University of Singapore, through the Institute of Water Policy, collaborates with Kota Kita to research participatory approaches to urban water delivery and management. The joint research initiative, now in its second phase, will provide more information to improve citizen participation in formulation of more</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/P5.jpg">
<a href="https://p5undip.org" target="_blank"><h3>Center for Participatory Planning (P5)</h3></a>
<h5>The Center for Participatory Planning (P5) at the Universitas Diponegoro in the Indonesian city of Semarang is a research and development organization that is part of the Department of Urban and Regional Planning. They have collaborated with Kota Kita on a number of activities, including training government officials about climate change in Manado, and coming up with strategic development plans for the cities of Pekalongan, Solo and Banjarmasin through the Cities Development Strategies project.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/TransparentChennai.jpg">
<a href="https://www.transparentchennai.com" target="_blank"><h3>Transparent Chennai</h3></a>
<h5>Transparent Chennai is a think-tank, based in India’s Chennai city, that aggregates, creates and disseminates data and research about important civic issues facing Chennai, including those issues faced by the poor. Transparent Chennai is a like-minded organization to Kota Kita in its approach to using maps and data, and making information available to communities to empower them to advocate for better urban development and policies.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/CasaFluminense.jpg">
<a href="https://casafluminense.org.br" target="_blank"><h3>Casa Fluminense</h3></a>
<h5>Casa Fluminense is a civil society organization based in Brazil dedicated to the formulation of progressive urban policies and activities for the metropolitan region of Rio de Janeiro. Kota Kita and Casa Fluminense both promote public access to urban data and collective discussion concerning socially just and participatory urban policies.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/DW.jpg">
<a href="https://www.dw.angonet.org" target="_blank"><h3>Development Workshop Angola</h3></a>
<h5>Development Workshop (DW) has been working in Angola on a range of human settlements issues since 1981 supporting the emerging Angolan civil society and the process of local government decentralisation, while working closely with local community organizations. Kota Kita has helped DW to create municipal profiles for the capital, Luanda, and participatory planning tools similar to Solo’s Mini-Atlases for the project Solo Kota Kita.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/IGRSC.jpg">
<a href="https://www.irgsc.org" target="_blank"><h3>Institute of Resource Governance and Social Change</h3></a>
<h5>The Institute of Resource Governance and Social Change (IRGSC) is a Kupang-based policy research institute and think tank whose mission is to produce knowledge, and inspire policy innovation and change, principally in the eastern region of Indonesia. Kota Kita is working with IRGSC to research methods of assessing social and physical vulnerability to climate change in a number of cities across Indonesia.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/SAPA.jpg">
<a href="https://www.sapa.or.id" target="_blank"><h3>Strategic Alliance for Poverty Alleviation</h3></a>
<h5>The Strategic Alliance for Poverty Alleviation (SAPA) is a consortium including the Ministry of Welfare, various local governments and a network of civil society organizations working together to reduce poverty in Indonesia. Kota Kita has provided maps and facilitation support to assist in identifying pockets of urban poverty and advocate for better planning in those areas.</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/KuPAS.gif">
<a href="https://kupasmakassar.wordpress.com" target="_blank"><h3>KUPAS</h3></a>
<h5>KUPAS (Koalisi untuk Pemberdayaan Masyarakat Sipil) is a local NGO coalition based in Makassar dedicated to empowering civil society groups. They work together with local government to encourage participation in local development planning through the online musrenbang process. Kota Kita supported KUPAS in the formulation of neighborhood maps and data collection to assist their work.</h5>
</div>
<div class="col-sm-3">
<div class="intern-top-box"></div>
<img class="featurette-image img-responsive" src="./src/img/partner_thumb/SocialBusiness.jpg">
<a href="https://www.socialbusinessconsulting.org" target="_blank"><h3>Social Business Consulting</h3></a>
<h5>Social Business Consulting (SBC) is an organization based at Cornell University and run by undergraduate students seeking to make a difference in the world of development. They provide pro-bono consulting support to NGOs around the world, providing them a range of services and tailoring strategies to their needs. SBS helped Kota Kita develop a new marketing strategy, gave suggestions about a social media campaigns and ideas about fundraising.</h5>
</div>
<div class="col-sm-3">
<h3>The City Governments of Solo, Banjarmasin, Pekalongan, Padang, Manado, Makassar, Kupang, Ulaanbaatar.</h3>
</div>
</div>
<hr class="featurette-divider">
<div id="expert" class="featurette row">
<div class="col-sm-3">
<div class="section-intro">
<h1>Expert Partners</h1>
</div>
</div>
<div class="col-sm-9">
<h2>Kota Kita works with a wide range of thematic and technical experts, academics and activists to take forward our mission and research interests.</h2>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<h4>Michael Haggerty</h4>
<h5>Candidate for Master of Architecture, Graduate School of Design, Harvard University, USA</h5>
</div>
<div class="col-sm-3">
<h4>Dodo Juliman</h4>
<h5>Chairman, Combine Resource Institution, Yogyakarta, Indonesia</h5>
</div>
<div class="col-sm-3">
<h4>Dr. Peter McCawley</h4>
<h5>Visiting Fellow, College of Asia and the Pacific, Australian National University, Canberra, Australia</h5>
</div>
<div class="col-sm-3">
<h4>Dr. John Mendelsohn</h4>
<h5>Director of Research and Information Services of Namibia (RAISON), Namibia</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<h4>Tara Grillos</h4>
<h5>PhD Candidate, Kennedy School of Government, Harvard University, USA</h5>
</div>
<div class="col-sm-3">
<h4>Tanya Chiranakhon</h4>
<h5>Managing Partner, Land Economy Group, San Francisco, USA</h5>
</div>
<div class="col-sm-3">
<h4>Dr. John McCarthy</h4>
<h5>Senior Lecturer, Environmental Management and Development Programme, Crawford School of Public Policy, Australian National University, Canberra, Australia</h5>
</div>
<div class="col-sm-3">
<h4>Dr. Victoria Beard</h4>
<h5>Associate Professor of City and Regional Planning, Cornell University, USA</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<h4>Dr. Rita Padawangi</h4>
<h5>Senior Research Fellow, Asia Research Institute, National University of Singapore</h5>
</div>
<div class="col-sm-3">
<h4>Dr. Jonatan Lassa</h4>
<h5>Research Fellow with the Centre for Non-Traditional Security (NTS) Studies, S. Rajaratnam School of International Studies (RSIS), Nanyang Technological University (NTU), Singapore</h5>
</div>
<div class="col-sm-3">
<h4>Su Li Chong</h4>
<h5>Research associate at the Institute of Water Policy, Lee Kuan Yew School of Public Policy, National University of Singapore</h5>
</div>
<div class="col-sm-3">
<h4>Omar Saracho</h4>
<h5>Senior Urban Program Advisor, Institute for Sustainable Communities, Vermont, USA</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<h4>Albert Ching</h4>
<h5>Co-director, Urban Launchpad, San Francisco, USA</h5>
</div>
<div class="col-sm-3">
<h4>Stephen Kennedy</h4>
<h5>Co-director, Urban Launchpad, San Francisco, USA</h5>
</div>
<div class="col-sm-3">
<h4>Daniel Heriberto Palencia Arreola</h4>
<h5>Associate, Urban Launchpad, San Francisco, USA</h5>
</div>
<div class="col-sm-3">
<h4>Brendan Nee</h4>
<h5>Principal Blink Tag Inc., San Francisco, USA</h5>
</div>
<div class="clearfix"></div><hr class="featurette-divider">
<div class="col-sm-3">
<h4>Holi Bina Wijaya</h4>
<h5>Chairman, The Center for Participatory Planning (P5) at Universitas Diponegoro, Semarang, Indonesia</h5>
</div>
<div class="col-sm-3">
<h4>Erick Guerra</h4>
<h5>Assistant Professor of City and Regional Planning at University of Pennsylvania</h5>
</div>
<div class="col-sm-3">
<h4>Pramita Harjati</h4>
<h5>Climate Change Consultant, Indonesia</h5>
</div>
<div class="col-sm-3">
<h4>Kemal Taruc</h4>
<h5>Urban Development specialist, Indonesia</h5>
</div>
</div>
</div><!-- /.container -->
{% include footer.html %}
{% include core-js.html %}
</body>
</html>