-
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>
<link rel="stylesheet" href="static/css/main.css" type="text/css">
<link rel="stylesheet" href="static/css/responsive.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic,900" rel="stylesheet" type="text/css">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@urbaninstitute">
<meta name="twitter:creator" content="@urbaninstitute">
<meta name="twitter:title" content="State Economic Monitor">
<meta name="twitter:description" content="Track and analyze economic and fiscal trends at the state level.">
<meta name="twitter:image" content="https://apps.urban.org/features/state-economic-monitor/img/social.png">
<meta property="og:title" content="State Economic Monitor" />
<meta property="og:description" content="Track and analyze economic and fiscal trends at the state level." />
<meta property="og:image" content="https://apps.urban.org/features/state-economic-monitor/img/social.png" />
<meta property="og:image:type" content="image/png">
<meta property="og:url" content="https://urbn.is/sem">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>State Economic Monitor</title>
<script type="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><iframe src="//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':
new Date().getTime(),event:'gtm.js'});var f=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 -->
<div id = "headerContainer" class = "aboutHeader">
<div id = "headerLogo">
<a href = "https://www.urban.org/" target = "_blank"><img src = "static/img/logo.png"/></a>
</div>
<a href = "index.html"><div id = "headerTitle">State Economic Monitor</div></a>
</div>
<!-- END HEADER -->
<!-- START MAIN CONTENT -->
<div id = "contentContainer" class = "aboutContainer">
<div class = "aboutLargeHead">Data and sources</div>
<div class = "aboutCategoryHead top">Employment <span>(updated monthly)</span></div>
<div class = "aboutCategoryName">Unemployment rate </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Local Area Unemployment Statistics </div>
<div class = "aboutCategoryRow">Unit: Percentage</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All people age 16 and older</div>
<div class = "aboutCategoryRow">Earliest available data: January 1976</div>
<div class = "aboutCategoryName">Total nonfarm payroll employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics</div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Total private-sector employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Leisure and hospitality private-sector employment</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Manufacturing private-sector employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Retail private-sector employment</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Total public-sector employment</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryRow">Note: Public-sector employment refers to the Bureau of Labor Statistics’ government employment set of variables.</div>
<div class = "aboutCategoryName">Total federal public-sector employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Total state and local public-sector employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally </div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 1990</div>
<div class = "aboutCategoryName">Total state and local public-sector education employment </div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics </div>
<div class = "aboutCategoryRow">Unit: Thousands of people</div>
<div class = "aboutCategoryRow">Adjusted: No</div>
<div class = "aboutCategoryRow">Population: All employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 2012</div>
<div class = "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>
<div class = "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 <a href = "https://www.bls.gov/web/empsit/cesseasadj.htm" target = "_blank">“Seasonal Adjustment Files and Documentation”</a> on its website.</div>
<div class = "aboutCategoryHead">Earnings <span>(updated monthly)</span></div>
<div class = "aboutCategoryName">Average weekly earnings</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bls.gov/home.htm" target = "_blank">Bureau of Labor Statistics</a>, Current Employment Statistics</div>
<div class = "aboutCategoryRow">Unit: Dollars</div>
<div class = "aboutCategoryRow">Adjusted: No</div>
<div class = "aboutCategoryRow">Population: Earnings of all private-sector employees</div>
<div class = "aboutCategoryRow">Earliest available data: January 2007</div>
<div class = "aboutCategoryRow note">Note: Historical average weekly earnings data are adjusted for inflation using the following data</div>
<div class = "aboutCategoryRow sub">Source: Bureau of Labor Statistics <a href = "https://www.bls.gov/cpi/questions-and-answers.htm" target = "_blank">consumer price index</a></div>
<div class = "aboutCategoryRow sub">Data: Consumer price index for all urban consumers, all items</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (1982–1984 = 100)</div>
<div class = "aboutCategoryHead">Housing <span>(updated quarterly)</span></div>
<div class = "aboutCategoryName">House price index</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.fhfa.gov/DataTools/Downloads/Pages/House-Price-Index.aspx" target = "_blank">Federal Housing Finance Agency</a></div>
<div class = "aboutCategoryRow">Data: Broad measure of single-family house prices</div>
<div class = "aboutCategoryRow">Unit: Index (Quarter 1, 1991 = 100)</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 1991</div>
<div class = "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 <a href = "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>
<div class = "aboutCategoryHead">State gross domestic product <span>(updated quarterly)</span></div>
<div class = "aboutCategoryName">Total state gross domestic product</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow">Data: Value of the goods and services produced across all industries in a state</div>
<div class = "aboutCategoryRow">Unit: Millions of dollars</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<div class = "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>
<div class = "aboutCategoryRow sub">Source: <a href = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<div class = "aboutCategoryName">Accommodation and food services gross domestic product</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the accommodation and food services industry</div>
<div class = "aboutCategoryRow">Unit: Millions of dollars</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<div class = "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>
<div class = "aboutCategoryRow sub">Source: <a href = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<div class = "aboutCategoryName">Government gross domestic product</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by federal, state, and local governments and government enterprises</div>
<div class = "aboutCategoryRow">Unit: Millions of dollars</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<div class = "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>
<div class = "aboutCategoryRow sub">Source: <a href = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<div class = "aboutCategoryName">Manufacturing gross domestic product</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the manufacturing industry</div>
<div class = "aboutCategoryRow">Unit: Millions of dollars</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<div class = "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>
<div class = "aboutCategoryRow sub">Source: <a href = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<div class = "aboutCategoryName">Retail gross domestic product</div>
<div class = "aboutCategoryRow">Source: <a href = "https://www.bea.gov/" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow">Data: Value of the goods and services contributed to gross domestic product by the retail industry</div>
<div class = "aboutCategoryRow">Unit: Millions of dollars</div>
<div class = "aboutCategoryRow">Adjusted: Seasonally</div>
<div class = "aboutCategoryRow">Earliest available data: Quarter 1, 2005</div>
<div class = "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>
<div class = "aboutCategoryRow sub">Source: <a href = "https://www.bea.gov/resources/learning-center/what-to-know-prices-inflation" target = "_blank">Bureau of Economic Analysis</a></div>
<div class = "aboutCategoryRow sub">Data: Chain-type quantity indexes for real gross domestic product</div>
<div class = "aboutCategoryRow sub">Adjusted: Seasonally, index (2017 = 100)</div>
<div class = "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 <a href = https://www.bea.gov/help/faq/1069 target = "_blank">“How does BEA account for seasonality in GDP?”</a> on its website.</div>
</div>
<!-- END MAIN CONTENT -->
<!-- START FOOTER -->
<div id = "footerContainer">
<div id = "footerContent">
<div class = "footerHeader" id = "topFooterHeader">About the State Economic Monitor</div>
<p class = "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>
<p class = "footerAbout">The <a href = "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 <a href = "https://www.taxpolicycenter.org/" target = "_blank">Urban-Brookings Tax Policy Center</a>.</p>
<a href = "index.html" class = "footerButtonLink"><div class = "button" target="_blank">Home</div></a>
<a href = "mailto:[email protected]" class = "footerButtonLink"><div class = "button" >Contact us</div></a>
<div class = "footerHeader">PROJECT CREDITS</div>
<p class = "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 <a href = "https://www.urban.org/aboutus/our-funding/funding-principles" target = "_blank">here</a>. Read our terms of service <a href = "https://www.urban.org/terms-service" target = "_blank">here</a>.</p>
<div class = "creditsHeader">RESEARCH</div>
<div class = "creditsNames"><a href = "https://www.urban.org/author/richard-c-auxier" target = "_blank">Richard Auxier</a>, <a href = "https://www.urban.org/author/aravind-boddupalli" target = "_blank">Aravind Boddupalli</a>, <a href = "https://www.urban.org/author/erin-huffer" target = "_blank">Erin Huffer</a>, and <a href = "https://www.urban.org/author/kim-s-rueben" target = "_blank">Kim Rueben</a></div>
<div class = "creditsHeader">DESIGN</div>
<div class = "creditsNames">Christina Baird</div>
<div class = "creditsHeader">DEVELOPMENT</div>
<div class = "creditsNames">Ben Chartoff</div>
<div class = "creditsHeader">EDITING</div>
<div class = "creditsNames">Michael Marazzi</div>
<div class = "creditsHeader">WRITING</div>
<div class = "creditsNames">Emily Peiffer</div>
<div id = "copyright"><a href = "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 * 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-57529944-1', 'auto');
ga('send', 'pageview');
</script>
<!-- START Parse.ly Include: Standard -->
<div id="parsely-root" style="display: none">
<span id="parsely-cfg" data-parsely-site="urban.org"></span>
</div>
<script>
(function(s, p, d) {
var h=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>