-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflooding_in_nyc.html
93 lines (72 loc) · 3.87 KB
/
flooding_in_nyc.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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Citizen Engagement</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload" style="background-color:white">>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Pages -->
<div class = "topnav"><a href="index.html">Work</a>
<div class = "topnav-right">
<a href="about_me.html">About Me</a>
</div>
</div>
</div>
</header>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Quantifying Flood Risk in New York City</h1>
<span class="image right"><img src="images/flooding_overtime.gif" alt="" /></span>
<p style="page-break-before: always;"> </p>
<h2>Introduction </h2>
<p class = "text-primary"> The purpose of this project is to provide capacity to the Mayor's Office of Climate and Environmental Justice to quantify the number of affordable homes at risk of extreme flooding events. The end product will seek to create a series of maps and databases such that the city can allocate federal grants to developments most in need.</p>
<b>Skills Used:</b>
<p> ArcGIS, Excel, R (sf, tmap, tidyr, dplyr), InDesign </p>
<h2>Exploratory Data Analysis</h2>
<p class = "text-primary"> Summary of results coming soon.
</p>
<p class = "text-primary"> Project undertaken with guidance of Senior Policy Advisor <a href = "https://www.linkedin.com/in/elizabeth-hodges-mcquade-a76004b4"> Elizabeth (Lizzie) Hodges McQuade </a> at the New York City Mayor's Office of Climate and Environmental Justice.</p>
<p class = "text-primary"> Thumbnail credit: NYC Flood Hazard Mapper</p>
</div>
<div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/sean-chew-urban/" class="icon brands style2 fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/sean-chew/sean-chew" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>