mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 08:31:45 -07:00
Added v2.0 release notes
This commit is contained in:
parent
ed3f15feec
commit
4d57e563dc
7 changed files with 231 additions and 1312 deletions
|
@ -25,7 +25,7 @@ interface IJ40AccordionItem {
|
|||
* @param {IJ40AccordionItem} props
|
||||
* @return {JSX.Element}
|
||||
*/
|
||||
const J40AccordionItem = ({id, children}:IJ40AccordionItem) => {
|
||||
const J40AccordionItem = ({id, children}: IJ40AccordionItem) => {
|
||||
const intl = useIntl();
|
||||
const [isExpanded, setIsExpanded] = useState(false);
|
||||
return (
|
||||
|
@ -43,7 +43,7 @@ const J40AccordionItem = ({id, children}:IJ40AccordionItem) => {
|
|||
>
|
||||
{intl.formatMessage(DOWNLOAD_COPY.PAGE_INTRO.CHANGE_LOG)}
|
||||
</a>
|
||||
{ isExpanded ?
|
||||
{isExpanded ?
|
||||
<img
|
||||
className={styles.showHideIcon}
|
||||
src={collapseIcon}
|
||||
|
@ -70,204 +70,41 @@ const J40AccordionItem = ({id, children}:IJ40AccordionItem) => {
|
|||
);
|
||||
};
|
||||
|
||||
const ReleaseUpdate = ({}: IReleaseUpdateProps) => {
|
||||
const ReleaseUpdate = ({ }: IReleaseUpdateProps) => {
|
||||
const release20Notes = (
|
||||
<div>
|
||||
<div className={styles.releaseHeader}>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.HEADER}
|
||||
</div>
|
||||
<div className={styles.releaseSectionTitle}>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.NEW_IMPROVED_SECTION}
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_SUBSECTION}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_4}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_5}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SCORING_CONTENT_6}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.UI_SUBSECTION}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.UI_CONTENT_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.UI_CONTENT_2}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
<div className={styles.releaseUpdateComponent}>
|
||||
<J40AccordionItem id={'releaseUpdate'}>
|
||||
<div>
|
||||
|
||||
<div className={styles.releaseHeader}>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.UPDATE_1}
|
||||
</div>
|
||||
|
||||
<div className={styles.releaseSectionTitle}>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.SECTION1}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2}</li>
|
||||
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_1_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_1_2}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_1_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_2_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_3}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_3_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_3_2}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_4}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_4_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_5}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B2_5_1}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B4}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B4_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B4_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B4_3}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B5}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B5_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B5_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B5_3}</li>
|
||||
</ul>
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_1}</li>
|
||||
{/* <li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_4}</li>
|
||||
</ul>
|
||||
</ul> */}
|
||||
</ul>
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_2_1}</li>
|
||||
{/* <li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_4}</li>
|
||||
</ul>
|
||||
</ul> */}
|
||||
</ul>
|
||||
|
||||
{/* <li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_3}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_4}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_4}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_4}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul> */}
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_2_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_2_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_5_2_4}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2_2}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
{/* <li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_1}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_1_1}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B6_1_2_2}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_2_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_2_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_2_3}</li>
|
||||
</ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_3}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B7_3_1}</li>
|
||||
</ul>
|
||||
</ul> */}
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B8}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B8_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B8_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B8_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B8_4}</li>
|
||||
</ul>
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B9}</li>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B9_1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B9_2}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B9_3}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B9_4}</li>
|
||||
</ul>
|
||||
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION1_B10}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className={styles.releaseSectionTitle}>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.SECTION2}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION2_P1}</li>
|
||||
<li>{DOWNLOAD_COPY.RELEASE_2_0.SECTION2_P2}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{DOWNLOAD_COPY.RELEASE_2_0.FOOTER}
|
||||
</div>
|
||||
|
||||
{release20Notes}
|
||||
</div>
|
||||
</J40AccordionItem>
|
||||
</div>
|
||||
|
|
|
@ -26,218 +26,60 @@ exports[`rendering of ReleaseUpdate Component checks if component renders 1`] =
|
|||
>
|
||||
<div>
|
||||
<div>
|
||||
Version 2.0 Release update - Dec 19, 2024
|
||||
</div>
|
||||
<div>
|
||||
New & improved
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Added lands within the boundaries of Federally Recognized Tribes and
|
||||
locations of Alaska Native Villages using data from the Bureau of Indian
|
||||
Affairs at the U.S. Department of the Interior
|
||||
</li>
|
||||
<li>
|
||||
Added new data for indicators of burden
|
||||
</li>
|
||||
<div>
|
||||
Version 2.0 Release update - Dec 19, 2024
|
||||
</div>
|
||||
<div>
|
||||
New & improved
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Climate change
|
||||
Scoring improvements
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Projected flood risk
|
||||
Updated to use Census Decennial 2020 data for the U.S. territories
|
||||
of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa
|
||||
</li>
|
||||
<li>
|
||||
Projected wildfire risk
|
||||
U.S. territories of Guam, Virgin Islands, Northern Mariana Islands,
|
||||
and American Samoa qualify as disadvantaged communities based on a low-income
|
||||
threshold at or above the 65th percentile, in addition to any existing qualification
|
||||
pathways
|
||||
</li>
|
||||
<li>
|
||||
Apply a donut hole disadvantaged community qualification to U.S.
|
||||
territories of Guam, Virgin Islands, Northern Mariana Islands, American Samoa,
|
||||
and Puerto Rico based on adjacency to already qualifying disadvantaged community
|
||||
tracts and meeting a 50th percentile low-income threshold
|
||||
</li>
|
||||
<li>
|
||||
Improved donut hole disadvantaged community qualification by
|
||||
adding tracts that are fully surrounded and have water boundaries
|
||||
</li>
|
||||
<li>
|
||||
The poverty percentage calculation excludes college students,
|
||||
ensuring it reflects the economic conditions of the non-college population
|
||||
</li>
|
||||
<li>
|
||||
Grandfathering of Census tracts that were designated as
|
||||
disadvantaged communities in version 1.0 of this tool
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Housing
|
||||
User interface improvements
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Historic underinvestment due to redlining
|
||||
Users can now search on the map by Census tract ID
|
||||
</li>
|
||||
<li>
|
||||
Lack of green space
|
||||
</li>
|
||||
<li>
|
||||
Lack of plumbing
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Legacy pollution
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Abandoned mine lands
|
||||
</li>
|
||||
<li>
|
||||
Formerly used defense sites
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Transportation
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Transportation barriers
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Water and wastewater
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Underground storage tanks and releases
|
||||
Show island and territory low-income percentiles in the sidebar
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>
|
||||
Included communities that are completely surrounded by other
|
||||
disadvantaged communities and that meet an adjusted low income
|
||||
threshold
|
||||
</li>
|
||||
<li>
|
||||
Made technical changes to enhance accuracy of the tool
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Removed income data for students enrolled in higher education in the low income indicator
|
||||
</li>
|
||||
<li>
|
||||
Imputed income for census tracts missing income data
|
||||
</li>
|
||||
<li>
|
||||
Used transportation barriers and expected population loss rate
|
||||
data burdens only for census tracts with populations of 20 or
|
||||
more to exclude areas such as airports
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Improved the user interface
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Added demographics (race & age) for census tracts to map side panel
|
||||
</li>
|
||||
<li>
|
||||
Improved the design of the map side panel
|
||||
</li>
|
||||
<li>
|
||||
Updated the site copy of the website
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Added new data for all the U.S. Territories, and also made a small methodology change for Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
USVI
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Included data from 2010 decennial census for US Virgin Islands
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Guam
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Included data from 2010 decennial census for Guam
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Removed linguistic isolation as an indicator in the methodology for Puerto Rico
|
||||
</li>
|
||||
<li>
|
||||
Imported additional available data for Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Energy cost
|
||||
</li>
|
||||
<li>
|
||||
Housing cost
|
||||
</li>
|
||||
<li>
|
||||
Abandoned mine lands
|
||||
</li>
|
||||
<li>
|
||||
Proximity to hazardous waste sites
|
||||
</li>
|
||||
<li>
|
||||
Proximity to Superfund (National Priorities List (NPL)) sites
|
||||
</li>
|
||||
<li>
|
||||
Proximity to Risk Management Plan (RMP) sites
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>
|
||||
Enhanced the technical files:
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Added all new data indicators and demographics to .xls, .csv, and shapefiles
|
||||
</li>
|
||||
<li>
|
||||
Added previous versions page to access the beta version’s
|
||||
download files
|
||||
</li>
|
||||
<li>
|
||||
Updated codebook
|
||||
</li>
|
||||
<li>
|
||||
Updated Technical Support Document
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Improved the way that users provide feedback on the tool:
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Data survey
|
||||
</li>
|
||||
<li>
|
||||
Site experience survey
|
||||
</li>
|
||||
<li>
|
||||
Census tract feedback
|
||||
</li>
|
||||
<li>
|
||||
General contact form
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Added a link to sign up for email mailing list managed by CEQ
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
Fixes
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Bug fix: loaded missing life expectancy data for Maine and Wisconsin
|
||||
</li>
|
||||
<li>
|
||||
Bug fix: Census tracts that are 100% water should not be
|
||||
included on the map
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
release version 2.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -29,6 +29,7 @@ export const linkFn = (to:string | IDefineMessage, isInternal:boolean, isOpenNew
|
|||
|
||||
export const FEEDBACK_EMAIL = 'Screeningtool-Support@omb.eop.gov';
|
||||
|
||||
export const METH_BETA_RELEASE_DATE = new Date(2022, 1, 18, 11, 59, 59); // Feb 18 2022
|
||||
export const METH_1_0_RELEASE_DATE = new Date(2022, 10, 22, 11, 59, 59); // Nov 22 2022
|
||||
export const METH_2_0_RELEASE_DATE = new Date(2024, 11, 19, 11, 59, 59); // Dec 19 2024
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ export const PAGE_INTRO = defineMessages({
|
|||
},
|
||||
});
|
||||
|
||||
export const getDownloadFileUrl = (filePath:string | undefined, isBeta: boolean) => {
|
||||
export const getDownloadFileUrl = (filePath: string | undefined, isBeta: boolean) => {
|
||||
return [
|
||||
process.env.GATSBY_CDN_TILES_BASE_URL,
|
||||
(isBeta ? process.env.GATSBY_BETA_SCORE_PATH : process.env.GATSBY_2_0_SCORE_PATH),
|
||||
|
@ -139,8 +139,8 @@ export const getDownloadIconAltTag = () => defineMessages({
|
|||
});
|
||||
|
||||
export const RELEASE_2_0 = {
|
||||
UPDATE_1: <FormattedMessage
|
||||
id={'download.page.release.update.title.1'}
|
||||
HEADER: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.HEADER'}
|
||||
defaultMessage={`Version {release} Release update - {date}`}
|
||||
description={'Navigate to the download page. This is first download file link'}
|
||||
values={{
|
||||
|
@ -153,373 +153,70 @@ export const RELEASE_2_0 = {
|
|||
/>,
|
||||
}}
|
||||
/>,
|
||||
SECTION1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1'}
|
||||
NEW_IMPROVED_SECTION: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.NEW_IMPROVED_SECTION'}
|
||||
defaultMessage={`New & improved`}
|
||||
description={'Navigate to the download page. This is first section of the release update SECTION1'}
|
||||
/>,
|
||||
SECTION1_B1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B1'}
|
||||
defaultMessage={`Added lands within the boundaries of Federally Recognized Tribes and
|
||||
locations of Alaska Native Villages using data from the Bureau of Indian
|
||||
Affairs at the U.S. Department of the Interior`}
|
||||
description={'Navigate to the download page. This is SECTION1_B1'}
|
||||
/>,
|
||||
SECTION1_B2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2'}
|
||||
defaultMessage={`Added new data for indicators of burden`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2'}
|
||||
/>,
|
||||
SECTION1_B2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_1'}
|
||||
defaultMessage={`Climate change`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_1'}
|
||||
/>,
|
||||
SECTION1_B2_1_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_1_1'}
|
||||
defaultMessage={`Projected flood risk`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_1_1'}
|
||||
/>,
|
||||
SECTION1_B2_1_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_1_2'}
|
||||
defaultMessage={`Projected wildfire risk`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_1_2'}
|
||||
/>,
|
||||
SECTION1_B2_1_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_1_3'}
|
||||
defaultMessage={`Historic underinvestment due to redlining`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_1_3'}
|
||||
/>,
|
||||
SECTION1_B2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_2'}
|
||||
defaultMessage={`Housing`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_2'}
|
||||
/>,
|
||||
SECTION1_B2_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_2_1'}
|
||||
defaultMessage={`Lack of plumbing`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_2_1'}
|
||||
/>,
|
||||
SECTION1_B2_2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_2_2'}
|
||||
defaultMessage={`Lack of green space`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_2_2'}
|
||||
/>,
|
||||
SECTION1_B2_2_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_2_3'}
|
||||
defaultMessage={`Historic underinvestment (due to redlining)`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_2_3'}
|
||||
/>,
|
||||
SECTION1_B2_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_3'}
|
||||
defaultMessage={`Legacy pollution`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_3'}
|
||||
/>,
|
||||
SECTION1_B2_3_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_3_1'}
|
||||
defaultMessage={`Abandoned mine lands`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_3_1'}
|
||||
/>,
|
||||
SECTION1_B2_3_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_3_2'}
|
||||
defaultMessage={`Formerly used defense sites`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_3_2'}
|
||||
/>,
|
||||
SECTION1_B2_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_4'}
|
||||
defaultMessage={`Transportation`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_4'}
|
||||
/>,
|
||||
SECTION1_B2_4_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_4_1'}
|
||||
defaultMessage={`Transportation barriers`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_4_1'}
|
||||
/>,
|
||||
SECTION1_B2_5: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_5'}
|
||||
defaultMessage={`Water and wastewater`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_5'}
|
||||
/>,
|
||||
SECTION1_B2_5_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B2_5_1'}
|
||||
defaultMessage={`Underground storage tanks and releases`}
|
||||
description={'Navigate to the download page. This is SECTION1_B2_5_1'}
|
||||
/>,
|
||||
SECTION1_B3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B3'}
|
||||
defaultMessage={`Included communities that are completely surrounded by other
|
||||
disadvantaged communities and that meet an adjusted low income
|
||||
threshold`}
|
||||
description={'Navigate to the download page. This is SECTION1_B3'}
|
||||
/>,
|
||||
SECTION1_B4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B4'}
|
||||
defaultMessage={`Made technical changes to enhance accuracy of the tool`}
|
||||
description={'Navigate to the download page. This is SECTION1_B4'}
|
||||
/>,
|
||||
SECTION1_B4_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B4_1'}
|
||||
defaultMessage={`Removed income data for students enrolled in higher education in the low income indicator`}
|
||||
description={'Navigate to the download page. This is SECTION1_B4_1'}
|
||||
/>,
|
||||
SECTION1_B4_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B4_2'}
|
||||
defaultMessage={`Imputed income for census tracts missing income data`}
|
||||
description={'Navigate to the download page. This is SECTION1_B4_2'}
|
||||
/>,
|
||||
SECTION1_B4_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B4_3'}
|
||||
defaultMessage={`Used transportation barriers and expected population loss rate
|
||||
data burdens only for census tracts with populations of 20 or
|
||||
more to exclude areas such as airports`}
|
||||
description={'Navigate to the download page. This is SECTION1_B4_3'}
|
||||
/>,
|
||||
SECTION1_B5: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B5'}
|
||||
defaultMessage={`Improved the user interface`}
|
||||
description={'Navigate to the download page. This is SECTION1_B5'}
|
||||
/>,
|
||||
SECTION1_B5_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B5_1'}
|
||||
defaultMessage={`Added demographics (race & age) for census tracts to map side panel`}
|
||||
description={'Navigate to the download page. This is SECTION1_B5_1'}
|
||||
/>,
|
||||
SECTION1_B5_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B5_2'}
|
||||
defaultMessage={`Improved the design of the map side panel`}
|
||||
description={'Navigate to the download page. This is SECTION1_B5_2'}
|
||||
/>,
|
||||
SECTION1_B5_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B5_3'}
|
||||
defaultMessage={`Updated the site copy of the website`}
|
||||
description={'Navigate to the download page. This is SECTION1_B5_3'}
|
||||
/>,
|
||||
SECTION1_B6: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6'}
|
||||
defaultMessage={`Added new data for all the U.S. Territories, and also made a small methodology change for Puerto Rico`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6'}
|
||||
/>,
|
||||
SECTION1_B6_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1'}
|
||||
defaultMessage={`USVI`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1'}
|
||||
/>,
|
||||
SECTION1_B6_1_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_1'}
|
||||
defaultMessage={`Included data from 2010 decennial census for US Virgin Islands`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_1'}
|
||||
/>,
|
||||
SECTION1_B6_1_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2'}
|
||||
defaultMessage={`New data from EJScreen 2.1`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_1'}
|
||||
defaultMessage={`Sustainable Housing:`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_1'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_1_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_1_1'}
|
||||
defaultMessage={`Lead paint`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_1_1'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_2'}
|
||||
defaultMessage={`Legacy pollution:`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_2'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_2_1'}
|
||||
defaultMessage={`Proximity to Superfund (National Priorities List (NPL)) sites`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_2_1'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_2_2'}
|
||||
defaultMessage={`Proximity to Risk Management Plan (RMP) sites`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_2_2'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_2_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_2_3'}
|
||||
defaultMessage={`Proximity to hazardous waste facilities`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_2_3'}
|
||||
/>,
|
||||
SECTION1_B6_1_2_2_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_1_2_2_4'}
|
||||
defaultMessage={`Leaking underground storage tanks`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_1_2_2_4'}
|
||||
/>,
|
||||
SECTION1_B6_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_2'}
|
||||
defaultMessage={`Guam`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_2'}
|
||||
/>,
|
||||
SECTION1_B6_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_2_1'}
|
||||
defaultMessage={`Included data from 2010 decennial census for Guam`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_2_1'}
|
||||
/>,
|
||||
SECTION1_B6_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_3'}
|
||||
defaultMessage={`Samoa`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_3'}
|
||||
/>,
|
||||
SECTION1_B6_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_4'}
|
||||
defaultMessage={`Marianna Islands`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_4'}
|
||||
/>,
|
||||
SECTION1_B6_5: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5'}
|
||||
defaultMessage={`Puerto Rico`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5'}
|
||||
/>,
|
||||
SECTION1_B6_5_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_1'}
|
||||
defaultMessage={`Removed linguistic isolation as an indicator in the methodology for Puerto Rico`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_1'}
|
||||
/>,
|
||||
SECTION1_B6_5_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_2'}
|
||||
defaultMessage={`Imported additional available data for Puerto Rico`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_2'}
|
||||
/>,
|
||||
SECTION1_B6_5_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_2_1'}
|
||||
defaultMessage={`Energy cost`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_2_1'}
|
||||
/>,
|
||||
SECTION1_B6_5_2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_2_2'}
|
||||
defaultMessage={`Housing cost`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_2_2'}
|
||||
/>,
|
||||
SECTION1_B6_5_2_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_2_3'}
|
||||
defaultMessage={`Abandoned mine lands`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_2_3'}
|
||||
/>,
|
||||
SECTION1_B6_5_2_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B6_5_2_4'}
|
||||
defaultMessage={`Proximity to hazardous waste sites`}
|
||||
description={'Navigate to the download page. This is SECTION1_B6_5_2_4'}
|
||||
/>,
|
||||
SECTION1_B7: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7'}
|
||||
defaultMessage={`Updated data from EJScreen 2.1 across the entire tool:`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7'}
|
||||
/>,
|
||||
SECTION1_B7_1_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_1_1'}
|
||||
defaultMessage={`Lead paint - 2016-2020`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_1_1'}
|
||||
/>,
|
||||
SECTION1_B7_2_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_2_1'}
|
||||
defaultMessage={`Proximity to Superfund (National Priorities List (NPL)) sites - 2022`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_2_1'}
|
||||
/>,
|
||||
SECTION1_B7_2_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_2_2'}
|
||||
defaultMessage={`Proximity to Risk Management Plans (RMP) facilities - 2022`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_2_2'}
|
||||
/>,
|
||||
SECTION1_B7_2_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_2_3'}
|
||||
defaultMessage={`Proximity to hazardous waste facilities - 2022`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_2_3'}
|
||||
/>,
|
||||
SECTION1_B7_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_3'}
|
||||
defaultMessage={`Water and wastewater`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_3'}
|
||||
/>,
|
||||
SECTION1_B7_3_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B7_3_1'}
|
||||
defaultMessage={`Leaking underground storage tanks - 2022`}
|
||||
description={'Navigate to the download page. This is SECTION1_B7_3_1'}
|
||||
/>,
|
||||
SECTION1_B8: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B8'}
|
||||
defaultMessage={`Enhanced the technical files:`}
|
||||
description={'Navigate to the download page. This is SECTION1_B8'}
|
||||
/>,
|
||||
SECTION1_B8_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B8_1'}
|
||||
defaultMessage={`Added all new data indicators and demographics to .xls, .csv, and shapefiles`}
|
||||
description={'Navigate to the download page. This is SECTION1_B8_1'}
|
||||
/>,
|
||||
SECTION1_B8_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B8_2'}
|
||||
defaultMessage={`Added previous versions page to access the beta version’s
|
||||
download files`}
|
||||
description={'Navigate to the download page. This is SECTION1_B8_2'}
|
||||
/>,
|
||||
SECTION1_B8_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B8_3'}
|
||||
defaultMessage={`Updated codebook`}
|
||||
description={'Navigate to the download page. This is SECTION1_B8_3'}
|
||||
/>,
|
||||
SECTION1_B8_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B8_4'}
|
||||
defaultMessage={`Updated Technical Support Document`}
|
||||
description={'Navigate to the download page. This is SECTION1_B8_4'}
|
||||
/>,
|
||||
SECTION1_B9: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B9'}
|
||||
defaultMessage={`Improved the way that users provide feedback on the tool:`}
|
||||
description={'Navigate to the download page. This is SECTION1_B9'}
|
||||
/>,
|
||||
SECTION1_B9_1: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B9_1'}
|
||||
defaultMessage={`Data survey`}
|
||||
description={'Navigate to the download page. This is SECTION1_B9_1'}
|
||||
/>,
|
||||
SECTION1_B9_2: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B9_2'}
|
||||
defaultMessage={`Site experience survey`}
|
||||
description={'Navigate to the download page. This is SECTION1_B9_2'}
|
||||
/>,
|
||||
SECTION1_B9_3: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B9_3'}
|
||||
defaultMessage={`Census tract feedback`}
|
||||
description={'Navigate to the download page. This is SECTION1_B9_3'}
|
||||
/>,
|
||||
SECTION1_B9_4: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B9_4'}
|
||||
defaultMessage={`General contact form`}
|
||||
description={'Navigate to the download page. This is SECTION1_B9_4 '}
|
||||
/>,
|
||||
SECTION1_B10: <FormattedMessage
|
||||
id={'download.page.release.update.SECTION1_B10'}
|
||||
defaultMessage={`Added a link to sign up for email mailing list managed by CEQ`}
|
||||
description={'Navigate to the download page. This is SECTION1_B10 '}
|
||||
/>,
|
||||
|
||||
|
||||
SECTION2: <FormattedMessage
|
||||
id={'download.page.release.update.section.2'}
|
||||
defaultMessage={`Fixes`}
|
||||
description={'Navigate to the download page. This is second section of the release update section'}
|
||||
/>,
|
||||
SECTION2_P1: <FormattedMessage
|
||||
id={'download.page.release.update.section.2.p1'}
|
||||
defaultMessage={`Bug fix: loaded missing life expectancy data for Maine and Wisconsin`}
|
||||
description={'Navigate to the download page. This is second section of the release update section'}
|
||||
/>,
|
||||
SECTION2_P2: <FormattedMessage
|
||||
id={'download.page.release.update.section.2.p2'}
|
||||
defaultMessage={`Bug fix: Census tracts that are 100% water should not be
|
||||
included on the map`}
|
||||
description={'Navigate to the download page. This is second section of the release update section'}
|
||||
/>,
|
||||
FOOTER: <FormattedMessage
|
||||
id={'download.page.release.update.footer'}
|
||||
defaultMessage={`release version {version}`}
|
||||
description={'Navigate to the download page. This is second section of the release update section'}
|
||||
values={{
|
||||
version: VERSION_NUMBER,
|
||||
}}
|
||||
description={'Navigate to the download page. This is new and improved section'}
|
||||
/>,
|
||||
SCORING_SUBSECTION: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_SUBSECTION'}
|
||||
defaultMessage={`Scoring improvements`}
|
||||
description={'Navigate to the download page. This is scorig improvement section'}
|
||||
/>,
|
||||
SCORING_CONTENT_1: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_1'}
|
||||
defaultMessage={`Updated to use Census Decennial 2020 data for the U.S. territories
|
||||
of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
SCORING_CONTENT_2: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_2'}
|
||||
defaultMessage={`U.S. territories of Guam, Virgin Islands, Northern Mariana Islands,
|
||||
and American Samoa qualify as disadvantaged communities based on a low-income
|
||||
threshold at or above the 65th percentile, in addition to any existing qualification
|
||||
pathways`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
SCORING_CONTENT_3: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_3'}
|
||||
defaultMessage={`Apply a donut hole disadvantaged community qualification to U.S.
|
||||
territories of Guam, Virgin Islands, Northern Mariana Islands, American Samoa,
|
||||
and Puerto Rico based on adjacency to already qualifying disadvantaged community
|
||||
tracts and meeting a 50th percentile low-income threshold`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
SCORING_CONTENT_4: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_4'}
|
||||
defaultMessage={`Improved donut hole disadvantaged community qualification by
|
||||
adding tracts that are fully surrounded and have water boundaries`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
SCORING_CONTENT_5: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_5'}
|
||||
defaultMessage={`The poverty percentage calculation excludes college students,
|
||||
ensuring it reflects the economic conditions of the non-college population`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
SCORING_CONTENT_6: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.SCORING_CONTENT_6'}
|
||||
defaultMessage={`Grandfathering of Census tracts that were designated as
|
||||
disadvantaged communities in version 1.0 of this tool`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
UI_SUBSECTION: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.UI_SUBSECTION'}
|
||||
defaultMessage={`User interface improvements`}
|
||||
description={'Navigate to the download page. This is the UI improvements section'}
|
||||
/>,
|
||||
UI_CONTENT_1: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.UI_CONTENT_1'}
|
||||
defaultMessage={`Users can now search on the map by Census tract ID`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
UI_CONTENT_2: <FormattedMessage
|
||||
id={'download.page.release.2_0.update.UI_CONTENT_2'}
|
||||
defaultMessage={`Show island and territory low-income percentiles in the sidebar`}
|
||||
description={'Navigate to the download page. This is release content'}
|
||||
/>,
|
||||
};
|
||||
|
||||
|
@ -534,8 +231,8 @@ export const DOWNLOAD_LINKS = {
|
|||
/>,
|
||||
TEXT: <FormattedMessage
|
||||
id={'downloads.page.files.section.text'}
|
||||
defaultMessage={ 'The dataset used in the {version} version of the tool, along with a codebook, and information about how to use the list of communities (.pdf) are available for download:'}
|
||||
description={ 'Navigate to the Downloads page, this will be the page description1 text'}
|
||||
defaultMessage={'The dataset used in the {version} version of the tool, along with a codebook, and information about how to use the list of communities (.pdf) are available for download:'}
|
||||
description={'Navigate to the Downloads page, this will be the page description1 text'}
|
||||
values={{
|
||||
version: VERSION_NUMBER,
|
||||
}}
|
||||
|
|
|
@ -326,294 +326,54 @@
|
|||
"defaultMessage": "Version {version} file formats",
|
||||
"description": "Navigate to the download page. This is first download file link"
|
||||
},
|
||||
"download.page.release.update.SECTION1": {
|
||||
"defaultMessage": "New & improved",
|
||||
"description": "Navigate to the download page. This is first section of the release update SECTION1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B1": {
|
||||
"defaultMessage": "Added lands within the boundaries of Federally Recognized Tribes and locations of Alaska Native Villages using data from the Bureau of Indian Affairs at the U.S. Department of the Interior",
|
||||
"description": "Navigate to the download page. This is SECTION1_B1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B10": {
|
||||
"defaultMessage": "Added a link to sign up for email mailing list managed by CEQ",
|
||||
"description": "Navigate to the download page. This is SECTION1_B10 "
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2": {
|
||||
"defaultMessage": "Added new data for indicators of burden",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_1": {
|
||||
"defaultMessage": "Climate change",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_1_1": {
|
||||
"defaultMessage": "Projected flood risk",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_1_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_1_2": {
|
||||
"defaultMessage": "Projected wildfire risk",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_1_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_1_3": {
|
||||
"defaultMessage": "Historic underinvestment due to redlining",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_1_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_2": {
|
||||
"defaultMessage": "Housing",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_2_1": {
|
||||
"defaultMessage": "Lack of plumbing",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_2_2": {
|
||||
"defaultMessage": "Lack of green space",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_2_3": {
|
||||
"defaultMessage": "Historic underinvestment (due to redlining)",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_2_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_3": {
|
||||
"defaultMessage": "Legacy pollution",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_3_1": {
|
||||
"defaultMessage": "Abandoned mine lands",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_3_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_3_2": {
|
||||
"defaultMessage": "Formerly used defense sites",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_3_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_4": {
|
||||
"defaultMessage": "Transportation",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_4_1": {
|
||||
"defaultMessage": "Transportation barriers",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_4_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_5": {
|
||||
"defaultMessage": "Water and wastewater",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_5"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B2_5_1": {
|
||||
"defaultMessage": "Underground storage tanks and releases",
|
||||
"description": "Navigate to the download page. This is SECTION1_B2_5_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B3": {
|
||||
"defaultMessage": "Included communities that are completely surrounded by other disadvantaged communities and that meet an adjusted low income threshold",
|
||||
"description": "Navigate to the download page. This is SECTION1_B3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B4": {
|
||||
"defaultMessage": "Made technical changes to enhance accuracy of the tool",
|
||||
"description": "Navigate to the download page. This is SECTION1_B4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B4_1": {
|
||||
"defaultMessage": "Removed income data for students enrolled in higher education in the low income indicator",
|
||||
"description": "Navigate to the download page. This is SECTION1_B4_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B4_2": {
|
||||
"defaultMessage": "Imputed income for census tracts missing income data",
|
||||
"description": "Navigate to the download page. This is SECTION1_B4_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B4_3": {
|
||||
"defaultMessage": "Used transportation barriers and expected population loss rate data burdens only for census tracts with populations of 20 or more to exclude areas such as airports",
|
||||
"description": "Navigate to the download page. This is SECTION1_B4_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B5": {
|
||||
"defaultMessage": "Improved the user interface",
|
||||
"description": "Navigate to the download page. This is SECTION1_B5"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B5_1": {
|
||||
"defaultMessage": "Added demographics (race & age) for census tracts to map side panel",
|
||||
"description": "Navigate to the download page. This is SECTION1_B5_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B5_2": {
|
||||
"defaultMessage": "Improved the design of the map side panel",
|
||||
"description": "Navigate to the download page. This is SECTION1_B5_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B5_3": {
|
||||
"defaultMessage": "Updated the site copy of the website",
|
||||
"description": "Navigate to the download page. This is SECTION1_B5_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6": {
|
||||
"defaultMessage": "Added new data for all the U.S. Territories, and also made a small methodology change for Puerto Rico",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1": {
|
||||
"defaultMessage": "USVI",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_1": {
|
||||
"defaultMessage": "Included data from 2010 decennial census for US Virgin Islands",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2": {
|
||||
"defaultMessage": "New data from EJScreen 2.1",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_1": {
|
||||
"defaultMessage": "Sustainable Housing:",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_1_1": {
|
||||
"defaultMessage": "Lead paint",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_1_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_2": {
|
||||
"defaultMessage": "Legacy pollution:",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_1": {
|
||||
"defaultMessage": "Proximity to Superfund (National Priorities List (NPL)) sites",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_2": {
|
||||
"defaultMessage": "Proximity to Risk Management Plan (RMP) sites",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_3": {
|
||||
"defaultMessage": "Proximity to hazardous waste facilities",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_4": {
|
||||
"defaultMessage": "Leaking underground storage tanks",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_2": {
|
||||
"defaultMessage": "Guam",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_2_1": {
|
||||
"defaultMessage": "Included data from 2010 decennial census for Guam",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_3": {
|
||||
"defaultMessage": "Samoa",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_4": {
|
||||
"defaultMessage": "Marianna Islands",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5": {
|
||||
"defaultMessage": "Puerto Rico",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_1": {
|
||||
"defaultMessage": "Removed linguistic isolation as an indicator in the methodology for Puerto Rico",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_2": {
|
||||
"defaultMessage": "Imported additional available data for Puerto Rico",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_2_1": {
|
||||
"defaultMessage": "Energy cost",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_2_2": {
|
||||
"defaultMessage": "Housing cost",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_2_3": {
|
||||
"defaultMessage": "Abandoned mine lands",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_2_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B6_5_2_4": {
|
||||
"defaultMessage": "Proximity to hazardous waste sites",
|
||||
"description": "Navigate to the download page. This is SECTION1_B6_5_2_4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7": {
|
||||
"defaultMessage": "Updated data from EJScreen 2.1 across the entire tool:",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_1_1": {
|
||||
"defaultMessage": "Lead paint - 2016-2020",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_1_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_2_1": {
|
||||
"defaultMessage": "Proximity to Superfund (National Priorities List (NPL)) sites - 2022",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_2_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_2_2": {
|
||||
"defaultMessage": "Proximity to Risk Management Plans (RMP) facilities - 2022",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_2_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_2_3": {
|
||||
"defaultMessage": "Proximity to hazardous waste facilities - 2022",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_2_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_3": {
|
||||
"defaultMessage": "Water and wastewater",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B7_3_1": {
|
||||
"defaultMessage": "Leaking underground storage tanks - 2022",
|
||||
"description": "Navigate to the download page. This is SECTION1_B7_3_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B8": {
|
||||
"defaultMessage": "Enhanced the technical files:",
|
||||
"description": "Navigate to the download page. This is SECTION1_B8"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B8_1": {
|
||||
"defaultMessage": "Added all new data indicators and demographics to .xls, .csv, and shapefiles",
|
||||
"description": "Navigate to the download page. This is SECTION1_B8_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B8_2": {
|
||||
"defaultMessage": "Added previous versions page to access the beta version’s download files",
|
||||
"description": "Navigate to the download page. This is SECTION1_B8_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B8_3": {
|
||||
"defaultMessage": "Updated codebook",
|
||||
"description": "Navigate to the download page. This is SECTION1_B8_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B8_4": {
|
||||
"defaultMessage": "Updated Technical Support Document",
|
||||
"description": "Navigate to the download page. This is SECTION1_B8_4"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B9": {
|
||||
"defaultMessage": "Improved the way that users provide feedback on the tool:",
|
||||
"description": "Navigate to the download page. This is SECTION1_B9"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B9_1": {
|
||||
"defaultMessage": "Data survey",
|
||||
"description": "Navigate to the download page. This is SECTION1_B9_1"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B9_2": {
|
||||
"defaultMessage": "Site experience survey",
|
||||
"description": "Navigate to the download page. This is SECTION1_B9_2"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B9_3": {
|
||||
"defaultMessage": "Census tract feedback",
|
||||
"description": "Navigate to the download page. This is SECTION1_B9_3"
|
||||
},
|
||||
"download.page.release.update.SECTION1_B9_4": {
|
||||
"defaultMessage": "General contact form",
|
||||
"description": "Navigate to the download page. This is SECTION1_B9_4 "
|
||||
},
|
||||
"download.page.release.update.footer": {
|
||||
"defaultMessage": "release version {version}",
|
||||
"description": "Navigate to the download page. This is second section of the release update section"
|
||||
},
|
||||
"download.page.release.update.section.2": {
|
||||
"defaultMessage": "Fixes",
|
||||
"description": "Navigate to the download page. This is second section of the release update section"
|
||||
},
|
||||
"download.page.release.update.section.2.p1": {
|
||||
"defaultMessage": "Bug fix: loaded missing life expectancy data for Maine and Wisconsin",
|
||||
"description": "Navigate to the download page. This is second section of the release update section"
|
||||
},
|
||||
"download.page.release.update.section.2.p2": {
|
||||
"defaultMessage": "Bug fix: Census tracts that are 100% water should not be included on the map",
|
||||
"description": "Navigate to the download page. This is second section of the release update section"
|
||||
},
|
||||
"download.page.release.update.title.1": {
|
||||
"download.page.release.2_0.update.HEADER": {
|
||||
"defaultMessage": "Version {release} Release update - {date}",
|
||||
"description": "Navigate to the download page. This is first download file link"
|
||||
},
|
||||
"download.page.release.2_0.update.NEW_IMPROVED_SECTION": {
|
||||
"defaultMessage": "New & improved",
|
||||
"description": "Navigate to the download page. This is new and improved section"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_1": {
|
||||
"defaultMessage": "Updated to use Census Decennial 2020 data for the U.S. territories of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_2": {
|
||||
"defaultMessage": "U.S. territories of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa qualify as disadvantaged communities based on a low-income threshold at or above the 65th percentile, in addition to any existing qualification pathways",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_3": {
|
||||
"defaultMessage": "Apply a donut hole disadvantaged community qualification to U.S. territories of Guam, Virgin Islands, Northern Mariana Islands, American Samoa, and Puerto Rico based on adjacency to already qualifying disadvantaged community tracts and meeting a 50th percentile low-income threshold",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_4": {
|
||||
"defaultMessage": "Improved donut hole disadvantaged community qualification by adding tracts that are fully surrounded and have water boundaries",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_5": {
|
||||
"defaultMessage": "The poverty percentage calculation excludes college students, ensuring it reflects the economic conditions of the non-college population",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_6": {
|
||||
"defaultMessage": "Grandfathering of Census tracts that were designated as disadvantaged communities in version 1.0 of this tool",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.SCORING_SUBSECTION": {
|
||||
"defaultMessage": "Scoring improvements",
|
||||
"description": "Navigate to the download page. This is scorig improvement section"
|
||||
},
|
||||
"download.page.release.2_0.update.UI_CONTENT_1": {
|
||||
"defaultMessage": "Users can now search on the map by Census tract ID",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.UI_CONTENT_2": {
|
||||
"defaultMessage": "Show island and territory low-income percentiles in the sidebar",
|
||||
"description": "Navigate to the download page. This is release content"
|
||||
},
|
||||
"download.page.release.2_0.update.UI_SUBSECTION": {
|
||||
"defaultMessage": "User interface improvements",
|
||||
"description": "Navigate to the download page. This is the UI improvements section"
|
||||
},
|
||||
"downloads.page.change.log.text": {
|
||||
"defaultMessage": "release notes",
|
||||
"description": "Navigate to the Downloads page, this will be the view of release notes"
|
||||
|
|
|
@ -80,78 +80,18 @@
|
|||
"download.page.download.file.5": "<link5es>Cómo utilizar la lista Comunidades</link5es> (.pdf {howToCommFileSizeEs})",
|
||||
"download.page.download.file.6": "<link6es>Instrucciones a las agencias federales sobre el uso del CEJST</link6es> (.pdf {instructionsEs})",
|
||||
"download.page.files.section.title": "Formatos de archivo de la versión {version}",
|
||||
"download.page.release.update.SECTION1": "Nuevo y mejorado",
|
||||
"download.page.release.update.SECTION1_B1": "Incorporación de tierras dentro de los límites de las tribus reconocidas a nivel federal y de las ubicaciones de los pueblos nativos de Alaska mediante datos de la Oficina de Asuntos Indígenas del Departamento del Interior de los Estados Unidos.",
|
||||
"download.page.release.update.SECTION1_B10": "Se incorporó un enlace para suscribirse en la lista de distribución de correo electrónico gestionada por el CEQ.",
|
||||
"download.page.release.update.SECTION1_B2": "Se incorporaron nuevos datos para los indicadores de cargas.",
|
||||
"download.page.release.update.SECTION1_B2_1": "Cambio climático",
|
||||
"download.page.release.update.SECTION1_B2_1_1": "Riesgo de inundación previsto ",
|
||||
"download.page.release.update.SECTION1_B2_1_2": "Riesgo de incendios forestales previsto",
|
||||
"download.page.release.update.SECTION1_B2_1_3": "Subinversión histórica debida a la exclusión social",
|
||||
"download.page.release.update.SECTION1_B2_2": "Vivienda",
|
||||
"download.page.release.update.SECTION1_B2_2_1": "Falta de plomería",
|
||||
"download.page.release.update.SECTION1_B2_2_2": "Falta de espacios verdes",
|
||||
"download.page.release.update.SECTION1_B2_2_3": "Subinversión histórica (debida a la exclusión social)",
|
||||
"download.page.release.update.SECTION1_B2_3": "Contaminación heredada",
|
||||
"download.page.release.update.SECTION1_B2_3_1": "Terrenos mineros abandonados",
|
||||
"download.page.release.update.SECTION1_B2_3_2": "Antiguos terrenos destinados a usos de defensa",
|
||||
"download.page.release.update.SECTION1_B2_4": "Transporte",
|
||||
"download.page.release.update.SECTION1_B2_4_1": "Barreras al transporte",
|
||||
"download.page.release.update.SECTION1_B2_5": "Agua y aguas residuales",
|
||||
"download.page.release.update.SECTION1_B2_5_1": "Tanques de almacenamiento subterráneos y descargas",
|
||||
"download.page.release.update.SECTION1_B3": "Incluidas las comunidades que están completamente rodeadas por otras comunidades desfavorecidas y que cumplen con un umbral ajustado de bajos ingresos",
|
||||
"download.page.release.update.SECTION1_B4": "Se realizaron cambios técnicos para mejorar la precisión de la herramienta.",
|
||||
"download.page.release.update.SECTION1_B4_1": "Se eliminaron los datos sobre los ingresos de los estudiantes inscritos en educación superior en el indicador de bajos ingresos",
|
||||
"download.page.release.update.SECTION1_B4_2": "Ingresos imputados para distritos censales que carecen de datos sobre ingresos",
|
||||
"download.page.release.update.SECTION1_B4_3": "Se utilizaron las barreras de transporte y las cargas de datos de la tasa de pérdida de población prevista sólo para los distritos censales con una población de 20 habitantes o más para excluir zonas como los aeropuertos.",
|
||||
"download.page.release.update.SECTION1_B5": "Se mejoró la interfaz del usuario.",
|
||||
"download.page.release.update.SECTION1_B5_1": "Se agregaron datos demográficos (raza y edad) de los distritos censales al panel lateral del mapa.",
|
||||
"download.page.release.update.SECTION1_B5_2": "Se mejoró el diseño del panel lateral del mapa.",
|
||||
"download.page.release.update.SECTION1_B5_3": "Se actualizó la copia del sitio del sitio web.",
|
||||
"download.page.release.update.SECTION1_B6": "Se agregaron nuevos datos para todos los territorios de los Estados Unidos, y también se hizo un pequeño cambio metodológico para Puerto Rico.",
|
||||
"download.page.release.update.SECTION1_B6_1": "Islas Vírgenes de los Estados Unidos",
|
||||
"download.page.release.update.SECTION1_B6_1_1": "Se incluyeron datos del censo decenal de 2010 de las Islas Vírgenes de los Estados Unidos",
|
||||
"download.page.release.update.SECTION1_B6_1_2": "Nuevos datos de EJScreen 2.1",
|
||||
"download.page.release.update.SECTION1_B6_1_2_1": "Vivienda sostenible:",
|
||||
"download.page.release.update.SECTION1_B6_1_2_1_1": "Pintura con plomo",
|
||||
"download.page.release.update.SECTION1_B6_1_2_2": "Contaminación heredada:",
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_1": "Proximidad a los sitios del Superfund (Lista Nacional de Prioridades (NPL))",
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_2": "Proximidad a los sitios del Plan de Manejo de Riesgos (RMP)",
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_3": "Proximidad a instalaciones para manejo de residuos peligrosos",
|
||||
"download.page.release.update.SECTION1_B6_1_2_2_4": "Fugas en tanques de almacenamiento subterráneos ",
|
||||
"download.page.release.update.SECTION1_B6_2": "Guam",
|
||||
"download.page.release.update.SECTION1_B6_2_1": "Se incluyeron datos del censo decenal de 2010 para Guam.",
|
||||
"download.page.release.update.SECTION1_B6_3": "Samoa",
|
||||
"download.page.release.update.SECTION1_B6_4": "Islas Marianas",
|
||||
"download.page.release.update.SECTION1_B6_5": "Puerto Rico",
|
||||
"download.page.release.update.SECTION1_B6_5_1": "Se eliminó el aislamiento lingüístico como indicador en la metodología para Puerto Rico.",
|
||||
"download.page.release.update.SECTION1_B6_5_2": "Se importaron datos disponibles adicionales para Puerto Rico",
|
||||
"download.page.release.update.SECTION1_B6_5_2_1": "Costo de la energía",
|
||||
"download.page.release.update.SECTION1_B6_5_2_2": "Costo de la vivienda",
|
||||
"download.page.release.update.SECTION1_B6_5_2_3": "Terrenos mineros abandonados ",
|
||||
"download.page.release.update.SECTION1_B6_5_2_4": "Proximidad a sitios para manejo de residuos peligrosos",
|
||||
"download.page.release.update.SECTION1_B7": "Datos actualizados de EJScreen 2.1 en toda la herramienta:",
|
||||
"download.page.release.update.SECTION1_B7_1_1": "Pintura con plomo - 2016-2020",
|
||||
"download.page.release.update.SECTION1_B7_2_1": "Proximidad a los sitios del Superfund (Lista Nacional de Prioridades (NPL)) - 2022",
|
||||
"download.page.release.update.SECTION1_B7_2_2": "Proximidad a las instalaciones del Plan de Manejo de Riesgos (RMP) - 2022",
|
||||
"download.page.release.update.SECTION1_B7_2_3": "Proximidad a instalaciones para manejo de residuos peligrosos - 2022",
|
||||
"download.page.release.update.SECTION1_B7_3": "Agua y aguas residuales",
|
||||
"download.page.release.update.SECTION1_B7_3_1": "Fugas en tanques de almacenamiento subterráneos - 2022",
|
||||
"download.page.release.update.SECTION1_B8": "Se mejoraron los archivos técnicos:",
|
||||
"download.page.release.update.SECTION1_B8_1": "Se agregaron todos los indicadores nuevos de datos e información demográfica a.xls,.csv y archivos de forma.",
|
||||
"download.page.release.update.SECTION1_B8_2": "Se agregó la página de versiones anteriores para acceder a los archivos de descarga de la versión beta.",
|
||||
"download.page.release.update.SECTION1_B8_3": "Se actualizó el libro de códigos.",
|
||||
"download.page.release.update.SECTION1_B8_4": "Se actualizó el documento de apoyo técnico",
|
||||
"download.page.release.update.SECTION1_B9": "Se mejoró la forma cómo los usuarios proporcionan comentarios referentes a la herramienta:",
|
||||
"download.page.release.update.SECTION1_B9_1": "Encuesta de datos",
|
||||
"download.page.release.update.SECTION1_B9_2": "Encuesta sobre la experiencia con el sitio",
|
||||
"download.page.release.update.SECTION1_B9_3": "Comentarios sobre los distritos censales ",
|
||||
"download.page.release.update.SECTION1_B9_4": "Formulario de contacto general",
|
||||
"download.page.release.update.footer": "Versión de la publicación {version}",
|
||||
"download.page.release.update.section.2": "Errores",
|
||||
"download.page.release.update.section.2.p1": "Corrección de errores: se cargaron los datos de esperanza de vida que faltaban de Maine y Wisconsin.",
|
||||
"download.page.release.update.section.2.p2": "Corrección de errores: No deben incluirse en el mapa los distritos censales que son 100% agua.",
|
||||
"download.page.release.update.title.1": "Actualización de la publicación {release} de la versión - {date}",
|
||||
"download.page.release.2_0.update.HEADER": "Actualización de la publicación {release} de la versión - {date}",
|
||||
"download.page.release.2_0.update.NEW_IMPROVED_SECTION": "Nuevo y mejorado",
|
||||
"download.page.release.2_0.update.SCORING_SUBSECTION": "Mejoras en la puntuación",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_1": "Actualizado para utilizar datos del censo decenal de 2020 para los territorios estadounidenses de Guam, las Islas Vírgenes, las Islas Marianas del Norte y Samoa Americana",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_2": "Los territorios estadounidenses de Guam, las Islas Vírgenes, las Islas Marianas del Norte y Samoa Americana califican como comunidades desfavorecidas según un umbral de bajos ingresos igual o superior al percentil 65, además de cualquier vía de calificación existente",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_3": "Aplicar una calificación de comunidad desfavorecida a los territorios estadounidenses de Guam, las Islas Vírgenes, las Islas Marianas del Norte, Samoa Americana y Puerto Rico en función de la adyacencia a zonas comunitarias desfavorecidas que ya califican y que cumplan con un umbral de bajos ingresos del percentil 50",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_4": "Se mejoró la calificación de la comunidad en desventaja al agregar áreas que están completamente rodeadas y tienen límites de agua",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_5": "El cálculo del porcentaje de pobreza excluye a los estudiantes universitarios, asegurando que refleja las condiciones económicas de la población no universitaria",
|
||||
"download.page.release.2_0.update.SCORING_CONTENT_6": "Protección de los distritos censales que fueron designadas como comunidades desfavorecidas en la versión 1.0 de esta herramienta",
|
||||
"download.page.release.2_0.update.UI_SUBSECTION": "Mejoras en la interfaz de usuario",
|
||||
"download.page.release.2_0.update.UI_CONTENT_1": "Los usuarios ahora pueden buscar en el mapa por el numero de identificación de distrito censal",
|
||||
"download.page.release.2_0.update.UI_CONTENT_2": "Mostrar percentiles de bajos ingresos de islas y territorios en la barra lateral",
|
||||
"downloads.page.change.log.text": "notas de la publicación",
|
||||
"downloads.page.download.icon.alt.tag": "El icono utilizado para indicar que el archivo se puede descargar.",
|
||||
"downloads.page.files.section.text": "Los conjuntos de datos de la versión {version} de la herramienta, junto con un libro de código, e información sobre cómo utilizar la lista de comunidades (.pdf) están disponibles para descargarse:",
|
||||
|
|
|
@ -453,218 +453,60 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
>
|
||||
<div>
|
||||
<div>
|
||||
Version 2.0 Release update - Dec 19, 2024
|
||||
</div>
|
||||
<div>
|
||||
New & improved
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Added lands within the boundaries of Federally Recognized Tribes and
|
||||
locations of Alaska Native Villages using data from the Bureau of Indian
|
||||
Affairs at the U.S. Department of the Interior
|
||||
</li>
|
||||
<li>
|
||||
Added new data for indicators of burden
|
||||
</li>
|
||||
<div>
|
||||
Version 2.0 Release update - Dec 19, 2024
|
||||
</div>
|
||||
<div>
|
||||
New & improved
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Climate change
|
||||
Scoring improvements
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Projected flood risk
|
||||
Updated to use Census Decennial 2020 data for the U.S. territories
|
||||
of Guam, Virgin Islands, Northern Mariana Islands, and American Samoa
|
||||
</li>
|
||||
<li>
|
||||
Projected wildfire risk
|
||||
U.S. territories of Guam, Virgin Islands, Northern Mariana Islands,
|
||||
and American Samoa qualify as disadvantaged communities based on a low-income
|
||||
threshold at or above the 65th percentile, in addition to any existing qualification
|
||||
pathways
|
||||
</li>
|
||||
<li>
|
||||
Apply a donut hole disadvantaged community qualification to U.S.
|
||||
territories of Guam, Virgin Islands, Northern Mariana Islands, American Samoa,
|
||||
and Puerto Rico based on adjacency to already qualifying disadvantaged community
|
||||
tracts and meeting a 50th percentile low-income threshold
|
||||
</li>
|
||||
<li>
|
||||
Improved donut hole disadvantaged community qualification by
|
||||
adding tracts that are fully surrounded and have water boundaries
|
||||
</li>
|
||||
<li>
|
||||
The poverty percentage calculation excludes college students,
|
||||
ensuring it reflects the economic conditions of the non-college population
|
||||
</li>
|
||||
<li>
|
||||
Grandfathering of Census tracts that were designated as
|
||||
disadvantaged communities in version 1.0 of this tool
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Housing
|
||||
User interface improvements
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Historic underinvestment due to redlining
|
||||
Users can now search on the map by Census tract ID
|
||||
</li>
|
||||
<li>
|
||||
Lack of green space
|
||||
</li>
|
||||
<li>
|
||||
Lack of plumbing
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Legacy pollution
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Abandoned mine lands
|
||||
</li>
|
||||
<li>
|
||||
Formerly used defense sites
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Transportation
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Transportation barriers
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Water and wastewater
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Underground storage tanks and releases
|
||||
Show island and territory low-income percentiles in the sidebar
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>
|
||||
Included communities that are completely surrounded by other
|
||||
disadvantaged communities and that meet an adjusted low income
|
||||
threshold
|
||||
</li>
|
||||
<li>
|
||||
Made technical changes to enhance accuracy of the tool
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Removed income data for students enrolled in higher education in the low income indicator
|
||||
</li>
|
||||
<li>
|
||||
Imputed income for census tracts missing income data
|
||||
</li>
|
||||
<li>
|
||||
Used transportation barriers and expected population loss rate
|
||||
data burdens only for census tracts with populations of 20 or
|
||||
more to exclude areas such as airports
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Improved the user interface
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Added demographics (race & age) for census tracts to map side panel
|
||||
</li>
|
||||
<li>
|
||||
Improved the design of the map side panel
|
||||
</li>
|
||||
<li>
|
||||
Updated the site copy of the website
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Added new data for all the U.S. Territories, and also made a small methodology change for Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
USVI
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Included data from 2010 decennial census for US Virgin Islands
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Guam
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Included data from 2010 decennial census for Guam
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Removed linguistic isolation as an indicator in the methodology for Puerto Rico
|
||||
</li>
|
||||
<li>
|
||||
Imported additional available data for Puerto Rico
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Energy cost
|
||||
</li>
|
||||
<li>
|
||||
Housing cost
|
||||
</li>
|
||||
<li>
|
||||
Abandoned mine lands
|
||||
</li>
|
||||
<li>
|
||||
Proximity to hazardous waste sites
|
||||
</li>
|
||||
<li>
|
||||
Proximity to Superfund (National Priorities List (NPL)) sites
|
||||
</li>
|
||||
<li>
|
||||
Proximity to Risk Management Plan (RMP) sites
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<li>
|
||||
Enhanced the technical files:
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Added all new data indicators and demographics to .xls, .csv, and shapefiles
|
||||
</li>
|
||||
<li>
|
||||
Added previous versions page to access the beta version’s
|
||||
download files
|
||||
</li>
|
||||
<li>
|
||||
Updated codebook
|
||||
</li>
|
||||
<li>
|
||||
Updated Technical Support Document
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Improved the way that users provide feedback on the tool:
|
||||
</li>
|
||||
<ul>
|
||||
<li>
|
||||
Data survey
|
||||
</li>
|
||||
<li>
|
||||
Site experience survey
|
||||
</li>
|
||||
<li>
|
||||
Census tract feedback
|
||||
</li>
|
||||
<li>
|
||||
General contact form
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
Added a link to sign up for email mailing list managed by CEQ
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
Fixes
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
Bug fix: loaded missing life expectancy data for Maine and Wisconsin
|
||||
</li>
|
||||
<li>
|
||||
Bug fix: Census tracts that are 100% water should not be
|
||||
included on the map
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
release version 2.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue