forked from codeforboston/ungentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
186 lines (153 loc) · 9.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ungentry</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" type="text/css">
<link rel="stylesheet" href="./lib/bootstrap/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="./lib/css/font-awesome.min.css" />
<link rel="stylesheet" href="./lib/leaflet-0.7.3/leaflet.css" />
<link rel="stylesheet" href="./src/style.css">
<link rel="stylesheet" href="./lib/css/Control.FullScreen.css" />
<script data-main="main.js" src="lib/require.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37610225-7', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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" href="#">Ungentry</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-user"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#pcthchild">% Of Households with Children</a></li>
<li><a href="#pctcollege">% College Educated</a></li>
<li><a href="#pctind_professional">% Professional Industry</a></li>
<li><a href="#pctocc_profmanage">% Professional Mgmt as Occupation</a></li>
<li><a href="#pct_finance">% of Individuals in Finance</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-usd"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#medhhincome">Median Household income</a></li>
<li><a href="#pctpoverty">% Of Residents in Poverty</a></li>
<li><a href="#pctpublicassist">% Of Residents on public Assistance</a></li>
<li class="divider"></li>
<li><a href="#pctinc_0_25k">% Of Household inc. 0-25K</a></li>
<li><a href="#pctinc_25k_50k">% Of Household inc. 25-50K</a></li>
<li><a href="#pctinc_50k_100k">% Of Household inc. 50-100K</a></li>
<li><a href="#pctinc_100k_more">% Of Household inc. 100K and up</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-home"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#units">Number of Housing Units</a></li>
<li><a href="#pctrent">% of Units Rented</a></li>
<li><a href="#pctown">% of Units Owned</a></li>
<li><a href="#pctvacant">% of Units Vacant</a></li>
<li class="divider"></li>
<li><a href="#medianpctincomerent">Median % of Income as Rent</a></li>
</ul>
</li>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" id="address" class="form-control" placeholder="Search for addresses">
</div>
<button type="button" id="sendaddress" class="btn btn-default">Submit</button>
</form>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a a data-toggle="modal" href="#myModal">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-share"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li style="padding-left:5px;"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://codeforboston.github.io/ungentry/" data-text="See what data says about your neighborhood" data-lang="en"></a></li>
<li style="padding-left:5px;">
<div class="fb-like" data-href="http://codeforboston.github.io/ungentry/" data-layout="button_count" data-action="like" data-show-faces="false" datashare="true"></div>
</li>
<li class="divider"></li>
<li style="padding-left:5px;" ><iframe src="https://rawgit.com/mdo/github-buttons/master/github-btn.html?user=codeforboston&repo=ungentry&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li>
</ul>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<ul class="nav nav-tabs" id="small_display">
<li role="presentation" id='link_1990'><a href="">1990</a></li>
<li role="presentation" id='link_2000'><a href="">2000</a></li>
<li role="presentation" id='link_2010'><a href="">2010</a></li>
</ul>
<div class="row maps">
<div id="map0" class="map col-xs-12 col-md-4">
<h2 id="date">1990</h2>
</div>
<div id="map1" class="map col-xs-12 col-md-4 toHide">
<h2>2000</h2>
</div>
<div id="map2" class="map col-xs-12 col-md-4 toHide">
<h2>2010</h2>
</div>
</div>
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">What is Ungentry?</h4>
</div>
<div class="modal-body container-fixed">
<p>A concern that many of us have is that the rapid gentrification happening in places such as San Francisco is having a negative impact on affordability. Is Boston susceptible? Is it possible that a booming tech industry is contributing to this process? How can we contribute to a policy discussion?</p>
<p>Our approach is to examine neighborhoods that are considered "gentrified" and establish a baseline of data that gives a rich picture for how the neighborhood has changed over time. From there, we can begin to gather qualitative measures regarding factors such as policy decisions and technology development to see if there are any correlations.</p>
<h5>Data Sources</h5>
<ul>
<li><a href="http://www.census.gov/acs/www/" type="_blank">American Community Survey (Census)</a></li>
<li><a href="http://metrobostondatacommon.org/" type="_blank">The Boston Foundation/MAPC Data Common</a></li>
</ul>
<h5>Who We Are</h5>
<p>Part of the Code for America Brigade network, we are a volunteer group of developers, designers, data geeks, and citizen activists who use creative technology to solve civic and social problems. You are welcome to help <a href="https://github.com/codeforboston/ungentry">work on Ungentry</a> or <a href="http://www.meetup.com/Code-for-Boston/">meet with us</a> where you can see any number of other projects.</p>
<div class="row">
<a href="http://www.codeforboston.org/" class="col-xs-4 col-xs-offset-2"><img src="lib/images/code-for-boston-logo.png" alt="Code for Boston" class="img-responsive"></a>
<a href="http://www.codeforamerica.org/" class="col-xs-3"><img src="lib/images/code-for-america-logo.png" alt="Code for America" class="img-responsive"></a>
</div>
</div>
<div class="modal-footer">
</div><!--/.modal footer-->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!--Twitter share button script -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=262994210406910&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>