mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 00:31:39 -07:00
FAQs updates
This commit is contained in:
parent
a171806a6f
commit
30296b1264
11 changed files with 416 additions and 1017 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* eslint-disable quotes */
|
/* eslint-disable quotes */
|
||||||
// External Libs:
|
// External Libs:
|
||||||
import {Accordion, Button} from "@trussworks/react-uswds";
|
import {Accordion, Button, Icon} from "@trussworks/react-uswds";
|
||||||
import {MessageDescriptor, useIntl} from "gatsby-plugin-intl";
|
import {MessageDescriptor, useIntl} from "gatsby-plugin-intl";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ import * as styles from "./areaDetail.module.scss";
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import IslandCopy from "../IslandCopy/IslandCopy";
|
import IslandCopy from "../IslandCopy/IslandCopy";
|
||||||
import launchIcon from "/node_modules/uswds/dist/img/usa-icons/launch.svg";
|
|
||||||
|
|
||||||
interface IAreaDetailProps {
|
interface IAreaDetailProps {
|
||||||
properties: constants.J40Properties;
|
properties: constants.J40Properties;
|
||||||
|
@ -1231,19 +1230,14 @@ const AreaDetail = ({properties}: IAreaDetailProps) => {
|
||||||
<div className={styles.buttonText}>
|
<div className={styles.buttonText}>
|
||||||
{EXPLORE_COPY.COMMUNITY.SEND_FEEDBACK.TITLE}
|
{EXPLORE_COPY.COMMUNITY.SEND_FEEDBACK.TITLE}
|
||||||
</div>
|
</div>
|
||||||
<img
|
|
||||||
className={styles.buttonImage}
|
<Icon.Launch aria-label={intl.formatMessage(EXPLORE_COPY.COMMUNITY.SEND_FEEDBACK.IMG_ICON.ALT_TAG)} />
|
||||||
src={launchIcon}
|
|
||||||
alt={intl.formatMessage(
|
|
||||||
EXPLORE_COPY.COMMUNITY.SEND_FEEDBACK.IMG_ICON.ALT_TAG,
|
|
||||||
)}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{/* All category accordions in this component */}
|
{/* All category accordions in this component */}
|
||||||
{<Accordion multiselectable={true} items={categoryItems} />}
|
{<Accordion multiselectable={true} items={categoryItems} className="-AreaDetail" />}
|
||||||
|
|
||||||
{/* Methodology version */}
|
{/* Methodology version */}
|
||||||
<div className={styles.versionInfo}>
|
<div className={styles.versionInfo}>
|
||||||
|
|
|
@ -66,8 +66,8 @@ $sidePanelLabelFontColor: #171716;
|
||||||
.sendFeedbackBtn{
|
.sendFeedbackBtn{
|
||||||
@include u-text("blue-70v");
|
@include u-text("blue-70v");
|
||||||
@include u-bg("yellow-20v");
|
@include u-bg("yellow-20v");
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include u-bg("yellow-20");
|
@include u-bg("yellow-20");
|
||||||
@include u-text("gray-90");
|
@include u-text("gray-90");
|
||||||
|
@ -79,13 +79,6 @@ $sidePanelLabelFontColor: #171716;
|
||||||
.buttonText{
|
.buttonText{
|
||||||
@include u-margin-right(1);
|
@include u-margin-right(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonImage{
|
|
||||||
width: 21px;
|
|
||||||
margin-top: -3px;
|
|
||||||
|
|
||||||
filter: invert(13%) sepia(76%) saturate(5142%) hue-rotate(192deg) brightness(80%) contrast(106%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -104,7 +97,7 @@ $sidePanelLabelFontColor: #171716;
|
||||||
|
|
||||||
.censusText {
|
.censusText {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.categoryHeader {
|
.categoryHeader {
|
||||||
|
@ -119,7 +112,7 @@ $sidePanelLabelFontColor: #171716;
|
||||||
|
|
||||||
.categorySpacer {
|
.categorySpacer {
|
||||||
@include typeset('sans', '2xs', 2);
|
@include typeset('sans', '2xs', 2);
|
||||||
@include u-text('bold');
|
@include u-text('bold');
|
||||||
|
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
@include u-padding-top(1);
|
@include u-padding-top(1);
|
||||||
|
|
|
@ -46,7 +46,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
/* eslint-disable max-len */
|
/* eslint-disable max-len */
|
||||||
|
import {FormattedMessage} from 'gatsby-plugin-intl';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {defineMessages} from 'react-intl';
|
import {defineMessages} from 'react-intl';
|
||||||
import {FormattedMessage} from 'gatsby-plugin-intl';
|
|
||||||
|
|
||||||
|
import {CONTACT_SURVEY_LINKS, DATA_SURVEY_LINKS, PAGES_ENDPOINTS, SITE_SATISFACTION_SURVEY_LINKS} from '../constants';
|
||||||
import {italicFn, linkFn} from './common';
|
import {italicFn, linkFn} from './common';
|
||||||
import {VERSION_NUMBER} from './methodology';
|
import {VERSION_NUMBER} from './methodology';
|
||||||
import {PAGES_ENDPOINTS, DATA_SURVEY_LINKS, SITE_SATISFACTION_SURVEY_LINKS, CONTACT_SURVEY_LINKS} from '../constants';
|
|
||||||
|
|
||||||
export const EXEC_ORDER_LINK = 'https://www.federalregister.gov/documents/2021/02/01/2021-02177/tackling-the-climate-crisis-at-home-and-abroad#:~:text=Sec.%20223.%20Justice40,40-percent%20goal.';
|
export const EXEC_ORDER_LINK = 'https://www.federalregister.gov/documents/2021/02/01/2021-02177/tackling-the-climate-crisis-at-home-and-abroad#:~:text=Sec.%20223.%20Justice40,40-percent%20goal.';
|
||||||
export const FAQS_LINK = 'https://www.whitehouse.gov/wp-content/uploads/2022/02/CEQ-CEJST-QandA.pdf';
|
export const FAQS_LINK = 'https://www.whitehouse.gov/wp-content/uploads/2022/02/CEQ-CEJST-QandA.pdf';
|
||||||
export const FED_RECOGNIZED_INDIAN_ENTITIES = `https://www.federalregister.gov/documents/2022/01/28/2022-01789/indian-entities-recognized-by-and-eligible-to-receive-services-from-the-united-states-bureau-of`;
|
export const FED_RECOGNIZED_INDIAN_ENTITIES = `https://www.federalregister.gov/documents/2022/01/28/2022-01789/indian-entities-recognized-by-and-eligible-to-receive-services-from-the-united-states-bureau-of`;
|
||||||
export const EJSCREEN = 'https://www.epa.gov/ejscreen/how-does-epa-use-ejscreen';
|
export const EJSCREEN = 'https://www.epa.gov/ejscreen/how-does-epa-use-ejscreen';
|
||||||
|
export const WHEJAC_RECOMMENDATIONS = 'https://www.epa.gov/environmentaljustice/white-house-environmental-justice-advisory-council';
|
||||||
|
|
||||||
export const CEJST_INSTRUCT = process.env.GATSBY_CDN_TILES_BASE_URL +`/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions.pdf`;
|
export const CEJST_INSTRUCT = process.env.GATSBY_CDN_TILES_BASE_URL +`/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions.pdf`;
|
||||||
export const CEJST_INSTRUCT_ES = process.env.GATSBY_CDN_TILES_BASE_URL +`/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions-es.pdf`;
|
export const CEJST_INSTRUCT_ES = process.env.GATSBY_CDN_TILES_BASE_URL +`/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions-es.pdf`;
|
||||||
|
@ -112,7 +113,7 @@ export const CONTENT = {
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={'about.page.use.data.paragraph'}
|
id={'about.page.use.data.paragraph'}
|
||||||
defaultMessage={`
|
defaultMessage={`
|
||||||
The tool's data is available for <link1>download</link1>. This data can be used to filter by state or county.
|
The tool’s data is available for <link1>download</link1>. This data can be used to filter by state or county.
|
||||||
`}
|
`}
|
||||||
description={'Navigate to the About page. This is the paragraph 4'}
|
description={'Navigate to the About page. This is the paragraph 4'}
|
||||||
values={{
|
values={{
|
||||||
|
@ -279,7 +280,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
||||||
PARA1: <FormattedMessage
|
PARA1: <FormattedMessage
|
||||||
id={'about.page.how.you.can.help.para.1'}
|
id={'about.page.how.you.can.help.para.1'}
|
||||||
defaultMessage={`
|
defaultMessage={`
|
||||||
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
||||||
`}
|
`}
|
||||||
description={`Navigate to the about page. You will see How you can help list item 3`}
|
description={`Navigate to the about page. You will see How you can help list item 3`}
|
||||||
/>,
|
/>,
|
||||||
|
|
|
@ -5,8 +5,8 @@ import React from 'react';
|
||||||
import LinkTypeWrapper from '../../components/LinkTypeWrapper';
|
import LinkTypeWrapper from '../../components/LinkTypeWrapper';
|
||||||
|
|
||||||
import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, SITE_SATISFACTION_SURVEY_LINKS} from '../constants';
|
import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, SITE_SATISFACTION_SURVEY_LINKS} from '../constants';
|
||||||
import {CEJST_INSTRUCT, CEJST_INSTRUCT_ES, CEJST_MEMO, CEJST_MEMO_ES, EJSCREEN, EXEC_ORDER_LINK, FED_RECOGNIZED_INDIAN_ENTITIES} from './about';
|
import {CEJST_INSTRUCT, EXEC_ORDER_LINK, FED_RECOGNIZED_INDIAN_ENTITIES, WHEJAC_RECOMMENDATIONS} from './about';
|
||||||
import {boldFn, FEEDBACK_EMAIL, linkFn, METH_2_0_RELEASE_DATE} from './common';
|
import {boldFn, FEEDBACK_EMAIL, linkFn, METH_1_0_RELEASE_DATE, METH_2_0_RELEASE_DATE} from './common';
|
||||||
import {DOWNLOAD_FILES} from './downloads';
|
import {DOWNLOAD_FILES} from './downloads';
|
||||||
import {EXPLORE_PAGE_LINKS} from './explore';
|
import {EXPLORE_PAGE_LINKS} from './explore';
|
||||||
import {VERSION_NUMBER} from './methodology';
|
import {VERSION_NUMBER} from './methodology';
|
||||||
|
@ -24,236 +24,115 @@ export const PAGE_INTRO = defineMessages({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// If for some reason they key prop doesn't work in the array below, this is here:
|
|
||||||
// export const QUESTIONS = {
|
|
||||||
// Q1: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q1'}
|
|
||||||
// defaultMessage={ 'Q: What is the Climate and Economic Justice Screening Tool (CEJST)?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q1'}
|
|
||||||
// />,
|
|
||||||
// Q2: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q2'}
|
|
||||||
// defaultMessage={ 'Q: How does the tool identify and define communities?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q2'}
|
|
||||||
// />,
|
|
||||||
// Q3: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q3'}
|
|
||||||
// defaultMessage={ 'Q: Is race included in the tool’s methodology?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q3'}
|
|
||||||
// />,
|
|
||||||
// Q4: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q4'}
|
|
||||||
// defaultMessage={ 'Q: Does the Climate and Economic Justice Screening Tool (CEJST) include the U.S. territories? '}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q4'}
|
|
||||||
// />,
|
|
||||||
// Q5: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q5'}
|
|
||||||
// defaultMessage={ 'Q: Does the tool include Tribal Nations?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q5'}
|
|
||||||
// />,
|
|
||||||
// Q6: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q6'}
|
|
||||||
// defaultMessage={ 'Q: Why do some areas of the map have different shades?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q6'}
|
|
||||||
// />,
|
|
||||||
// Q7: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q7'}
|
|
||||||
// defaultMessage={ 'Q: Why does the tool have “partially disadvantaged” census tracts?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q7'}
|
|
||||||
// />,
|
|
||||||
// Q8: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q8'}
|
|
||||||
// defaultMessage={ 'Q: How does this tool relate to the Justice40 Initiative?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q8'}
|
|
||||||
// />,
|
|
||||||
// Q9: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q9'}
|
|
||||||
// defaultMessage={ 'Q: How will Federal agencies use the Climate and Economic Justice Screening Tool (CEJST) for the Justice40 Initiative? '}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q9'}
|
|
||||||
// />,
|
|
||||||
// Q10: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q10'}
|
|
||||||
// defaultMessage={ 'Q: How will this tool be used to inform decisions relating to new investments made through the Bipartisan Infrastructure Law and the Inflation Reduction Act?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q10'}
|
|
||||||
// />,
|
|
||||||
// Q11: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q11'}
|
|
||||||
// defaultMessage={ 'Q: Will agencies use the Climate and Economic Justice Screening Tool (CEJST) if they have already created their own tools or criteria to identify disadvantaged communities?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q11'}
|
|
||||||
// />,
|
|
||||||
// Q12: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q12'}
|
|
||||||
// defaultMessage={ 'Q: How is the Climate and Economic Justice Screening Tool (CEJST) different from the Environmental Protection Agency’s (EPA) EJScreen?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q12'}
|
|
||||||
// />,
|
|
||||||
// Q13: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q13'}
|
|
||||||
// defaultMessage={ 'Q: How is this tool different from state screening tools?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q13'}
|
|
||||||
// />,
|
|
||||||
// Q14: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q14'}
|
|
||||||
// defaultMessage={ 'Q: How were the White House Environmental Justice Advisory Council (WHEJAC) recommendations used for this tool?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q14'}
|
|
||||||
// />,
|
|
||||||
// Q15: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q15'}
|
|
||||||
// defaultMessage={ 'Q: Can the public provide feedback on this tool?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q15'}
|
|
||||||
// />,
|
|
||||||
// Q16: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q16'}
|
|
||||||
// defaultMessage={ 'Q: Will CEQ issue another Request for Information about the tool?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q16'}
|
|
||||||
// />,
|
|
||||||
// Q17: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q17'}
|
|
||||||
// defaultMessage={ 'Q: When did the official version of the tool come out?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q17'}
|
|
||||||
// />,
|
|
||||||
// Q18: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q18'}
|
|
||||||
// defaultMessage={ 'Q. How does the Council on Environmental Quality (CEQ) keep people informed about the tool?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q18'}
|
|
||||||
// />,
|
|
||||||
// Q19: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q19'}
|
|
||||||
// defaultMessage={ 'Q: What files and documentation are available from the tool?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q19'}
|
|
||||||
// />,
|
|
||||||
// Q20: <FormattedMessage
|
|
||||||
// id={ 'faqs.page.Q20'}
|
|
||||||
// defaultMessage={ 'Q: How does the tool’s shapefile work?'}
|
|
||||||
// description={ 'Navigate to the FAQs page, this will be Q20'}
|
|
||||||
// />,
|
|
||||||
// };
|
|
||||||
export const QUESTIONS = [
|
export const QUESTIONS = [
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q1'}
|
id={ 'faqs.page.Q1'}
|
||||||
key={ 'faqs.page.Q1'}
|
key={ 'faqs.page.Q1'}
|
||||||
defaultMessage={ 'Q: What is the Climate and Economic Justice Screening Tool (CEJST)?'}
|
defaultMessage={ 'What is the Climate and Economic Justice Screening Tool (CEJST)?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q1'}
|
description={ 'Navigate to the FAQs page, this will be Q1'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q2'}
|
id={ 'faqs.page.Q2'}
|
||||||
key={ 'faqs.page.Q2'}
|
key={ 'faqs.page.Q2'}
|
||||||
defaultMessage={ 'Q: How does the tool identify and define communities?'}
|
defaultMessage={ 'How does the tool identify and define communities?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q2'}
|
description={ 'Navigate to the FAQs page, this will be Q2'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q3'}
|
id={ 'faqs.page.Q3'}
|
||||||
key={ 'faqs.page.Q3'}
|
key={ 'faqs.page.Q3'}
|
||||||
defaultMessage={ 'Q: Is race included in the tool’s methodology?'}
|
defaultMessage={ 'Is race included in the tool’s methodology?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q3'}
|
description={ 'Navigate to the FAQs page, this will be Q3'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q4'}
|
id={ 'faqs.page.Q4'}
|
||||||
key={ 'faqs.page.Q4'}
|
key={ 'faqs.page.Q4'}
|
||||||
defaultMessage={ 'Q: Does the Climate and Economic Justice Screening Tool (CEJST) include the U.S. territories? '}
|
defaultMessage={ 'Does the tool include the U.S. territories? '}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q4'}
|
description={ 'Navigate to the FAQs page, this will be Q4'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q5'}
|
id={ 'faqs.page.Q5'}
|
||||||
key={ 'faqs.page.Q5'}
|
key={ 'faqs.page.Q5'}
|
||||||
defaultMessage={ 'Q: Does the tool include Tribal Nations?'}
|
defaultMessage={ 'Does the tool include Tribal Nations?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q5'}
|
description={ 'Navigate to the FAQs page, this will be Q5'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q6'}
|
id={ 'faqs.page.Q6'}
|
||||||
key={ 'faqs.page.Q6'}
|
key={ 'faqs.page.Q6'}
|
||||||
defaultMessage={ 'Q: Why do some areas of the map have different shades?'}
|
defaultMessage={ 'Why do some areas of the map have different shades?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q6'}
|
description={ 'Navigate to the FAQs page, this will be Q6'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q7'}
|
id={ 'faqs.page.Q7'}
|
||||||
key={ 'faqs.page.Q7'}
|
key={ 'faqs.page.Q7'}
|
||||||
defaultMessage={ 'Q: Why does the tool have “partially disadvantaged” census tracts?'}
|
defaultMessage={ 'Why does the tool have “partially disadvantaged” census tracts?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q7'}
|
description={ 'Navigate to the FAQs page, this will be Q7'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
|
||||||
id={ 'faqs.page.Q8'}
|
|
||||||
key={ 'faqs.page.Q8'}
|
|
||||||
defaultMessage={ 'Q: How does this tool relate to the Justice40 Initiative?'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be Q8'}
|
|
||||||
/>,
|
|
||||||
<FormattedMessage
|
|
||||||
id={ 'faqs.page.Q9'}
|
|
||||||
key={ 'faqs.page.Q9'}
|
|
||||||
defaultMessage={ 'Q: How will Federal agencies use the Climate and Economic Justice Screening Tool (CEJST) for the Justice40 Initiative? '}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be Q9'}
|
|
||||||
/>,
|
|
||||||
<FormattedMessage
|
|
||||||
id={ 'faqs.page.Q10'}
|
|
||||||
key={ 'faqs.page.Q10'}
|
|
||||||
defaultMessage={ 'Q: How will this tool be used to inform decisions relating to new investments made through the Bipartisan Infrastructure Law and the Inflation Reduction Act?'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be Q10'}
|
|
||||||
/>,
|
|
||||||
<FormattedMessage
|
|
||||||
id={ 'faqs.page.Q11'}
|
|
||||||
key={ 'faqs.page.Q11'}
|
|
||||||
defaultMessage={ 'Q: Will agencies use the Climate and Economic Justice Screening Tool (CEJST) if they have already created their own tools or criteria to identify disadvantaged communities?'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be Q11'}
|
|
||||||
/>,
|
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q12'}
|
id={ 'faqs.page.Q12'}
|
||||||
key={ 'faqs.page.Q12'}
|
key={ 'faqs.page.Q12'}
|
||||||
defaultMessage={ 'Q: How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?'}
|
defaultMessage={ 'How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q12'}
|
description={ 'Navigate to the FAQs page, this will be Q12'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q13'}
|
id={ 'faqs.page.Q13'}
|
||||||
key={ 'faqs.page.Q13'}
|
key={ 'faqs.page.Q13'}
|
||||||
defaultMessage={ 'Q: How is this tool different from state screening tools?'}
|
defaultMessage={ 'How is this tool different from state screening tools?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q13'}
|
description={ 'Navigate to the FAQs page, this will be Q13'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q14'}
|
id={ 'faqs.page.Q14'}
|
||||||
key={ 'faqs.page.Q14'}
|
key={ 'faqs.page.Q14'}
|
||||||
defaultMessage={ 'Q: How were the White House Environmental Justice Advisory Council (WHEJAC) recommendations used for this tool?'}
|
defaultMessage={ 'How were the White House Environmental Justice Advisory Council’s (WHEJAC) recommendations considered for this tool?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q14'}
|
description={ 'Navigate to the FAQs page, this will be Q14'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q15'}
|
id={ 'faqs.page.Q15'}
|
||||||
key={ 'faqs.page.Q15'}
|
key={ 'faqs.page.Q15'}
|
||||||
defaultMessage={ 'Q: Can the public provide feedback on this tool?'}
|
defaultMessage={ 'Can the public provide feedback on this tool?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q15'}
|
description={ 'Navigate to the FAQs page, this will be Q15'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q16'}
|
id={ 'faqs.page.Q16'}
|
||||||
key={ 'faqs.page.Q16'}
|
key={ 'faqs.page.Q16'}
|
||||||
defaultMessage={ 'Q: Why was the CEJST initially released in a beta version?'}
|
defaultMessage={ 'When was the CEJST released?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q16'}
|
description={ 'Navigate to the FAQs page, this will be Q16'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
|
||||||
id={ 'faqs.page.Q17'}
|
|
||||||
key={ 'faqs.page.Q17'}
|
|
||||||
defaultMessage={ 'Q: When did the official version of the tool come out?'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be Q17'}
|
|
||||||
/>,
|
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q18'}
|
id={ 'faqs.page.Q18'}
|
||||||
key={ 'faqs.page.Q18'}
|
key={ 'faqs.page.Q18'}
|
||||||
defaultMessage={ 'Q. How does the Council on Environmental Quality (CEQ) keep people informed about the tool?'}
|
defaultMessage={ 'How does the Council on Environmental Quality (CEQ) keep people informed about the tool?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q18'}
|
description={ 'Navigate to the FAQs page, this will be Q18'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q19'}
|
id={ 'faqs.page.Q19'}
|
||||||
key={ 'faqs.page.Q19'}
|
key={ 'faqs.page.Q19'}
|
||||||
defaultMessage={ 'Q: What files and documentation are available from the tool?'}
|
defaultMessage={ 'What files and documentation are available from the tool?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q19'}
|
description={ 'Navigate to the FAQs page, this will be Q19'}
|
||||||
/>,
|
/>,
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id={ 'faqs.page.Q20'}
|
id={ 'faqs.page.Q20'}
|
||||||
key={ 'faqs.page.Q20'}
|
key={ 'faqs.page.Q20'}
|
||||||
defaultMessage={ 'Q: How does the tool’s shapefile work?'}
|
defaultMessage={ 'How do the tool’s shapefiles work?'}
|
||||||
description={ 'Navigate to the FAQs page, this will be Q20'}
|
description={ 'Navigate to the FAQs page, this will be Q20'}
|
||||||
/>,
|
/>,
|
||||||
|
<FormattedMessage
|
||||||
|
id={ 'faqs.page.Q21'}
|
||||||
|
key={ 'faqs.page.Q21'}
|
||||||
|
defaultMessage={ 'Why are some tracts disadvantaged because they were disadvantaged in version 1.0 of the tool?'}
|
||||||
|
description={ 'Navigate to the FAQs page, this will be Q21'}
|
||||||
|
/>,
|
||||||
|
<FormattedMessage
|
||||||
|
id={ 'faqs.page.Q22'}
|
||||||
|
key={ 'faqs.page.Q22'}
|
||||||
|
defaultMessage={ 'Why are some tracts disadvantaged in certain U.S. Territories because they only meet the low income threshold?'}
|
||||||
|
description={ 'Navigate to the FAQs page, this will be Q22'}
|
||||||
|
/>,
|
||||||
];
|
];
|
||||||
|
|
||||||
export const FAQ_ANSWERS = {
|
export const FAQ_ANSWERS = {
|
||||||
Q1_P1: <FormattedMessage
|
Q1_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q1_P1'}
|
id={ 'faqs.page.answers.Q1_P1'}
|
||||||
defaultMessage={ 'The CEJST is a critical component of the Biden-Harris Administration’s historic commitment to advancing environmental justice. In <link1>Executive Order 14008</link1> on Tackling the Climate Crisis at Home and Abroad, President Biden directed the White House Council on Environmental Quality (CEQ) to develop a geospatial mapping tool to identify disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.'}
|
defaultMessage={ 'The CEJST is a geospatial mapping tool that identifies disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P1'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(EXEC_ORDER_LINK, false, true),
|
link1: linkFn(EXEC_ORDER_LINK, false, true),
|
||||||
|
@ -261,54 +140,22 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q1_P2: <FormattedMessage
|
Q1_P2: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q1_P2'}
|
id={ 'faqs.page.answers.Q1_P2'}
|
||||||
defaultMessage={ 'Federal agencies will use the tool for the Justice40 Initiative. It will help them identify disadvantaged communities that should receive 40% of the overall benefits of programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits in climate, clean energy, and other related areas to disadvantaged communities.'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P2'}
|
|
||||||
/>,
|
|
||||||
Q1_P3: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q1_P3'}
|
|
||||||
defaultMessage={ 'Other useful links for Federal agencies:'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P3'}
|
|
||||||
/>,
|
|
||||||
Q1_P3_1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q1_P3_1'}
|
|
||||||
defaultMessage={ '<link1>Memorandum</link1> on using the CEJST for the Justice40 Initiative'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P3_1'}
|
|
||||||
values={{
|
|
||||||
link1: linkFn(CEJST_MEMO, false, true),
|
|
||||||
link1es: linkFn(CEJST_MEMO_ES, false, true),
|
|
||||||
}}
|
|
||||||
/>,
|
|
||||||
Q1_P3_2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q1_P3_2'}
|
|
||||||
defaultMessage={ '<link1>Instructions</link1> to Federal agencies on using the CEJST'}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P3_2'}
|
|
||||||
values={{
|
|
||||||
link1: linkFn(CEJST_INSTRUCT, false, true),
|
|
||||||
link1es: linkFn(CEJST_INSTRUCT_ES, false, true),
|
|
||||||
}}
|
|
||||||
|
|
||||||
/>,
|
|
||||||
Q1_P4: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q1_P4'}
|
|
||||||
defaultMessage={ 'The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.'}
|
defaultMessage={ 'The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P4'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q1_P2'}
|
||||||
/>,
|
/>,
|
||||||
Q2_P1: <FormattedMessage
|
Q2_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q2_P1'}
|
id={ 'faqs.page.answers.Q2_P1'}
|
||||||
defaultMessage={ '<link1>Executive Order 14008</link1> recognizes that some communities are disadvantaged because they face burdens. The CEJST uses datasets that are indicators of burden. These burdens are related to climate change and the environment. They are also related to health and lack of economic opportunity.'}
|
defaultMessage={ 'The CEJST uses datasets that are indicators of burden related to climate change and the environment to assess communities that are disadvantaged by these burdens. They are also related to health and lack of economic opportunity.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P1'}
|
||||||
values={{
|
|
||||||
link1: linkFn(EXEC_ORDER_LINK, false, true),
|
|
||||||
}}
|
|
||||||
/>,
|
/>,
|
||||||
Q2_P2: <FormattedMessage
|
Q2_P2: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q2_P2'}
|
id={ 'faqs.page.answers.Q2_P2'}
|
||||||
defaultMessage={ 'The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are considered disadvantaged:'}
|
defaultMessage={ 'The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are shown on the map as disadvantaged:'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P2'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P2'}
|
||||||
/>,
|
/>,
|
||||||
Q2_P2_1: <FormattedMessage
|
Q2_P2_1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q2_P2_1'}
|
id={ 'faqs.page.answers.Q2_P2_1'}
|
||||||
defaultMessage={ 'If they are in a census tract that meets the thresholds for at least one of the tool’s categories of burden, or'}
|
defaultMessage={ 'If they are in a census tract that meets the threshold for at least one of the tool’s categories of burden, or'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P2_1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P2_1'}
|
||||||
/>,
|
/>,
|
||||||
Q2_P2_2: <FormattedMessage
|
Q2_P2_2: <FormattedMessage
|
||||||
|
@ -318,17 +165,22 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q2_P3: <FormattedMessage
|
Q2_P3: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q2_P3'}
|
id={ 'faqs.page.answers.Q2_P3'}
|
||||||
defaultMessage={ 'Not all disadvantaged communities can be shown on the map. Some communities do not live in just one place. The Interim Implementation Guidance on the Justice40 Initiative also directs Federal agencies to consider geographically dispersed communities when implementing programs included in the Justice40 Initiative.'}
|
defaultMessage={ 'Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages and landless Federally Recognized Tribes in the lower 48 states. Some communities do not live in just one place. This tool focuses on identifying communities that can be geographically defined.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P3'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P3'}
|
||||||
/>,
|
/>,
|
||||||
Q2_P4: <FormattedMessage
|
Q2_P4: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q2_P4'}
|
id={ 'faqs.page.answers.Q2_P4'}
|
||||||
defaultMessage={ 'The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. This was chosen primarily because many of the data sources in the tool currently use the 2010 census boundaries.'}
|
defaultMessage={ 'The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. Tracts that were identified as disadvantaged in the 1.0 version of the tool remain disadvantaged in the 2.0 version of the tool.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P4'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P4'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(`https://www.census.gov/programs-surveys/acs/geography-acs/geography-boundaries-by-year.html`, false, true),
|
link1: linkFn(`https://www.census.gov/programs-surveys/acs/geography-acs/geography-boundaries-by-year.html`, false, true),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
|
Q2_P5: <FormattedMessage
|
||||||
|
id={ 'faqs.page.answers.Q2_P5'}
|
||||||
|
defaultMessage={ 'Due to limited data availability, tracts in American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands are considered disadvantaged if they meet the low income threshold only.'}
|
||||||
|
description={ 'Navigate to the FAQs page, this will be an answer, Q2_P5'}
|
||||||
|
/>,
|
||||||
Q3_P1: <FormattedMessage
|
Q3_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q3_P1'}
|
id={ 'faqs.page.answers.Q3_P1'}
|
||||||
defaultMessage={ 'No. The Climate and Economic Justice Screening Tool (CEJST) does not use racial demographics in its methodology. The current version of the tool displays data about race and age only to provide information when a census tract is selected.'}
|
defaultMessage={ 'No. The Climate and Economic Justice Screening Tool (CEJST) does not use racial demographics in its methodology. The current version of the tool displays data about race and age only to provide information when a census tract is selected.'}
|
||||||
|
@ -362,7 +214,7 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q4_P3: <FormattedMessage
|
Q4_P3: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q4_P3'}
|
id={ 'faqs.page.answers.Q4_P3'}
|
||||||
defaultMessage={ '<boldtag>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</boldtag> For these U.S. territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category. '}
|
defaultMessage={ '<boldtag>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</boldtag> For these U.S. Territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.'}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q4_P3'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q4_P3'}
|
||||||
values={{
|
values={{
|
||||||
boldtag: boldFn,
|
boldtag: boldFn,
|
||||||
|
@ -371,7 +223,7 @@ export const FAQ_ANSWERS = {
|
||||||
Q5_P1: <FormattedMessage
|
Q5_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q5_P1'}
|
id={ 'faqs.page.answers.Q5_P1'}
|
||||||
defaultMessage={`
|
defaultMessage={`
|
||||||
To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.
|
To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized Tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.
|
||||||
`}
|
`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q5_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q5_P1'}
|
||||||
/>,
|
/>,
|
||||||
|
@ -385,7 +237,7 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q5_P2_1: <FormattedMessage
|
Q5_P2_1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q5_P2_1'}
|
id={ 'faqs.page.answers.Q5_P2_1'}
|
||||||
defaultMessage={ `This decision was made after meaningful and robust consultation with Tribal Nations. This approach is consistent with CEQ’s <link1>Action Plan</link1> for Consultation and Coordination with Tribal Nations, President Biden’s <link3>Memorandum</link3> on Tribal Consultation and Strengthening Nation-to-Nation Consultation, and <link2>Executive Order 13175</link2> on Consultation and Coordination With Indian Tribal Governments.`}
|
defaultMessage={ `This decision was made after meaningful and robust consultation with Tribal Nations. This approach is consistent with CEQ’s <link1>Action Plan</link1> for Consultation and Coordination with Tribal Nations, the <link3>Memorandum</link3> on Tribal Consultation and Strengthening Nation-to-Nation Consultation, and <link2>Executive Order 13175</link2> on Consultation and Coordination With Indian Tribal Governments.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q5_P2_1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q5_P2_1'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(EXPLORE_PAGE_LINKS.WH_GOV_TRIBAL_ACTION_PLAN_4_26_21, false, true),
|
link1: linkFn(EXPLORE_PAGE_LINKS.WH_GOV_TRIBAL_ACTION_PLAN_4_26_21, false, true),
|
||||||
|
@ -411,7 +263,7 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q6_P4: <FormattedMessage
|
Q6_P4: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q6_P4'}
|
id={ 'faqs.page.answers.Q6_P4'}
|
||||||
defaultMessage={ `Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that are within the boundaries of Federally Recognized Tribes.`}
|
defaultMessage={ `Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that contain land within the boundaries of Federally Recognized Tribes.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q6_P4'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q6_P4'}
|
||||||
/>,
|
/>,
|
||||||
Q7: <FormattedMessage
|
Q7: <FormattedMessage
|
||||||
|
@ -419,146 +271,27 @@ export const FAQ_ANSWERS = {
|
||||||
defaultMessage={ `A census tract that does not meet any of the burden thresholds in the tool is usually not considered to be a disadvantaged community. However, if such a census tract contains land within the boundaries of Federally Recognized Tribes, then the parts of the tract that contain the land of Tribes are considered disadvantaged. The tool will display this type of census tract as “partially disadvantaged.”`}
|
defaultMessage={ `A census tract that does not meet any of the burden thresholds in the tool is usually not considered to be a disadvantaged community. However, if such a census tract contains land within the boundaries of Federally Recognized Tribes, then the parts of the tract that contain the land of Tribes are considered disadvantaged. The tool will display this type of census tract as “partially disadvantaged.”`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q7'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q7'}
|
||||||
/>,
|
/>,
|
||||||
Q8_P1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q8_P1'}
|
|
||||||
defaultMessage={ `The Biden administration is advancing environmental justice across the whole-of-government. The Justice40 Initiative is a critical part of this effort. The Justice40 Initiative seeks to deliver 40% of the overall benefits of climate, clean energy, and related investments to disadvantaged communities.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q8_P1'}
|
|
||||||
/>,
|
|
||||||
Q8_P2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q8_P2'}
|
|
||||||
defaultMessage={ `The CEJST will play an important role in the Justice40 Initiative. It will help to provide a single, consistent definition of disadvantaged communities for programs included in the Justice40 Initiative.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q8_P2'}
|
|
||||||
/>,
|
|
||||||
Q9_P1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P1'}
|
|
||||||
defaultMessage={ `Federal agencies will use the tool to help identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits of certain investments to disadvantaged communities.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P1'}
|
|
||||||
/>,
|
|
||||||
Q9_P2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2'}
|
|
||||||
defaultMessage={ `Federal agencies will use this definition to direct Justice40 investment benefits in the following areas:`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_1'}
|
|
||||||
defaultMessage={ `Climate`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_1'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_2'}
|
|
||||||
defaultMessage={ `Clean energy and energy efficiency`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_2'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_3: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_3'}
|
|
||||||
defaultMessage={ `Clean transit`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_3'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_4: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_4'}
|
|
||||||
defaultMessage={ `Affordable and sustainable housing`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_4'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_5: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_5'}
|
|
||||||
defaultMessage={ `Training and workforce development`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_5'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_6: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_6'}
|
|
||||||
defaultMessage={ `Remediation and reduction of legacy pollution`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_6'}
|
|
||||||
/>,
|
|
||||||
Q9_P2_7: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q9_P2_7'}
|
|
||||||
defaultMessage={ `Development of clean water and wastewater infrastructure`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q9_P2_7'}
|
|
||||||
/>,
|
|
||||||
Q10: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q10'}
|
|
||||||
defaultMessage={ `Historic legislation, such as the Bipartisan Infrastructure Law and the Inflation Reduction Act, has created new programs and directed funds to existing ones. These investments are included in the Justice40 Initiative if they meet the eligibility criteria. Agencies will use the tool to help identify disadvantaged communities that will receive 40% of the overall benefits of those Justice40 programs.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q10'}
|
|
||||||
// values={{
|
|
||||||
// link1: linkFn(`https://www.whitehouse.gov/wp-content/uploads/2021/07/M-21-28.pdf`, false, true),
|
|
||||||
// }}
|
|
||||||
/>,
|
|
||||||
Q11: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q11'}
|
|
||||||
defaultMessage={ `The Council on Environmental Quality (CEQ), the Office of Management and Budget (OMB), and the Climate Policy Office (CPO) released the Justice40 Interim Implementation Guidance on July 20, 2021. It directed agencies to develop interim definitions of disadvantaged communities. Agencies used their interim definitions during the CEJST’s beta phase, and are now using version {currentVersion} as the primary tool to geographically identify disadvantaged communities.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q11'}
|
|
||||||
values={{
|
|
||||||
currentVersion: VERSION_NUMBER,
|
|
||||||
}}
|
|
||||||
/>,
|
|
||||||
Q12_P1: <FormattedMessage
|
Q12_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q12_P1'}
|
id={ 'faqs.page.answers.Q12_P1'}
|
||||||
defaultMessage={ `The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows environmental and demographic information and combines that information together into indices. The EPA, Federal agencies, and state and local governments will continue to use EJScreen to understand and analyze for environmental and EJ issues. For example, EPA uses <link1> EJScreen </link1> to:`}
|
defaultMessage={ `The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows some environmental and demographic information and combines that information together into indices.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1'}
|
||||||
values={{
|
|
||||||
link1: linkFn(EJSCREEN, false, true),
|
|
||||||
}}
|
|
||||||
/>,
|
|
||||||
Q12_P1_1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_1'}
|
|
||||||
defaultMessage={ `Inform outreach and engagement practices`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_1'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_2'}
|
|
||||||
defaultMessage={ `Implement aspects of the following programs:`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_2'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_2_1: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_2_1'}
|
|
||||||
defaultMessage={ `Permitting programs`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_2_1'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_2_2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_2_2'}
|
|
||||||
defaultMessage={ `Enforcement programs`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_2_2'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_2_3: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_2_3'}
|
|
||||||
defaultMessage={ `Compliance programs`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_2_3'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_2_4: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_2_4'}
|
|
||||||
defaultMessage={ `Voluntary programs`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_2_4'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_3: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_3'}
|
|
||||||
defaultMessage={ `Develop retrospective reports of EPA work`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_3'}
|
|
||||||
/>,
|
|
||||||
Q12_P1_4: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P1_4'}
|
|
||||||
defaultMessage={ `Enhance geographically based initiatives`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P1_4'}
|
|
||||||
/>,
|
/>,
|
||||||
Q12_P2: <FormattedMessage
|
Q12_P2: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q12_P2'}
|
id={ 'faqs.page.answers.Q12_P2'}
|
||||||
defaultMessage={ `However, EPA does not use EJScreen to identify or label an area as an "EJ community" or as the sole basis for agency-decision-making.`}
|
defaultMessage={ `In contrast, the CEJST helps to identify geographically defined disadvantaged communities that are marginalized by underinvestment and overburdened by pollution.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P2'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P2'}
|
||||||
/>,
|
/>,
|
||||||
Q12_P3: <FormattedMessage
|
Q12_P3: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q12_P3'}
|
id={ 'faqs.page.answers.Q12_P3'}
|
||||||
defaultMessage={ `In contrast, the CEJST will help Federal agencies to identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P3'}
|
|
||||||
/>,
|
|
||||||
Q12_P4: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q12_P4'}
|
|
||||||
defaultMessage={ `<link1>This chart</link1> is helpful for understanding how the CEJST differs from some of the other Federal environmental screening tools.`}
|
defaultMessage={ `<link1>This chart</link1> is helpful for understanding how the CEJST differs from some of the other Federal environmental screening tools.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P4'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q12_P3'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(DOWNLOAD_FILES.NARWAL.COMP_CHART.URL, false, true),
|
link1: linkFn(DOWNLOAD_FILES.NARWAL.COMP_CHART.URL, false, true),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q13_P1: <FormattedMessage
|
Q13_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q13_P1'}
|
id={ 'faqs.page.answers.Q13_P1'}
|
||||||
defaultMessage={ `Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.`}
|
defaultMessage={ `Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q13_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q13_P1'}
|
||||||
/>,
|
/>,
|
||||||
Q13_P2: <FormattedMessage
|
Q13_P2: <FormattedMessage
|
||||||
|
@ -568,8 +301,11 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q14: <FormattedMessage
|
Q14: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q14'}
|
id={ 'faqs.page.answers.Q14'}
|
||||||
defaultMessage={ `The WHEJAC provided recommendations on the Climate and Economic Justice Screening Tool (CEJST). The CEJST follows many of these recommendations.`}
|
defaultMessage={ `The WHEJAC provided <link1>recommendations</link1> on the Climate and Economic Justice Screening Tool (CEJST). The CEJST versions 1.0 and 2.0 include components that were informed by many of these recommendations.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q14'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q14'}
|
||||||
|
values={{
|
||||||
|
link1: linkFn(WHEJAC_RECOMMENDATIONS, false, true),
|
||||||
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q15_P1: <FormattedMessage
|
Q15_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q15_P1'}
|
id={ 'faqs.page.answers.Q15_P1'}
|
||||||
|
@ -611,9 +347,9 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q16: <FormattedMessage
|
Q16_P1: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q16'}
|
id={ 'faqs.page.answers.Q16'}
|
||||||
defaultMessage={ `CEQ launched a beta – or draft – version of the CEJST on February 18, 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek <link1>feedback</link1> from Federal agencies, Tribal Nations, State and local governments, Members of Congress, environmental justice stakeholders, and the public. The 90 day public comment period <link2>closed</link2> on May 25, 2022. CEQ and the USDS hosted several <link2>public training</link2> sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.`}
|
defaultMessage={ `CEQ launched a beta—or draft—version of the CEJST in February 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek <link1>feedback</link1> from Federal agencies, Tribal Nations, State and local governments, Members of Congress, environmental justice stakeholders, and the public. The 90 day public comment period <link2>closed</link2> on May 25, 2022. CEQ and the USDS hosted several <link3>public training</link3> sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q16'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q16'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn('https://www.federalregister.gov/documents/2022/02/23/2022-03920/climate-and-economic-justice-screening-tool-beta-version', false, true),
|
link1: linkFn('https://www.federalregister.gov/documents/2022/02/23/2022-03920/climate-and-economic-justice-screening-tool-beta-version', false, true),
|
||||||
|
@ -621,12 +357,16 @@ export const FAQ_ANSWERS = {
|
||||||
link3: linkFn('https://www.youtube.com/watch?v=QwHWcXbhw28', false, true),
|
link3: linkFn('https://www.youtube.com/watch?v=QwHWcXbhw28', false, true),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q17_P1: <FormattedMessage
|
Q16_P2: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q17_P1'}
|
id={ 'faqs.page.answers.Q16_P2'}
|
||||||
defaultMessage={`The tool was considered official when Federal agencies started using version 1.0 of the Climate and Economic Justice Screening Tool (CEJST) to help identify disadvantaged communities. The 1.0 version was released in <link1>November 2022</link1>. The current version, version {currentVersion}, was released in {currentVersionRelease}.`}
|
defaultMessage={`The 1.0 version was released in <link1>{version1Release}</link1>. The current version, version {currentVersion}, was released in {currentVersionRelease}.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q17_P1'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q16_P2'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn('https://www.whitehouse.gov/ceq/news-updates/2022/11/22/biden-harris-administration-launches-version-1-0-of-climate-and-economic-justice-screening-tool-key-step-in-implementing-president-bidens-justice40-initiative/', false, true),
|
link1: linkFn('https://www.whitehouse.gov/ceq/news-updates/2022/11/22/biden-harris-administration-launches-version-1-0-of-climate-and-economic-justice-screening-tool-key-step-in-implementing-president-bidens-justice40-initiative/', false, true),
|
||||||
|
version1Release: (<FormattedDate value={METH_1_0_RELEASE_DATE}
|
||||||
|
year="numeric"
|
||||||
|
month="long"
|
||||||
|
/>),
|
||||||
currentVersion: VERSION_NUMBER,
|
currentVersion: VERSION_NUMBER,
|
||||||
currentVersionRelease: (<FormattedDate value={METH_2_0_RELEASE_DATE}
|
currentVersionRelease: (<FormattedDate value={METH_2_0_RELEASE_DATE}
|
||||||
year="numeric"
|
year="numeric"
|
||||||
|
@ -634,14 +374,9 @@ export const FAQ_ANSWERS = {
|
||||||
/>),
|
/>),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q17_P2: <FormattedMessage
|
|
||||||
id={ 'faqs.page.answers.Q17_P2'}
|
|
||||||
defaultMessage={ `The tool will be improved over time. The Council on Environmental Quality (CEQ) will update the tool each year based on public feedback, research, and the availability of new data.`}
|
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q17_P2'}
|
|
||||||
/>,
|
|
||||||
Q18: <FormattedMessage
|
Q18: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q18'}
|
id={ 'faqs.page.answers.Q18'}
|
||||||
defaultMessage={ `<link1>Sign-up</link1> to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.`}
|
defaultMessage={ `<link1>Sign up</link1> to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q18'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q18'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(`https://lp.constantcontactpages.com/su/Vm8pCFj/spring`, false, true),
|
link1: linkFn(`https://lp.constantcontactpages.com/su/Vm8pCFj/spring`, false, true),
|
||||||
|
@ -649,10 +384,11 @@ export const FAQ_ANSWERS = {
|
||||||
/>,
|
/>,
|
||||||
Q19: <FormattedMessage
|
Q19: <FormattedMessage
|
||||||
id={ 'faqs.page.answers.Q19'}
|
id={ 'faqs.page.answers.Q19'}
|
||||||
defaultMessage={ `The Climate and Economic Justice Screening Tool (CEJST) has <link1>downloads</link1> available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. This data can be used for analysis. Shapefiles and geojson files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files.`}
|
defaultMessage={ `The Climate and Economic Justice Screening Tool (CEJST) has <link1>downloads</link1> for the current version available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. These data can be used for analysis. Shapefiles and GeoJSON files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files. Information from previous versions of the tool is available on the <link2>previous versions</link2> page.`}
|
||||||
description={ 'Navigate to the FAQs page, this will be an answer, Q19'}
|
description={ 'Navigate to the FAQs page, this will be an answer, Q19'}
|
||||||
values={{
|
values={{
|
||||||
link1: linkFn(PAGES_ENDPOINTS.DOWNLOADS, true, false),
|
link1: linkFn(PAGES_ENDPOINTS.DOWNLOADS, true, false),
|
||||||
|
link2: linkFn(PAGES_ENDPOINTS.PREVIOUS_VERSIONS, true, false),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
Q20_P1: <FormattedMessage
|
Q20_P1: <FormattedMessage
|
||||||
|
@ -669,4 +405,17 @@ export const FAQ_ANSWERS = {
|
||||||
link2: linkFn('https://en.wikipedia.org/wiki/GIS_file_formats', false, true),
|
link2: linkFn('https://en.wikipedia.org/wiki/GIS_file_formats', false, true),
|
||||||
}}
|
}}
|
||||||
/>,
|
/>,
|
||||||
|
Q21: <FormattedMessage
|
||||||
|
id={ 'faqs.page.answers.Q21'}
|
||||||
|
defaultMessage={ 'These tracts that have been "grandfathered" for at least two years. This helps to reduce disruption and to support a smooth transition for agencies, applicants, and the public as new versions of the tool are released. The tool’s <link1>instructions</link1> have more information about time-limited grandfathering.'}
|
||||||
|
description={ 'Navigate to the FAQs page, this will be an answer, Q21'}
|
||||||
|
values= {{
|
||||||
|
link1: linkFn(CEJST_INSTRUCT, false, true),
|
||||||
|
}}
|
||||||
|
/>,
|
||||||
|
Q22: <FormattedMessage
|
||||||
|
id={ 'faqs.page.answers.Q22'}
|
||||||
|
defaultMessage={ 'Because some nationally-consistent datasets on indicators of environmental burden used in the tool do not currently include data from certain U.S. Territories, tracts in these Territories are considered disadvantaged if they meet the low income threshold.'}
|
||||||
|
description={ 'Navigate to the FAQs page, this will be an answer, Q22'}
|
||||||
|
/>,
|
||||||
};
|
};
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
"description": "Navigate to the About page. This is the sub heading of Using the data"
|
"description": "Navigate to the About page. This is the sub heading of Using the data"
|
||||||
},
|
},
|
||||||
"about.page.use.data.paragraph": {
|
"about.page.use.data.paragraph": {
|
||||||
"defaultMessage": "The tool's data is available for <link1>download</link1>. This data can be used to filter by state or county.",
|
"defaultMessage": "The tool’s data is available for <link1>download</link1>. This data can be used to filter by state or county.",
|
||||||
"description": "Navigate to the About page. This is the paragraph 4"
|
"description": "Navigate to the About page. This is the paragraph 4"
|
||||||
},
|
},
|
||||||
"about.page.use.data.tutorial": {
|
"about.page.use.data.tutorial": {
|
||||||
|
@ -1519,140 +1519,84 @@
|
||||||
"description": "Navigate to the public engagement page, this will be the text for floating action button"
|
"description": "Navigate to the public engagement page, this will be the text for floating action button"
|
||||||
},
|
},
|
||||||
"faqs.page.Q1": {
|
"faqs.page.Q1": {
|
||||||
"defaultMessage": "Q: What is the Climate and Economic Justice Screening Tool (CEJST)?",
|
"defaultMessage": "What is the Climate and Economic Justice Screening Tool (CEJST)?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q1"
|
"description": "Navigate to the FAQs page, this will be Q1"
|
||||||
},
|
},
|
||||||
"faqs.page.Q10": {
|
|
||||||
"defaultMessage": "Q: How will this tool be used to inform decisions relating to new investments made through the Bipartisan Infrastructure Law and the Inflation Reduction Act?",
|
|
||||||
"description": "Navigate to the FAQs page, this will be Q10"
|
|
||||||
},
|
|
||||||
"faqs.page.Q11": {
|
|
||||||
"defaultMessage": "Q: Will agencies use the Climate and Economic Justice Screening Tool (CEJST) if they have already created their own tools or criteria to identify disadvantaged communities?",
|
|
||||||
"description": "Navigate to the FAQs page, this will be Q11"
|
|
||||||
},
|
|
||||||
"faqs.page.Q12": {
|
"faqs.page.Q12": {
|
||||||
"defaultMessage": "Q: How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?",
|
"defaultMessage": "How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q12"
|
"description": "Navigate to the FAQs page, this will be Q12"
|
||||||
},
|
},
|
||||||
"faqs.page.Q13": {
|
"faqs.page.Q13": {
|
||||||
"defaultMessage": "Q: How is this tool different from state screening tools?",
|
"defaultMessage": "How is this tool different from state screening tools?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q13"
|
"description": "Navigate to the FAQs page, this will be Q13"
|
||||||
},
|
},
|
||||||
"faqs.page.Q14": {
|
"faqs.page.Q14": {
|
||||||
"defaultMessage": "Q: How were the White House Environmental Justice Advisory Council (WHEJAC) recommendations used for this tool?",
|
"defaultMessage": "How were the White House Environmental Justice Advisory Council’s (WHEJAC) recommendations considered for this tool?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q14"
|
"description": "Navigate to the FAQs page, this will be Q14"
|
||||||
},
|
},
|
||||||
"faqs.page.Q15": {
|
"faqs.page.Q15": {
|
||||||
"defaultMessage": "Q: Can the public provide feedback on this tool?",
|
"defaultMessage": "Can the public provide feedback on this tool?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q15"
|
"description": "Navigate to the FAQs page, this will be Q15"
|
||||||
},
|
},
|
||||||
"faqs.page.Q16": {
|
"faqs.page.Q16": {
|
||||||
"defaultMessage": "Q: Why was the CEJST initially released in a beta version?",
|
"defaultMessage": "When was the CEJST released?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q16"
|
"description": "Navigate to the FAQs page, this will be Q16"
|
||||||
},
|
},
|
||||||
"faqs.page.Q17": {
|
|
||||||
"defaultMessage": "Q: When did the official version of the tool come out?",
|
|
||||||
"description": "Navigate to the FAQs page, this will be Q17"
|
|
||||||
},
|
|
||||||
"faqs.page.Q18": {
|
"faqs.page.Q18": {
|
||||||
"defaultMessage": "Q. How does the Council on Environmental Quality (CEQ) keep people informed about the tool?",
|
"defaultMessage": "How does the Council on Environmental Quality (CEQ) keep people informed about the tool?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q18"
|
"description": "Navigate to the FAQs page, this will be Q18"
|
||||||
},
|
},
|
||||||
"faqs.page.Q19": {
|
"faqs.page.Q19": {
|
||||||
"defaultMessage": "Q: What files and documentation are available from the tool?",
|
"defaultMessage": "What files and documentation are available from the tool?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q19"
|
"description": "Navigate to the FAQs page, this will be Q19"
|
||||||
},
|
},
|
||||||
"faqs.page.Q2": {
|
"faqs.page.Q2": {
|
||||||
"defaultMessage": "Q: How does the tool identify and define communities?",
|
"defaultMessage": "How does the tool identify and define communities?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q2"
|
"description": "Navigate to the FAQs page, this will be Q2"
|
||||||
},
|
},
|
||||||
"faqs.page.Q20": {
|
"faqs.page.Q20": {
|
||||||
"defaultMessage": "Q: How does the tool’s shapefile work?",
|
"defaultMessage": "How do the tool’s shapefiles work?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q20"
|
"description": "Navigate to the FAQs page, this will be Q20"
|
||||||
},
|
},
|
||||||
|
"faqs.page.Q21": {
|
||||||
|
"defaultMessage": "Why are some tracts disadvantaged because they were disadvantaged in version 1.0 of the tool?",
|
||||||
|
"description": "Navigate to the FAQs page, this will be Q21"
|
||||||
|
},
|
||||||
|
"faqs.page.Q22": {
|
||||||
|
"defaultMessage": "Why are some tracts disadvantaged in certain U.S. Territories because they only meet the low income threshold?",
|
||||||
|
"description": "Navigate to the FAQs page, this will be Q22"
|
||||||
|
},
|
||||||
"faqs.page.Q3": {
|
"faqs.page.Q3": {
|
||||||
"defaultMessage": "Q: Is race included in the tool’s methodology?",
|
"defaultMessage": "Is race included in the tool’s methodology?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q3"
|
"description": "Navigate to the FAQs page, this will be Q3"
|
||||||
},
|
},
|
||||||
"faqs.page.Q4": {
|
"faqs.page.Q4": {
|
||||||
"defaultMessage": "Q: Does the Climate and Economic Justice Screening Tool (CEJST) include the U.S. territories?",
|
"defaultMessage": "Does the tool include the U.S. territories?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q4"
|
"description": "Navigate to the FAQs page, this will be Q4"
|
||||||
},
|
},
|
||||||
"faqs.page.Q5": {
|
"faqs.page.Q5": {
|
||||||
"defaultMessage": "Q: Does the tool include Tribal Nations?",
|
"defaultMessage": "Does the tool include Tribal Nations?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q5"
|
"description": "Navigate to the FAQs page, this will be Q5"
|
||||||
},
|
},
|
||||||
"faqs.page.Q6": {
|
"faqs.page.Q6": {
|
||||||
"defaultMessage": "Q: Why do some areas of the map have different shades?",
|
"defaultMessage": "Why do some areas of the map have different shades?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q6"
|
"description": "Navigate to the FAQs page, this will be Q6"
|
||||||
},
|
},
|
||||||
"faqs.page.Q7": {
|
"faqs.page.Q7": {
|
||||||
"defaultMessage": "Q: Why does the tool have “partially disadvantaged” census tracts?",
|
"defaultMessage": "Why does the tool have “partially disadvantaged” census tracts?",
|
||||||
"description": "Navigate to the FAQs page, this will be Q7"
|
"description": "Navigate to the FAQs page, this will be Q7"
|
||||||
},
|
},
|
||||||
"faqs.page.Q8": {
|
|
||||||
"defaultMessage": "Q: How does this tool relate to the Justice40 Initiative?",
|
|
||||||
"description": "Navigate to the FAQs page, this will be Q8"
|
|
||||||
},
|
|
||||||
"faqs.page.Q9": {
|
|
||||||
"defaultMessage": "Q: How will Federal agencies use the Climate and Economic Justice Screening Tool (CEJST) for the Justice40 Initiative?",
|
|
||||||
"description": "Navigate to the FAQs page, this will be Q9"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q10": {
|
|
||||||
"defaultMessage": "Historic legislation, such as the Bipartisan Infrastructure Law and the Inflation Reduction Act, has created new programs and directed funds to existing ones. These investments are included in the Justice40 Initiative if they meet the eligibility criteria. Agencies will use the tool to help identify disadvantaged communities that will receive 40% of the overall benefits of those Justice40 programs.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q10"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q11": {
|
|
||||||
"defaultMessage": "The Council on Environmental Quality (CEQ), the Office of Management and Budget (OMB), and the Climate Policy Office (CPO) released the Justice40 Interim Implementation Guidance on July 20, 2021. It directed agencies to develop interim definitions of disadvantaged communities. Agencies used their interim definitions during the CEJST’s beta phase, and are now using version {currentVersion} as the primary tool to geographically identify disadvantaged communities.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q11"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1": {
|
"faqs.page.answers.Q12_P1": {
|
||||||
"defaultMessage": "The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows environmental and demographic information and combines that information together into indices. The EPA, Federal agencies, and state and local governments will continue to use EJScreen to understand and analyze for environmental and EJ issues. For example, EPA uses <link1> EJScreen </link1> to:",
|
"defaultMessage": "The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows some environmental and demographic information and combines that information together into indices.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q12_P1_1": {
|
|
||||||
"defaultMessage": "Inform outreach and engagement practices",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_2": {
|
|
||||||
"defaultMessage": "Implement aspects of the following programs:",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_2_1": {
|
|
||||||
"defaultMessage": "Permitting programs",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_2_1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_2_2": {
|
|
||||||
"defaultMessage": "Enforcement programs",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_2_2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_2_3": {
|
|
||||||
"defaultMessage": "Compliance programs",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_2_3"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_2_4": {
|
|
||||||
"defaultMessage": "Voluntary programs",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_2_4"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_3": {
|
|
||||||
"defaultMessage": "Develop retrospective reports of EPA work",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_3"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P1_4": {
|
|
||||||
"defaultMessage": "Enhance geographically based initiatives",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P1_4"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P2": {
|
"faqs.page.answers.Q12_P2": {
|
||||||
"defaultMessage": "However, EPA does not use EJScreen to identify or label an area as an \"EJ community\" or as the sole basis for agency-decision-making.",
|
"defaultMessage": "In contrast, the CEJST helps to identify geographically defined disadvantaged communities that are marginalized by underinvestment and overburdened by pollution.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q12_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q12_P3": {
|
"faqs.page.answers.Q12_P3": {
|
||||||
"defaultMessage": "In contrast, the CEJST will help Federal agencies to identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P3"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q12_P4": {
|
|
||||||
"defaultMessage": "<link1>This chart</link1> is helpful for understanding how the CEJST differs from some of the other Federal environmental screening tools.",
|
"defaultMessage": "<link1>This chart</link1> is helpful for understanding how the CEJST differs from some of the other Federal environmental screening tools.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P4"
|
"description": "Navigate to the FAQs page, this will be an answer, Q12_P3"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q13_P1": {
|
"faqs.page.answers.Q13_P1": {
|
||||||
"defaultMessage": "Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.",
|
"defaultMessage": "Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.",
|
||||||
|
@ -1663,7 +1607,7 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q13_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q13_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q14": {
|
"faqs.page.answers.Q14": {
|
||||||
"defaultMessage": "The WHEJAC provided recommendations on the Climate and Economic Justice Screening Tool (CEJST). The CEJST follows many of these recommendations.",
|
"defaultMessage": "The WHEJAC provided <link1>recommendations</link1> on the Climate and Economic Justice Screening Tool (CEJST). The CEJST versions 1.0 and 2.0 include components that were informed by many of these recommendations.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q14"
|
"description": "Navigate to the FAQs page, this will be an answer, Q14"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q15_P1": {
|
"faqs.page.answers.Q15_P1": {
|
||||||
|
@ -1687,48 +1631,28 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q15_P1_4"
|
"description": "Navigate to the FAQs page, this will be an answer, Q15_P1_4"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q16": {
|
"faqs.page.answers.Q16": {
|
||||||
"defaultMessage": "CEQ launched a beta – or draft – version of the CEJST on February 18, 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek <link1>feedback</link1> from Federal agencies, Tribal Nations, State and local governments, Members of Congress, environmental justice stakeholders, and the public. The 90 day public comment period <link2>closed</link2> on May 25, 2022. CEQ and the USDS hosted several <link2>public training</link2> sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.",
|
"defaultMessage": "CEQ launched a beta—or draft—version of the CEJST in February 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek <link1>feedback</link1> from Federal agencies, Tribal Nations, State and local governments, Members of Congress, environmental justice stakeholders, and the public. The 90 day public comment period <link2>closed</link2> on May 25, 2022. CEQ and the USDS hosted several <link3>public training</link3> sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q16"
|
"description": "Navigate to the FAQs page, this will be an answer, Q16"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q17_P1": {
|
"faqs.page.answers.Q16_P2": {
|
||||||
"defaultMessage": "The tool was considered official when Federal agencies started using version 1.0 of the Climate and Economic Justice Screening Tool (CEJST) to help identify disadvantaged communities. The 1.0 version was released in <link1>November 2022</link1>. The current version, version {currentVersion}, was released in {currentVersionRelease}.",
|
"defaultMessage": "The 1.0 version was released in <link1>{version1Release}</link1>. The current version, version {currentVersion}, was released in {currentVersionRelease}.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q17_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q16_P2"
|
||||||
},
|
|
||||||
"faqs.page.answers.Q17_P2": {
|
|
||||||
"defaultMessage": "The tool will be improved over time. The Council on Environmental Quality (CEQ) will update the tool each year based on public feedback, research, and the availability of new data.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q17_P2"
|
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q18": {
|
"faqs.page.answers.Q18": {
|
||||||
"defaultMessage": "<link1>Sign-up</link1> to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.",
|
"defaultMessage": "<link1>Sign up</link1> to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q18"
|
"description": "Navigate to the FAQs page, this will be an answer, Q18"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q19": {
|
"faqs.page.answers.Q19": {
|
||||||
"defaultMessage": "The Climate and Economic Justice Screening Tool (CEJST) has <link1>downloads</link1> available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. This data can be used for analysis. Shapefiles and geojson files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files.",
|
"defaultMessage": "The Climate and Economic Justice Screening Tool (CEJST) has <link1>downloads</link1> for the current version available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. These data can be used for analysis. Shapefiles and GeoJSON files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files. Information from previous versions of the tool is available on the <link2>previous versions</link2> page.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q19"
|
"description": "Navigate to the FAQs page, this will be an answer, Q19"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q1_P1": {
|
"faqs.page.answers.Q1_P1": {
|
||||||
"defaultMessage": "The CEJST is a critical component of the Biden-Harris Administration’s historic commitment to advancing environmental justice. In <link1>Executive Order 14008</link1> on Tackling the Climate Crisis at Home and Abroad, President Biden directed the White House Council on Environmental Quality (CEQ) to develop a geospatial mapping tool to identify disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.",
|
"defaultMessage": "The CEJST is a geospatial mapping tool that identifies disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q1_P1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q1_P2": {
|
"faqs.page.answers.Q1_P2": {
|
||||||
"defaultMessage": "Federal agencies will use the tool for the Justice40 Initiative. It will help them identify disadvantaged communities that should receive 40% of the overall benefits of programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits in climate, clean energy, and other related areas to disadvantaged communities.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q1_P3": {
|
|
||||||
"defaultMessage": "Other useful links for Federal agencies:",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P3"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q1_P3_1": {
|
|
||||||
"defaultMessage": "<link1>Memorandum</link1> on using the CEJST for the Justice40 Initiative",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P3_1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q1_P3_2": {
|
|
||||||
"defaultMessage": "<link1>Instructions</link1> to Federal agencies on using the CEJST",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P3_2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q1_P4": {
|
|
||||||
"defaultMessage": "The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.",
|
"defaultMessage": "The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q1_P4"
|
"description": "Navigate to the FAQs page, this will be an answer, Q1_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q20_P1": {
|
"faqs.page.answers.Q20_P1": {
|
||||||
"defaultMessage": "The tool’s shapefile can be uploaded into other mapping programs such as Esri.",
|
"defaultMessage": "The tool’s shapefile can be uploaded into other mapping programs such as Esri.",
|
||||||
|
@ -1738,16 +1662,24 @@
|
||||||
"defaultMessage": "The <link1>shapefile</link1> format is <link2>a geospatial vector data format</link2> for geographic information system (GIS) software. It can be loaded into any software that works with Esri, ArcGIS or any other compatible GIS software. You may choose to download the data in this format so that you can load the data from the Climate and Economic Justice Screening Tool (CEJST) into other tools and use those tools to combine the CEJST data with other datasets and sources.",
|
"defaultMessage": "The <link1>shapefile</link1> format is <link2>a geospatial vector data format</link2> for geographic information system (GIS) software. It can be loaded into any software that works with Esri, ArcGIS or any other compatible GIS software. You may choose to download the data in this format so that you can load the data from the Climate and Economic Justice Screening Tool (CEJST) into other tools and use those tools to combine the CEJST data with other datasets and sources.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q20_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q20_P2"
|
||||||
},
|
},
|
||||||
|
"faqs.page.answers.Q21": {
|
||||||
|
"defaultMessage": "These tracts that have been \"grandfathered\" for at least two years. This helps to reduce disruption and to support a smooth transition for agencies, applicants, and the public as new versions of the tool are released. The tool’s <link1>instructions</link1> have more information about time-limited grandfathering.",
|
||||||
|
"description": "Navigate to the FAQs page, this will be an answer, Q21"
|
||||||
|
},
|
||||||
|
"faqs.page.answers.Q22": {
|
||||||
|
"defaultMessage": "Because some nationally-consistent datasets on indicators of environmental burden used in the tool do not currently include data from certain U.S. Territories, tracts in these Territories are considered disadvantaged if they meet the low income threshold.",
|
||||||
|
"description": "Navigate to the FAQs page, this will be an answer, Q22"
|
||||||
|
},
|
||||||
"faqs.page.answers.Q2_P1": {
|
"faqs.page.answers.Q2_P1": {
|
||||||
"defaultMessage": "<link1>Executive Order 14008</link1> recognizes that some communities are disadvantaged because they face burdens. The CEJST uses datasets that are indicators of burden. These burdens are related to climate change and the environment. They are also related to health and lack of economic opportunity.",
|
"defaultMessage": "The CEJST uses datasets that are indicators of burden related to climate change and the environment to assess communities that are disadvantaged by these burdens. They are also related to health and lack of economic opportunity.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q2_P2": {
|
"faqs.page.answers.Q2_P2": {
|
||||||
"defaultMessage": "The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are considered disadvantaged:",
|
"defaultMessage": "The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are shown on the map as disadvantaged:",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q2_P2_1": {
|
"faqs.page.answers.Q2_P2_1": {
|
||||||
"defaultMessage": "If they are in a census tract that meets the thresholds for at least one of the tool’s categories of burden, or",
|
"defaultMessage": "If they are in a census tract that meets the threshold for at least one of the tool’s categories of burden, or",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2_1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2_1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q2_P2_2": {
|
"faqs.page.answers.Q2_P2_2": {
|
||||||
|
@ -1755,13 +1687,17 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2_2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2_2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q2_P3": {
|
"faqs.page.answers.Q2_P3": {
|
||||||
"defaultMessage": "Not all disadvantaged communities can be shown on the map. Some communities do not live in just one place. The Interim Implementation Guidance on the Justice40 Initiative also directs Federal agencies to consider geographically dispersed communities when implementing programs included in the Justice40 Initiative.",
|
"defaultMessage": "Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages and landless Federally Recognized Tribes in the lower 48 states. Some communities do not live in just one place. This tool focuses on identifying communities that can be geographically defined.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P3"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P3"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q2_P4": {
|
"faqs.page.answers.Q2_P4": {
|
||||||
"defaultMessage": "The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. This was chosen primarily because many of the data sources in the tool currently use the 2010 census boundaries.",
|
"defaultMessage": "The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. Tracts that were identified as disadvantaged in the 1.0 version of the tool remain disadvantaged in the 2.0 version of the tool.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P4"
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P4"
|
||||||
},
|
},
|
||||||
|
"faqs.page.answers.Q2_P5": {
|
||||||
|
"defaultMessage": "Due to limited data availability, tracts in American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands are considered disadvantaged if they meet the low income threshold only.",
|
||||||
|
"description": "Navigate to the FAQs page, this will be an answer, Q2_P5"
|
||||||
|
},
|
||||||
"faqs.page.answers.Q3_P1": {
|
"faqs.page.answers.Q3_P1": {
|
||||||
"defaultMessage": "No. The Climate and Economic Justice Screening Tool (CEJST) does not use racial demographics in its methodology. The current version of the tool displays data about race and age only to provide information when a census tract is selected.",
|
"defaultMessage": "No. The Climate and Economic Justice Screening Tool (CEJST) does not use racial demographics in its methodology. The current version of the tool displays data about race and age only to provide information when a census tract is selected.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q3_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q3_P1"
|
||||||
|
@ -1783,11 +1719,11 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q4_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q4_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q4_P3": {
|
"faqs.page.answers.Q4_P3": {
|
||||||
"defaultMessage": "<boldtag>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</boldtag> For these U.S. territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category.",
|
"defaultMessage": "<boldtag>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</boldtag> For these U.S. Territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q4_P3"
|
"description": "Navigate to the FAQs page, this will be an answer, Q4_P3"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q5_P1": {
|
"faqs.page.answers.Q5_P1": {
|
||||||
"defaultMessage": "To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.",
|
"defaultMessage": "To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized Tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q5_P1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q5_P1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q5_P2": {
|
"faqs.page.answers.Q5_P2": {
|
||||||
|
@ -1795,7 +1731,7 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q5_P2"
|
"description": "Navigate to the FAQs page, this will be an answer, Q5_P2"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q5_P2_1": {
|
"faqs.page.answers.Q5_P2_1": {
|
||||||
"defaultMessage": "This decision was made after meaningful and robust consultation with Tribal Nations. This approach is consistent with CEQ’s <link1>Action Plan</link1> for Consultation and Coordination with Tribal Nations, President Biden’s <link3>Memorandum</link3> on Tribal Consultation and Strengthening Nation-to-Nation Consultation, and <link2>Executive Order 13175</link2> on Consultation and Coordination With Indian Tribal Governments.",
|
"defaultMessage": "This decision was made after meaningful and robust consultation with Tribal Nations. This approach is consistent with CEQ’s <link1>Action Plan</link1> for Consultation and Coordination with Tribal Nations, the <link3>Memorandum</link3> on Tribal Consultation and Strengthening Nation-to-Nation Consultation, and <link2>Executive Order 13175</link2> on Consultation and Coordination With Indian Tribal Governments.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q5_P2_1"
|
"description": "Navigate to the FAQs page, this will be an answer, Q5_P2_1"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q6_P1": {
|
"faqs.page.answers.Q6_P1": {
|
||||||
|
@ -1811,57 +1747,13 @@
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q6_P3"
|
"description": "Navigate to the FAQs page, this will be an answer, Q6_P3"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q6_P4": {
|
"faqs.page.answers.Q6_P4": {
|
||||||
"defaultMessage": "Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that are within the boundaries of Federally Recognized Tribes.",
|
"defaultMessage": "Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that contain land within the boundaries of Federally Recognized Tribes.",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q6_P4"
|
"description": "Navigate to the FAQs page, this will be an answer, Q6_P4"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q7": {
|
"faqs.page.answers.Q7": {
|
||||||
"defaultMessage": "A census tract that does not meet any of the burden thresholds in the tool is usually not considered to be a disadvantaged community. However, if such a census tract contains land within the boundaries of Federally Recognized Tribes, then the parts of the tract that contain the land of Tribes are considered disadvantaged. The tool will display this type of census tract as “partially disadvantaged.”",
|
"defaultMessage": "A census tract that does not meet any of the burden thresholds in the tool is usually not considered to be a disadvantaged community. However, if such a census tract contains land within the boundaries of Federally Recognized Tribes, then the parts of the tract that contain the land of Tribes are considered disadvantaged. The tool will display this type of census tract as “partially disadvantaged.”",
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q7"
|
"description": "Navigate to the FAQs page, this will be an answer, Q7"
|
||||||
},
|
},
|
||||||
"faqs.page.answers.Q8_P1": {
|
|
||||||
"defaultMessage": "The Biden administration is advancing environmental justice across the whole-of-government. The Justice40 Initiative is a critical part of this effort. The Justice40 Initiative seeks to deliver 40% of the overall benefits of climate, clean energy, and related investments to disadvantaged communities.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q8_P1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q8_P2": {
|
|
||||||
"defaultMessage": "The CEJST will play an important role in the Justice40 Initiative. It will help to provide a single, consistent definition of disadvantaged communities for programs included in the Justice40 Initiative.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q8_P2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P1": {
|
|
||||||
"defaultMessage": "Federal agencies will use the tool to help identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits of certain investments to disadvantaged communities.",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2": {
|
|
||||||
"defaultMessage": "Federal agencies will use this definition to direct Justice40 investment benefits in the following areas:",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_1": {
|
|
||||||
"defaultMessage": "Climate",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_1"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_2": {
|
|
||||||
"defaultMessage": "Clean energy and energy efficiency",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_2"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_3": {
|
|
||||||
"defaultMessage": "Clean transit",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_3"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_4": {
|
|
||||||
"defaultMessage": "Affordable and sustainable housing",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_4"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_5": {
|
|
||||||
"defaultMessage": "Training and workforce development",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_5"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_6": {
|
|
||||||
"defaultMessage": "Remediation and reduction of legacy pollution",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_6"
|
|
||||||
},
|
|
||||||
"faqs.page.answers.Q9_P2_7": {
|
|
||||||
"defaultMessage": "Development of clean water and wastewater infrastructure",
|
|
||||||
"description": "Navigate to the FAQs page, this will be an answer, Q9_P2_7"
|
|
||||||
},
|
|
||||||
"faqs.page.coming.soon.text": {
|
"faqs.page.coming.soon.text": {
|
||||||
"defaultMessage": "Coming Soon!",
|
"defaultMessage": "Coming Soon!",
|
||||||
"description": "Navigate to the FAQs page, this will be the page coming soon text"
|
"description": "Navigate to the FAQs page, this will be the page coming soon text"
|
||||||
|
|
|
@ -378,91 +378,65 @@
|
||||||
"explore.map.page.under.map.note.on.tribal.nations.para.1": "Para respetar la soberanía tribal y el autogobierno y cumplir con las responsabilidades del fideicomiso federal y del tratado con las naciones tribales, las tierras dentro de los límites de las tribus reconocidas a nivel federal se designan como desfavorecidas en el mapa. Los pueblos nativos de Alaska se incluyen como ubicaciones puntuales que son más pequeñas que un distrito censal. Los límites de los distritos censales y las tierras de las tribus reconocidas a nivel federal son diferentes.",
|
"explore.map.page.under.map.note.on.tribal.nations.para.1": "Para respetar la soberanía tribal y el autogobierno y cumplir con las responsabilidades del fideicomiso federal y del tratado con las naciones tribales, las tierras dentro de los límites de las tribus reconocidas a nivel federal se designan como desfavorecidas en el mapa. Los pueblos nativos de Alaska se incluyen como ubicaciones puntuales que son más pequeñas que un distrito censal. Los límites de los distritos censales y las tierras de las tribus reconocidas a nivel federal son diferentes.",
|
||||||
"explore.map.page.under.map.note.on.tribal.nations.para.2": "Esta decisión se tomó tras una consulta significativa y sólida con las naciones tribales. Esto coincide con el <link1>Plan de acción</link1> para la consulta y coordinación con las naciones tribales del CEQ, el <link3>Memorando</link3> del presidente Biden sobre la Consulta de las naciones tribales y fortalecimiento de las consultas entre naciones, y la <link2>Orden ejecutiva 13175</link2> sobre Consulta y coordinación con los gobiernos de las tribus indias.",
|
"explore.map.page.under.map.note.on.tribal.nations.para.2": "Esta decisión se tomó tras una consulta significativa y sólida con las naciones tribales. Esto coincide con el <link1>Plan de acción</link1> para la consulta y coordinación con las naciones tribales del CEQ, el <link3>Memorando</link3> del presidente Biden sobre la Consulta de las naciones tribales y fortalecimiento de las consultas entre naciones, y la <link2>Orden ejecutiva 13175</link2> sobre Consulta y coordinación con los gobiernos de las tribus indias.",
|
||||||
"fab.survey.text": "Ayude a mejorar el sitio web y los datos",
|
"fab.survey.text": "Ayude a mejorar el sitio web y los datos",
|
||||||
"faqs.page.Q1": "P: ¿Qué es la Herramienta de evaluación de la justicia climática y económica (CEJST)?",
|
"faqs.page.Q1": "¿Qué es la Herramienta de evaluación de la justicia climática y económica (CEJST)?",
|
||||||
"faqs.page.Q10": "P: ¿Cómo se utilizará esta herramienta para fundamentar las decisiones relativas a las nuevas inversiones realizadas a través de la Ley Bipartidista de Infraestructuras y la Ley para la Reducción de la Inflación?",
|
"faqs.page.Q12": "¿En qué se diferencia la Herramienta de evaluación de la justicia climática y económica (CEJST) de otras herramientas federales de evaluación ambiental, como EJScreen?",
|
||||||
"faqs.page.Q11": "P: ¿Utilizarán las agencias la Herramienta de evaluación de la justicia climática y económica (CEJST) si ya han creado sus propias herramientas o criterios para identificar a las comunidades desfavorecidas?",
|
"faqs.page.Q13": "¿En qué se diferencia esta herramienta de las herramientas de evaluación estatales?",
|
||||||
"faqs.page.Q12": "P: ¿En qué se diferencia la Herramienta de evaluación de la justicia climática y económica (CEJST) de otras herramientas federales de evaluación ambiental, como EJScreen?",
|
"faqs.page.Q14": "¿Cómo se utilizaron las recomendaciones del Consejo Asesor de Justicia Ambiental de la Casa Blanca (WHEJAC, por sus siglas en inglés) para esta herramienta?",
|
||||||
"faqs.page.Q13": "P: ¿En qué se diferencia esta herramienta de las herramientas de evaluación estatales?",
|
"faqs.page.Q15": "¿Puede el público dar comentarios sobre esta herramienta?",
|
||||||
"faqs.page.Q14": "P: ¿Cómo se utilizaron las recomendaciones del Consejo Asesor de Justicia Ambiental de la Casa Blanca (WHEJAC, por sus siglas en inglés) para esta herramienta?",
|
"faqs.page.Q16": "¿Cuándo se lanzó la herramienta?",
|
||||||
"faqs.page.Q15": "P: ¿Puede el público dar comentarios sobre esta herramienta?",
|
"faqs.page.Q17": "¿Cuándo salió la versión oficial de la herramienta?",
|
||||||
"faqs.page.Q17": "P: ¿Cuándo salió la versión oficial de la herramienta?",
|
"faqs.page.Q19": "¿Qué archivos y documentación están disponibles en la herramienta?",
|
||||||
"faqs.page.Q18": " ¿Cómo actualiza al público el Consejo de Calidad del Medio Ambiente (CEQ) sobre la herramienta?",
|
"faqs.page.Q2": "¿Cómo identifica y define la herramienta a las comunidades?",
|
||||||
"faqs.page.Q19": "P: ¿Qué archivos y documentación están disponibles en la herramienta?",
|
"faqs.page.Q20": "¿Cómo funciona el archivo de forma de la herramienta?",
|
||||||
"faqs.page.Q2": "P: ¿Cómo identifica y define la herramienta a las comunidades?",
|
"faqs.page.Q21": "¿Por qué algunos distritos censales están en desventaja porque estaban en desventaja en la versión 1.0 de la herramienta?",
|
||||||
"faqs.page.Q20": "P: ¿Cómo funciona el archivo de forma de la herramienta?",
|
"faqs.page.Q22": "¿Por qué algunos distritos censales están en desventaja en ciertos territorios de EE. UU. porque solo alcanzan el umbral de bajos ingresos?",
|
||||||
"faqs.page.Q3": "P: ¿Se incluye la raza en la metodología de la herramienta?",
|
"faqs.page.Q3": "¿Se incluye la raza en la metodología de la herramienta?",
|
||||||
"faqs.page.Q4": "P: ¿Incluye la Herramienta de evaluación de la justicia climática y económica (CEJST) a los territorios de los Estados Unidos?",
|
"faqs.page.Q4": "¿Incluye la Herramienta de evaluación de la justicia climática y económica (CEJST) a los territorios de los Estados Unidos?",
|
||||||
"faqs.page.Q5": "P: ¿Incluye la herramienta a las naciones tribales?",
|
"faqs.page.Q5": "¿Incluye la herramienta a las naciones tribales?",
|
||||||
"faqs.page.Q6": "P: ¿Por qué algunas zonas del mapa tienen tonos diferentes?",
|
"faqs.page.Q6": "¿Por qué algunas zonas del mapa tienen tonos diferentes?",
|
||||||
"faqs.page.Q7": "P: ¿Por qué la herramienta tiene distritos censales \"parcialmente desfavorecidos\"?",
|
"faqs.page.Q7": "¿Por qué la herramienta tiene distritos censales \"parcialmente desfavorecidos\"?",
|
||||||
"faqs.page.Q8": "P: ¿Cómo se relaciona esta herramienta con la Iniciativa Justice40?",
|
"faqs.page.answers.Q12_P1": "La CEJST usa las lecciones aprendidas de la EJScreen de EPA. EJScreen es una herramienta para cartografiar y evaluar la justicia ambiental. EJScreen muestra información ambiental y demográfica, y combina esa información en índices.",
|
||||||
"faqs.page.Q9": "P: ¿Cómo utilizarán los organismos federales la Herramienta de evaluación de la justicia climática y económica (CEJST) para la Iniciativa Justice40?",
|
"faqs.page.answers.Q12_P2": "Sin embargo, el CEJST ayuda a identificar comunidades desfavorecidas geográficamente definidas que están marginadas por la falta de inversión y sobrecargadas por la contaminación.",
|
||||||
"faqs.page.answers.Q10": "A partir de legislación reciente e histórica, como la Ley Bipartidista de Infraestructuras y la Ley para la Reducción de la Inflación, se crearon nuevos programas o se destinaron fondos a programas ya existentes. Estas inversiones se incluyen en la Iniciativa Justice40 si cumplen con los criterios. Las agencias utilizarán la herramienta para ayudar a identificar a las comunidades desfavorecidas que recibirán el 40% de los beneficios globales de esos programas de Justice40.",
|
"faqs.page.answers.Q12_P3": "<link1>Este gráfico</link1> es útil para comprender en qué se diferencia la CEJST de algunas de las otras herramientas federales de evaluación ambiental.",
|
||||||
"faqs.page.answers.Q11": "El Consejo sobre la Calidad del Medio Ambiente (CEQ), la Oficina de Gestión y Presupuesto (OMB) y la Oficina de Política Climática (CPO) publicaron el 20 de julio de 2021 las Directrices provisionales para la ejecución de la Iniciativa Justice40. En estas se ordenaba a las agencias que crearan definiciones provisionales de las comunidades desfavorecidas. Las agencias utilizaron sus definiciones provisionales durante la fase beta de la herramienta. Las agencias pasarán ahora a utilizar la versión 1.0 de la herramienta para identificar geográficamente a las comunidades desfavorecidas.",
|
|
||||||
"faqs.page.answers.Q12_P1": "La CEJST usa las lecciones aprendidas de la EJScreen de EPA. EJScreen es una herramienta para cartografiar y evaluar la justicia ambiental. EJScreen muestra información ambiental y demográfica, y combina esa información en índices. La EPA, los organismos federales y los gobiernos estatales y locales seguirán utilizando EJScreen para comprender y analizar las cuestiones ambientales y de justicia ambiental. Por ejemplo, la EPA utiliza <link1> EJScreen </link1> para:",
|
|
||||||
"faqs.page.answers.Q12_P1_1": "Informar sobre las prácticas de divulgación y participación",
|
|
||||||
"faqs.page.answers.Q12_P1_2": "Ejecutar aspectos de los siguientes programas:",
|
|
||||||
"faqs.page.answers.Q12_P1_2_1": "Programas de permisos",
|
|
||||||
"faqs.page.answers.Q12_P1_2_2": "Programas de aplicación",
|
|
||||||
"faqs.page.answers.Q12_P1_2_3": "Programas de cumplimiento",
|
|
||||||
"faqs.page.answers.Q12_P1_2_4": "Programas voluntarios",
|
|
||||||
"faqs.page.answers.Q12_P1_3": "Elaborar informes retrospectivos del trabajo de la EPA",
|
|
||||||
"faqs.page.answers.Q12_P1_4": "Mejorar las iniciativas de base geográfica",
|
|
||||||
"faqs.page.answers.Q12_P2": "Sin embargo, la EPA no utiliza EJScreen para identificar o etiquetar una zona como \"comunidad de justicia ambiental\" ni como fundamento único base para la toma de decisiones de la agencia.",
|
|
||||||
"faqs.page.answers.Q12_P3": "Por el contrario, la CEJST ayudará a los organismos federales a identificar a las comunidades desfavorecidas que se beneficiarán de los programas incluidos en la Iniciativa Justice40.",
|
|
||||||
"faqs.page.answers.Q12_P4": "<link1>Este gráfico</link1> es útil para comprender en qué se diferencia la CEJST de algunas de las otras herramientas federales de evaluación ambiental.",
|
|
||||||
"faqs.page.answers.Q13_P1": "Varios estados disponen de herramientas de evaluación de la justicia ambiental. CalEnviroScreen es una herramienta de detección de la justicia ambiental para California. Otros estados, como Nueva York y Michigan, también disponen de herramientas de detección. La Herramienta de evaluación de la justicia climática y económica (CEJST) incorpora las lecciones aprendidas de estos esfuerzos.",
|
"faqs.page.answers.Q13_P1": "Varios estados disponen de herramientas de evaluación de la justicia ambiental. CalEnviroScreen es una herramienta de detección de la justicia ambiental para California. Otros estados, como Nueva York y Michigan, también disponen de herramientas de detección. La Herramienta de evaluación de la justicia climática y económica (CEJST) incorpora las lecciones aprendidas de estos esfuerzos.",
|
||||||
"faqs.page.answers.Q13_P2": "Existe una diferencia importante entre las herramientas estatales y la CEJST. Las herramientas estatales utilizan datos que quizás no estén disponibles para otros estados. La CEJST sólo utiliza datos que son compatibles a nivel nacional y están a disposición del público.",
|
"faqs.page.answers.Q13_P2": "Existe una diferencia importante entre las herramientas estatales y la CEJST. Las herramientas estatales utilizan datos que quizás no estén disponibles para otros estados. La CEJST sólo utiliza datos que son compatibles a nivel nacional y están a disposición del público.",
|
||||||
"faqs.page.answers.Q14": "El WHEJAC proporcionó recomendaciones sobre la Herramienta de evaluación de la justicia climática y económica (CEJST). La CEJST sigue muchas de estas recomendaciones",
|
"faqs.page.answers.Q14": "El WHEJAC proporcionó <link1>recomendaciones</link1> sobre la Herramienta de evaluación de la justicia climática y económica (CEJST). Las versiones 1.0 y 2.0 de CEJST incluyen componentes que se basaron en muchas de estas recomendaciones.",
|
||||||
"faqs.page.answers.Q15_P1": "Sí El sitio web de la CEJST tiene varias formas para proporcionar comentarios sobre la herramienta.",
|
"faqs.page.answers.Q15_P1": "Sí El sitio web de la CEJST tiene varias formas para proporcionar comentarios sobre la herramienta.",
|
||||||
"faqs.page.answers.Q15_P1_1": "El público encontrará distritos censales conocidos y enviará comentarios sobre esos distritos censales. Esos comentarios se utilizan para \"validar\" la herramienta. Esto ayuda a que la herramienta refleje mejor la realidad de las comunidades.",
|
"faqs.page.answers.Q15_P1_1": "El público encontrará distritos censales conocidos y enviará comentarios sobre esos distritos censales. Esos comentarios se utilizan para \"validar\" la herramienta. Esto ayuda a que la herramienta refleje mejor la realidad de las comunidades.",
|
||||||
"faqs.page.answers.Q15_P1_2": "El público también puede presentar <link1>fuentes de datos</link1> o ideas para su consideración.",
|
"faqs.page.answers.Q15_P1_2": "El público también puede presentar <link1>fuentes de datos</link1> o ideas para su consideración.",
|
||||||
"faqs.page.answers.Q15_P1_3": "El público también puede realizar una <link1>encuesta breve</link1> para ayudar a mejorar la experiencia de uso de la herramienta.",
|
"faqs.page.answers.Q15_P1_3": "El público también puede realizar una <link1>encuesta breve</link1> para ayudar a mejorar la experiencia de uso de la herramienta.",
|
||||||
"faqs.page.answers.Q15_P1_4": "El público también puede enviar un correo electrónico a {general_email_address}",
|
"faqs.page.answers.Q15_P1_4": "El público también puede enviar un correo electrónico a {general_email_address}",
|
||||||
"faqs.page.answers.Q16": "Sí El CEQ tiene previsto publicar una solicitud de información (RFI) sobre la versión 1.0 de la CEJST en 2023. Los comentarios que se reciban en esa RFI servirán de base para la versión 2.0 de la herramienta.",
|
"faqs.page.answers.Q16_P1": "CEQ lanzó una versión beta (o borrador) del CEJST en febrero de 2022 con el apoyo del Servicio Digital de EE. UU. (USDS) y en colaboración con otras agencias y departamentos federales. El CEJST se lanzó en una versión beta para buscar <link1>comentarios</link1> de agencias federales, naciones tribales, gobiernos estatales y locales, miembros del Congreso, partes interesadas en la justicia ambiental y el público. El período de comentarios públicos de 90 días fue <link2>cerrado</link2> el 25 de mayo de 2022. CEQ y el USDS organizaron varios <link3>entrenamientos públicos</link3> sobre la versión beta del CEJST. Todos estos comentarios sobre la versión beta del CEJST ayudaron a informar el lanzamiento de la versión 1.0 del CEJST.",
|
||||||
"faqs.page.answers.Q17_P1": "La herramienta ya se considera oficial porque los organismos federales ya pueden utilizar la versión 1.0 de la Herramienta de evaluación de la justicia climática y económica (CEJST) para ayudar a identificar a las comunidades desfavorecidas. La versión 1.0 se publicó en <link1>noviembre de 2022</link1>. La herramienta ya no está en fase beta.",
|
"faqs.page.answers.Q16_P2": "La versión 1.0 se lanzó en <link1>{version1Release}</link1>. La versión actual, la versión {currentVersion}, se publicó en {currentVersionRelease}.",
|
||||||
"faqs.page.answers.Q17_P2": "La herramienta se perfeccionará con el tiempo. El Consejo sobre la Calidad del Medio Ambiente (CEQ) actualizará la herramienta cada año basándose en los comentarios del público, la investigación y la disponibilidad de nuevos datos.",
|
|
||||||
"faqs.page.answers.Q18": "<link1>Inscríbase</link1> para recibir actualizaciones sobre la Herramienta de evaluación de la justicia climática y económica (CEJST) y otras noticias sobre justicia ambiental de CEQ.",
|
"faqs.page.answers.Q18": "<link1>Inscríbase</link1> para recibir actualizaciones sobre la Herramienta de evaluación de la justicia climática y económica (CEJST) y otras noticias sobre justicia ambiental de CEQ.",
|
||||||
"faqs.page.answers.Q19": "La Herramienta de evaluación de la justicia climática y económica (CEJST) dispone de <link1>descargas</link1>. Las planillas de cálculo (.xlxs) y (.csv) contienen definiciones y datos de la herramienta. Estos datos pueden utilizarse para el análisis. Los archivos de forma y geojson pueden cargarse en otros programas cartográficos como Esri. Las descargas incluyen información sobre cómo utilizar los archivos.",
|
"faqs.page.answers.Q19": "La Herramienta de evaluación de la justicia climática y económica (CEJST) dispone de <link1>descargas</link1>. Las planillas de cálculo (.xlxs) y (.csv) contienen definiciones y datos de la herramienta. Estos datos pueden utilizarse para el análisis. Los archivos de forma y GeoJSON pueden cargarse en otros programas cartográficos como Esri. Las descargas incluyen información sobre cómo utilizar los archivos. La información de versiones anteriores de la herramienta está disponible en la página <link2>versiones anteriores</link2>.",
|
||||||
"faqs.page.answers.Q1_P1": "La CEJST es un componente esencial del compromiso histórico del gobierno del presidente Biden y la vicepresidenta Harris para propiciar la justicia ambiental. En la <link1>Orden ejecutiva 14008</link1> para Hacer frente a la crisis climática en el país y en el extranjero, el presidente Biden impartió instrucciones al Consejo sobre la Calidad del Medio Ambiente (CEQ) para crear una herramienta de localización geoespacial a fin de identificar comunidades desfavorecidas que enfrentan cargas. La herramienta cuenta con un mapa interactivo y utiliza conjuntos de datos que son indicadores de las cargas.",
|
"faqs.page.answers.Q1_P1": "El CEJST es una herramienta de mapeo geoespacial que identifica comunidades desfavorecidas que enfrentan cargas. La herramienta tiene un mapa interactivo y utiliza conjuntos de datos que son indicadores de cargas.",
|
||||||
"faqs.page.answers.Q1_P2": "Los organismos federales utilizarán la herramienta para la Iniciativa Justice40. Les ayudará a identificar las comunidades desfavorecidas que deben recibir el 40% de los beneficios globales de los programas incluidos en la Iniciativa Justice40. La Iniciativa Justice40 pretende que las comunidades desfavorecidas reciban el 40% de los beneficios globales en materia de clima, energía no contaminante y otros ámbitos relacionados.",
|
"faqs.page.answers.Q1_P2": "El público puede encontrar comunidades de interés y proporcionar comentarios al respecto. Estos comentarios se usarán para mejorar la herramienta.",
|
||||||
"faqs.page.answers.Q1_P3": "Otros enlaces útiles para los organismos federales son:",
|
|
||||||
"faqs.page.answers.Q1_P3_1": "<link1es>Memorándum</link1es> sobre el uso del CEJST para la Iniciativa Justice40.",
|
|
||||||
"faqs.page.answers.Q1_P3_2": "<link1es>Instrucciones</link1es> para los organismos federales sobre el uso de la CEJST.",
|
|
||||||
"faqs.page.answers.Q1_P4": "El público puede encontrar comunidades de interés y proporcionar comentarios al respecto. Estos comentarios se usarán para mejorar la herramienta.",
|
|
||||||
"faqs.page.answers.Q20_P1": "Los archivos de forma pueden cargarse en otros programas cartográficos como Esri.",
|
"faqs.page.answers.Q20_P1": "Los archivos de forma pueden cargarse en otros programas cartográficos como Esri.",
|
||||||
"faqs.page.answers.Q20_P2": "El formato <link1>archivo de forma</link1> es <link2>un formato de datos vectoriales geoespaciales</link2> para software de sistema de información geográfica (SIG). Puede cargarse en cualquier software que funcione con Esri, ArcGIS o cualquier otro software compatible con SIG. Puede optar por descargar los datos en este formato para poder cargar los datos de la Herramienta de evaluación de la justicia climática y económica (CEJST) en otras herramientas y utilizarlas para combinar los datos de la CEJST con otros conjuntos de datos y fuentes.",
|
"faqs.page.answers.Q20_P2": "El formato <link1>archivo de forma</link1> es <link2>un formato de datos vectoriales geoespaciales</link2> para software de sistema de información geográfica (SIG). Puede cargarse en cualquier software que funcione con Esri, ArcGIS o cualquier otro software compatible con SIG. Puede optar por descargar los datos en este formato para poder cargar los datos de la Herramienta de evaluación de la justicia climática y económica (CEJST) en otras herramientas y utilizarlas para combinar los datos de la CEJST con otros conjuntos de datos y fuentes.",
|
||||||
"faqs.page.answers.Q2_P1": "<link1>La Orden ejecutiva 14008</link1> reconoce que algunas comunidades están en desventaja porque se enfrentan a cargas. La CEJST utiliza conjuntos de datos que son indicadores de cargas. Estas cargas están relacionadas con el cambio climático y el medio ambiente. También están relacionadas con la salud y la falta de oportunidades económicas.",
|
"faqs.page.answers.Q21": "Estos distritos censales que han sido \"protegidos\" durante al menos dos años. Esto ayuda a reducir las interrupciones y respaldar una transición fluida para las agencias, los solicitantes y el público a medida que se lanzan nuevas versiones de la herramienta. Las <link1>instrucciones</link1> de la herramienta tienen más información sobre la protección por tiempo limitado.",
|
||||||
"faqs.page.answers.Q2_P2": "La herramienta destaca las comunidades desfavorecidas de los 50 estados, el Distrito de Columbia y los territorios estadounidenses. Las comunidades se consideran desfavorecidas:",
|
"faqs.page.answers.Q22": "Debido a que algunos conjuntos de datos consistentes a nivel nacional sobre indicadores de carga ambiental utilizados en la herramienta no incluyen actualmente datos de ciertos territorios de EE. UU., los distritos censales en estos territorios se consideran desfavorecidas si alcanzan el umbral de bajos ingresos.",
|
||||||
|
"faqs.page.answers.Q2_P1": "El CEJST utiliza conjuntos de datos que son indicadores de la carga relacionada con el cambio climático y el medio ambiente para evaluar las comunidades que se encuentran en desventaja por estas cargas. También están relacionados con la salud y la falta de oportunidades económicas.",
|
||||||
|
"faqs.page.answers.Q2_P2": "La herramienta destaca las comunidades desfavorecidas de los 50 estados, el Distrito de Columbia y los territorios estadounidenses. Las comunidades se muestran en el mapa como desfavorecidas:",
|
||||||
"faqs.page.answers.Q2_P2_1": "Si se encuentran en un distrito censal que cumple con los umbrales de al menos una de las categorías de carga de la herramienta, o",
|
"faqs.page.answers.Q2_P2_1": "Si se encuentran en un distrito censal que cumple con los umbrales de al menos una de las categorías de carga de la herramienta, o",
|
||||||
"faqs.page.answers.Q2_P2_2": "Si están en tierras dentro de los límites de las tribus reconocidas a nivel federal.",
|
"faqs.page.answers.Q2_P2_2": "Si están en tierras dentro de los límites de las tribus reconocidas a nivel federal.",
|
||||||
"faqs.page.answers.Q2_P3": "No se pueden mostrar todas las comunidades desfavorecidas en el mapa. Algunas comunidades no viven en un solo lugar. Las Directrices provisionales para la ejecución de la Iniciativa Justice40 también ordena a los organismos federales que tengan en cuenta a las comunidades geográficamente dispersas a la hora de aplicar los programas incluidos en la Iniciativa Justice40.",
|
"faqs.page.answers.Q2_P3": "No todas las comunidades desfavorecidas se pueden mostrar en el mapa. El mapa muestra la ubicación de los puntos de las aldeas nativas de Alaska y las tribus sin tierra reconocidas federalmente en los 48 estados contiguos. Algunas comunidades no viven en un solo lugar. Esta herramienta se centra en identificar comunidades que pueden definirse geográficamente.",
|
||||||
"faqs.page.answers.Q2_P4": "La herramienta usa distritos censales. Estos distritos censales son pequeñas unidades geográficas. Los límites de los distritos censales para <link1>áreas con fines estadísticos</link1> son determinados por la Oficina del Censo de los EE. UU. cada diez años. La herramienta utiliza los límites de los distritos censales de 2010. Se escogió principalmente porque muchas de las fuentes de datos de la herramienta usan los límites de dicho censo en la actualidad.",
|
"faqs.page.answers.Q2_P4": "La herramienta usa distritos censales. Estos distritos censales son pequeñas unidades geográficas. Los límites de los distritos censales para <link1>áreas con fines estadísticos</link1> son determinados por la Oficina del Censo de los EE. UU. cada diez años. La herramienta utiliza los límites de los distritos censales de 2010. Los distritos censales que fueron identificadas como desfavorecidos en la versión 1.0 de la herramienta siguen estando en desventaja en la versión 2.0 de la herramienta.",
|
||||||
|
"faqs.page.answers.Q2_P5": "Debido a la limitada disponibilidad de datos, las zonas de Samoa Americana, Guam, las Islas Marianas del Norte y las Islas Vírgenes de los Estados Unidos se consideran desfavorecidas si solo alcanzan el umbral de bajos ingresos.",
|
||||||
"faqs.page.answers.Q3_P1": "No. La Herramienta de evaluación de la justicia climática y económica (CEJST) no utiliza datos demográficos raciales en su metodología. La versión actual de la herramienta muestra datos sobre raza y edad sólo para proporcionar información cuando se selecciona un distrito censal.",
|
"faqs.page.answers.Q3_P1": "No. La Herramienta de evaluación de la justicia climática y económica (CEJST) no utiliza datos demográficos raciales en su metodología. La versión actual de la herramienta muestra datos sobre raza y edad sólo para proporcionar información cuando se selecciona un distrito censal.",
|
||||||
"faqs.page.answers.Q3_P2": "Las comunidades de color sufren de forma desproporcionada las cargas ambientales y sanitarias, conforme se ha documentado ampliamente. Debido a décadas de inversiones insuficientes, también se enfrentan a mayores riesgos derivados del cambio climático.",
|
"faqs.page.answers.Q3_P2": "Las comunidades de color sufren de forma desproporcionada las cargas ambientales y sanitarias, conforme se ha documentado ampliamente. Debido a décadas de inversiones insuficientes, también se enfrentan a mayores riesgos derivados del cambio climático.",
|
||||||
"faqs.page.answers.Q3_P3": "Aunque la CEJST no utiliza la raza en su metodología, la herramienta crea un mapa que intenta reflejar las cargas y realidades concretas a las que se enfrentan las comunidades desfavorecidas. La herramienta muestra las comunidades que tienen cargas ambientales y se enfrentan a injusticias.",
|
"faqs.page.answers.Q3_P3": "Aunque la CEJST no utiliza la raza en su metodología, la herramienta crea un mapa que intenta reflejar las cargas y realidades concretas a las que se enfrentan las comunidades desfavorecidas. La herramienta muestra las comunidades que tienen cargas ambientales y se enfrentan a injusticias.",
|
||||||
"faqs.page.answers.Q4_P1": "Sí, la versión 1.0 de la CEJST tiene algunos datos para todos los territorios, pero no todos los datos están disponibles o se utilizan para todos los territorios de Estados Unidos.",
|
"faqs.page.answers.Q4_P1": "Sí, la versión 1.0 de la CEJST tiene algunos datos para todos los territorios, pero no todos los datos están disponibles o se utilizan para todos los territorios de Estados Unidos.",
|
||||||
"faqs.page.answers.Q4_P2": "<boldtag>Puerto Rico:</boldtag> Los datos utilizados para Puerto Rico proceden de todos los campos pertinentes y disponibles en las categorías de energía, vivienda, contaminación heredada, transporte y formación de la fuerza laboral. Se utilizan los siguientes datos: riesgo previsto de inundaciones, costo de la energía, falta de plomería, pintura con plomo, costo de la vivienda, proximidad a instalaciones de residuos peligrosos, proximidad a sitios del Superfund o de la Lista Nacional de Prioridades (NPL), proximidad a instalaciones del Plan de Manejo de Riesgos (RMP), exposición a partículas diésel, proximidad al tráfico y volumen de este, tanques de almacenamiento subterráneo y descargas, vertimiento de aguas residuales, pobreza, desempleo y educación secundaria o preparatoria. Se eliminó el aislamiento lingüístico para Puerto Rico basándose en los comentarios recibidos durante el periodo beta.",
|
"faqs.page.answers.Q4_P2": "<boldtag>Puerto Rico:</boldtag> Los datos utilizados para Puerto Rico proceden de todos los campos pertinentes y disponibles en las categorías de energía, vivienda, contaminación heredada, transporte y formación de la fuerza laboral. Se utilizan los siguientes datos: riesgo previsto de inundaciones, costo de la energía, falta de plomería, pintura con plomo, costo de la vivienda, proximidad a instalaciones de residuos peligrosos, proximidad a sitios del Superfund o de la Lista Nacional de Prioridades (NPL), proximidad a instalaciones del Plan de Manejo de Riesgos (RMP), exposición a partículas diésel, proximidad al tráfico y volumen de este, tanques de almacenamiento subterráneo y descargas, vertimiento de aguas residuales, pobreza, desempleo y educación secundaria o preparatoria. Se eliminó el aislamiento lingüístico para Puerto Rico basándose en los comentarios recibidos durante el periodo beta.",
|
||||||
"faqs.page.answers.Q4_P3": "<boldtag>Samoa estadounidense, Guam, las Islas Marianas del Norte y las Islas Vírgenes de los Estados Unidos.</boldtag> Para estos territorios de los Estados Unidos, la herramienta utiliza los siguientes datos: desempleo, pobreza, ingresos medios bajos y educación secundaria o preparatoria. Estas cargas están en la categoría de formación de la fuerza laboral.",
|
"faqs.page.answers.Q4_P3": "<boldtag>Samoa estadounidense, Guam, las Islas Marianas del Norte y las Islas Vírgenes de los Estados Unidos.</boldtag> Para estos territorios de los Estados Unidos, la herramienta utiliza los siguientes datos: desempleo, pobreza, ingresos medios bajos y educación secundaria o preparatoria. Estas cargas están en la categoría de formación de la fuerza laboral. Debido a la disponibilidad limitada de datos, las zonas en estos territorios de EE. UU. se consideran desfavorecidas si solo cumplen con los ingresos bajos.",
|
||||||
"faqs.page.answers.Q5_P1": "Para respetar la soberanía tribal y el autogobierno y cumplir con las responsabilidades del fideicomiso federal y del tratado con las naciones tribales, las tierras dentro de los límites de las tribus reconocidas a nivel federal se resaltan como desfavorecidas en el mapa. Los pueblos nativos de Alaska se incluyen como ubicaciones puntuales que son más pequeñas que los distritos censales Los límites de los distritos censales y las tierras de las tribus reconocidas a nivel federal son diferentes.",
|
"faqs.page.answers.Q5_P1": "Para respetar la soberanía tribal y el autogobierno y cumplir con las responsabilidades del fideicomiso federal y del tratado con las naciones tribales, las tierras dentro de los límites de las tribus reconocidas a nivel federal se resaltan como desfavorecidas en el mapa. Los pueblos nativos de Alaska se incluyen como ubicaciones puntuales que son más pequeñas que los distritos censales Los límites de los distritos censales y las tierras de las tribus reconocidas a nivel federal son diferentes.",
|
||||||
"faqs.page.answers.Q5_P2": "Las tribus reconocidas a nivel federal son las reconocidas por la Oficina de Asuntos Indígenas de los Estados Unidos en el <link1>aviso anual</link1> que publica en el Registro Federal:",
|
"faqs.page.answers.Q5_P2": "Las tribus reconocidas a nivel federal son las reconocidas por la Oficina de Asuntos Indígenas de los Estados Unidos en el <link1>aviso anual</link1> que publica en el Registro Federal:",
|
||||||
"faqs.page.answers.Q5_P2_1": "Esta decisión se tomó tras una consulta significativa y sólida con las naciones tribales. Este enfoque coincide con el <link1>Plan de acción para la consulta y coordinación con las naciones tribales del CEQ</link1>, <link3>el Memorando del presidente Biden sobre la Consulta de las naciones tribales y fortalecimiento de las consultas entre naciones</link3>, y la <link2>Orden ejecutiva 13175 sobre Consulta y coordinación con los gobiernos de las tribus indias</link2>.",
|
"faqs.page.answers.Q5_P2_1": "Esta decisión se tomó tras una consulta significativa y sólida con las naciones tribales. Este enfoque coincide con el <link1>Plan de acción para la consulta y coordinación con las naciones tribales del CEQ</link1>, <link3>el Memorando sobre la Consulta de las naciones tribales y fortalecimiento de las consultas entre naciones</link3>, y la <link2>Orden ejecutiva 13175 sobre Consulta y coordinación con los gobiernos de las tribus indias</link2>.",
|
||||||
"faqs.page.answers.Q6_P1": "Algunos distritos censales que contienen tierras dentro de los límites de tribus reconocidas a nivel federal también se consideran desfavorecidas porque cumplen los umbrales de carga para al menos una de las categorías de la herramienta. Cuando esto ocurre, las zonas aparecen más oscuras en el mapa de la herramienta.",
|
"faqs.page.answers.Q6_P1": "Algunos distritos censales que contienen tierras dentro de los límites de tribus reconocidas a nivel federal también se consideran desfavorecidas porque cumplen los umbrales de carga para al menos una de las categorías de la herramienta. Cuando esto ocurre, las zonas aparecen más oscuras en el mapa de la herramienta.",
|
||||||
"faqs.page.answers.Q6_P2": ": Distritos censales desfavorecidos (cumple la metodología del umbral O contiene tierras de las tribus)",
|
"faqs.page.answers.Q6_P2": ": Distritos censales desfavorecidos (cumple la metodología del umbral O contiene tierras de las tribus)",
|
||||||
"faqs.page.answers.Q6_P3": ": Distritos censales desfavorecidos y tierras dentro de los límites de tribus reconocidas a nivel federal (cumple la metodología de umbral Y contiene tierras de las tribus)",
|
"faqs.page.answers.Q6_P3": ": Distritos censales desfavorecidos y tierras dentro de los límites de tribus reconocidas a nivel federal (cumple la metodología de umbral Y contiene tierras de las tribus)",
|
||||||
"faqs.page.answers.Q6_P4": "Cualquier zona que aparezca resaltada se considera desfavorecida, independientemente de que sea un tono claro u oscuro. La herramienta mostrará si todo un distrito censal se considera desfavorecido o sólo las partes que se encuentran dentro de los límites de las tribus reconocidas a nivel federal.",
|
"faqs.page.answers.Q6_P4": "Cualquier zona que aparezca resaltada se considera desfavorecida, independientemente de que sea un tono claro u oscuro. La herramienta mostrará si todo un distrito censal se considera desfavorecido o sólo las partes que se encuentran dentro de los límites de las tribus reconocidas a nivel federal.",
|
||||||
"faqs.page.answers.Q7": "Un distrito censal que no cumple con ninguno de los umbrales de carga de la herramienta no suele considerarse una comunidad desfavorecida. Sin embargo, si dicho distrito censal contiene tierras dentro de los límites de las tribus reconocidas a nivel federal, entonces las partes de dicho distrito que contienen las tierras de las tribus se consideran desfavorecidas. La herramienta mostrará este tipo de distrito censal como \"parcialmente desfavorecido\".",
|
"faqs.page.answers.Q7": "Un distrito censal que no cumple con ninguno de los umbrales de carga de la herramienta no suele considerarse una comunidad desfavorecida. Sin embargo, si dicho distrito censal contiene tierras dentro de los límites de las tribus reconocidas a nivel federal, entonces las partes de dicho distrito que contienen las tierras de las tribus se consideran desfavorecidas. La herramienta mostrará este tipo de distrito censal como \"parcialmente desfavorecido\".",
|
||||||
"faqs.page.answers.Q8_P1": "La administración Biden está impulsando la justicia ambiental en todo el gobierno. La Iniciativa Justice40 es una parte fundamental de este esfuerzo. La Iniciativa Justice40 pretende hacer llegar a las comunidades desfavorecidas el 40% de los beneficios globales de las inversiones en clima, energía no contaminante y otras inversiones relacionadas.",
|
|
||||||
"faqs.page.answers.Q8_P2": "La CEJST desempeñará un papel importante en la Iniciativa Justice40. Ayudará a proporcionar una definición única y coherente de las comunidades desfavorecidas para los programas incluidos en la Iniciativa Justice40.",
|
|
||||||
"faqs.page.answers.Q9_P1": "Los organismos federales utilizarán la herramienta para ayudar a identificar a las comunidades desfavorecidas que se beneficiarán de los programas incluidos en la Iniciativa Justice40. La Iniciativa Justice40 pretende hacer llegar el 40% de los beneficios globales de ciertas inversiones relacionadas a las comunidades desfavorecidas.",
|
|
||||||
"faqs.page.answers.Q9_P2": "Los organismos federales utilizarán esta definición para destinar los beneficios de la inversión de Justice40 en las siguientes áreas:",
|
|
||||||
"faqs.page.answers.Q9_P2_1": "Clima",
|
|
||||||
"faqs.page.answers.Q9_P2_2": "Energía no contaminante y eficiencia energética",
|
|
||||||
"faqs.page.answers.Q9_P2_3": "Transporte no contaminante",
|
|
||||||
"faqs.page.answers.Q9_P2_4": "Vivienda sostenible y asequible",
|
|
||||||
"faqs.page.answers.Q9_P2_5": "Capacitación y formación de la fuerza laboral",
|
|
||||||
"faqs.page.answers.Q9_P2_6": "Reducción y remediación de contaminación heredada",
|
|
||||||
"faqs.page.answers.Q9_P2_7": "Desarrollo de infraestructura para agua no contaminada y aguas residuales",
|
|
||||||
"faqs.page.coming.soon.text": "¡Próximamente!",
|
"faqs.page.coming.soon.text": "¡Próximamente!",
|
||||||
"faqs.page.title.text": "Preguntas frecuentes",
|
"faqs.page.title.text": "Preguntas frecuentes",
|
||||||
"indicator.categories.afford.house.title": "Vivienda",
|
"indicator.categories.afford.house.title": "Vivienda",
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
import * as React from 'react';
|
|
||||||
import {Accordion, Grid} from '@trussworks/react-uswds';
|
import {Accordion, Grid} from '@trussworks/react-uswds';
|
||||||
import {AccordionItemProps} from '@trussworks/react-uswds/lib/components/Accordion/Accordion';
|
import {AccordionItemProps} from '@trussworks/react-uswds/lib/components/Accordion/Accordion';
|
||||||
import {useIntl} from 'gatsby-plugin-intl';
|
import {useIntl} from 'gatsby-plugin-intl';
|
||||||
|
import * as React from 'react';
|
||||||
import {useWindowSize} from 'react-use';
|
import {useWindowSize} from 'react-use';
|
||||||
|
|
||||||
|
import DatasetsButton from '../components/DatasetsButton';
|
||||||
import J40MainGridContainer from '../components/J40MainGridContainer';
|
import J40MainGridContainer from '../components/J40MainGridContainer';
|
||||||
import Layout from '../components/layout';
|
import Layout from '../components/layout';
|
||||||
import DatasetsButton from '../components/DatasetsButton';
|
|
||||||
import SubPageNav from '../components/SubPageNav';
|
import SubPageNav from '../components/SubPageNav';
|
||||||
|
|
||||||
import {USWDS_BREAKPOINTS, DATA_SURVEY_LINKS} from '../data/constants';
|
import {DATA_SURVEY_LINKS, PAGES_ENDPOINTS, USWDS_BREAKPOINTS} from '../data/constants';
|
||||||
import * as FAQS_COPY from '../data/copy/faqs';
|
|
||||||
import {PAGES_ENDPOINTS} from '../data/constants';
|
|
||||||
import {SIDE_PANEL_INIT_STATE_ICON_ALT_TEXT} from '../data/copy/explore';
|
import {SIDE_PANEL_INIT_STATE_ICON_ALT_TEXT} from '../data/copy/explore';
|
||||||
|
import * as FAQS_COPY from '../data/copy/faqs';
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import censusDotIcon from '../images/sidePanelIcons/census-tract.svg';
|
import censusDotIcon from '../images/sidePanelIcons/census-tract.svg';
|
||||||
|
@ -47,12 +46,6 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
<>
|
<>
|
||||||
<p key={1}>{FAQS_COPY.FAQ_ANSWERS.Q1_P1}</p>
|
<p key={1}>{FAQS_COPY.FAQ_ANSWERS.Q1_P1}</p>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q1_P2}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q1_P2}</p>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q1_P3}</p>
|
|
||||||
<ul>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q1_P3_1}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q1_P3_2}</li>
|
|
||||||
</ul>
|
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q1_P4}</p>
|
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -65,6 +58,7 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
</ul>
|
</ul>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q2_P3}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q2_P3}</p>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q2_P4}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q2_P4}</p>
|
||||||
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q2_P5}</p>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -115,55 +109,11 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
<p key={7}>{FAQS_COPY.FAQ_ANSWERS.Q7}</p>
|
<p key={7}>{FAQS_COPY.FAQ_ANSWERS.Q7}</p>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
(
|
|
||||||
<>
|
|
||||||
<p key={8}>{FAQS_COPY.FAQ_ANSWERS.Q8_P1}</p>
|
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q8_P2}</p>
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
(
|
|
||||||
<>
|
|
||||||
<p key={9}>{FAQS_COPY.FAQ_ANSWERS.Q9_P1}</p>
|
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q9_P2}</p>
|
|
||||||
<ul>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_1}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_2}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_3}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_4}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_5}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_6}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q9_P2_7}</li>
|
|
||||||
</ul>
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
(
|
|
||||||
<>
|
|
||||||
<p key={10}>{FAQS_COPY.FAQ_ANSWERS.Q10}</p>
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
(
|
|
||||||
<>
|
|
||||||
<p key={11}>{FAQS_COPY.FAQ_ANSWERS.Q11}</p>
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
(
|
(
|
||||||
<>
|
<>
|
||||||
<p key={12}>{FAQS_COPY.FAQ_ANSWERS.Q12_P1}</p>
|
<p key={12}>{FAQS_COPY.FAQ_ANSWERS.Q12_P1}</p>
|
||||||
<ul>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_1}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_2}</li>
|
|
||||||
<ul>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_2_1}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_2_2}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_2_3}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_2_4}</li>
|
|
||||||
</ul>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_3}</li>
|
|
||||||
<li>{FAQS_COPY.FAQ_ANSWERS.Q12_P1_4}</li>
|
|
||||||
</ul>
|
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q12_P2}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q12_P2}</p>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q12_P3}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q12_P3}</p>
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q12_P4}</p>
|
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -190,13 +140,8 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
<>
|
<>
|
||||||
<p key={16}>{FAQS_COPY.FAQ_ANSWERS.Q16}</p>
|
<p key={16}>{FAQS_COPY.FAQ_ANSWERS.Q16_P1}</p>
|
||||||
</>
|
<p key={16}>{FAQS_COPY.FAQ_ANSWERS.Q16_P2}</p>
|
||||||
),
|
|
||||||
(
|
|
||||||
<>
|
|
||||||
<p key={17}>{FAQS_COPY.FAQ_ANSWERS.Q17_P1}</p>
|
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q17_P2}</p>
|
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -215,6 +160,16 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
<p>{FAQS_COPY.FAQ_ANSWERS.Q20_P2}</p>
|
<p>{FAQS_COPY.FAQ_ANSWERS.Q20_P2}</p>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
<>
|
||||||
|
<p key={21}>{FAQS_COPY.FAQ_ANSWERS.Q21}</p>
|
||||||
|
</>
|
||||||
|
),
|
||||||
|
(
|
||||||
|
<>
|
||||||
|
<p key={22}>{FAQS_COPY.FAQ_ANSWERS.Q22}</p>
|
||||||
|
</>
|
||||||
|
),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -227,6 +182,7 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
||||||
content: ANSWERS[questionNum],
|
content: ANSWERS[questionNum],
|
||||||
expanded: false,
|
expanded: false,
|
||||||
headingLevel: 'h2',
|
headingLevel: 'h2',
|
||||||
|
className: '-faq',
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -660,14 +660,14 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The tool's data is available for
|
The tool’s data is available for
|
||||||
<a
|
<a
|
||||||
class="usa-link"
|
class="usa-link"
|
||||||
href="/en/downloads"
|
href="/en/downloads"
|
||||||
>
|
>
|
||||||
download
|
download
|
||||||
</a>
|
</a>
|
||||||
. This data can be used to filter by state or county.
|
. This data can be used to filter by state or county.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
|
@ -876,7 +876,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -431,7 +431,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordion"
|
data-testid="accordion"
|
||||||
>
|
>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-0"
|
aria-controls="faq-id-0"
|
||||||
|
@ -440,66 +440,24 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-0"
|
data-testid="accordionButton_faq-id-0"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: What is the Climate and Economic Justice Screening Tool (CEJST)?
|
What is the Climate and Economic Justice Screening Tool (CEJST)?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-0"
|
data-testid="accordionItem_faq-id-0"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-0"
|
id="faq-id-0"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
The CEJST is a critical component of the Biden-Harris Administration’s historic commitment to advancing environmental justice. In
|
The CEJST is a geospatial mapping tool that identifies disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://www.federalregister.gov/documents/2021/02/01/2021-02177/tackling-the-climate-crisis-at-home-and-abroad#:~:text=Sec.%20223.%20Justice40,40-percent%20goal."
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Executive Order 14008
|
|
||||||
</a>
|
|
||||||
on Tackling the Climate Crisis at Home and Abroad, President Biden directed the White House Council on Environmental Quality (CEQ) to develop a geospatial mapping tool to identify disadvantaged communities that face burdens. The tool has an interactive map and uses datasets that are indicators of burdens.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
Federal agencies will use the tool for the Justice40 Initiative. It will help them identify disadvantaged communities that should receive 40% of the overall benefits of programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits in climate, clean energy, and other related areas to disadvantaged communities.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Other useful links for Federal agencies:
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://www.whitehouse.gov/wp-content/uploads/2023/01/M-23-09_Signed_CEQ_CPO.pdf"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Memorandum
|
|
||||||
</a>
|
|
||||||
on using the CEJST for the Justice40 Initiative
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="undefined/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions.pdf"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Instructions
|
|
||||||
</a>
|
|
||||||
to Federal agencies on using the CEJST
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
<p>
|
||||||
The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.
|
The public can find communities of interest and provide feedback. This feedback will be used to improve the tool.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-1"
|
aria-controls="faq-id-1"
|
||||||
|
@ -508,40 +466,31 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-1"
|
data-testid="accordionButton_faq-id-1"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: How does the tool identify and define communities?
|
How does the tool identify and define communities?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-1"
|
data-testid="accordionItem_faq-id-1"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-1"
|
id="faq-id-1"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
<a
|
The CEJST uses datasets that are indicators of burden related to climate change and the environment to assess communities that are disadvantaged by these burdens. They are also related to health and lack of economic opportunity.
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://www.federalregister.gov/documents/2021/02/01/2021-02177/tackling-the-climate-crisis-at-home-and-abroad#:~:text=Sec.%20223.%20Justice40,40-percent%20goal."
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Executive Order 14008
|
|
||||||
</a>
|
|
||||||
recognizes that some communities are disadvantaged because they face burdens. The CEJST uses datasets that are indicators of burden. These burdens are related to climate change and the environment. They are also related to health and lack of economic opportunity.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are considered disadvantaged:
|
The tool highlights disadvantaged communities across all 50 states, the District of Columbia, and the U.S. territories. Communities are shown on the map as disadvantaged:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
If they are in a census tract that meets the thresholds for at least one of the tool’s categories of burden, or
|
If they are in a census tract that meets the threshold for at least one of the tool’s categories of burden, or
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If they are on land within the boundaries of Federally Recognized Tribes
|
If they are on land within the boundaries of Federally Recognized Tribes
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Not all disadvantaged communities can be shown on the map. Some communities do not live in just one place. The Interim Implementation Guidance on the Justice40 Initiative also directs Federal agencies to consider geographically dispersed communities when implementing programs included in the Justice40 Initiative.
|
Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages and landless Federally Recognized Tribes in the lower 48 states. Some communities do not live in just one place. This tool focuses on identifying communities that can be geographically defined.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for
|
The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for
|
||||||
|
@ -554,11 +503,14 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
>
|
>
|
||||||
statistical areas
|
statistical areas
|
||||||
</a>
|
</a>
|
||||||
are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. This was chosen primarily because many of the data sources in the tool currently use the 2010 census boundaries.
|
are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. Tracts that were identified as disadvantaged in the 1.0 version of the tool remain disadvantaged in the 2.0 version of the tool.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Due to limited data availability, tracts in American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands are considered disadvantaged if they meet the low income threshold only.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-2"
|
aria-controls="faq-id-2"
|
||||||
|
@ -567,11 +519,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-2"
|
data-testid="accordionButton_faq-id-2"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Is race included in the tool’s methodology?
|
Is race included in the tool’s methodology?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-2"
|
data-testid="accordionItem_faq-id-2"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-2"
|
id="faq-id-2"
|
||||||
|
@ -587,7 +539,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-3"
|
aria-controls="faq-id-3"
|
||||||
|
@ -596,11 +548,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-3"
|
data-testid="accordionButton_faq-id-3"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Does the Climate and Economic Justice Screening Tool (CEJST) include the U.S. territories?
|
Does the tool include the U.S. territories?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-3"
|
data-testid="accordionItem_faq-id-3"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-3"
|
id="faq-id-3"
|
||||||
|
@ -618,11 +570,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<strong>
|
<strong>
|
||||||
American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:
|
American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:
|
||||||
</strong>
|
</strong>
|
||||||
For these U.S. territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category.
|
For these U.S. Territories, the tool uses the following data: unemployment, poverty, low median income, and high school education. These burdens are in the workforce development category. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-4"
|
aria-controls="faq-id-4"
|
||||||
|
@ -631,18 +583,18 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-4"
|
data-testid="accordionButton_faq-id-4"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Does the tool include Tribal Nations?
|
Does the tool include Tribal Nations?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-4"
|
data-testid="accordionItem_faq-id-4"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-4"
|
id="faq-id-4"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.
|
To respect Tribal sovereignty and self-government and to fulfill Federal trust and treaty responsibilities to Tribal Nations, land within the boundaries of Federally Recognized Tribes are highlighted as disadvantaged on the map. Alaska Native Villages are included as point locations that are smaller than census tracts. The boundaries of census tracts and the lands of Federally Recognized Tribes are different.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -669,7 +621,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
>
|
>
|
||||||
Action Plan
|
Action Plan
|
||||||
</a>
|
</a>
|
||||||
for Consultation and Coordination with Tribal Nations, President Biden’s
|
for Consultation and Coordination with Tribal Nations, the
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external"
|
class="usa-link usa-link--external"
|
||||||
data-cy=""
|
data-cy=""
|
||||||
|
@ -693,7 +645,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-5"
|
aria-controls="faq-id-5"
|
||||||
|
@ -702,11 +654,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-5"
|
data-testid="accordionButton_faq-id-5"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Why do some areas of the map have different shades?
|
Why do some areas of the map have different shades?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-5"
|
data-testid="accordionItem_faq-id-5"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-5"
|
id="faq-id-5"
|
||||||
|
@ -748,11 +700,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that are within the boundaries of Federally Recognized Tribes.
|
Any area that is highlighted is considered disadvantaged, regardless of whether it is a light shade or dark shade. The tool will show if a whole census tract is considered disadvantaged or just the parts that contain land within the boundaries of Federally Recognized Tribes.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-6"
|
aria-controls="faq-id-6"
|
||||||
|
@ -761,11 +713,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-6"
|
data-testid="accordionButton_faq-id-6"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Why does the tool have “partially disadvantaged” census tracts?
|
Why does the tool have “partially disadvantaged” census tracts?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-6"
|
data-testid="accordionItem_faq-id-6"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-6"
|
id="faq-id-6"
|
||||||
|
@ -775,7 +727,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-7"
|
aria-controls="faq-id-7"
|
||||||
|
@ -784,182 +736,20 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionButton_faq-id-7"
|
data-testid="accordionButton_faq-id-7"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: How does this tool relate to the Justice40 Initiative?
|
How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-7"
|
data-testid="accordionItem_faq-id-7"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-7"
|
id="faq-id-7"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
The Biden administration is advancing environmental justice across the whole-of-government. The Justice40 Initiative is a critical part of this effort. The Justice40 Initiative seeks to deliver 40% of the overall benefits of climate, clean energy, and related investments to disadvantaged communities.
|
The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows some environmental and demographic information and combines that information together into indices.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The CEJST will play an important role in the Justice40 Initiative. It will help to provide a single, consistent definition of disadvantaged communities for programs included in the Justice40 Initiative.
|
In contrast, the CEJST helps to identify geographically defined disadvantaged communities that are marginalized by underinvestment and overburdened by pollution.
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<h2
|
|
||||||
class="usa-accordion__heading"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
aria-controls="faq-id-8"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button"
|
|
||||||
data-testid="accordionButton_faq-id-8"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Q: How will Federal agencies use the Climate and Economic Justice Screening Tool (CEJST) for the Justice40 Initiative?
|
|
||||||
</button>
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="usa-accordion__content usa-prose"
|
|
||||||
data-testid="accordionItem_faq-id-8"
|
|
||||||
hidden=""
|
|
||||||
id="faq-id-8"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
Federal agencies will use the tool to help identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative. The Justice40 Initiative seeks to deliver 40% of the overall benefits of certain investments to disadvantaged communities.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Federal agencies will use this definition to direct Justice40 investment benefits in the following areas:
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Climate
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Clean energy and energy efficiency
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Clean transit
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Affordable and sustainable housing
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Training and workforce development
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Remediation and reduction of legacy pollution
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Development of clean water and wastewater infrastructure
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<h2
|
|
||||||
class="usa-accordion__heading"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
aria-controls="faq-id-9"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button"
|
|
||||||
data-testid="accordionButton_faq-id-9"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Q: How will this tool be used to inform decisions relating to new investments made through the Bipartisan Infrastructure Law and the Inflation Reduction Act?
|
|
||||||
</button>
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="usa-accordion__content usa-prose"
|
|
||||||
data-testid="accordionItem_faq-id-9"
|
|
||||||
hidden=""
|
|
||||||
id="faq-id-9"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
Historic legislation, such as the Bipartisan Infrastructure Law and the Inflation Reduction Act, has created new programs and directed funds to existing ones. These investments are included in the Justice40 Initiative if they meet the eligibility criteria. Agencies will use the tool to help identify disadvantaged communities that will receive 40% of the overall benefits of those Justice40 programs.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<h2
|
|
||||||
class="usa-accordion__heading"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
aria-controls="faq-id-10"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button"
|
|
||||||
data-testid="accordionButton_faq-id-10"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Q: Will agencies use the Climate and Economic Justice Screening Tool (CEJST) if they have already created their own tools or criteria to identify disadvantaged communities?
|
|
||||||
</button>
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="usa-accordion__content usa-prose"
|
|
||||||
data-testid="accordionItem_faq-id-10"
|
|
||||||
hidden=""
|
|
||||||
id="faq-id-10"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
The Council on Environmental Quality (CEQ), the Office of Management and Budget (OMB), and the Climate Policy Office (CPO) released the Justice40 Interim Implementation Guidance on July 20, 2021. It directed agencies to develop interim definitions of disadvantaged communities. Agencies used their interim definitions during the CEJST’s beta phase, and are now using version 2.0 as the primary tool to geographically identify disadvantaged communities.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<h2
|
|
||||||
class="usa-accordion__heading"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
aria-controls="faq-id-11"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button"
|
|
||||||
data-testid="accordionButton_faq-id-11"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Q: How is the Climate and Economic Justice Screening Tool (CEJST) different from other Federal environmental screening tools, such as EJScreen?
|
|
||||||
</button>
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="usa-accordion__content usa-prose"
|
|
||||||
data-testid="accordionItem_faq-id-11"
|
|
||||||
hidden=""
|
|
||||||
id="faq-id-11"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
The CEJST uses lessons learned from the EPA's EJScreen. EJScreen is an environmental justice mapping and screening tool. EJScreen shows environmental and demographic information and combines that information together into indices. The EPA, Federal agencies, and state and local governments will continue to use EJScreen to understand and analyze for environmental and EJ issues. For example, EPA uses
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://www.epa.gov/ejscreen/how-does-epa-use-ejscreen"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
EJScreen
|
|
||||||
</a>
|
|
||||||
to:
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Inform outreach and engagement practices
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Implement aspects of the following programs:
|
|
||||||
</li>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Permitting programs
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Enforcement programs
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Compliance programs
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Voluntary programs
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<li>
|
|
||||||
Develop retrospective reports of EPA work
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Enhance geographically based initiatives
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>
|
|
||||||
However, EPA does not use EJScreen to identify or label an area as an "EJ community" or as the sole basis for agency-decision-making.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
In contrast, the CEJST will help Federal agencies to identify disadvantaged communities that will benefit from programs included in the Justice40 Initiative.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
|
@ -975,72 +765,82 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-12"
|
aria-controls="faq-id-8"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-12"
|
data-testid="accordionButton_faq-id-8"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: How is this tool different from state screening tools?
|
How is this tool different from state screening tools?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-12"
|
data-testid="accordionItem_faq-id-8"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-12"
|
id="faq-id-8"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.
|
Several states that have environmental justice screening tools. CalEnviroScreen is an environmental justice screening tool for California. Other states, like New York and Michigan have screening tools as well. The Climate and Economic Justice Screening Tool (CEJST) incorporates lessons learned from these efforts.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
There is an important difference between state-based tools and the CEJST. State tools use data that may not be available for other states. The CEJST only uses data that are nationally-consistent and publicly-available.
|
There is an important difference between state-based tools and the CEJST. State tools use data that may not be available for other states. The CEJST only uses data that are nationally-consistent and publicly-available.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-13"
|
aria-controls="faq-id-9"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-13"
|
data-testid="accordionButton_faq-id-9"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: How were the White House Environmental Justice Advisory Council (WHEJAC) recommendations used for this tool?
|
How were the White House Environmental Justice Advisory Council’s (WHEJAC) recommendations considered for this tool?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-13"
|
data-testid="accordionItem_faq-id-9"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-13"
|
id="faq-id-9"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
The WHEJAC provided recommendations on the Climate and Economic Justice Screening Tool (CEJST). The CEJST follows many of these recommendations.
|
The WHEJAC provided
|
||||||
|
<a
|
||||||
|
class="usa-link usa-link--external"
|
||||||
|
data-cy=""
|
||||||
|
href="https://www.epa.gov/environmentaljustice/white-house-environmental-justice-advisory-council"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
recommendations
|
||||||
|
</a>
|
||||||
|
on the Climate and Economic Justice Screening Tool (CEJST). The CEJST versions 1.0 and 2.0 include components that were informed by many of these recommendations.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-14"
|
aria-controls="faq-id-10"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-14"
|
data-testid="accordionButton_faq-id-10"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Can the public provide feedback on this tool?
|
Can the public provide feedback on this tool?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-14"
|
data-testid="accordionItem_faq-id-10"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-14"
|
id="faq-id-10"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
Yes. The CEJST website has multiple ways to offer feedback on the tool.
|
Yes. The CEJST website has multiple ways to offer feedback on the tool.
|
||||||
|
@ -1090,26 +890,26 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-15"
|
aria-controls="faq-id-11"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-15"
|
data-testid="accordionButton_faq-id-11"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: Why was the CEJST initially released in a beta version?
|
When was the CEJST released?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-15"
|
data-testid="accordionItem_faq-id-11"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-15"
|
id="faq-id-11"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
CEQ launched a beta – or draft – version of the CEJST on February 18, 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek
|
CEQ launched a beta—or draft—version of the CEJST in February 2022 with support from the U.S. Digital Service (USDS), and in collaboration with other Federal agencies and departments. The CEJST was released in a beta version in order to seek
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external"
|
class="usa-link usa-link--external"
|
||||||
data-cy=""
|
data-cy=""
|
||||||
|
@ -1133,7 +933,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.whitehouse.gov/ceq/news-updates/2022/04/21/ceq-extends-public-comment-period-on-beta-version-of-the-climate-and-economic-justice-screening-tool/"
|
href="https://www.youtube.com/watch?v=QwHWcXbhw28"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -1141,28 +941,8 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</a>
|
</a>
|
||||||
sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.
|
sessions on the beta version of the CEJST. All of this feedback on the beta version of the CEJST helped to inform the release of version 1.0 of the CEJST.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
<h2
|
|
||||||
class="usa-accordion__heading"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
aria-controls="faq-id-16"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button"
|
|
||||||
data-testid="accordionButton_faq-id-16"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Q: When did the official version of the tool come out?
|
|
||||||
</button>
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="usa-accordion__content usa-prose"
|
|
||||||
data-testid="accordionItem_faq-id-16"
|
|
||||||
hidden=""
|
|
||||||
id="faq-id-16"
|
|
||||||
>
|
|
||||||
<p>
|
<p>
|
||||||
The tool was considered official when Federal agencies started using version 1.0 of the Climate and Economic Justice Screening Tool (CEJST) to help identify disadvantaged communities. The 1.0 version was released in
|
The 1.0 version was released in
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external"
|
class="usa-link usa-link--external"
|
||||||
data-cy=""
|
data-cy=""
|
||||||
|
@ -1174,28 +954,25 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</a>
|
</a>
|
||||||
. The current version, version 2.0, was released in December 2024.
|
. The current version, version 2.0, was released in December 2024.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
The tool will be improved over time. The Council on Environmental Quality (CEQ) will update the tool each year based on public feedback, research, and the availability of new data.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-17"
|
aria-controls="faq-id-12"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-17"
|
data-testid="accordionButton_faq-id-12"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q. How does the Council on Environmental Quality (CEQ) keep people informed about the tool?
|
How does the Council on Environmental Quality (CEQ) keep people informed about the tool?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-17"
|
data-testid="accordionItem_faq-id-12"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-17"
|
id="faq-id-12"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
|
@ -1205,29 +982,29 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Sign-up
|
Sign up
|
||||||
</a>
|
</a>
|
||||||
to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.
|
to receive updates on the Climate and Economic Justice Screening Tool (CEJST) and other environmental justice news from CEQ.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-18"
|
aria-controls="faq-id-13"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-18"
|
data-testid="accordionButton_faq-id-13"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: What files and documentation are available from the tool?
|
What files and documentation are available from the tool?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-18"
|
data-testid="accordionItem_faq-id-13"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-18"
|
id="faq-id-13"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
The Climate and Economic Justice Screening Tool (CEJST) has
|
The Climate and Economic Justice Screening Tool (CEJST) has
|
||||||
|
@ -1237,27 +1014,34 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
>
|
>
|
||||||
downloads
|
downloads
|
||||||
</a>
|
</a>
|
||||||
available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. This data can be used for analysis. Shapefiles and geojson files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files.
|
for the current version available. Spreadsheets (.xlxs) and (.csv) contain the tool’s definitions and data. These data can be used for analysis. Shapefiles and GeoJSON files can be uploaded into other mapping programs such as Esri. The downloads include information on how to use the files. Information from previous versions of the tool is available on the
|
||||||
|
<a
|
||||||
|
class="usa-link"
|
||||||
|
href="/en/previous-versions"
|
||||||
|
>
|
||||||
|
previous versions
|
||||||
|
</a>
|
||||||
|
page.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-controls="faq-id-19"
|
aria-controls="faq-id-14"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
class="usa-accordion__button"
|
class="usa-accordion__button"
|
||||||
data-testid="accordionButton_faq-id-19"
|
data-testid="accordionButton_faq-id-14"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Q: How does the tool’s shapefile work?
|
How do the tool’s shapefiles work?
|
||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div
|
<div
|
||||||
class="usa-accordion__content usa-prose"
|
class="usa-accordion__content usa-prose -faq"
|
||||||
data-testid="accordionItem_faq-id-19"
|
data-testid="accordionItem_faq-id-14"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-19"
|
id="faq-id-14"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
The tool’s shapefile can be uploaded into other mapping programs such as Esri.
|
The tool’s shapefile can be uploaded into other mapping programs such as Esri.
|
||||||
|
@ -1286,6 +1070,62 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
for geographic information system (GIS) software. It can be loaded into any software that works with Esri, ArcGIS or any other compatible GIS software. You may choose to download the data in this format so that you can load the data from the Climate and Economic Justice Screening Tool (CEJST) into other tools and use those tools to combine the CEJST data with other datasets and sources.
|
for geographic information system (GIS) software. It can be loaded into any software that works with Esri, ArcGIS or any other compatible GIS software. You may choose to download the data in this format so that you can load the data from the Climate and Economic Justice Screening Tool (CEJST) into other tools and use those tools to combine the CEJST data with other datasets and sources.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<h2
|
||||||
|
class="usa-accordion__heading -faq"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
aria-controls="faq-id-15"
|
||||||
|
aria-expanded="false"
|
||||||
|
class="usa-accordion__button"
|
||||||
|
data-testid="accordionButton_faq-id-15"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
Why are some tracts disadvantaged because they were disadvantaged in version 1.0 of the tool?
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div
|
||||||
|
class="usa-accordion__content usa-prose -faq"
|
||||||
|
data-testid="accordionItem_faq-id-15"
|
||||||
|
hidden=""
|
||||||
|
id="faq-id-15"
|
||||||
|
>
|
||||||
|
<p>
|
||||||
|
These tracts that have been "grandfathered" for at least two years. This helps to reduce disruption and to support a smooth transition for agencies, applicants, and the public as new versions of the tool are released. The tool’s
|
||||||
|
<a
|
||||||
|
class="usa-link usa-link--external"
|
||||||
|
data-cy=""
|
||||||
|
href="undefined/data-versions/2.0/data/score/downloadable/CEQ-CEJST-Instructions.pdf"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
instructions
|
||||||
|
</a>
|
||||||
|
have more information about time-limited grandfathering.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<h2
|
||||||
|
class="usa-accordion__heading -faq"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
aria-controls="faq-id-16"
|
||||||
|
aria-expanded="false"
|
||||||
|
class="usa-accordion__button"
|
||||||
|
data-testid="accordionButton_faq-id-16"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
Why are some tracts disadvantaged in certain U.S. Territories because they only meet the low income threshold?
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div
|
||||||
|
class="usa-accordion__content usa-prose -faq"
|
||||||
|
data-testid="accordionItem_faq-id-16"
|
||||||
|
hidden=""
|
||||||
|
id="faq-id-16"
|
||||||
|
>
|
||||||
|
<p>
|
||||||
|
Because some nationally-consistent datasets on indicators of environmental burden used in the tool do not currently include data from certain U.S. Territories, tracts in these Territories are considered disadvantaged if they meet the low income threshold.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,10 +16,10 @@ There are 3 things that should be included in this file:
|
||||||
@import "../../node_modules/uswds";
|
@import "../../node_modules/uswds";
|
||||||
|
|
||||||
// 3. Include or point to your project's custom Sass
|
// 3. Include or point to your project's custom Sass
|
||||||
/*
|
/*
|
||||||
Instead of having a separate file for these styles, all styles are being placed here.
|
Instead of having a separate file for these styles, all styles are being placed here.
|
||||||
|
|
||||||
Ideally, this file should only hold styles for when we need to override the USWDS component
|
Ideally, this file should only hold styles for when we need to override the USWDS component
|
||||||
or the Trusswork component. J40 component styles should be contained in it's own component styles.
|
or the Trusswork component. J40 component styles should be contained in it's own component styles.
|
||||||
|
|
||||||
- GLOBAL STYLES
|
- GLOBAL STYLES
|
||||||
|
@ -38,10 +38,10 @@ There are 3 things that should be included in this file:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$primary-color: #112f4e; // Used for header font color - selection color is #005EA2
|
$primary-color: #112f4e; // Used for header font color - selection color is #005EA2
|
||||||
|
@ -51,8 +51,8 @@ $disadvantaged-color-side-panel: #1a4480;
|
||||||
// The j40-element mixin is used to create any font element. E.g. <h1>, <p> tags, etc.
|
// The j40-element mixin is used to create any font element. E.g. <h1>, <p> tags, etc.
|
||||||
// Arguments to the mixins must be tokens from USWDS
|
// Arguments to the mixins must be tokens from USWDS
|
||||||
@mixin j40-element($font-size, $line-height, $font-weight, $margin-top, $margin-bottom: 0) {
|
@mixin j40-element($font-size, $line-height, $font-weight, $margin-top, $margin-bottom: 0) {
|
||||||
@include typeset('sans', $font-size, $line-height);
|
@include typeset('sans', $font-size, $line-height);
|
||||||
@include u-text($font-weight);
|
@include u-text($font-weight);
|
||||||
@include u-margin-top($margin-top);
|
@include u-margin-top($margin-top);
|
||||||
@include u-margin-bottom($margin-bottom);
|
@include u-margin-bottom($margin-bottom);
|
||||||
}
|
}
|
||||||
|
@ -99,7 +99,7 @@ p.flush {
|
||||||
}
|
}
|
||||||
|
|
||||||
.j40-mt-0 {
|
.j40-mt-0 {
|
||||||
@include u-margin-top(0);
|
@include u-margin-top(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.j40-footer-ceq-font {
|
.j40-footer-ceq-font {
|
||||||
|
@ -107,10 +107,10 @@ p.flush {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* HEADER STYLES
|
* HEADER STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
li.usa-nav__primary-item {
|
li.usa-nav__primary-item {
|
||||||
|
@ -143,16 +143,16 @@ li.usa-nav__primary-item a:hover::after{
|
||||||
color: #1b1b1b;
|
color: #1b1b1b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* MAIN CONTENT STYLES
|
* MAIN CONTENT STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* this is used by J40MainGridContainer to show a blue background */
|
/* this is used by J40MainGridContainer to show a blue background */
|
||||||
.j40-main-grid-blue-bk {
|
.j40-main-grid-blue-bk {
|
||||||
@include u-bg('blue-cool-5');
|
@include u-bg('blue-cool-5');
|
||||||
|
|
||||||
// This style is to remove the margin collapse occuring
|
// This style is to remove the margin collapse occuring
|
||||||
@include u-border-top(1px);
|
@include u-border-top(1px);
|
||||||
@include u-border-top('solid');
|
@include u-border-top('solid');
|
||||||
|
@ -200,26 +200,26 @@ li[class*='datasetCard-module'] .usa-link--external::after {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* FOOTER STYLES
|
* FOOTER STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
.j40-footer {
|
.j40-footer {
|
||||||
@include u-margin-top(4);
|
@include u-margin-top(4);
|
||||||
|
|
||||||
.usa-footer__primary-section.pb2{
|
.usa-footer__primary-section.pb2{
|
||||||
@include u-padding-bottom(2);
|
@include u-padding-bottom(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.j40-footer-address {
|
.j40-footer-address {
|
||||||
.usa-footer__contact-info {
|
.usa-footer__contact-info {
|
||||||
@include typeset('sans', 4, 5);
|
@include typeset('sans', 4, 5);
|
||||||
@include u-text('normal');
|
@include u-text('normal');
|
||||||
@include u-display('inline-block');
|
@include u-display('inline-block');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-link-first-child{
|
.footer-link-first-child{
|
||||||
@include u-display('inline-block');
|
@include u-display('inline-block');
|
||||||
@include u-margin-top(1.5)
|
@include u-margin-top(1.5)
|
||||||
|
@ -232,10 +232,10 @@ li[class*='datasetCard-module'] .usa-link--external::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* MAP STYLES
|
* MAP STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Maplibre overrides
|
// Maplibre overrides
|
||||||
|
@ -243,7 +243,7 @@ li[class*='datasetCard-module'] .usa-link--external::after {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Geolocate Icon Styling:
|
Geolocate Icon Styling:
|
||||||
In mobile, the icon has 4 states; default, locating (class = *-waiting), locked (class = *-active) and panning (class = *-background).
|
In mobile, the icon has 4 states; default, locating (class = *-waiting), locked (class = *-active) and panning (class = *-background).
|
||||||
|
|
||||||
These overides change the active and background classes
|
These overides change the active and background classes
|
||||||
|
@ -253,7 +253,7 @@ We are using #0076d6 or hsl(207, 100%, 42%) for all colors in relation to Geoloc
|
||||||
The reason the Icon was changed was to match the other overlayed icons - such as territory shortcuts. These other icons don't have multiple states embedded in them. This new color scheme creates ambiguity among two states, namely (off and locked) as they have the same exact style.
|
The reason the Icon was changed was to match the other overlayed icons - such as territory shortcuts. These other icons don't have multiple states embedded in them. This new color scheme creates ambiguity among two states, namely (off and locked) as they have the same exact style.
|
||||||
*/
|
*/
|
||||||
.mapboxgl-ctrl {
|
.mapboxgl-ctrl {
|
||||||
button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
|
button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
|
||||||
.mapboxgl-ctrl-icon {
|
.mapboxgl-ctrl-icon {
|
||||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='hsl(207, 100%, 42%)'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E") !important;
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='hsl(207, 100%, 42%)'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E") !important;
|
||||||
}
|
}
|
||||||
|
@ -271,7 +271,7 @@ The reason the Icon was changed was to match the other overlayed icons - such as
|
||||||
Beacon - the beacon's color (*-location-dot) and proximity animation (::before), inner radius (::after) was changed and . The reason the beacon was changed was to increase the contrast between the beacon and the census tract layers
|
Beacon - the beacon's color (*-location-dot) and proximity animation (::before), inner radius (::after) was changed and . The reason the beacon was changed was to increase the contrast between the beacon and the census tract layers
|
||||||
*/
|
*/
|
||||||
.mapboxgl-user-location-dot, .mapboxgl-user-location-dot::before {
|
.mapboxgl-user-location-dot, .mapboxgl-user-location-dot::before {
|
||||||
background-color: #0076d6 !important;
|
background-color: #0076d6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapboxgl-user-location-dot::after {
|
.mapboxgl-user-location-dot::after {
|
||||||
|
@ -400,17 +400,17 @@ Beacon - the beacon's color (*-location-dot) and proximity animation (::before),
|
||||||
|
|
||||||
|
|
||||||
//As per Mikel Maron's (MapBox advocate) suggestion to use svg data URI override:
|
//As per Mikel Maron's (MapBox advocate) suggestion to use svg data URI override:
|
||||||
a.mapboxgl-ctrl-logo {
|
a.mapboxgl-ctrl-logo {
|
||||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(/studio-manual/assets/%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(/studio-manual/assets/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E") !important;
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(/studio-manual/assets/%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(/studio-manual/assets/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E") !important;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* ACCORDION STYLES
|
* ACCORDION STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
.usa-accordion__content {
|
.-AreaDetail .usa-accordion__content {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -427,10 +427,10 @@ button.usa-accordion__button[aria-expanded=true]:has(div[class*="disCategoryCont
|
||||||
background-image: url("../images/sidePanelIcons/accordion-minus.svg");
|
background-image: url("../images/sidePanelIcons/accordion-minus.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* DEMOGRAPHICS STYLES
|
* DEMOGRAPHICS STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[class*="demographicsContainer"]{
|
[class*="demographicsContainer"]{
|
||||||
|
@ -449,21 +449,21 @@ button.usa-accordion__button[aria-expanded=true]:has(div[class*="disCategoryCont
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
***************************************
|
***************************************
|
||||||
* PUBLIC EVENT STYLES
|
* PUBLIC EVENT STYLES
|
||||||
***************************************
|
***************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.usa-collection__body{
|
.usa-collection__body{
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* ABOUT CARD STYLES
|
* ABOUT CARD STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* about card - based on datasetCard... Todo: need to combine */
|
/* about card - based on datasetCard... Todo: need to combine */
|
||||||
|
@ -505,19 +505,19 @@ button.usa-accordion__button[aria-expanded=true]:has(div[class*="disCategoryCont
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* SUMMARY BOX STYLES
|
* SUMMARY BOX STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
.usa-summary-box__heading {
|
.usa-summary-box__heading {
|
||||||
@include u-margin-bottom(2);
|
@include u-margin-bottom(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* PREVIOUS VERSIONS STYLES
|
* PREVIOUS VERSIONS STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.previous-versions-container {
|
.previous-versions-container {
|
||||||
|
@ -528,10 +528,10 @@ button.usa-accordion__button[aria-expanded=true]:has(div[class*="disCategoryCont
|
||||||
font-family: "Source Sans Pro Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif" !important;
|
font-family: "Source Sans Pro Web", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif" !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
******************************
|
******************************
|
||||||
* FAQs PAGE STYLES
|
* FAQs PAGE STYLES
|
||||||
******************************
|
******************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.faqs-dot-alignment{
|
.faqs-dot-alignment{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue