-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflushing.html
More file actions
182 lines (162 loc) · 6.8 KB
/
flushing.html
File metadata and controls
182 lines (162 loc) · 6.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Affordable Housing: Flushing</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header class="d-flex align-items-center flushing">
<div class="container">
<h1 class="text-center text-light">FLUSHING</h1>
<p class="text-center text-light lead">Hillary Pham</p>
</div>
</header>
<!-- mobile -->
<nav class="navbar">
<div class="container-fluid">
<button class="navbar-toggler mx-auto d-block" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div class="mx-5">
<div class="px-3 text-center">
<a href="index.html" class="pl-2">
<p>Home</p>
</a>
<a href="astoria.html" class="lBo">
<p>Astoria</p>
</a>
<a href="elmhurst.html" class="lox">
<p>Elmhurst</p>
</a>
<a href="flushing.html" class="Box">
<p>Flushing</p>
</a>
<a href="jackson.html" class="Box">
<p>Jackson Heights</p>
</a>
</div>
</div>
</div>
<!-- end mobile -->
<div class="d-flex justify-content-center my-3 link">
<a href="index.html" class="lBox">
<p>Home</p>
</a>
<a href="astoria.html" class="lBox">
<p>Astoria</p>
</a>
<a href="elmhurst.html" class="lBox">
<p>Elmhurst</p>
</a>
<a href="flushing.html" class="lBox">
<p>Flushing</p>
</a>
<a href="jackson.html" class="lBox">
<p>Jackson Heights</p>
</a>
</div>
<div class="mx-5">
<img class="mx-auto d-block dMap" src="flushing/flushingMap.png" width="400px" alt="map of elmhurst">
<h2>Demographics & Statistics: HC2 </h2>
<p><b>Total Population: </b>171,186</p>
<div class="over">
<table class="mx-auto my-3">
<tr>
<th>Zip Code</th>
<th>11354</th>
<th>11355</th>
<th>11358</th>
<th>Average</th>
</tr>
<tr>
<td>Median Age</td>
<td>45.5</td>
<td>43.1</td>
<td>44.4</td>
<td>44.3</td>
</tr>
<tr>
<td>Median Household Income</td>
<td>$40,786</td>
<td>$42,507</td>
<td>$68,848</td>
<td>$50,713</td>
</tr>
<tr>
<td>Below Poverty Line</td>
<td>19.84%</td>
<td>21.76%</td>
<td>9.27%</td>
<td>16.96%</td>
</tr>
<tr>
<td>Unemployment Rate</td>
<td>4.13%</td>
<td>3.21%</td>
<td>4.38%</td>
<td>3.91%</td>
</tr>
<tr>
<td>Less Than HS</td>
<td>30.26</td>
<td>29.18</td>
<td>24.94</td>
<td>28.13</td>
</tr>
</table>
</div>
<p>Source: <a href=https://www.socialexplorer.com><u>socialexplorer.com</u></a></p>
<h2>Neighborhood Rankings: HC3 </h2>
<img class="mx-auto d-block dMap"
src="https://static01.nyt.com/images/2014/10/05/realestate/20141005-LIVING-slide-NKOH/20141005-LIVING-slide-NKOH-superJumbo.jpg"
height=30% width=40%>
<p>Source: <i>The New York Times</i></p>
<p>According to <a href=https://ny.curbed.com/2017/9/19/16329796/nyc-best-neighborhood-transit-walk-bike-score>
<u>Curbed's Walkable Neighborhoods</u></a>, Flushing is the 101st "most walkable" neighborhood. Within the
neighborhood, such as
areas within zip code 11358, there is less foot traffic and residents primarily rely on cars or bus service. It
was given a 5/5 for “Affordability”, 3 for “Nightlife”, “Cool Factor”, and “Parent Approved”, and 2 for being
“convenient enough for friends to actually visit”. In terms of transportation, its residents have numerous options
for transportation, including various bus lines, the subway, and the Long Island Railroad available for use.
</p>
<h2>Data Exploration & Data Analysis: HC7/HC8 </h2>
<p>Based on the affordable housing data, there are a total of 414 units in Flushing. This includes the housing units
that reside within the zip codes: 11354, 11355, and 11358. With a total of five projects, the earliest and project
with the most number of apartments called ‘One Flushing’ was built in 2016, followed by a new project leading up
to the most recent in 2021. In flushing, the typical space a potential renter might find is a 1 to 2-bedroom unit.
Across all Flushing projects, 1-bedroom units make up the majority with ‘One Flushing’ being the sole building
that can accommodate 25 renters looking for 3-bedroom units. Visualizing the data with a graph demonstrates a
sharp decrease in the number of bedroom units available starting in 2017. </p>
<img class="mx-auto d-block dMap" src="flushing/flushingHousing.png"></img>
<p> A possible explanation for this occurrence is gentrification in
the neighborhood. As a result, fewer new affordable housing projects are being built to accommodate the spaces
utilized to develop high-rise developments. Flushing remains one of the several neighborhoods in Queens
experiencing the effects of the increasing number of high-rise developments, raising rent prices, and also
affecting affordable housing units. In terms of easy access to transportation, Flushing residents have access to
the 7-line and multiple bus lines. </p>
<p>Source: <u><a
href=https://data.cityofnewyork.us/Housing-Development/Affordable-Housing-Production-by-Building/hg8x-zxpr>Affordable
Housing Production by Building</a></u></p>
<h2>Map: HC10 </h2>
<p>Below is a map with markers for affordable housing in Flushing.<br>There are a total 5 affordable housing
buildings.</p>
<iframe class="mx-auto d-block dMap" src="flushing/flushing_Interactive_Map.html" width="600" height="400"
frameborder="0" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
<footer>
<p> © MHC Queens 1 2022 </p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous">
</script>
</body>
</html>