diff --git a/client/src/components/DatasetCard/tests/__snapshots__/datasetCard.test.tsx.snap b/client/src/components/DatasetCard/tests/__snapshots__/datasetCard.test.tsx.snap index eeab14b2..ee49e637 100644 --- a/client/src/components/DatasetCard/tests/__snapshots__/datasetCard.test.tsx.snap +++ b/client/src/components/DatasetCard/tests/__snapshots__/datasetCard.test.tsx.snap @@ -3,33 +3,43 @@ exports[`rendering of indicator dataset card checks if component renders 1`] = `

- Low income + Census tract information and demographics

- Percent of a census tract's population in households where household income is at or below - 200% of the Federal poverty level, not including students enrolled in higher education. + Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract.
+
+

+ + + + Note: + + The demographics are included as information only and are not considered as a part of the tool's methodology. + +

+
diff --git a/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap b/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap index 3535d5fb..fe63c859 100644 --- a/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap +++ b/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap @@ -73,6 +73,68 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis data-testid="grid" >
+
+
+

+ Census tract information and demographics +

+
+
+ + Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract. + +
+
+

+ + + + Note: + + The demographics are included as information only and are not considered as a part of the tool's methodology. + +

+
+
    +
  • + + Used in: + + All categories +
  • +
  • + + Responsible Party: + + Census +
  • +
  • + + Source: + + + American Community Survey + + from 2015-2019 +
  • +
  • + + Available for: + + All U.S. states, the District of Columbia, and U.S. territories +
  • +
+
diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx index 3e78eb1e..f595b8c4 100644 --- a/client/src/data/copy/methodology.tsx +++ b/client/src/data/copy/methodology.tsx @@ -487,6 +487,11 @@ export const RESPONSIBLE_PARTIES = { defaultMessage={'Centers for Disease Control and Prevention (CDC)'} description={'responsible party text'} />, + CEN: , CENSUS: , + description: , + note: Note: The demographics are included as information only and are not considered as a part of the tool's methodology. + `} + description={'Navigate to the Methodology page. This is the note text for low life expectancy'} + values={{ + boldtag: boldFn, + }} + />, + usedIn: CATEGORIES.ALL, + responsibleParty: RESPONSIBLE_PARTIES.CEN, + sources: [ + { + source: SOURCE_LINKS.CENSUS_ACS_15_19, + availableFor: AVAILABLE_FOR.ALL_US_DC_TERR, + }, + ], + }, { domID: 'low-income', indicator: identified as disadvantaged if they are in census tracts that:", "description": "Navigate to the methodology page. Navigate to the category section. This is category heading" }, + "methodology.page.category.census.tract.description.text": { + "defaultMessage": "Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract.", + "description": "Navigate to the Methodology page. This is the description text for low income" + }, + "methodology.page.category.census.tract.note.text": { + "defaultMessage": "Note: The demographics are included as information only and are not considered as a part of the tool's methodology.", + "description": "Navigate to the Methodology page. This is the note text for low life expectancy" + }, "methodology.page.category.diabetes.description.text": { "defaultMessage": "Share of people ages 18 years and older who have been told by a health professional that they have diabetes other than diabetes during pregnancy.", "description": "Navigate to the Methodology page. This is the description text for diabetes" @@ -2200,7 +2208,7 @@ "description": "Methodology page dataset card available for METRO_US_HOLC" }, "methodology.page.dataset.card.availableFor.US_DC": { - "defaultMessage": "All U.S. states and the District of Columbia", + "defaultMessage": "All U.S. states, the District of Columbia, and U.S. territories", "description": "Methodology page dataset card available for US and DC type" }, "methodology.page.dataset.card.availableFor.US_DC_PR": { @@ -2211,6 +2219,10 @@ "defaultMessage": "Asthma", "description": "Navigate to the Methodology page. This is the title text for the asthma dataset" }, + "methodology.page.dataset.indicator.census.tract.title.text": { + "defaultMessage": "Census tract information and demographics", + "description": "Navigate to the Methodology page. This is the title text for the census tract dataset" + }, "methodology.page.dataset.indicator.diabetes.title.text": { "defaultMessage": "Diabetes", "description": "Navigate to the Methodology page. This is the title text for the diabetes dataset" diff --git a/client/src/pages/tests/__snapshots__/methodology.test.tsx.snap b/client/src/pages/tests/__snapshots__/methodology.test.tsx.snap index 3020a729..79b59a92 100644 --- a/client/src/pages/tests/__snapshots__/methodology.test.tsx.snap +++ b/client/src/pages/tests/__snapshots__/methodology.test.tsx.snap @@ -1086,6 +1086,68 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis data-testid="grid" >
+
+
+

+ Census tract information and demographics +

+
+
+ + Used to identify and locate each tract in a state and county. The demographic information, race/ethnicity and age, are included to better characterize the people living in the tract. + +
+
+

+ + + + Note: + + The demographics are included as information only and are not considered as a part of the tool's methodology. + +

+
+
    +
  • + + Used in: + + All categories +
  • +
  • + + Responsible Party: + + Census +
  • +
  • + + Source: + + + American Community Survey + + from 2015-2019 +
  • +
  • + + Available for: + + All U.S. states, the District of Columbia, and U.S. territories +
  • +
+