-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
613 lines (451 loc) · 25.7 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
<!DOCTYPE html>
<html lang="en-gb">
<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="Active moveability for global cities">
<meta name="author" content="moveability">
<meta name="generator" content="Hugo 0.68.3" />
<title>moveability</title>
<!-- Stylesheets -->
<link href="https://moveability.city/css/bootstrap-v3.3.7/bootstrap.min.css" rel="stylesheet">
<link href="https://moveability.city/css/agency.css" rel="stylesheet">
<link href="https://moveability.city/css/jquery.form-validator-v2.3.44/theme-default.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://moveability.city/font-awesome-v4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="https://moveability.city/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://moveability.city/favicon.ico">
<!-- 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 id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 page-scroll" href="/#page-top">
moveability.city
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="/#page-top"></a>
</li>
<li>
<a class="page-scroll" href="https://moveability.city/#services">Overview</a>
</li>
<li>
<a class="page-scroll" href="https://moveability.city/#portfolio">Moveability</a>
</li>
<li>
<a class="page-scroll" href="https://moveability.city/#contact">Contact</a>
</li>
<li>
<a href="maps/index.html">maps</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Hero -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Active moveability for global cities</div>
<div class="intro-heading">Urban moveability</div>
<a href="https://moveability.city/maps/index.html" class="page-scroll btn btn-xl">move me</a>
</div>
</div>
</header>
<!-- Services -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Overview</h2>
<h3 class="section-subheading text-muted">Our data sources and principles.</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-map-o fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="https://moveability.city/">Open Data</a></h4>
<p class="text-muted">We use open data wherever possible, including <a href="https://openstreetmap.org">Open Street Map</a> for most spatial data, along with global-scale databases of open demographic data to understand urban populations.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cog fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="https://moveability.city/">Open Source Code</a></h4>
<p class="text-muted">Our code is open source, <a href="https://github.com/atfutures">available</a> on <a href="https://github.com/moveability">github</a>, and we are acknowledged world leaders in <a href="https://ropensci.org">open source transport software</a>.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="https://moveability.city/">Web-based Platforms</a></h4>
<p class="text-muted">Instead of bulky, stand-alone platforms, our platforms are all web-based, enabling us to develop highly customised, flexible frameworks that are uniquely tailored to individual applications.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Moveability</h2>
<h3 class="section-subheading text-muted">So what is moveability?</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/roundicons-preview.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Why Moveability?</h4>
<p class="text-muted">why</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/moveability-ms-small.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Moveability Analyses</h4>
<p class="text-muted">what</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/moveability-ms-small.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Moveability Layers</h4>
<p class="text-muted">how</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/delhi.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Moveability for the World</h4>
<p class="text-muted">where</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/roundicons-preview.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Data Quality</h4>
<p class="text-muted">accuracy</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="https://moveability.city/img/portfolio/roundicons-preview.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Moveability Comparisons</h4>
<p class="text-muted">diversity</p>
</div>
</div>
</div>
</div>
</section>
<!-- Clients Aside -->
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h4 class="heading"></h4>
</div>
</div>
<div class="row flexbox">
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact us</h2>
<h3 class="section-subheading text-muted">Any questions, comments, queries. Please!</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form
method="POST"
name="sentMessage"
id="contactForm" action="//formspree.io/[email protected]">
<fieldset>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" required="required" type="text" name="name" placeholder="Your Name *" data-validation-error-msg="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" required="required" type="email" name="email" placeholder="Your Email *" data-validation-error-msg="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="phone" type="number" name="phone" placeholder="Your Phone" data-validation-error-msg="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" id="message" required="required" name="message" placeholder="Your Message *" data-validation-error-msg="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div class="text-success" id="success" style="display:none;">
Thank you for contacting us.
</div>
<div class="text-danger" id="error" style="display:none;">
Message could not be send. Please contact us at [email protected] instead.
</div><br />
<input type="submit" value="Send message" class="btn btn-xl" />
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Published under the Apache License 2.0.</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://github.com/moveability" title="github"><i class="fa fa-github"></i></a></li>
<li><a href="https://github.com/atfutures" title="github"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/moveablecity" title="Twitter"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Why Moveability?</h2>
<p class="item-intro text-muted">The importance of moveability for all cities</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/moveability-ms.png" alt="">
<p>Thriving cities require thriving transport systems which enable and encourage the greatest range and diversity of ways for people to travel through them. More liveable cities are those in which people can freely choose the moment they leave their door which mode of transport might best suit their mood, the weather, or their spontaneous whim. Cities which offer the greatest possibilities for moveability are thriving, liveable cities. We develop tools not only to quantify the moveability of cities, but to analyse and predict how that moveability may change in response to a city’s specific visions or plans for its own more moveable future. See our <a href="https://moveability.city/maps/index.html">example interactive maps</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Moveability Analyses</h2>
<p class="item-intro text-muted">How we calculate movability</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/moveability-ms.png" alt="">
<p>Moveability quantifies the extent to which urban structure accommodates and encourages all forms of active moveability. We quantify moveability at every single intersection within a city’s street network, starting with the total lengths of moveable streets or ways near that point. For example, 1km of street with four lanes dedicated to automobiles offers less walkable length than 1km of separated walking path, and 1km of walking path offers less cyclable length than 1km of dedicated cycleway. Moveability is also influenced by the amount of surrounding green space, as well as “blue space” in the form of water bodies. The above image shows an example of the walkability of our home city of <a href="https://moveability.city/maps/muenster">Münster, Germany</a>.<!-- raw HTML omitted --><!-- raw HTML omitted -->Beyond these static views of current moveability, we also generate layers of “potential” moveability reflecting spatial mismatches between demography and infrastructure. This potential for moveability need not be directly related to moveability itself, and the ability to identify areas of high potential yet low actual moveability translates into a key tool for planning infrastructure changes to enhance moveability. It immediately enables cities to identify the “easy targets” where the gains are likely to be the greatest.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Moveability Layers</h2>
<p class="item-intro text-muted">Layers of moveability</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/moveability-ms.png" alt="">
<p>Moveability depends on purpose. I might desire moveability near my home where I walk a lot, yet not care at all about moveability near my workplace. Or the other way around. Or I might not ever ride a bike, yet walk 10km per day. Moveability comprises a range of individual layers reflecting a range of distinct purposes, such as from residential areas to educational structures, or from commercial structures to public transport infrastructure. Each of these layers generates its own spatially explicit pattern of moveability, and each of these layers is also calculated for each mode of moveability, whether walking, cycling, or whatever mode a city might consider important. See our <a href="https://moveability.city/maps/index.html">example interactive maps</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Moveability for the World</h2>
<p class="item-intro text-muted">Moveability beyond the Global North</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/delhi.jpg" alt="">
<p>Most analyses of moveability focus on the relatively data-rich cities of the Global North. In contrast, we strive to ensure our ability to develop accurate models for cities beyond this region, and particularly in cities which may lack the kinds of data generally presumed to be necessary for detailed analyses of moveability. To do so, we utilise several global-scale data sets notably including demographic data. We can even calculate moveability for cities which have no local data at all, by down-scaling from global-scale data to provide initial estimates before refining these through calibration against equivalent data sets.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Data Quality</h2>
<p class="item-intro text-muted">The Accuracy of Our Moveability Estimates</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/moveability-ms.png" alt="">
<p>No two cities have the same data, and not all cities have the same quality of data. We know what data we need to accurately calculate our various measures of moveability. Even more importantly, we know how to calculate the accuracy of those measures. We therefore provide a single measure for each city of the quality of available data. This measure is a simple percentage (0 to 100) quantifying the likely accuracy of the moveability statistics.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Moveability Comparisons</h2>
<p class="item-intro text-muted">Different cities differ in different ways</p>
<img class="img-responsive img-centered" src="https://moveability.city/img/portfolio/moveability-ms.png" alt="">
<p>Most analyses of moveability are restricted to a single measure (such as <a href="http://walkscore.com">walkability</a> or <a href="https://copenhagenizeindex.eu">bikeability</a>), in each case reducing a city to a single number. Not only do we differ through offering interactive portals to view the spatial differences in moveability across a city, but we offer a number of ways of quantifying moveability. Beyond statistics for individual modes (such as walking or cycling), we also quantify the degree of unmet <em>potential</em> for moveability throughout a city. A city might have a relatively low actual moveability, yet a very high unmet potential. It is likely to be relatively easy for such a city to transform itself to enable greater active moveability. In contrast, a city may have very high moveability, yet very little potential for future expansion. Increasing active moveability in such a city will likely be more difficult. Our ability to combine static snapshots of current moveability with layers of potential moveability translates into a unique ability to compare cities in ways which reflect their otherwise irreconcilable differences. Some cities may never be able to construct connected systems of “bicycle superhighways”, yet they may nevertheless have large potential cycleability, and so may respond almost as well through to much simpler changes to street properties.<!-- raw HTML omitted --><!-- raw HTML omitted -->We are working towards a base dataset of sufficient cities to enable our first global comparison of moveability. Cities will be scored both on current states and future potential, and our preliminary analyses suggest resultant rankings will be quite different from what might be expected …</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Component</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://moveability.city/js/jquery-v3.3.1/jquery.min.js"></script>
<!-- Bootstrap Core -->
<script src="https://moveability.city/js/bootstrap-v3.3.7/bootstrap.min.js"></script>
<!-- Form Validation -->
<script src="https://moveability.city/js/jquery.form-validator-v2.3.44/jquery.form-validator.min.js"></script>
<!-- Custom Theme -->
<script src="https://moveability.city/js/agency.js"></script>
</body>
</html>