Update side panel copy to Living copy (#1285)

* Update side panel copy to Living copy

* Update lead paint short description

* Rebase main and update areaDetail snapshots

* Update cypress test on dataset used in beta header

* QA review updates

* Update deploy-fe-main to point to new CDN (d3r)
This commit is contained in:
Vim 2022-02-17 13:59:23 -05:00 committed by GitHub
parent 8d2c8f77cc
commit d5a15f1053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 415 additions and 425 deletions

View file

@ -6,7 +6,7 @@ on:
- "client/**/*" - "client/**/*"
env: env:
PR_NUMBER: ${{ github.event.number }} PR_NUMBER: ${{ github.event.number }}
WEB_CDN_ID: E27WCOZZ03KIBX WEB_CDN_ID: E30NWFWBUUX9X
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -89,13 +89,13 @@ jobs:
with: with:
message: | message: |
**🚢 PR Deployed! 🚢** **🚢 PR Deployed! 🚢**
Find it here: https://d29zfl8cj7y1zf.cloudfront.net/ ! Find it here: https://d3r1k4gynx5dw4.cloudfront.net !
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: "github-actions[bot]" # The user.login for temporary GitHub tokens repo-token-user-login: "github-actions[bot]" # The user.login for temporary GitHub tokens
allow-repeats: false # This is the default allow-repeats: false # This is the default
- name: Printing deployment URLs - name: Printing deployment URLs
run: | run: |
echo "Geoplatform official site (may or may not be up): https://screeningtool.geoplatform.gov/" echo "Geoplatform official site (may or may not be up): https://screeningtool.geoplatform.gov/"
echo "The Cloudfront behind this official site: https://d29zfl8cj7y1zf.cloudfront.net/" echo "The Cloudfront behind this official site: https://d3r1k4gynx5dw4.cloudfront.net"
echo "Github pages: https://usds.github.io/justice40-tool/$DESTINATION_FOLDER/en" echo "Github pages: https://usds.github.io/justice40-tool/$DESTINATION_FOLDER/en"
echo "The origin S3 bucket (http only) : http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/$DESTINATION_FOLDER/en" echo "The origin S3 bucket (http only) : http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/$DESTINATION_FOLDER/en"

View file

@ -2,5 +2,5 @@ Feature: All links on the dataset cards should be functional
Scenario: If I click on any link in the indicators dataset, they should work Scenario: If I click on any link in the indicators dataset, they should work
Given I am on the "Methodology" page Given I am on the "Methodology" page
When I look for the "Datasets used in methodology" CTA When I look for the "Datasets used in beta methodology" CTA
Then All links under "Datasets used in methodology" should work Then All links under "Datasets used in beta methodology" should work

View file

@ -57,7 +57,7 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p
</div> </div>
<a <a
href=" href="
mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that we should know. mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that CEQ should know about this tract.
" "
> >
@ -258,7 +258,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
</div> </div>
<a <a
href=" href="
mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that we should know. mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that CEQ should know about this tract.
" "
> >
@ -642,8 +642,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
Lead paint Lead paint
<div> <div>
Percent of pre-1960 housing when median home value is at or below 90th percentile in order to Percent of pre-1960 housing when median home value at or below 90th percentile
exclude areas with high value, older homes
</div> </div>
</div> </div>
@ -1203,7 +1202,7 @@ exports[`rendering of the AreaDetail checks if indicators for PUERTO RICO are pr
</div> </div>
<a <a
href=" href="
mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that we should know. mailto:Screeningtool-Support@omb.eop.gov?subject=Census tract ID 98729374234, N/A, N/A&body=Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that CEQ should know about this tract.
" "
> >

View file

@ -146,7 +146,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
</div> </div>
<div> <div>
<h3> <h3>
Clean transportation Clean transit
</h3> </h3>
<p> <p>
@ -230,7 +230,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
<a <a
href="#median-home" href="#median-home"
> >
low median home value median home value
</a> </a>
is at or less than is at or less than
90th percentile OR at or above the 90th percentile for the 90th percentile OR at or above the 90th percentile for the
@ -488,7 +488,7 @@ exports[`rendering of the Categories checks if component renders 1`] = `
unemployment unemployment
</a> </a>
OR OR
percent individuals in households at or below 100% federal percent individuals in households at or below 100% Federal
<a <a
href="#poverty" href="#poverty"
> >

View file

@ -11,7 +11,7 @@ exports[`rendering of indicator dataset card checks if component renders 1`] = `
<div> <div>
Percent of a census tract's population in households where household income is at or below Percent of a census tract's population in households where household income is at or below
200% of the federal poverty level. 200% of the Federal poverty level.
</div> </div>
<ul> <ul>
@ -19,7 +19,7 @@ exports[`rendering of indicator dataset card checks if component renders 1`] = `
<span> <span>
Used in: Used in:
</span> </span>
All categories except for training and workforce development All categories except for the training and workforce development catetory
</li> </li>
<li> <li>
<span> <span>

View file

@ -25,6 +25,12 @@ const DatasetContainer = () => {
</Grid> </Grid>
</Grid> </Grid>
<Grid row>
<Grid desktop={{col: 9}}>
<p>{intl.formatMessage(METHODOLOGY_COPY.DATASETS.INFO)}</p>
</Grid>
</Grid>
<Grid row> <Grid row>
<Grid col={12}> <Grid col={12}>
<div className={styles.datasetCardsContainer}> <div className={styles.datasetCardsContainer}>

View file

@ -7,7 +7,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
> >
<div <div
class="grid-container-desktop-lg" class="grid-container-desktop-lg"
data-cy="datasets-used-in-methodology-block" data-cy="datasets-used-in-beta-methodology-block"
data-testid="gridContainer" data-testid="gridContainer"
> >
<div <div
@ -19,10 +19,27 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<h2> <h2>
Datasets used in methodology Datasets used in beta methodology
</h2> </h2>
</div> </div>
</div> </div>
<div
class="grid-row"
data-testid="grid"
>
<div
class="desktop:grid-col-9"
data-testid="grid"
>
<p>
The datasets used in the current version of the tool come from a variety of sources and were
selected based on relevance, availability, and quality. The datasets seek to identify a range of
human health, environmental, climate-related, and other impacts on communities.
</p>
</div>
</div>
<div <div
class="grid-row" class="grid-row"
data-testid="grid" data-testid="grid"
@ -41,7 +58,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Percent of a census tract's population in households where household income is at or below Percent of a census tract's population in households where household income is at or below
200% of the federal poverty level. 200% of the Federal poverty level.
</div> </div>
<ul> <ul>
@ -49,7 +66,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
All categories except for training and workforce development All categories except for the training and workforce development catetory
</li> </li>
<li> <li>
<span> <span>
@ -135,10 +152,10 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of agriculture value at risk from losses due to natural hazards such as the fourteen Percent of agriculture value at risk from losses due to natural hazards that have some link
natural hazards that have some link to climate change including: avalanche, coastal flooding, to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the agriculture value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the agriculture value at risk in
a census tract by the total agriculture value in that census tract. a census tract by the total agriculture value in that census tract.
</div> </div>
@ -147,7 +164,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -186,10 +203,10 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of building value at risk from losses due to natural hazards such as the fourteen Percent of building value at risk from losses due to natural hazards
natural hazards that have some link to climate change including: avalanche, coastal flooding, that have some link to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the building value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the building value at risk in
a census tract by the total building value in that census tract. a census tract by the total building value in that census tract.
</div> </div>
@ -198,7 +215,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -237,8 +254,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Rate relative to the population in fatalities and injuries due to natural hazards each year such as Rate relative to the population in fatalities and injuries due to natural hazards each year
the fourteen natural hazards that have some link to climate change including: avalanche, that have some link to climate change: avalanche,
coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide,
riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined
as the Spatial Hazard Events and Losses or National Centers for Environmental Informations as the Spatial Hazard Events and Losses or National Centers for Environmental Informations
@ -255,7 +272,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -293,14 +310,14 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Energy cost burden Energy cost burden
</h3> </h3>
<div> <div>
Average annual energy cost ($) divided by household income. Average annual energy cost per household ($) divided by household average income.
</div> </div>
<ul> <ul>
<li> <li>
<span> <span>
Used in: Used in:
</span> </span>
Clean energy and energy efficiency methodology Clean energy and energy efficiency category
</li> </li>
<li> <li>
<span> <span>
@ -339,7 +356,9 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. The value
in the fields is the weight of these particles in micrograms per cubic meter.
</div> </div>
<ul> <ul>
@ -347,7 +366,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean energy and energy efficiency methodology Clean energy and energy efficiency category
</li> </li>
<li> <li>
<span> <span>
@ -390,7 +409,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Mixture of particles that is part of diesel exhaust in the air. Mixture of particles that is part of diesel exhaust in the air. The value in the fields is the
weight of these particles in micrograms per cubic meter.
</div> </div>
<ul> <ul>
@ -398,7 +418,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean transportation methodology Clean transit category
</li> </li>
<li> <li>
<span> <span>
@ -438,7 +458,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Count of vehicles (average annual daily traffic) at major roads Count of vehicles (average annual daily traffic) at major roads
within 500 meters, divided by distance in meters (not km). within 500 meters, divided by distance in meters.
</div> </div>
<ul> <ul>
@ -446,7 +466,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean transportation methodology Clean transit category
</li> </li>
<li> <li>
<span> <span>
@ -486,7 +506,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
The percent of households in a census tract that are both earning less than 80% of HUD Area Median The percent of households in a census tract that are both earning less than 80% of HUD Area Median
Family Income by county and are paying greater than 30% of their income to housing costs. Family Income by county and are spending more than 30% of their income on housing costs.
</div> </div>
<ul> <ul>
@ -494,13 +514,13 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
Responsible Party: Responsible Party:
</span> </span>
Department of Housing & Urban Development's (HUD) Department of Housing & Urban Development (HUD)
</li> </li>
<li> <li>
<span> <span>
@ -534,7 +554,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in
tracts with median home values less than 90th percentile tracts with median home values less than 90th percentile.
</div> </div>
<ul> <ul>
@ -542,7 +562,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
@ -577,7 +597,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="median-home" id="median-home"
> >
<h3> <h3>
Low median home value Median home value
</h3> </h3>
<div> <div>
@ -589,7 +609,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
@ -629,7 +649,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large
Quantity Generators) within 5 km (or nearest beyond 5 km), each divided by distance in kilometers. Quantity Generators) within 5 kilometers (or nearest beyond 5 kilometers), each divided by
distance in kilometers.
</div> </div>
<ul> <ul>
@ -637,7 +658,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -660,7 +681,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
> >
Treatment, Storage, and Disposal Facilities (TSDF) data Treatment, Storage, and Disposal Facilities (TSDF) data
</a> </a>
from 2020 calculated from EPA RCRA database as compiled from 2020 calculated from EPA's RCRA database as compiled
by EPA's EJSCREEN by EPA's EJSCREEN
</li> </li>
@ -680,8 +701,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Count of proposed or listed NPL - also known as superfund - sites within 5 km (or nearest one Count of proposed or listed NPL - also known as Superfund - sites within 5 kilometers (or nearest one
beyond 5 km), each divided by distance in kilometers. beyond 5 kilometers), each divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -689,7 +710,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -728,8 +749,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Count of RMP (potential chemical accident management plan) facilities within 5 km (or nearest Count of RMP (potential chemical accident management plan) facilities within 5 kilometers (or nearest
one beyond 5 km), each divided by distance in kilometers. one beyond 5 kilometers), each divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -737,7 +758,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -776,8 +797,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Risk-Screening Environmental Indicators (RSEI) modeled Toxic Concentrations at Risk-Screening Environmental Indicators (RSEI) modeled toxic concentrations at
stream segments within 500 meters, divided by distance in kilometers (km). stream segments within 500 meters, divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -785,7 +806,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Critical clean water and waste infrastructure methodology Critical clean water and waste infrastructure category
</li> </li>
<li> <li>
<span> <span>
@ -825,7 +846,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Weighted percent of people who answer “yes” to both of the following questions: “Have you ever Weighted percent of people who answer “yes” to both of the following questions: “Have you ever
been told by a doctor, nurse, or other health professional that you have asthma?” and the question been told by a doctor, nurse, or other health professional that you have asthma?” and
“Do you still have asthma?” “Do you still have asthma?”
</div> </div>
@ -834,7 +855,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -883,7 +904,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -932,7 +953,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -967,7 +988,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="life-exp" id="life-exp"
> >
<h3> <h3>
Low life expectancy Life expectancy
</h3> </h3>
<div> <div>
@ -978,11 +999,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Note: Note:
</strong> </strong>
Unlike most of the other datasets, high values of this indicator indicate low burdens. Unlike most of the other datasets, high values of this data indicate low burdens.
For percentile calculations, the percentile is calculated in reverse order, so that the tract with For percentile calculations of burden, the percentile is calculated in reverse order, so that the tract with
the highest median income relative to area median income (lowest burden on this measure) is at the the highest median income relative to area median income (lowest burden on this measure) is at the
0th percentile, and the tract with the lowest median income relative to area median income 0th percentile, and the tract with the lowest median income relative to area median income
(highest burden on this measure) is at the 100th percentile. (highest burden on this measure) is at the 100th percentile. Tracts with the highest number
have the lowest life expectancy.
</p> </p>
@ -993,7 +1015,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -1028,7 +1050,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="low-med-inc" id="low-med-inc"
> >
<h3> <h3>
Low median Income Median Income
</h3> </h3>
<div> <div>
@ -1040,7 +1062,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1076,7 +1098,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -1100,8 +1122,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
The percent of limited speaking households, which are households where no one over age The percent households, which are households, where no one over the age fourteen speaks English well.
14 speaks English well.
</div> </div>
<ul> <ul>
@ -1109,7 +1130,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1156,7 +1177,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1192,7 +1213,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -1216,8 +1237,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of a tract's population in households where the household income is at or below 100% of Proportion of a tract's population in households where the household income is at or below 100% of
the federal poverty level. the Federal poverty level.
</div> </div>
<ul> <ul>
@ -1225,7 +1246,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1261,7 +1282,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -1285,7 +1306,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent (not percentile) of people ages 25 years or older in a census tract whose Proportion of people ages 25 years or older in a census tract whose
education level is less than a high school diploma. education level is less than a high school diploma.
</div> </div>
@ -1294,7 +1315,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1330,7 +1351,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >

View file

@ -17,7 +17,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
page and send feedback. page and send feedback.
</li> </li>
<li> <li>
Find communities of interest and Use the tool to find communities and
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
@ -25,7 +25,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
share feedback share your feedback
</a> </a>
. .
</li> </li>

View file

@ -12,7 +12,7 @@ exports[`rendering of the LowIncome checks if component renders 1`] = `
<p> <p>
At or above 65th percentile for percent of census tract population of households where household At or above 65th percentile for percent of census tract population of households where household
income is at or below 200% of the federal poverty level income is at or below 200% of the Federal poverty level
</p> </p>
</div> </div>

View file

@ -14,10 +14,9 @@ exports[`rendering of the MapLegend checks if snapshots have changed 1`] = `
class="secondary" class="secondary"
> >
Communities identified as disadvantaged for the purposes of Justice40 have been Communities identified as disadvantaged by the tool are those that are marginalized, underserved,
historically marginalized, underserved, and overburdened by pollution. These communities meet and overburdened by pollution. These communities are at or above the combined thresholds in one or
or exceed the criteria in one or more areas of focus. more of eight categories of criteria.
</p> </p>
</div> </div>

View file

@ -31,6 +31,14 @@ const MapWrapper = ({location}: IMapWrapperProps) => {
<p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_1}</p> <p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_1}</p>
<p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_2}</p> <p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_2}</p>
<p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_3}</p> <p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_3}</p>
<p>{EXPLORE_COPY.NOTE_ON_TERRITORIES.PARA_4}</p>
</Grid>
</Grid>
<Grid row>
<Grid col={7}>
<h2>{EXPLORE_COPY.NOTE_ON_TRIBAL_NATIONS.INTRO}</h2>
<p>{EXPLORE_COPY.NOTE_ON_TRIBAL_NATIONS.PARA_1}</p>
</Grid> </Grid>
</Grid> </Grid>
</> </>

