-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstudyarea.html
65 lines (47 loc) · 3.54 KB
/
studyarea.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
<html>
<head>
<title>Study Area</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<meta charset='utf-8' />
<script type="text/javascript" src="jquery-3.3.1.min.js"></script>
<style>
.navbar-custom
{
background-color: grey;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-custom navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><font color=white>Datameet : Pune Chapter</font></a>
</div>
<div>
<a href="about.html"><font color=white>About the Project</font></a>
<a href="studyarea.html"><font color=white>Study Area</font></a>
<a href="data.html"><font color=white>Data</font></a>
<a href="analysis.html"><font color=white>Methodology</font></a>
<a href="outcomes.html"><font color=white>Project Outcomes</font></a>
</div>
</div>
</nav>
<div class="container">
<br><u><b>STUDY AREA</b></u>
<p>Pune, the seventh largest city in India and second in Maharashtra, succeeded only by Mumbai is also known as the 'Detroit of India'. The Pune Metropolitan Region (PMR) spreads across approximately 1,340 sq.km, consisting of Pimpri Chinchwad Municipal Corporation (PCMC), Pune Cantonment (PC), Khadki Cantonment (KC) and Pune Municipal Corporation (PMC), the latter being the Area of Interest for this project.<br><br>
The figure below shows the new boundary of PMC, as of 2011 Census Reports.</p>
<img src="pmc_pop.png" />
<br><br><br><p>The low cost of living and population density, as compared to Mumbai, has made it a migration hotspot both within and outside the state of Maharashtra. This has caused quite a boom in the development of the area. This sudden surge in population and development have, however, proved to be taking quite a toll on still unsatisfactory roads. The underdeveloped transportation network of the PMC area, and Pune as a whole, have been littered with heavy construction equipment. To keep up with the sudden expansion of PMC, land is being parcelled out for industrial and residential settlements. The flocks of residents have contributed to the massive rise in traffic on the diminishing roads. While highways and flyovers are in the process of being built, the current scenario has seen this undesirable ratio of road traffic to road area available leading to a considerable hike in Road Accidents in the past year alone! Clearly, the need of the hour in Pune is Road Safety!<br><br>
Times of India article stressing the importance of Road Safety in Pune:-</p>
<img src="fatals.png" />
<br><br><br><br>
</div>
</body>
</html>