-
Notifications
You must be signed in to change notification settings - Fork 1
/
datasource.html
251 lines (241 loc) · 4.58 KB
/
datasource.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!-- ********************************************************
Data source page for Interactive Map of California Counties
Last updated: 3/11/2017
Henry Whipps and Tyler Young
********************************************************* -->
<!DOCTYPE html>
<html>
<head>
<title>CA County Map</title>
<link rel="stylesheet" href="w3.css"> <!-- W3Schools stylesheet (for NavBar) -->
<style>
h4 {
font-family: "Tahoma", Geneva, sans-serif;
}
h3 {
font-family: "Tahoma", Geneva, sans-serif;
}
h2 {
font-family: "Tahoma", Geneva, sans-serif;
}
h1 {
font-family: "Tahoma", Geneva, sans-serif;
font-weight: normal;
}
p {
font-family: "Tahoma", Geneva, sans-serif;
margin: 0px 5px 9px 3px;
font-size: 14px;
}
tr:nth-child(odd) {
background-color: #F1F1F1;
}
a {
font-family: "Tahoma", Geneva, sans-serif;
}
td {
font-family: "Tahoma", Geneva, sans-serif;
padding-right:10px;
}
</style>
</head>
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px" align="center">
<!-- Header -->
<header>
<h1 style="margin-bottom:0px;">Interactive Map of California Counties</h1>
<!-- Nav-bar from w3-schools -->
<div class="w3-padding-16">
<div class="w3-btn-bar w3-border w3-show-inline-block">
<a href="index.html" class="w3-btn">Map</a>
<a href="datasource.html" class="w3-btn w3-light-grey">Data Sources</a>
<a href="contact.html" class="w3-btn">Contact</a>
</div>
</div>
</header>
</div>
<div>
<h3 align="center"> Data Sources </h3>
<table align="center" border="1px" cellpadding="4px" style="border-collapse:collapse;">
<tr style="background-color:#E0E0E0">
<td>
<b>Data Type</b>
</td>
<td>
<b>Year</b>
</td>
<td>
<b>Source</b>
</td>
</tr>
<tr>
<td>
County population
</td>
<td>
2015 estimate
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
County area
</td>
<td>
2010
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Median Age
</td>
<td>
2015 estimate
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Population by race
</td>
<td>
2014 (5 year estimates)
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Median household income
</td>
<td>
2014 (5 year estimates)
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Unemployment
</td>
<td>
2014 (5 year estimates)
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Poverty rate
</td>
<td>
2014 (5 year estimates)
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Population w/ bachelor's degree
</td>
<td>
2014 (5 year estimates)
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
City populations
</td>
<td>
2015 estimate
</td>
<td>
<a href="http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml" target="_blank">
Census Bureau
</a>
</td>
</tr>
<tr>
<td>
Living wage
</td>
<td>
2014
</td>
<td>
<a href="http://livingwage.mit.edu/" target="_blank">
M.I.T.
</a>
</td>
</tr>
<tr>
<td>
Median gross rent
</td>
<td>
2013
</td>
<td>
<a href="http://www.city-data.com/" target="_blank">
City-Data
</a>
</td>
</tr>
<tr>
<td>
Precipitation
</td>
<td>
1981-2010
</td>
<td>
<a href="http://www.noaa.gov/" target="_blank">
NOAA
</a>
</td>
</tr>
<tr>
<td>
Land cover
</td>
<td>
2015
</td>
<td>
<a href="http://www.mrlc.gov/" target="_blank">
USGS
</a>
</td>
</tr>
</table>
</div>