mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 04:41:41 -07:00
fix: add census tract dataset card (#2130)
* fix: add census tract dataset card * Update i18n IDs
This commit is contained in:
parent
275ce14db0
commit
490f25ced6
5 changed files with 197 additions and 8 deletions
|
@ -3,33 +3,43 @@
|
|||
exports[`rendering of indicator dataset card checks if component renders 1`] = `
|
||||
<DocumentFragment>
|
||||
<div
|
||||
id="low-income"
|
||||
id="census-tract-info"
|
||||
>
|
||||
<div
|
||||
class=""
|
||||
>
|
||||
<h3>
|
||||
Low income
|
||||
Census tract information and demographics
|
||||
</h3>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Percent of a census tract's population in households where household income is at or below
|
||||
200% of the Federal poverty level, not including students enrolled in higher education.
|
||||
Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract.
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
|
||||
|
||||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
The demographics are included as information only and are not considered as a part of the tool's methodology.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<span>
|
||||
Used in:
|
||||
</span>
|
||||
All categories except for the workforce development category
|
||||
All categories
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
Responsible Party:
|
||||
</span>
|
||||
U.S. Census
|
||||
Census
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
|
@ -50,7 +60,7 @@ exports[`rendering of indicator dataset card checks if component renders 1`] = `
|
|||
<span>
|
||||
Available for:
|
||||
</span>
|
||||
All U.S. states, the District of Columbia, and Puerto Rico
|
||||
All U.S. states, the District of Columbia, and U.S. territories
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -73,6 +73,68 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
data-testid="grid"
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
id="census-tract-info"
|
||||
>
|
||||
<div
|
||||
class=""
|
||||
>
|
||||
<h3>
|
||||
Census tract information and demographics
|
||||
</h3>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract.
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
|
||||
|
||||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
The demographics are included as information only and are not considered as a part of the tool's methodology.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<span>
|
||||
Used in:
|
||||
</span>
|
||||
All categories
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
Responsible Party:
|
||||
</span>
|
||||
Census
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
Source:
|
||||
</span>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.census.gov/programs-surveys/acs"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
American Community Survey
|
||||
</a>
|
||||
from 2015-2019
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
Available for:
|
||||
</span>
|
||||
All U.S. states, the District of Columbia, and U.S. territories
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div
|
||||
id="low-income"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue