-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest-side.html
More file actions
62 lines (60 loc) · 3.35 KB
/
west-side.html
File metadata and controls
62 lines (60 loc) · 3.35 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
<head>
<title>Paula Jones | Geospatial Specialist & Developer</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" />
<script src="https://kit.fontawesome.com/a43b8b7139.js" crossorigin="anonymous"></script>
</head>
<!-- MAIN (Center website) -->
<div class="main">
<div class="gallery">
<div class="content">
<p><a href="index.html#west-side" target="">Back to Projects</a></p>
<h1>West Side Property Condition Inventory</h1>
<br>
<iframe src="https://geographyplanning.buffalostate.edu/WestSidePropertyInventory/InteractiveMap.html"
title=" - Document Viewer" role="document"></iframe>
<p><a href="https://geographyplanning.buffalostate.edu/WestSidePropertyInventory/Home.html"
target="_blank">View Project Website</a></p>
<div class="gallery-content">
<p>Research project investigating changing housing conditions in a gentrifying urban neighborhood.
</p>
<p>
Project consisted of: <br>
</p>
<ul>
<li>Geodatabase design</li>
<li>ArcGIS Collector survey design and data collection</li>
<li>Spatial analysis of field-collected data</li>
<li>Creation of a <a
href="https://geographyplanning.buffalostate.edu/WestSidePropertyInventory/Home.html"
target="_blank">public data website</a>, consisting of a <a href="https://arcg.is/0OK0yy0"
target="_blank">Story Map</a> and <a
href="https://geographyplanning.buffalostate.edu/WestSidePropertyInventory/InteractiveMap.html"
target="_blank">interactive web map</a> developed using ArcGIS
JavaScript API</li>
<li>Publication of a <a
href="assets\pdf\Knight%20Jones%20Weaver%202018.pdf"
target="_blank">paper</a> presenting the project as an example of "Community
Geography" aimed at
urban
planners and community development practitioners</li>
</ul>
<p>
I contributed to a similar project in 2017 for the City of Tonawanda as part of New York State's "Zombie" property
initiative.
</p>
<p class="awards"><i class="icon solid awards fa-trophy"></i> Alternative Mode of Scholarship Award
- American Association of Geographers, Urban Geography Specialty Group (2016)</p>
<div class="skills">
<div class="skills-border">ArcGIS JavaScript API</div>
<div class="skills-border">Google Maps API</div>
<div class="skills-border">HTML/CSS</div>
<div class="skills-border">ArcGIS Collector</div>
<div class="skills-border">ArcGIS Story Maps</div>
<div class="skills-border">Research</div>
</div>
</div>
</div>
<!-- END MAIN -->
</div>