mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 05:21:17 -07:00
Minor content updates
This commit is contained in:
parent
dc076d649c
commit
f6d08fbfee
15 changed files with 28 additions and 160 deletions
|
@ -317,7 +317,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1422,7 +1422,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -33,14 +33,6 @@ const J40Footer = () => {
|
|||
COMMON_COPY.FOOTER_CEQ_ADDRESS.PHONE,
|
||||
]}
|
||||
/>,
|
||||
<LinkTypeWrapper
|
||||
linkText={intl.formatMessage(COMMON_COPY.FOOTER.SIGN_UP)}
|
||||
internal={false}
|
||||
url={COMMON_COPY.FOOTER.SIGN_UP_LINK}
|
||||
openUrlNewTab={true}
|
||||
key={'signup'}
|
||||
dataCy={hyphenizeString(COMMON_COPY.FOOTER.SIGN_UP.defaultMessage)}
|
||||
/>,
|
||||
],
|
||||
[
|
||||
intl.formatMessage(COMMON_COPY.FOOTER.MORE_INFO),
|
||||
|
|
|
@ -60,19 +60,6 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -190,16 +190,6 @@ export const FOOTER = defineMessages({
|
|||
defaultMessage: 'Council on Environmental Quality',
|
||||
description: 'Navigate to the about page. This is Footer under logo',
|
||||
},
|
||||
SIGN_UP: {
|
||||
id: 'common.pages.footer.sign.up',
|
||||
defaultMessage: 'Sign up for updates',
|
||||
description: 'Navigate to the about page. This is Footer under Sign-up for updates',
|
||||
},
|
||||
SIGN_UP_LINK: {
|
||||
id: 'common.pages.footer.sign.up.link',
|
||||
defaultMessage: 'https://lp.constantcontactpages.com/su/Vm8pCFj/spring',
|
||||
description: 'Navigate to the about page. This is Footer link under Sign-up for updates',
|
||||
},
|
||||
MORE_INFO: {
|
||||
id: 'common.pages.footer.moreinfoheader',
|
||||
defaultMessage: 'More information',
|
||||
|
|
|
@ -165,7 +165,7 @@ export const FAQ_ANSWERS = {
|
|||
/>,
|
||||
Q2_P3: <FormattedMessage
|
||||
id={ 'faqs.page.answers.Q2_P3'}
|
||||
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.'}
|
||||
defaultMessage={ 'Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages. 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'}
|
||||
/>,
|
||||
Q2_P4: <FormattedMessage
|
||||
|
@ -214,10 +214,10 @@ export const FAQ_ANSWERS = {
|
|||
/>,
|
||||
Q4_P3: <FormattedMessage
|
||||
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. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.'}
|
||||
defaultMessage={ '<bold>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</bold> 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 threshold only.'}
|
||||
description={ 'Navigate to the FAQs page, this will be an answer, Q4_P3'}
|
||||
values={{
|
||||
boldtag: boldFn,
|
||||
bold: boldFn,
|
||||
}}
|
||||
/>,
|
||||
Q5_P1: <FormattedMessage
|
||||
|
@ -291,7 +291,7 @@ export const FAQ_ANSWERS = {
|
|||
/>,
|
||||
Q13_P1: <FormattedMessage
|
||||
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 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'}
|
||||
/>,
|
||||
Q13_P2: <FormattedMessage
|
||||
|
@ -398,7 +398,7 @@ export const FAQ_ANSWERS = {
|
|||
/>,
|
||||
Q20_P2: <FormattedMessage
|
||||
id={ 'faqs.page.answers.Q20_P2'}
|
||||
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 alternative data sources.`}
|
||||
description={ 'Navigate to the FAQs page, this will be an answer, Q20_P2'}
|
||||
values= {{
|
||||
link1: linkFn('https://en.wikipedia.org/wiki/Shapefile', false, true),
|
||||
|
@ -415,7 +415,7 @@ export const FAQ_ANSWERS = {
|
|||
/>,
|
||||
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.'}
|
||||
defaultMessage={ 'Because some nationally-consistent datasets on indicators of environmental or climate 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 only.'}
|
||||
description={ 'Navigate to the FAQs page, this will be an answer, Q22'}
|
||||
/>,
|
||||
};
|
||||
|
|
|
@ -1003,7 +1003,7 @@ export const INDICATORS: IIndicators[] = [
|
|||
note: <FormattedMessage
|
||||
id={'methodology.page.category.exp.pop.loss.rate.note.text'}
|
||||
defaultMessage={`
|
||||
<boldtag>Note: </boldtag>this burden only applies for census tracts with populations greater than 20 people.
|
||||
<boldtag>Note: </boldtag> This burden only applies for census tracts with populations greater than 20 people.
|
||||
`}
|
||||
description={'Navigate to the Methodology page. This is the note text for low life expectancy'}
|
||||
values={{
|
||||
|
@ -1507,7 +1507,7 @@ export const INDICATORS: IIndicators[] = [
|
|||
note: <FormattedMessage
|
||||
id={'methodology.page.category.trans.barrier.note.text'}
|
||||
defaultMessage={`
|
||||
<boldtag>Note: </boldtag> this burden only applies for census tracts with populations greater than 20 people.
|
||||
<boldtag>Note: </boldtag> This burden only applies for census tracts with populations greater than 20 people.
|
||||
`}
|
||||
description={'Navigate to the Methodology page. This is the note text for trans.barrier'}
|
||||
values={{
|
||||
|
|
|
@ -201,14 +201,6 @@
|
|||
"defaultMessage": "Privacy Policy",
|
||||
"description": "Navigate to the about page. This is Footer privacy policy link text"
|
||||
},
|
||||
"common.pages.footer.sign.up": {
|
||||
"defaultMessage": "Sign up for updates",
|
||||
"description": "Navigate to the about page. This is Footer under Sign-up for updates"
|
||||
},
|
||||
"common.pages.footer.sign.up.link": {
|
||||
"defaultMessage": "https://lp.constantcontactpages.com/su/Vm8pCFj/spring",
|
||||
"description": "Navigate to the about page. This is Footer link under Sign-up for updates"
|
||||
},
|
||||
"common.pages.footer.whitehouselogoalt": {
|
||||
"defaultMessage": "Whitehouse logo",
|
||||
"description": "Navigate to the about page. This is Footer Whitehouse logo alt text"
|
||||
|
@ -1346,7 +1338,7 @@
|
|||
"description": "Navigate to the FAQs page, this will be an answer, Q12_P3"
|
||||
},
|
||||
"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 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"
|
||||
},
|
||||
"faqs.page.answers.Q13_P2": {
|
||||
|
@ -1406,7 +1398,7 @@
|
|||
"description": "Navigate to the FAQs page, this will be an answer, Q20_P1"
|
||||
},
|
||||
"faqs.page.answers.Q20_P2": {
|
||||
"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 alternative data sources.",
|
||||
"description": "Navigate to the FAQs page, this will be an answer, Q20_P2"
|
||||
},
|
||||
"faqs.page.answers.Q21": {
|
||||
|
@ -1414,7 +1406,7 @@
|
|||
"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.",
|
||||
"defaultMessage": "Because some nationally-consistent datasets on indicators of environmental or climate 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 only.",
|
||||
"description": "Navigate to the FAQs page, this will be an answer, Q22"
|
||||
},
|
||||
"faqs.page.answers.Q2_P1": {
|
||||
|
@ -1434,7 +1426,7 @@
|
|||
"description": "Navigate to the FAQs page, this will be an answer, Q2_P2_2"
|
||||
},
|
||||
"faqs.page.answers.Q2_P3": {
|
||||
"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.",
|
||||
"defaultMessage": "Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages. 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"
|
||||
},
|
||||
"faqs.page.answers.Q2_P4": {
|
||||
|
@ -1466,7 +1458,7 @@
|
|||
"description": "Navigate to the FAQs page, this will be an answer, Q4_P2"
|
||||
},
|
||||
"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. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.",
|
||||
"defaultMessage": "<bold>American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:</bold> 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 threshold only.",
|
||||
"description": "Navigate to the FAQs page, this will be an answer, Q4_P3"
|
||||
},
|
||||
"faqs.page.answers.Q5_P1": {
|
||||
|
@ -1650,7 +1642,7 @@
|
|||
"description": "Navigate to the Methodology page. This is the description text for exp pop loss rate"
|
||||
},
|
||||
"methodology.page.category.exp.pop.loss.rate.note.text": {
|
||||
"defaultMessage": "<boldtag>Note: </boldtag>this burden only applies for census tracts with populations greater than 20 people.",
|
||||
"defaultMessage": "<boldtag>Note: </boldtag> This burden only applies for census tracts with populations greater than 20 people.",
|
||||
"description": "Navigate to the Methodology page. This is the note text for low life expectancy"
|
||||
},
|
||||
"methodology.page.category.flood.risk.rate.description.text": {
|
||||
|
@ -1846,7 +1838,7 @@
|
|||
"description": "Navigate to the Methodology page. This is the description text for Transportation barriers"
|
||||
},
|
||||
"methodology.page.category.trans.barrier.note.text": {
|
||||
"defaultMessage": "<boldtag>Note: </boldtag> this burden only applies for census tracts with populations greater than 20 people.",
|
||||
"defaultMessage": "<boldtag>Note: </boldtag> This burden only applies for census tracts with populations greater than 20 people.",
|
||||
"description": "Navigate to the Methodology page. This is the note text for trans.barrier"
|
||||
},
|
||||
"methodology.page.category.tribal.lands.description.text": {
|
||||
|
|
|
@ -48,8 +48,6 @@
|
|||
"common.pages.footer.moreinfoheader": "Más información",
|
||||
"common.pages.footer.privacy.link": "https://www.whitehouse.gov/privacy/",
|
||||
"common.pages.footer.privacy.text": "Política de privacidad",
|
||||
"common.pages.footer.sign.up": "Suscríbase para recibir actualizaciones.",
|
||||
"common.pages.footer.sign.up.link": "https://lp.constantcontactpages.com/su/Vm8pCFj/spring",
|
||||
"common.pages.footer.whitehouselogoalt": "Whitehouse logo",
|
||||
"common.pages.header.about": "Información básica",
|
||||
"common.pages.header.contact": "Contacto",
|
||||
|
@ -351,14 +349,14 @@
|
|||
"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": "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_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 de datos alternativas.",
|
||||
"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.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.Q22": "Debido a que algunos conjuntos de datos consistentes a nivel nacional sobre indicadores de carga ambiental o climática utilizados en la herramienta no incluyen actualmente datos de ciertos territorios de EE. UU., los distritos censales en estos territorios se consideran desfavorecidas si solo 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_2": "Si están en tierras dentro de los límites de las tribus reconocidas a nivel federal.",
|
||||
"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_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. 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. 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.",
|
||||
|
@ -366,7 +364,7 @@
|
|||
"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_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. 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.Q4_P3": "<bold>Samoa estadounidense, Guam, las Islas Marianas del Norte y las Islas Vírgenes de los Estados Unidos.</bold> 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 alcanzan el umbral de bajos ingresos.",
|
||||
"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_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>.",
|
||||
|
|
|
@ -917,19 +917,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -510,19 +510,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -652,19 +652,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -480,7 +480,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
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.
|
||||
Not all disadvantaged communities can be shown on the map. The map shows point locations for Alaska Native Villages. Some communities do not live in just one place. This tool focuses on identifying communities that can be geographically defined.
|
||||
</p>
|
||||
<p>
|
||||
The tool uses census tracts. Census tracts are small units of geography. Census tract boundaries for
|
||||
|
@ -560,7 +560,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
American Samoa, Guam, the Northern Mariana Islands, and the U.S. Virgin Islands:
|
||||
</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. Due to limited data availability, tracts in these U.S. Territories are considered disadvantaged if they meet the low income only.
|
||||
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 threshold only.
|
||||
</p>
|
||||
</div>
|
||||
<h2
|
||||
|
@ -774,7 +774,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
id="faq-id-8"
|
||||
>
|
||||
<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 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>
|
||||
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.
|
||||
|
@ -1057,7 +1057,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
>
|
||||
a geospatial vector data format
|
||||
</a>
|
||||
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 alternative data sources.
|
||||
</p>
|
||||
</div>
|
||||
<h2
|
||||
|
@ -1113,7 +1113,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
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.
|
||||
Because some nationally-consistent datasets on indicators of environmental or climate 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 only.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1184,19 +1184,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -1346,7 +1346,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -2451,7 +2451,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<strong>
|
||||
Note:
|
||||
</strong>
|
||||
this burden only applies for census tracts with populations greater than 20 people.
|
||||
This burden only applies for census tracts with populations greater than 20 people.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -3172,19 +3172,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -634,19 +634,6 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -450,19 +450,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</div>
|
||||
</address>
|
||||
</li>
|
||||
<li
|
||||
class="usa-footer__secondary-link"
|
||||
>
|
||||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy="sign-up-for-updates"
|
||||
href="https://lp.constantcontactpages.com/su/Vm8pCFj/spring"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Sign up for updates
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue