- Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·308 lines (249 loc) · 21.4 KB
/
about.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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<html>
<head>
<linkrel="stylesheet" href="static/css/main.css" type="text/css">
<linkrel="stylesheet" href="static/css/responsive.css" type="text/css">
<linkhref="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic,900" rel="stylesheet" type="text/css">
<metahttp-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<metaname="twitter:card" content="summary_large_image">
<metaname="twitter:site" content="@urbaninstitute">
<metaname="twitter:creator" content="@urbaninstitute">
<metaname="twitter:title" content="State Economic Monitor">
<metaname="twitter:description" content="Track and analyze economic and fiscal trends at the state level.">
<metaname="twitter:image" content="https://apps.urban.org/features/state-economic-monitor/img/social.png">
<metaproperty="og:title" content="State Economic Monitor" />
<metaproperty="og:description" content="Track and analyze economic and fiscal trends at the state level." />
<metaproperty="og:image" content="https://apps.urban.org/features/state-economic-monitor/img/social.png" />
<metaproperty="og:image:type" content="image/png">
<metaproperty="og:url" content="https://urbn.is/sem">
<linkrel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>State Economic Monitor</title>
<scripttype="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "State Economic Monitor",
"url": "https://apps.urban.org/features/state-economic-monitor/",
"thumbnailUrl": "https://apps.urban.org/features/state-economic-monitor/img/social.png",
"dateCreated": "2019-11-13T05:00:00.000Z",
"articleSection": "Interactive Feature",
"creator": [" Richard Auxier","Aravind Boddupalli","Erin Huffer","Kim Rueben","Christina Baird","Ben Chartoff","Michael Marazzi","Emily Peiffer"],
"keywords": ["Finance","Taxes and Budget"]
}
</script>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframesrc="//www.googletagmanager.com/ns.html?id=GTM-MKBD2W"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
newDate().getTime(),event:'gtm.js'});varf=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MKBD2W');</script>
<!-- End Google Tag Manager -->
<!-- START HEADER -->
<divid = "headerContainer" class = "aboutHeader">
<divid = "headerLogo">
<ahref = "https://www.urban.org/" target = "_blank"><imgsrc = "static/img/logo.png"/></a>
</div>
<ahref = "index.html"><divid = "headerTitle">State Economic Monitor</div></a>
</div>
<!-- END HEADER -->
<!-- START MAIN CONTENT -->
<divid = "contentContainer" class = "aboutContainer">
<divclass = "aboutLargeHead">Data and sources</div>
<divclass = "aboutCategoryHead top">Employment <span>(updated monthly)</span></div>
<divclass = "aboutCategoryName">Unemployment rate </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Local Area Unemployment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Percentage</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All people age 16 and older</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1976</div>
<divclass = "aboutCategoryName">Total nonfarm payroll employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics</div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Total private-sector employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Leisure and hospitality private-sector employment</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Manufacturing private-sector employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Retail private-sector employment</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Total public-sector employment</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryRow">Note: Public-sector employment refers to the Bureau of Labor Statistics’ government employment set of variables.</div>
<divclass = "aboutCategoryName">Total federal public-sector employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Total state and local public-sector employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally </div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 1990</div>
<divclass = "aboutCategoryName">Total state and local public-sector education employment </div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<divclass = "aboutCategoryRow">Unit: Thousands of people</div>
<divclass = "aboutCategoryRow">Adjusted: No</div>
<divclass = "aboutCategoryRow">Population: All employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 2012</div>
<divclass = "aboutCategoryRow">Notes: No data are available for the District of Columbia, Missouri, and Hawaii. For certain states, data going back to January 1990 may be available from the Bureau of Labor Statistics.</div>
<divclass = "aboutSectionNote"><span>Note:</span> Data are seasonally adjusted to remove regularly occurring fluctuations (such as from weather or holidays) to better reflect nonseasonal trends and irregular changes in employment. For more on the Bureau of Labor Statistics’ adjustments, please see <ahref = "https://www.bls.gov/web/empsit/cesseasadj.htm" target = "_blank">“Seasonal Adjustment Files and Documentation”</a> on its website.</div>
<divclass = "aboutCategoryHead">Earnings <span>(updated monthly)</span></div>
<divclass = "aboutCategoryName">Average weekly earnings</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics</div>
<divclass = "aboutCategoryRow">Unit: Dollars</div>
<divclass = "aboutCategoryRow">Adjusted: No</div>
<divclass = "aboutCategoryRow">Population: Earnings of all private-sector employees</div>
<divclass = "aboutCategoryRow">Earliest available data: January 2007</div>
<divclass = "aboutCategoryRow note">Note: Historical average weekly earnings data are adjusted for inflation using the following data</div>
<divclass = "aboutCategoryRow sub">Source: Bureau of Labor Statistics <ahref = "https://www.bls.gov/cpi/questions-and-answers.htm" target = "_blank">consumer price index</a></div>
<divclass = "aboutCategoryRow sub">Data: Consumer price index for all urban consumers, all items</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (1982–1984 = 100)</div>
<divclass = "aboutCategoryHead">Housing <span>(updated quarterly)</span></div>
<divclass = "aboutCategoryName">House price index</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.fhfa.gov/DataTools/Downloads/Pages/House-Price-Index.aspx" target = "_blank">Federal Housing Finance Agency</a></div>
<divclass = "aboutCategoryRow">Data: Broad measure of single-family house prices</div>
<divclass = "aboutCategoryRow">Unit: Index (Quarter 1, 1991 = 100)</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 1991</div>
<divclass = "aboutSectionNote"><span>Note:</span> Data are seasonally adjusted to remove regularly occurring fluctuations in housing markets to better reflect patterns in economic activity. For more on the Federal Housing Finance Agency’s adjustments, please see <ahref = "https://www.fhfa.gov/Media/PublicAffairs/Pages/House-Price-Index-Frequently-Asked-Questions.aspx" target = "_blank">“House Price Index Frequently Asked Questions”</a> on its website.</div>
<divclass = "aboutCategoryHead">State gross domestic product <span>(updated quarterly)</span></div>
<divclass = "aboutCategoryName">Total state gross domestic product</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow">Data: Value of the goods and services produced across all industries in a state</div>
<divclass = "aboutCategoryRow">Unit: Millions of dollars</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<divclass = "aboutCategoryRow note">Note: Historical quarterly gross domestic product data are adjusted for inflation to the latest quarter's real dollars using the following data</div>
<divclass = "aboutCategoryRow sub">Source: <ahref = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<divclass = "aboutCategoryName">Accommodation and food services gross domestic product</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the accommodation and food services industry</div>
<divclass = "aboutCategoryRow">Unit: Millions of dollars</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<divclass = "aboutCategoryRow note">Note: Historical quarterly gross domestic product data are adjusted for inflation to the latest quarter's real dollars using the following data</div>
<divclass = "aboutCategoryRow sub">Source: <ahref = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<divclass = "aboutCategoryName">Government gross domestic product</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by federal, state, and local governments and government enterprises</div>
<divclass = "aboutCategoryRow">Unit: Millions of dollars</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<divclass = "aboutCategoryRow note">Note: Historical quarterly gross domestic product data are adjusted for inflation to the latest quarter's real dollars using the following data</div>
<divclass = "aboutCategoryRow sub">Source: <ahref = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<divclass = "aboutCategoryName">Manufacturing gross domestic product</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the manufacturing industry</div>
<divclass = "aboutCategoryRow">Unit: Millions of dollars</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<divclass = "aboutCategoryRow note">Note: Complete data was not published for Alaska, the District of Columbia, Hawaii, and Wyoming. Historical quarterly gross domestic product data are adjusted for inflation to the latest quarter's real dollars using the following data</div>
<divclass = "aboutCategoryRow sub">Source: <ahref = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<divclass = "aboutCategoryName">Retail gross domestic product</div>
<divclass = "aboutCategoryRow">Source: <ahref = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the retail industry</div>
<divclass = "aboutCategoryRow">Unit: Millions of dollars</div>
<divclass = "aboutCategoryRow">Adjusted: Seasonally</div>
<divclass = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<divclass = "aboutCategoryRow note">Note: Historical quarterly gross domestic product data are adjusted for inflation to the latest quarter's real dollars using the following data</div>
<divclass = "aboutCategoryRow sub">Source: <ahref = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<divclass = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<divclass = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<divclass = "aboutSectionNote"><span>Note:</span> Data are seasonally adjusted to remove regularly occurring fluctuations (such as from weather, holidays, and production schedules) to better reflect patterns in economic activity. For more on the Bureau of Economic Analysis’ adjustments, please see <ahref = https://www.bea.gov/help/faq/1069target = "_blank">“How does BEA account for seasonality in GDP?”</a> on its website.</div>
</div>
<!-- END MAIN CONTENT -->
<!-- START FOOTER -->
<divid = "footerContainer">
<divid = "footerContent">
<divclass = "footerHeader" id = "topFooterHeader">About the State Economic Monitor</div>
<pclass = "footerAbout">The State Economic Monitor, created by the Urban Institute’s State and Local Finance Initiative, tracks and analyzes economic and fiscal trends at the state level. Its interactive graphics highlight differences across all 50 states and the District of Columbia in employment, earnings, housing, and state GDP.</p>
<pclass = "footerAbout">The <ahref = "https://www.urban.org/policy-centers/cross-center-initiatives/state-and-local-finance-initiative" target = "_blank">State and Local Finance Initiative</a> is an Urban Institute project in the <ahref = "https://www.taxpolicycenter.org/" target = "_blank">Urban-Brookings Tax Policy Center</a>.</p>
<ahref = "index.html" class = "footerButtonLink"><divclass = "button" target="_blank">Home</div></a>
<ahref = "mailto:sem@urban.org" class = "footerButtonLink"><divclass = "button" >Contact us</div></a>
<divclass = "footerHeader">PROJECT CREDITS</div>
<pclass = "footerCredits">This project was funded by Arnold Ventures and other funders. We are grateful to them and to all our funders, who make it possible for Urban to advance its mission. The views expressed are those of the authors and should not be attributed to the Urban Institute, its trustees, or its funders. Funders do not determine research findings or the insights and recommendations of our experts. More information on our funding principles is available <ahref = "https://www.urban.org/aboutus/our-funding/funding-principles" target = "_blank">here</a>. Read our terms of service <ahref = "https://www.urban.org/terms-service" target = "_blank">here</a>.</p>
<divclass = "creditsHeader">RESEARCH</div>
<divclass = "creditsNames"><ahref = "https://www.urban.org/author/richard-c-auxier" target = "_blank">Richard Auxier</a>, <ahref = "https://www.urban.org/author/aravind-boddupalli" target = "_blank">Aravind Boddupalli</a>, <ahref = "https://www.urban.org/author/erin-huffer" target = "_blank">Erin Huffer</a>, and <ahref = "https://www.urban.org/author/kim-s-rueben" target = "_blank">Kim Rueben</a></div>
<divclass = "creditsHeader">DESIGN</div>
<divclass = "creditsNames">Christina Baird</div>
<divclass = "creditsHeader">DEVELOPMENT</div>
<divclass = "creditsNames">Ben Chartoff</div>
<divclass = "creditsHeader">EDITING</div>
<divclass = "creditsNames">Michael Marazzi</div>
<divclass = "creditsHeader">WRITING</div>
<divclass = "creditsNames">Emily Peiffer</div>
<divid = "copyright"><ahref = "https://github.com/UrbanInstitute/state-economic-monitor" target = "_blank">View this project on GitHub</a>.</div>
</div>
</div>
<!-- END FOOTER -->
<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*newDate();
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-57529944-1','auto');
ga('send','pageview');
</script>
<!-- START Parse.ly Include: Standard -->
<divid="parsely-root" style="display: none">
<spanid="parsely-cfg" data-parsely-site="urban.org"></span>
</div>
<script>
(function(s,p,d){
varh=d.location.protocol,i=p+"-"+s,
e=d.getElementById(i),r=d.getElementById(p+"-root"),
u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
:"static."+p+".com";
if(e)return;
e=d.createElement(s);e.id=i;e.async=true;
e.src=h+"//"+u+"/p.js";r.appendChild(e);
})("script","parsely",document);
</script>
<!-- END Parse.ly Include: Standard -->
</body>
</html>