View file

@ -24,9 +24,9 @@ exports[`simulate app starting up, no click on map should match the snapshot of
A census tract is generally between 1,200 and 8,000 people, with an average size of 4,000 people. A census tract is generally between 1,200 and 8,000 people, with an average size of 4,000 people.
Census tracts are small, relatively permanent subdivisions of a county defined by the Census tracts are small, relatively permanent subdivisions of a county defined by the
U.S. Census Bureau and usually cover a contiguous area. The census tract level represents the U.S. Census Bureau and usually cover a contiguous area. The census tract level currently represents the
smallest geographical unit that can be presented in a statistically sound manner, given the smallest geographical unit for which publicly-available and nationally-consistent datasets can
datasets that are being used. be consistently displayed on the tool.
</cite> </cite>
</div> </div>

View file

@ -30,20 +30,18 @@ export const PAGE = defineMessages({
}, },
HEADING_2: { HEADING_2: {
id: 'index.heading.justice40', id: 'index.heading.justice40',
defaultMessage: 'Justice40', defaultMessage: 'The Justice40 Initiative',
description: 'heading for about justice 40', description: 'heading for about justice 40',
}, },
HEADING2_DESCRIPTION1: { HEADING2_DESCRIPTION1: {
id: 'about.page.sub.header.2.text.1', id: 'about.page.sub.header.2.text.1',
defaultMessage: ` defaultMessage: `
The tool will provide important information for the Justice40 Initiative. The goal of the The tool will provide important information for the Justice40 Initiative. The goal of the
Justice40 Initiative is to provide 40 percent of the overall benefits of certain federal Justice40 Initiative is to provide 40 percent of the overall benefits of certain Federal
programs in seven key areas to disadvantaged communities. These seven key areas are: climate investments in seven key areas to disadvantaged communities. These seven key areas are: climate
change, clean energy and energy efficiency, clean transit, affordable and sustainable change, clean energy and energy efficiency, clean transit, affordable and sustainable
housing, training and workforce development (related to climate, natural disasters, environment, housing, training and workforce development, the remediation and reduction of legacy pollution,
clean energy, clean transportation, affordable and sustainable housing, water and and the development of critical clean water infrastructure.
wastewater infrastructure, and legacy pollution reduction, including in energy communities),
the remediation and reduction of legacy pollution, and the development of critical clean water infrastructure.
`, `,
description: 'about page sub header text', description: 'about page sub header text',
}, },
@ -57,10 +55,10 @@ export const HEADING_1 = {
defaultMessage={` defaultMessage={`
In {eoLink} on {tacklingItalics}, President Biden directed the Council on Environmental Quality (CEQ) In {eoLink} on {tacklingItalics}, President Biden directed the Council on Environmental Quality (CEQ)
to create a Climate and Economic Justice Screening Tool. The purpose of the tool is to help to create a Climate and Economic Justice Screening Tool. The purpose of the tool is to help
Federal agencies identify disadvantaged communities that have been historically Federal agencies identify disadvantaged communities that are marginalized, underserved, and
marginalized, underserved, and overburdened by pollution. The tool provides socioeconomic, overburdened by pollution. The current version of the tool provides socioeconomic, environmental,
environmental, and climate information to inform decisions that may affect these communities. The and climate information to inform decisions that may affect these communities. The
tool identifies disadvantaged communities through publicly-available, nationally-consistent, and high-quality data. tool identifies disadvantaged communities through publicly-available, nationally-consistent datasets.
`} `}
values={{ values={{
eoLink: <LinkTypeWrapper eoLink: <LinkTypeWrapper
@ -130,7 +128,7 @@ export const HOW_TO_GET_STARTED = defineMessages({
COMMUNITY_MEMBERS_INFO: { COMMUNITY_MEMBERS_INFO: {
id: 'community.members.info', id: 'community.members.info',
defaultMessage: ` defaultMessage: `
Explore data about communities in your area and provide feedback on the tool. Explore data about communities across the U.S., including your own, and provide feedback on the tool.
`, `,
description: 'sub heading of page', description: 'sub heading of page',
}, },
@ -154,8 +152,9 @@ export const GET_INVOLVED = defineMessages({
}, },
SEND_FEEDBACK_INFO: { SEND_FEEDBACK_INFO: {
id: 'send.feedback.info', id: 'send.feedback.info',
defaultMessage: 'Have ideas about how this tool can be improved to better reflect'+ defaultMessage: `
' the on-the-ground experiences of your community?', Have ideas about data and information that reflect the experiences and conditions of your community?
`,
description: 'sending feedback information', description: 'sending feedback information',
}, },
JOIN_OSC_HEADING: { JOIN_OSC_HEADING: {
@ -165,8 +164,9 @@ export const GET_INVOLVED = defineMessages({
}, },
JOIN_OSC_INFO: { JOIN_OSC_INFO: {
id: 'join.open.source.info', id: 'join.open.source.info',
defaultMessage: 'The screening tools code is open source, which means it is '+ defaultMessage: `
' available for the public to view and contribute to.', The tools code is open source, which means it is available for the public to view and contribute to it.
`,
description: 'info on joining open source community', description: 'info on joining open source community',
}, },
JOIN_OSC_LINK_TEXT: { JOIN_OSC_LINK_TEXT: {

View file

@ -41,8 +41,8 @@ export const CENSUS_TRACK_FEEDBACK = {
id={'contact.page.census.track.feedback.para1'} id={'contact.page.census.track.feedback.para1'}
defaultMessage={` defaultMessage={`
To provide feedback about a specific census tract, either select the send feedback button after To provide feedback about a specific census tract, either select the send feedback button after
finding a tract on the {exploreLink} page or just use the email address provided above. Please finding a tract on the {exploreLink} page or use the email address provided above. Please
include the census tract ID, county, state or territory information, in addition to your feedback. include the census tract ID, county, and state or territory information, in addition to your feedback.
`} `}
description={'census track feedback section'} description={'census track feedback section'}
values={{ values={{
@ -60,12 +60,12 @@ export const CENSUS_TRACK_FEEDBACK = {
PARAGRAPH3: <FormattedMessage PARAGRAPH3: <FormattedMessage
id={'contact.page.census.track.feedback.para1'} id={'contact.page.census.track.feedback.para1'}
defaultMessage={` defaultMessage={`
In addition, you can provide information about data via the {improvementSurvey}. In addition, you can provide feedback on the tool via this {improvementSurvey}.
`} `}
description={'census track feedback section'} description={'census track feedback section'}
values={{ values={{
improvementSurvey: <LinkTypeWrapper improvementSurvey: <LinkTypeWrapper
linkText={'improvement survey'} linkText={'survey'}
internal={false} internal={false}
url={`https://www.surveymonkey.com/r/cejst-survey`} url={`https://www.surveymonkey.com/r/cejst-survey`}
openUrlNewTab={true} openUrlNewTab={true}

View file

@ -23,11 +23,10 @@ export const PAGE_INTRO = defineMessages({
export const PAGE_DESCRIPTION = <FormattedMessage export const PAGE_DESCRIPTION = <FormattedMessage
id={'exploreTool.page.description'} id={'exploreTool.page.description'}
defaultMessage={` defaultMessage={`
Use the map to see disadvantaged communities that have been historically Use the map to see communities that are disadvantaged. The map uses
marginalized, underserved, and overburdened by pollution. The map uses publicly-available, nationally-consistent, datasets. Learn more about
publicly-available, nationally-consistent, high-quality datasets. Learn more about
the methodology and datasets that were used to identify disavantaged communities the methodology and datasets that were used to identify disavantaged communities
on the {methodologyLink} page. in the current version of the tool on the {methodologyLink} page.
`} `}
description={'page description'} description={'page description'}
values={{ values={{
@ -45,10 +44,9 @@ export const LEGEND = defineMessages({
PRIORITY_DESCRIPT: { PRIORITY_DESCRIPT: {
id: 'legend.info.threshold.label', id: 'legend.info.threshold.label',
defaultMessage: ` defaultMessage: `
Communities identified as disadvantaged for the purposes of Justice40 have been Communities identified as disadvantaged by the tool are those that are marginalized, underserved,
historically marginalized, underserved, and overburdened by pollution. These communities meet and overburdened by pollution. These communities are at or above the combined thresholds in one or
or exceed the criteria in one or more areas of focus. more of eight categories of criteria.
`, `,
description: 'the label of the threshold community legend', description: 'the label of the threshold community legend',
}, },
@ -172,9 +170,9 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
defaultMessage: ` defaultMessage: `
A census tract is generally between 1,200 and 8,000 people, with an average size of 4,000 people. A census tract is generally between 1,200 and 8,000 people, with an average size of 4,000 people.
Census tracts are small, relatively permanent subdivisions of a county defined by the Census tracts are small, relatively permanent subdivisions of a county defined by the
U.S. Census Bureau and usually cover a contiguous area. The census tract level represents the U.S. Census Bureau and usually cover a contiguous area. The census tract level currently represents the
smallest geographical unit that can be presented in a statistically sound manner, given the smallest geographical unit for which publicly-available and nationally-consistent datasets can
datasets that are being used. be consistently displayed on the tool.
`, `,
description: 'cites the definition and helpful information about census groups', description: 'cites the definition and helpful information about census groups',
}, },
@ -248,7 +246,7 @@ export const SEND_FEEDBACK = defineMessages({
EMAIL_BODY: { EMAIL_BODY: {
id: 'areaDetail.categorization.send.feedback.email.body', id: 'areaDetail.categorization.send.feedback.email.body',
// eslint-disable-next-line max-len // eslint-disable-next-line max-len
defaultMessage: `Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that we should know. defaultMessage: `Please provide feedback about this census tract, including about the datasets, the data categories provided for this tract, the communities who live in this tract, and anything else relevant that CEQ should know about this tract.
`, `,
description: 'link to send feedback', description: 'link to send feedback',
}, },
@ -489,8 +487,7 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
LEAD_PAINT: { LEAD_PAINT: {
id: 'areaDetail.indicator.description.leadPaint', id: 'areaDetail.indicator.description.leadPaint',
defaultMessage: ` defaultMessage: `
Percent of pre-1960 housing when median home value is at or below 90th percentile in order to Percent of pre-1960 housing when median home value at or below 90th percentile
exclude areas with high value, older homes
`, `,
description: 'Pre-1960 housing', description: 'Pre-1960 housing',
}, },
@ -633,11 +630,8 @@ export const NOTE_ON_TERRITORIES = {
id={'explore.page.note.on.territories.para.1'} id={'explore.page.note.on.territories.para.1'}
defaultMessage={` defaultMessage={`
The data sources described on the {dataMethLink} page are used to The data sources described on the {dataMethLink} page are used to
identify disadvantaged communities for all fifty states and the District of Columbia. However, not all identify disadvantaged communities in all fifty states and the District of Columbia. However, not all
of these data sources are currently available for the U.S. territories. The Census ACS data from of these data sources are currently available for the U.S. territories.
2015-2019 was used to identify disadvantaged communities for Puerto Rico. This uses the same methodology
as all fifty states and the District of Columbia for which data is available, which is all fields in
the Training and Workforce Development category.
`} `}
description={`territories paragraph 1`} description={`territories paragraph 1`}
values={{ values={{
@ -647,23 +641,81 @@ export const NOTE_ON_TERRITORIES = {
PARA_2: <FormattedMessage PARA_2: <FormattedMessage
id={'explore.page.note.on.territories.para.2'} id={'explore.page.note.on.territories.para.2'}
defaultMessage={` defaultMessage={`
The Decennial Census data from 2010 was used For Puerto Rico, the Census American Community Survey data from 2015-2019 are used for higher
for American Samoa and Northern Mariana Islands using only the unemployment, poverty, low median ed enrollment rate and all the other fields in the Training and Workforce Development category
income, and high school degree achievement rate fields in the Training and Workforce Development to identify disadvantaged communities. Data in the other categories are unavailable at this
category of the methodology. time.
`} `}
description={`territories paragraph 2`} description={`territories paragraph 2`}
/>, />,
PARA_3: <FormattedMessage PARA_3: <FormattedMessage
id={'explore.page.note.on.territories.para.3'} id={'explore.page.note.on.territories.para.3'}
defaultMessage={` defaultMessage={`
Work is underway to identify disadvantaged communities and update the For American Samoa and the Northern Mariana Islands, the data used to identify
CEJST accordingly for Guam and the U.S. Virgin Islands. disadvantaged communities are from the 2010 Decennial Census, the last reported data from the
`} U.S. Census Bureau. Available data for these territories includes unemployment, poverty,
median income, and high school degree achievement rate fields in the Training and Workforce Development category.
`}
description={`territories paragraph 3`} description={`territories paragraph 3`}
/>, />,
PARA_4: <FormattedMessage
id={'explore.page.note.on.territories.para.4'}
defaultMessage={`
Work is currently underway to identify disadvantaged communities and update the
tool accordingly for Guam and the U.S. Virgin Islands.
`}
description={`territories paragraph 4`}
/>,
}; };
export const NOTE_ON_TRIBAL_NATIONS = {
INTRO: <FormattedMessage
id={'explore.page.note.on.tribal.nations.intro'}
defaultMessage={`A note on Tribal Nations`}
description={`tribal nations intro text`}
/>,
PARA_1: <FormattedMessage
id={'explore.page.note.on.tribal.nations.para.1'}
defaultMessage={`
The tool covers all U.S. census tracts, including those located within Tribal Nations, to the extent
that data is available (see our {dataMethLink} page for more information). CEQ is engaging
in consultation and coordination with Tribal Nations on the beta version of the tool to provide
Tribal Nations with meaningful opportunities for input, consistent with CEQs {actionPlanTribalNation},
{bidenMemoNat2Nat}, and {coordinateTribal}.
`}
description={`tribal nations paragraph 1`}
values={{
dataMethLink: <Link to="/methodology">Methodology & data</Link>,
actionPlanTribalNation: <LinkTypeWrapper
linkText= {'Action Plan for Consultation and Coordination with Tribal Nations'}
internal= {false}
url= {`https://www.whitehouse.gov/wp-content/uploads/2022/01/CEQ-Tribal-Consultation-Plan-04.26.2021.pdf`}
openUrlNewTab= {true}
/>,
bidenMemoNat2Nat: <LinkTypeWrapper
linkText= {`
President Bidens Memorandum on Tribal Consultation and Strengthening Nation-to-Nation Consultation
`}
internal= {false}
url= {`
https://www.whitehouse.gov/briefing-room/presidential-actions/2021/01/26/memorandum-on-tribal-consultation-and-strengthening-nation-to-nation-relationships/
`}
openUrlNewTab= {true}
/>,
coordinateTribal: <LinkTypeWrapper
linkText= {`
Coordination with Indian Tribal Governments
`}
internal= {false}
url= {`
https://www.federalregister.gov/documents/2000/11/09/00-29003/consultation-and-coordination-with-indian-tribal-governments
`}
openUrlNewTab= {true}
/>,
}}
/>,
};
export const HOW_YOU_CAN_HELP_LIST_ITEMS = { export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
HEADING: <FormattedMessage HEADING: <FormattedMessage
id={'youCanHelpInfoText.heading'} id={'youCanHelpInfoText.heading'}
@ -688,11 +740,11 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
LIST_ITEM_2: <FormattedMessage LIST_ITEM_2: <FormattedMessage
id={'youCanHelpInfoText.list.item.2'} id={'youCanHelpInfoText.list.item.2'}
description={'share your feedback'} description={'share your feedback'}
defaultMessage={`Find communities of interest and {shareFeedback}.`} defaultMessage={`Use the tool to find communities and {shareFeedback}.`}
values={{ values={{
shareFeedback: shareFeedback:
<LinkTypeWrapper <LinkTypeWrapper
linkText= {'share feedback'} linkText= {'share your feedback'}
internal= {false} internal= {false}
url= {`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`} url= {`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}
openUrlNewTab= {true} openUrlNewTab= {true}

View file

@ -17,20 +17,20 @@ export const PAGE = defineMessages({
DESCRIPTION: { DESCRIPTION: {
id: 'methodology.page.paragraph', id: 'methodology.page.paragraph',
defaultMessage: ` defaultMessage: `
This tool identifies communities that are overburdened by pollution and other environmental exposures The current version of the tool identifies communities that are disadvantaged for the purposes of
and disadvantaged by underinvestment. A community qualifies as disadvantaged when a census tract the Justice40 Initiative using census tracts, which are the smallest geographic unit for
is at or above a certain threshold for a climate or environmental burden indicator and also above which publicly-available and nationally-consistent datasets can be consistently displayed on the
a certain threshold for a socioeconomic indicator. Census tract geographical boundaries are tool. Census tract geographical boundaries are determined by the U.S. Census Bureau once every ten
determined by the U.S. Census Bureau once every ten years. This tool untilizes the years. This tool uses the census tract boundaries from 2010.
census tract boundaries from 2010.
`, `,
description: 'methodology page paragraph', description: 'methodology page paragraph',
}, },
CATEGORY_TEXT: { CATEGORY_TEXT: {
id: 'methodology.page.categories.title', id: 'methodology.page.categories.title',
defaultMessage: ` defaultMessage: `
Communities will be defined as disadvantaged for the purposes of Justice40 if they meet Communities are identified as disadvantaged by the current version of the tool for the purposes of
the qualifications under one or more of the eight categories of criteria below. the Justice40 Initiative if they are located in census tracts that are at or above the
combined thresholds in one or more of eight categories of criteria below.
`, `,
description: 'methodology page explanation of the categories', description: 'methodology page explanation of the categories',
}, },
@ -139,7 +139,7 @@ export const LOW_INCOME = defineMessages({
id: 'low.income.info', id: 'low.income.info',
defaultMessage: ` defaultMessage: `
At or above 65th percentile for percent of census tract population of households where household At or above 65th percentile for percent of census tract population of households where household
income is at or below 200% of the federal poverty level income is at or below 200% of the Federal poverty level
`, `,
description: 'description of low income', description: 'description of low income',
}, },
@ -164,7 +164,6 @@ export const CATEGORY= {
}; };
// Category AND Clause: // Category AND Clause:
export const CATEGORY_AND_CLAUSE = { export const CATEGORY_AND_CLAUSE = {
LOW_INC_65_WHEN_HIGH_ED_LTE_20: <FormattedMessage LOW_INC_65_WHEN_HIGH_ED_LTE_20: <FormattedMessage
id= {'methodology.paage.category.and.clause.low.inc.hs.ed'} id= {'methodology.paage.category.and.clause.low.inc.hs.ed'}
@ -192,6 +191,7 @@ export const CATEGORY_AND_CLAUSE = {
}} }}
/>, />,
}; };
// Indicator Categories copy constants: // Indicator Categories copy constants:
export const CATEGORIES = { export const CATEGORIES = {
ALL: <FormattedMessage ALL: <FormattedMessage
@ -201,13 +201,13 @@ export const CATEGORIES = {
/>, />,
ALL_EXCEPT_WORKFORCE: <FormattedMessage ALL_EXCEPT_WORKFORCE: <FormattedMessage
id= {'methodologies.all.except.workforce.used.in.text'} id= {'methodologies.all.except.workforce.used.in.text'}
defaultMessage= {`All categories except for training and workforce development`} defaultMessage= {`All categories except for the training and workforce development catetory`}
description= {'used in text for all methodologies'} description= {'used in text for all methodologies'}
/>, />,
CLIMATE_CHANGE: { CLIMATE_CHANGE: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.climate.change.methodology'} id= {'indicator.categories.climate.change.methodology'}
defaultMessage= {`Climate change methodology`} defaultMessage= {`Climate change category`}
description= {'climate change methodology'} description= {'climate change methodology'}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -242,7 +242,7 @@ export const CATEGORIES = {
CLEAN_ENERGY: { CLEAN_ENERGY: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.climate.change.methodology'} id= {'indicator.categories.climate.change.methodology'}
defaultMessage= {`Clean energy and energy efficiency methodology`} defaultMessage= {`Clean energy and energy efficiency category`}
description= {`Clean energy and energy efficiency methodology`} description= {`Clean energy and energy efficiency methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -276,12 +276,12 @@ export const CATEGORIES = {
CLEAN_TRANSPORT: { CLEAN_TRANSPORT: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.clean.transport.methodology'} id= {'indicator.categories.clean.transport.methodology'}
defaultMessage= {`Clean transportation methodology`} defaultMessage= {`Clean transit category`}
description= {`Clean transportation methodology`} description= {`Clean transportation methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
id={'indicator.categories.clean.transport.title'} id={'indicator.categories.clean.transport.title'}
defaultMessage={'Clean transportation'} defaultMessage={'Clean transit'}
description= {'category title'} description= {'category title'}
/>, />,
IF: <FormattedMessage IF: <FormattedMessage
@ -310,7 +310,7 @@ export const CATEGORIES = {
AFFORDABLE_HOUSING: { AFFORDABLE_HOUSING: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.afford.housing.methodology'} id= {'indicator.categories.afford.housing.methodology'}
defaultMessage= {`Affordable and sustainable housing methodology`} defaultMessage= {`Affordable and sustainable housing category`}
description= {`Affordable and sustainable housing methodology`} description= {`Affordable and sustainable housing methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -328,7 +328,7 @@ export const CATEGORIES = {
values= {{ values= {{
if: <strong>IF</strong>, if: <strong>IF</strong>,
lead: <a href='#lead-paint'>lead paint</a>, lead: <a href='#lead-paint'>lead paint</a>,
medianHomeVal: <a href='#median-home'>low median home value</a>, medianHomeVal: <a href='#median-home'>median home value</a>,
houseBur: <a href='#house-burden'>housing cost burden</a>, houseBur: <a href='#house-burden'>housing cost burden</a>,
}} }}
/>, />,
@ -346,7 +346,7 @@ export const CATEGORIES = {
LEGACY_POLLUTION: { LEGACY_POLLUTION: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.legacy.pollute.methodology'} id= {'indicator.categories.legacy.pollute.methodology'}
defaultMessage= {`Reduction and remediation of legacy pollution methodology`} defaultMessage= {`Reduction and remediation of legacy pollution category`}
description= {`Reduction and remediation of legacy pollution methodology`} description= {`Reduction and remediation of legacy pollution methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -381,7 +381,7 @@ export const CATEGORIES = {
CLEAN_WATER: { CLEAN_WATER: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.clean.water.methodology'} id= {'indicator.categories.clean.water.methodology'}
defaultMessage= {`Critical clean water and waste infrastructure methodology`} defaultMessage= {`Critical clean water and waste infrastructure category`}
description= {`Critical clean water and waste infrastructure methodology`} description= {`Critical clean water and waste infrastructure methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -414,7 +414,7 @@ export const CATEGORIES = {
HEALTH_BURDENS: { HEALTH_BURDENS: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.health.burdens.methodology'} id= {'indicator.categories.health.burdens.methodology'}
defaultMessage= {`Health burdens methodology`} defaultMessage= {`Health burdens category`}
description= {`Health burdens methodology`} description= {`Health burdens methodology`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -450,7 +450,7 @@ export const CATEGORIES = {
WORKFORCE_DEV: { WORKFORCE_DEV: {
METHODOLOGY: <FormattedMessage METHODOLOGY: <FormattedMessage
id= {'indicator.categories.workforce.dev.methodology'} id= {'indicator.categories.workforce.dev.methodology'}
defaultMessage= {`Training and workforce development methodology`} defaultMessage= {`Training and workforce development category`}
description= {`Training and workforce development`} description= {`Training and workforce development`}
/>, />,
TITLE: <FormattedMessage TITLE: <FormattedMessage
@ -464,7 +464,7 @@ export const CATEGORIES = {
{if} at or above the 90th percentile for {lowMedInc} as a percent of area median income OR {if} at or above the 90th percentile for {lowMedInc} as a percent of area median income OR
{linIso} OR {linIso} OR
{unemploy} OR {unemploy} OR
percent individuals in households at or below 100% federal {poverty} level percent individuals in households at or below 100% Federal {poverty} level
`} `}
description= {'if portion of the formula'} description= {'if portion of the formula'}
values= {{ values= {{
@ -492,15 +492,16 @@ export const CATEGORIES = {
export const DATASETS = defineMessages({ export const DATASETS = defineMessages({
HEADING: { HEADING: {
id: 'datasetContainer.heading', id: 'datasetContainer.heading',
defaultMessage: 'Datasets used in methodology', defaultMessage: 'Datasets used in beta methodology',
description: 'section heading of which datasets are used in cumulative score', description: 'section heading of which datasets are used in cumulative score',
}, },
INFO: { INFO: {
id: 'datasetContainer.info', id: 'datasetContainer.info',
defaultMessage: 'The datasets come from a variety of sources and were selected' + defaultMessage: `
' based on relevance, availability, recency, and quality. The datasets seek to' + The datasets used in the current version of the tool come from a variety of sources and were
' identify a range of human health, environmental, climate-related, and other' + selected based on relevance, availability, and quality. The datasets seek to identify a range of
' cumulative impacts on communities.', human health, environmental, climate-related, and other impacts on communities.
`,
description: 'description of the dataset section', description: 'description of the dataset section',
}, },
ADDITIONAL_HEADING: { ADDITIONAL_HEADING: {
@ -565,7 +566,7 @@ export const RESPONSIBLE_PARTIES = {
EPA: `Environmental Protection Agency (EPA)`, EPA: `Environmental Protection Agency (EPA)`,
EPA_OAR: `Environmental Protection Agency (EPA) Office of Air and Radiation (OAR)`, EPA_OAR: `Environmental Protection Agency (EPA) Office of Air and Radiation (OAR)`,
FEMA: `Federal Emergency Management Agency (FEMA)`, FEMA: `Federal Emergency Management Agency (FEMA)`,
HUD: `Department of Housing & Urban Development's (HUD)`, HUD: `Department of Housing & Urban Development (HUD)`,
}; };
export const SOURCE_LINKS = { export const SOURCE_LINKS = {
@ -593,7 +594,7 @@ export const SOURCE_LINKS = {
<LinkTypeWrapper <LinkTypeWrapper
linkText={`American Community Survey`} linkText={`American Community Survey`}
internal={false} internal={false}
url={`https://www.census.gov/programs-surveys/acs`} url={`https://www.census.gov/data/developers/data-sets/acs-5year/2010.html`}
openUrlNewTab={true} openUrlNewTab={true}
/>, />,
date10: DATE_RANGE.TEN, date10: DATE_RANGE.TEN,
@ -695,7 +696,7 @@ export const SOURCE_LINKS = {
EPA_TSDF: <FormattedMessage EPA_TSDF: <FormattedMessage
id= {'category.source.epa.tsdf.link'} id= {'category.source.epa.tsdf.link'}
defaultMessage= {` defaultMessage= {`
{sourceEpaTsdfLink} from {date20} calculated from EPA RCRA database as compiled {sourceEpaTsdfLink} from {date20} calculated from EPA's RCRA database as compiled
by EPA's EJSCREEN by EPA's EJSCREEN
`} `}
description= {'source link for EPA TSDF'} description= {'source link for EPA TSDF'}
@ -813,7 +814,7 @@ export const INDICATORS = [
id= {'category.low.income.description.text'} id= {'category.low.income.description.text'}
defaultMessage= {` defaultMessage= {`
Percent of a census tract's population in households where household income is at or below Percent of a census tract's population in households where household income is at or below
200% of the federal poverty level. 200% of the Federal poverty level.
`} `}
description= {'description text for low income'} description= {'description text for low income'}
/>, />,
@ -851,10 +852,10 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.exp.agr.loss.rate.description.text'} id= {'category.exp.agr.loss.rate.description.text'}
defaultMessage= {` defaultMessage= {`
Percent of agriculture value at risk from losses due to natural hazards such as the fourteen Percent of agriculture value at risk from losses due to natural hazards that have some link
natural hazards that have some link to climate change including: avalanche, coastal flooding, to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the agriculture value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the agriculture value at risk in
a census tract by the total agriculture value in that census tract. a census tract by the total agriculture value in that census tract.
`} `}
description= {'description text for exp agr loss rate'} description= {'description text for exp agr loss rate'}
@ -874,10 +875,10 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.exp.bld.loss.rate.description.text'} id= {'category.exp.bld.loss.rate.description.text'}
defaultMessage= {` defaultMessage= {`
Percent of building value at risk from losses due to natural hazards such as the fourteen Percent of building value at risk from losses due to natural hazards
natural hazards that have some link to climate change including: avalanche, coastal flooding, that have some link to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the building value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the building value at risk in
a census tract by the total building value in that census tract. a census tract by the total building value in that census tract.
`} `}
description= {'description text for exp bld loss rate'} description= {'description text for exp bld loss rate'}
@ -897,8 +898,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.exp.pop.loss.rate.description.text'} id= {'category.exp.pop.loss.rate.description.text'}
defaultMessage= {` defaultMessage= {`
Rate relative to the population in fatalities and injuries due to natural hazards each year such as Rate relative to the population in fatalities and injuries due to natural hazards each year
the fourteen natural hazards that have some link to climate change including: avalanche, that have some link to climate change: avalanche,
coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide,
riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined
as the Spatial Hazard Events and Losses or National Centers for Environmental Informations as the Spatial Hazard Events and Losses or National Centers for Environmental Informations
@ -925,7 +926,7 @@ export const INDICATORS = [
indicator: 'Energy cost burden', indicator: 'Energy cost burden',
description: <FormattedMessage description: <FormattedMessage
id= {'category.energy.burden.description.text'} id= {'category.energy.burden.description.text'}
defaultMessage= {`Average annual energy cost ($) divided by household income.`} defaultMessage= {`Average annual energy cost per household ($) divided by household average income.`}
description= {'description text for energy burden'} description= {'description text for energy burden'}
/>, />,
usedIn: CATEGORIES.CLEAN_ENERGY.METHODOLOGY, usedIn: CATEGORIES.CLEAN_ENERGY.METHODOLOGY,
@ -943,7 +944,9 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.pm2.5.description.text'} id= {'category.pm2.5.description.text'}
defaultMessage= {` defaultMessage= {`
Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. The value
in the fields is the weight of these particles in micrograms per cubic meter.
`} `}
description= {'description text for pm 2.5'} description= {'description text for pm 2.5'}
/>, />,
@ -962,7 +965,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.diesel.pm.description.text'} id= {'category.diesel.pm.description.text'}
defaultMessage= {` defaultMessage= {`
Mixture of particles that is part of diesel exhaust in the air. Mixture of particles that is part of diesel exhaust in the air. The value in the fields is the
weight of these particles in micrograms per cubic meter.
`} `}
description= {'description text for diesel pm'} description= {'description text for diesel pm'}
/>, />,
@ -982,7 +986,7 @@ export const INDICATORS = [
id= {'category.traffic.vol.description.text'} id= {'category.traffic.vol.description.text'}
defaultMessage= {` defaultMessage= {`
Count of vehicles (average annual daily traffic) at major roads Count of vehicles (average annual daily traffic) at major roads
within 500 meters, divided by distance in meters (not km). within 500 meters, divided by distance in meters.
`} `}
description= {'description text for traffic volume'} description= {'description text for traffic volume'}
/>, />,
@ -1002,7 +1006,7 @@ export const INDICATORS = [
id= {'category.house.burden.description.text'} id= {'category.house.burden.description.text'}
defaultMessage= {` defaultMessage= {`
The percent of households in a census tract that are both earning less than 80% of HUD Area Median The percent of households in a census tract that are both earning less than 80% of HUD Area Median
Family Income by county and are paying greater than 30% of their income to housing costs. Family Income by county and are spending more than 30% of their income on housing costs.
`} `}
description= {'description text for housing burden'} description= {'description text for housing burden'}
/>, />,
@ -1022,7 +1026,7 @@ export const INDICATORS = [
id= {'category.lead.paint.description.text'} id= {'category.lead.paint.description.text'}
defaultMessage= {` defaultMessage= {`
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in
tracts with median home values less than 90th percentile tracts with median home values less than 90th percentile.
`} `}
description= {'description text for lead paint'} description= {'description text for lead paint'}
/>, />,
@ -1037,7 +1041,7 @@ export const INDICATORS = [
}, },
{ {
domID: 'median-home', domID: 'median-home',
indicator: 'Low median home value', indicator: 'Median home value',
description: <FormattedMessage description: <FormattedMessage
id= {'category.lead.paint.description.text'} id= {'category.lead.paint.description.text'}
defaultMessage= {` defaultMessage= {`
@ -1061,7 +1065,8 @@ export const INDICATORS = [
id= {'category.prox.haz.description.text'} id= {'category.prox.haz.description.text'}
defaultMessage= {` defaultMessage= {`
Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large
Quantity Generators) within 5 km (or nearest beyond 5 km), each divided by distance in kilometers. Quantity Generators) within 5 kilometers (or nearest beyond 5 kilometers), each divided by
distance in kilometers.
`} `}
description= {'description text for proximity to hazards'} description= {'description text for proximity to hazards'}
/>, />,
@ -1080,8 +1085,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.prox.npl.description.text'} id= {'category.prox.npl.description.text'}
defaultMessage= {` defaultMessage= {`
Count of proposed or listed NPL - also known as superfund - sites within 5 km (or nearest one Count of proposed or listed NPL - also known as Superfund - sites within 5 kilometers (or nearest one
beyond 5 km), each divided by distance in kilometers. beyond 5 kilometers), each divided by distance in kilometers.
`} `}
description= {'description text for proximity to npl'} description= {'description text for proximity to npl'}
/>, />,
@ -1100,8 +1105,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.prox.rmp.description.text'} id= {'category.prox.rmp.description.text'}
defaultMessage= {` defaultMessage= {`
Count of RMP (potential chemical accident management plan) facilities within 5 km (or nearest Count of RMP (potential chemical accident management plan) facilities within 5 kilometers (or nearest
one beyond 5 km), each divided by distance in kilometers. one beyond 5 kilometers), each divided by distance in kilometers.
`} `}
description= {'description text for proximity to rmp'} description= {'description text for proximity to rmp'}
/>, />,
@ -1120,8 +1125,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.waste.water.description.text'} id= {'category.waste.water.description.text'}
defaultMessage= {` defaultMessage= {`
Risk-Screening Environmental Indicators (RSEI) modeled Toxic Concentrations at Risk-Screening Environmental Indicators (RSEI) modeled toxic concentrations at
stream segments within 500 meters, divided by distance in kilometers (km). stream segments within 500 meters, divided by distance in kilometers.
`} `}
description= {'description text for waste water'} description= {'description text for waste water'}
/>, />,
@ -1141,7 +1146,7 @@ export const INDICATORS = [
id= {'category.asthma.description.text'} id= {'category.asthma.description.text'}
defaultMessage= {` defaultMessage= {`
Weighted percent of people who answer yes to both of the following questions: Have you ever Weighted percent of people who answer yes to both of the following questions: Have you ever
been told by a doctor, nurse, or other health professional that you have asthma? and the question been told by a doctor, nurse, or other health professional that you have asthma? and
Do you still have asthma? Do you still have asthma?
`} `}
description= {'description text for asthma'} description= {'description text for asthma'}
@ -1199,7 +1204,7 @@ export const INDICATORS = [
}, },
{ {
domID: 'life-exp', domID: 'life-exp',
indicator: 'Low life expectancy', indicator: 'Life expectancy',
description: <FormattedMessage description: <FormattedMessage
id= {'category.low.life.expectancy.description.text'} id= {'category.low.life.expectancy.description.text'}
defaultMessage= {` defaultMessage= {`
@ -1209,11 +1214,12 @@ export const INDICATORS = [
description= {'description text for low life expectancy'} description= {'description text for low life expectancy'}
values= {{ values= {{
note: <p><strong>Note:</strong>{` note: <p><strong>Note:</strong>{`
Unlike most of the other datasets, high values of this indicator indicate low burdens. Unlike most of the other datasets, high values of this data indicate low burdens.
For percentile calculations, the percentile is calculated in reverse order, so that the tract with For percentile calculations of burden, the percentile is calculated in reverse order, so that the tract with
the highest median income relative to area median income (lowest burden on this measure) is at the the highest median income relative to area median income (lowest burden on this measure) is at the
0th percentile, and the tract with the lowest median income relative to area median income 0th percentile, and the tract with the lowest median income relative to area median income
(highest burden on this measure) is at the 100th percentile. (highest burden on this measure) is at the 100th percentile. Tracts with the highest number
have the lowest life expectancy.
`}</p>, `}</p>,
}} }}
/>, />,
@ -1228,7 +1234,7 @@ export const INDICATORS = [
}, },
{ {
domID: 'low-med-inc', domID: 'low-med-inc',
indicator: 'Low median Income', indicator: 'Median Income',
description: <FormattedMessage description: <FormattedMessage
id= {'category.workforce.dev.description.text'} id= {'category.workforce.dev.description.text'}
defaultMessage= {` defaultMessage= {`
@ -1255,8 +1261,7 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.linguistic.iso.description.text'} id= {'category.linguistic.iso.description.text'}
defaultMessage= {` defaultMessage= {`
The percent of limited speaking households, which are households where no one over age The percent households, which are households, where no one over the age fourteen speaks English well.
14 speaks English well.
`} `}
description= {'description text for linguistic isolation'} description= {'description text for linguistic isolation'}
/>, />,
@ -1298,8 +1303,8 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.poverty.description.text'} id= {'category.poverty.description.text'}
defaultMessage= {` defaultMessage= {`
Percent of a tract's population in households where the household income is at or below 100% of Proportion of a tract's population in households where the household income is at or below 100% of
the federal poverty level. the Federal poverty level.
`} `}
description= {'description text for poverty'} description= {'description text for poverty'}
/>, />,
@ -1322,7 +1327,7 @@ export const INDICATORS = [
description: <FormattedMessage description: <FormattedMessage
id= {'category.highschool.description.text'} id= {'category.highschool.description.text'}
defaultMessage= {` defaultMessage= {`
Percent (not percentile) of people ages 25 years or older in a census tract whose Proportion of people ages 25 years or older in a census tract whose
education level is less than a high school diploma. education level is less than a high school diploma.
`} `}
description= {'description text for highschool'} description= {'description text for highschool'}
@ -1350,126 +1355,3 @@ export const RETURN_TO_TOP = {
description= {'link text to return to top'} description= {'link text to return to top'}
/>, />,
}; };
// Methodology Steps:
// export const METHODOLOGY_STEPS = defineMessages({
// HEADING: {
// id: 'methodology.steps.heading',
// defaultMessage: `Methodology`,
// description: 'heading of methodology section',
// },
// DESCRIPTION_1: {
// id: 'methodology.steps.description.1',
// defaultMessage: 'The methodology for identifying communities of focus is'+
// ' calculated at the census block group level. Census block geographical boundaries'+
// ' are determined by the U.S. Census Bureau once every ten years. This tool utilizes'+
// ' the census block boundaries from 2010.',
// description: 'first description text ',
// },
// DESCRIPTION_2: {
// id: 'methodology.steps.description.2',
// defaultMessage: 'The following describes the process for identifying communities of focus.',
// description: 'second description text',
// },
// STEP_1_HEADING: {
// id: 'methodology.step.1.heading',
// defaultMessage: `Gather datasets`,
// description: 'first step heading',
// },
// STEP_1_INFO: {
// id: 'methodology.step.1.info',
// defaultMessage: `The methodology includes the following inputs that are equally weighted.`,
// description: 'first step info',
// },
// STEP_1_A_HEADING: {
// id: 'methodology.step.1.a.heading',
// defaultMessage: `Percent of Area Median Income`,
// description: 'step 1 a heading',
// },
// STEP_1_A_INFO_1: {
// id: 'methodology.step.1.a.info.1',
// defaultMessage: 'If a census block group is in a metropolitan area, this value is the'+
// ' median income of the census block group calculated as a percent of'+
// ' the metropolitan areas median income.',
// description: 'step 1 a info 1',
// },
// STEP_1_A_INFO_2: {
// id: 'methodology.step.1.a.info.2',
// defaultMessage: 'If a census block group is not in a metropolitan area, this value is the'+
// ' median income of the census block group calculated as a percent of the states median'+
// ' income.',
// description: 'step 1 a info 2',
// },
// STEP_1_B_HEADING: {
// id: 'methodology.step.1.b.heading',
// defaultMessage: `Percent of households below or at 100% of the federal poverty line`,
// description: 'step 1 b heading',
// },
// STEP_1_C_HEADING: {
// id: 'methodology.step.1.c.heading',
// defaultMessage: `The high school degree achievement rate for adults 25 years and older`,
// description: 'step 1 a heading',
// },
// STEP_1_C_INFO: {
// id: 'methodology.step.1.c.info',
// defaultMessage: 'The percent of individuals who are 25 or older who have received a high school degree.',
// description: 'step 1 c info',
// },
// STEP_2_HEADING: {
// id: 'methodology.step.2.heading',
// defaultMessage: `Determine communites of focus`,
// description: 'second step heading',
// },
// STEP_2_INFO: {
// id: 'methodology.step.2.info',
// defaultMessage: `Under the existing formula, a census block group will be considered a community of focus if:`,
// description: 'second step info',
// },
// });
// const FED_POVERTY_LINE_URL = 'https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html';
// // Copy that has links or other HTML tags in them
// export const COMPLEX_METH_STEPS = {
// STEP_2_B_INFO: <FormattedMessage
// id={'methodology.steps.2.b.info'}
// description={'Download the draft list of communities of focus and datasets used.'}
// defaultMessage={`This is the percent of households in a state with a household income
// below or at 100% of the {federalPovertyLine}. This federal poverty line is calculated
// based on the composition of each household (e.g., based on household size), but it does
// not vary geographically.`}
// values={{
// federalPovertyLine:
// <a href={FED_POVERTY_LINE_URL} target="_blank" rel="noreferrer">
// federal poverty line
// </a>,
// }}
// />,
// FORMULA: <FormattedMessage
// id={'methodology.steps.2.formula'}
// description={'Formala used to calculate communities of focus'}
// defaultMessage={`{medianIncome} {or} {livingAtPovery} {and} {education}`}
// values={{
// medianIncome:
// <p>
// (The median income is less than 80% of the area median income
// </p>,
// or:
// <p className={'flush'}>
// OR
// </p>,
// livingAtPovery:
// <p className={'flush'}>
// households living in poverty (at or below 100% of the federal poverty level) is greater than 20%)
// </p>,
// and:
// <p className={'flush'}>
// AND
// </p>,
// education:
// <p className={'flush'}>
// The high school degree achievement rate for adults 25 years and older is greater than 95%
// </p>,
// }}
// />,
// };

View file

@ -315,8 +315,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
> >
Explore the tool Explore the tool
</a> </a>
page or just use the email address provided above. Please page or use the email address provided above. Please
include the census tract ID, county, state or territory information, in addition to your feedback. include the census tract ID, county, and state or territory information, in addition to your feedback.
</p> </p>
<p> <p>
@ -327,7 +327,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</p> </p>
<p> <p>
In addition, you can provide information about data via the In addition, you can provide feedback on the tool via this
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
@ -335,7 +335,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
improvement survey survey
</a> </a>
. .

View file

@ -333,10 +333,10 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</i> </i>
, President Biden directed the Council on Environmental Quality (CEQ) , President Biden directed the Council on Environmental Quality (CEQ)
to create a Climate and Economic Justice Screening Tool. The purpose of the tool is to help to create a Climate and Economic Justice Screening Tool. The purpose of the tool is to help
Federal agencies identify disadvantaged communities that have been historically Federal agencies identify disadvantaged communities that are marginalized, underserved, and
marginalized, underserved, and overburdened by pollution. The tool provides socioeconomic, overburdened by pollution. The current version of the tool provides socioeconomic, environmental,
environmental, and climate information to inform decisions that may affect these communities. The and climate information to inform decisions that may affect these communities. The
tool identifies disadvantaged communities through publicly-available, nationally-consistent, and high-quality data. tool identifies disadvantaged communities through publicly-available, nationally-consistent datasets.
</p> </p>
<p> <p>
@ -364,14 +364,14 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<img <img
alt="Justice40" alt="The Justice40 Initiative"
class="j40-aboutcard-image" class="j40-aboutcard-image"
src="test-file-stub" src="test-file-stub"
/> />
</div> </div>
<div <div
class="tablet:grid-col-9" class="tablet:grid-col-9"
data-cy="justice40-block" data-cy="the-justice40-initiative-block"
data-testid="grid" data-testid="grid"
> >
<div <div
@ -379,18 +379,16 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<h2> <h2>
Justice40 The Justice40 Initiative
</h2> </h2>
<p> <p>
The tool will provide important information for the Justice40 Initiative. The goal of the The tool will provide important information for the Justice40 Initiative. The goal of the
Justice40 Initiative is to provide 40 percent of the overall benefits of certain federal Justice40 Initiative is to provide 40 percent of the overall benefits of certain Federal
programs in seven key areas to disadvantaged communities. These seven key areas are: climate investments in seven key areas to disadvantaged communities. These seven key areas are: climate
change, clean energy and energy efficiency, clean transit, affordable and sustainable change, clean energy and energy efficiency, clean transit, affordable and sustainable
housing, training and workforce development (related to climate, natural disasters, environment, housing, training and workforce development, the remediation and reduction of legacy pollution,
clean energy, clean transportation, affordable and sustainable housing, water and and the development of critical clean water infrastructure.
wastewater infrastructure, and legacy pollution reduction, including in energy communities),
the remediation and reduction of legacy pollution, and the development of critical clean water infrastructure.
</p> </p>
<p> <p>
@ -520,7 +518,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<p> <p>
Explore data about communities in your area and provide feedback on the tool. Explore data about communities across the U.S., including your own, and provide feedback on the tool.
</p> </p>
<div <div
@ -587,7 +585,9 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Send feedback Send feedback
</h3> </h3>
<p> <p>
Have ideas about how this tool can be improved to better reflect the on-the-ground experiences of your community?
Have ideas about data and information that reflect the experiences and conditions of your community?
</p> </p>
<div <div
class="j40-aboutcard-sm-link" class="j40-aboutcard-sm-link"
@ -643,7 +643,9 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Join the open source community Join the open source community
</h3> </h3>
<p> <p>
The screening tools code is open source, which means it is available for the public to view and contribute to.
The tools code is open source, which means it is available for the public to view and contribute to it.
</p> </p>
<div <div
class="j40-aboutcard-sm-link" class="j40-aboutcard-sm-link"

View file

@ -290,12 +290,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<section> <section>
<p> <p>
This tool identifies communities that are overburdened by pollution and other environmental exposures The current version of the tool identifies communities that are disadvantaged for the purposes of
and disadvantaged by underinvestment. A community qualifies as disadvantaged when a census tract the Justice40 Initiative using census tracts, which are the smallest geographic unit for
is at or above a certain threshold for a climate or environmental burden indicator and also above which publicly-available and nationally-consistent datasets can be consistently displayed on the
a certain threshold for a socioeconomic indicator. Census tract geographical boundaries are tool. Census tract geographical boundaries are determined by the U.S. Census Bureau once every ten
determined by the U.S. Census Bureau once every ten years. This tool untilizes the years. This tool uses the census tract boundaries from 2010.
census tract boundaries from 2010.
</p> </p>
</section> </section>
@ -331,8 +330,9 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<section> <section>
<p> <p>
Communities will be defined as disadvantaged for the purposes of Justice40 if they meet Communities are identified as disadvantaged by the current version of the tool for the purposes of
the qualifications under one or more of the eight categories of criteria below. the Justice40 Initiative if they are located in census tracts that are at or above the
combined thresholds in one or more of eight categories of criteria below.
</p> </p>
</section> </section>
@ -533,7 +533,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</div> </div>
<div> <div>
<h3> <h3>
Clean transportation Clean transit
</h3> </h3>
<p> <p>
@ -617,7 +617,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
href="#median-home" href="#median-home"
> >
low median home value median home value
</a> </a>
is at or less than is at or less than
90th percentile OR at or above the 90th percentile for the 90th percentile OR at or above the 90th percentile for the
@ -875,7 +875,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
unemployment unemployment
</a> </a>
OR OR
percent individuals in households at or below 100% federal percent individuals in households at or below 100% Federal
<a <a
href="#poverty" href="#poverty"
> >
@ -914,7 +914,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
> >
<div <div
class="grid-container-desktop-lg" class="grid-container-desktop-lg"
data-cy="datasets-used-in-methodology-block" data-cy="datasets-used-in-beta-methodology-block"
data-testid="gridContainer" data-testid="gridContainer"
> >
<div <div
@ -926,10 +926,27 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<h2> <h2>
Datasets used in methodology Datasets used in beta methodology
</h2> </h2>
</div> </div>
</div> </div>
<div
class="grid-row"
data-testid="grid"
>
<div
class="desktop:grid-col-9"
data-testid="grid"
>
<p>
The datasets used in the current version of the tool come from a variety of sources and were
selected based on relevance, availability, and quality. The datasets seek to identify a range of
human health, environmental, climate-related, and other impacts on communities.
</p>
</div>
</div>
<div <div
class="grid-row" class="grid-row"
data-testid="grid" data-testid="grid"
@ -948,7 +965,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Percent of a census tract's population in households where household income is at or below Percent of a census tract's population in households where household income is at or below
200% of the federal poverty level. 200% of the Federal poverty level.
</div> </div>
<ul> <ul>
@ -956,7 +973,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
All categories except for training and workforce development All categories except for the training and workforce development catetory
</li> </li>
<li> <li>
<span> <span>
@ -1042,10 +1059,10 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of agriculture value at risk from losses due to natural hazards such as the fourteen Percent of agriculture value at risk from losses due to natural hazards that have some link
natural hazards that have some link to climate change including: avalanche, coastal flooding, to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the agriculture value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the agriculture value at risk in
a census tract by the total agriculture value in that census tract. a census tract by the total agriculture value in that census tract.
</div> </div>
@ -1054,7 +1071,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -1093,10 +1110,10 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of building value at risk from losses due to natural hazards such as the fourteen Percent of building value at risk from losses due to natural hazards
natural hazards that have some link to climate change including: avalanche, coastal flooding, that have some link to climate change: avalanche, coastal flooding,
cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, riverine flooding, strong
wind, tornado, wildfire, and winter weather. Calculated by dividing the building value at risk in wind, tornado, wildfire, and winter weather. Rate calculated by dividing the building value at risk in
a census tract by the total building value in that census tract. a census tract by the total building value in that census tract.
</div> </div>
@ -1105,7 +1122,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -1144,8 +1161,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Rate relative to the population in fatalities and injuries due to natural hazards each year such as Rate relative to the population in fatalities and injuries due to natural hazards each year
the fourteen natural hazards that have some link to climate change including: avalanche, that have some link to climate change: avalanche,
coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide, coastal flooding, cold wave, drought, hail, heat wave, hurricane, ice storm, landslide,
riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined riverine flooding, strong wind, tornado, wildfire, and winter weather. Population loss is defined
as the Spatial Hazard Events and Losses or National Centers for Environmental Informations as the Spatial Hazard Events and Losses or National Centers for Environmental Informations
@ -1162,7 +1179,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Climate change methodology Climate change category
</li> </li>
<li> <li>
<span> <span>
@ -1200,14 +1217,14 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Energy cost burden Energy cost burden
</h3> </h3>
<div> <div>
Average annual energy cost ($) divided by household income. Average annual energy cost per household ($) divided by household average income.
</div> </div>
<ul> <ul>
<li> <li>
<span> <span>
Used in: Used in:
</span> </span>
Clean energy and energy efficiency methodology Clean energy and energy efficiency category
</li> </li>
<li> <li>
<span> <span>
@ -1246,7 +1263,9 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller. The value
in the fields is the weight of these particles in micrograms per cubic meter.
</div> </div>
<ul> <ul>
@ -1254,7 +1273,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean energy and energy efficiency methodology Clean energy and energy efficiency category
</li> </li>
<li> <li>
<span> <span>
@ -1297,7 +1316,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Mixture of particles that is part of diesel exhaust in the air. Mixture of particles that is part of diesel exhaust in the air. The value in the fields is the
weight of these particles in micrograms per cubic meter.
</div> </div>
<ul> <ul>
@ -1305,7 +1325,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean transportation methodology Clean transit category
</li> </li>
<li> <li>
<span> <span>
@ -1345,7 +1365,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Count of vehicles (average annual daily traffic) at major roads Count of vehicles (average annual daily traffic) at major roads
within 500 meters, divided by distance in meters (not km). within 500 meters, divided by distance in meters.
</div> </div>
<ul> <ul>
@ -1353,7 +1373,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Clean transportation methodology Clean transit category
</li> </li>
<li> <li>
<span> <span>
@ -1393,7 +1413,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
The percent of households in a census tract that are both earning less than 80% of HUD Area Median The percent of households in a census tract that are both earning less than 80% of HUD Area Median
Family Income by county and are paying greater than 30% of their income to housing costs. Family Income by county and are spending more than 30% of their income on housing costs.
</div> </div>
<ul> <ul>
@ -1401,13 +1421,13 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
Responsible Party: Responsible Party:
</span> </span>
Department of Housing & Urban Development's (HUD) Department of Housing & Urban Development (HUD)
</li> </li>
<li> <li>
<span> <span>
@ -1441,7 +1461,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in
tracts with median home values less than 90th percentile tracts with median home values less than 90th percentile.
</div> </div>
<ul> <ul>
@ -1449,7 +1469,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
@ -1484,7 +1504,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="median-home" id="median-home"
> >
<h3> <h3>
Low median home value Median home value
</h3> </h3>
<div> <div>
@ -1496,7 +1516,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Affordable and sustainable housing methodology Affordable and sustainable housing category
</li> </li>
<li> <li>
<span> <span>
@ -1536,7 +1556,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large Count of hazardous waste facilities (Treatment, Storage, and Disposal Facilities and Large
Quantity Generators) within 5 km (or nearest beyond 5 km), each divided by distance in kilometers. Quantity Generators) within 5 kilometers (or nearest beyond 5 kilometers), each divided by
distance in kilometers.
</div> </div>
<ul> <ul>
@ -1544,7 +1565,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -1567,7 +1588,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
> >
Treatment, Storage, and Disposal Facilities (TSDF) data Treatment, Storage, and Disposal Facilities (TSDF) data
</a> </a>
from 2020 calculated from EPA RCRA database as compiled from 2020 calculated from EPA's RCRA database as compiled
by EPA's EJSCREEN by EPA's EJSCREEN
</li> </li>
@ -1587,8 +1608,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Count of proposed or listed NPL - also known as superfund - sites within 5 km (or nearest one Count of proposed or listed NPL - also known as Superfund - sites within 5 kilometers (or nearest one
beyond 5 km), each divided by distance in kilometers. beyond 5 kilometers), each divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -1596,7 +1617,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -1635,8 +1656,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Count of RMP (potential chemical accident management plan) facilities within 5 km (or nearest Count of RMP (potential chemical accident management plan) facilities within 5 kilometers (or nearest
one beyond 5 km), each divided by distance in kilometers. one beyond 5 kilometers), each divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -1644,7 +1665,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Reduction and remediation of legacy pollution methodology Reduction and remediation of legacy pollution category
</li> </li>
<li> <li>
<span> <span>
@ -1683,8 +1704,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Risk-Screening Environmental Indicators (RSEI) modeled Toxic Concentrations at Risk-Screening Environmental Indicators (RSEI) modeled toxic concentrations at
stream segments within 500 meters, divided by distance in kilometers (km). stream segments within 500 meters, divided by distance in kilometers.
</div> </div>
<ul> <ul>
@ -1692,7 +1713,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Critical clean water and waste infrastructure methodology Critical clean water and waste infrastructure category
</li> </li>
<li> <li>
<span> <span>
@ -1732,7 +1753,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<div> <div>
Weighted percent of people who answer “yes” to both of the following questions: “Have you ever Weighted percent of people who answer “yes” to both of the following questions: “Have you ever
been told by a doctor, nurse, or other health professional that you have asthma?” and the question been told by a doctor, nurse, or other health professional that you have asthma?” and
“Do you still have asthma?” “Do you still have asthma?”
</div> </div>
@ -1741,7 +1762,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -1790,7 +1811,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -1839,7 +1860,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -1874,7 +1895,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="life-exp" id="life-exp"
> >
<h3> <h3>
Low life expectancy Life expectancy
</h3> </h3>
<div> <div>
@ -1885,11 +1906,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Note: Note:
</strong> </strong>
Unlike most of the other datasets, high values of this indicator indicate low burdens. Unlike most of the other datasets, high values of this data indicate low burdens.
For percentile calculations, the percentile is calculated in reverse order, so that the tract with For percentile calculations of burden, the percentile is calculated in reverse order, so that the tract with
the highest median income relative to area median income (lowest burden on this measure) is at the the highest median income relative to area median income (lowest burden on this measure) is at the
0th percentile, and the tract with the lowest median income relative to area median income 0th percentile, and the tract with the lowest median income relative to area median income
(highest burden on this measure) is at the 100th percentile. (highest burden on this measure) is at the 100th percentile. Tracts with the highest number
have the lowest life expectancy.
</p> </p>
@ -1900,7 +1922,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Health burdens methodology Health burdens category
</li> </li>
<li> <li>
<span> <span>
@ -1935,7 +1957,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
id="low-med-inc" id="low-med-inc"
> >
<h3> <h3>
Low median Income Median Income
</h3> </h3>
<div> <div>
@ -1947,7 +1969,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -1983,7 +2005,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -2007,8 +2029,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
The percent of limited speaking households, which are households where no one over age The percent households, which are households, where no one over the age fourteen speaks English well.
14 speaks English well.
</div> </div>
<ul> <ul>
@ -2016,7 +2037,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -2063,7 +2084,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -2099,7 +2120,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -2123,8 +2144,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent of a tract's population in households where the household income is at or below 100% of Proportion of a tract's population in households where the household income is at or below 100% of
the federal poverty level. the Federal poverty level.
</div> </div>
<ul> <ul>
@ -2132,7 +2153,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -2168,7 +2189,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
@ -2192,7 +2213,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
</h3> </h3>
<div> <div>
Percent (not percentile) of people ages 25 years or older in a census tract whose Proportion of people ages 25 years or older in a census tract whose
education level is less than a high school diploma. education level is less than a high school diploma.
</div> </div>
@ -2201,7 +2222,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<span> <span>
Used in: Used in:
</span> </span>
Training and workforce development methodology Training and workforce development category
</li> </li>
<li> <li>
<span> <span>
@ -2237,7 +2258,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
<a <a
class="usa-link usa-link--external" class="usa-link usa-link--external"
data-cy="" data-cy=""
href="https://www.census.gov/programs-surveys/acs" href="https://www.census.gov/data/developers/data-sets/acs-5year/2010.html"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >