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 add0cea1..cc99a904 100644
--- a/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap
+++ b/client/src/components/DatasetContainer/tests/__snapshots__/datasetContainer.test.tsx.snap
@@ -361,11 +361,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
- Department of Transportation (DOT) traffic data
+ Department of Transportation (DOT) traffic data as compiled by EPA's EJSCREEN
@@ -502,12 +502,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) Risk-Screening
- Environmental Indicators (RSEI) Model
+ Environmental Indicators (RSEI) Model as compiled by EPA's EJSCREEN
@@ -572,12 +572,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) National Air Toxics Assessment (NATA)
-
+ as compiled by EPA's EJSCREEN
@@ -608,12 +608,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) Office of Air
- and Radiation (OAR) fusion of model and monitor data
+ and Radiation (OAR) fusion of model and monitor data as compiled by EPA's EJSCREEN
diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx
index 3b0f9442..87718eaa 100644
--- a/client/src/data/copy/methodology.tsx
+++ b/client/src/data/copy/methodology.tsx
@@ -180,8 +180,8 @@ export const ADDITIONAL_INDICATORS = [
description: `Count of vehicles (average annual daily traffic) at major roads
within 500 meters, divided by distance in meters (not km).`,
dataResolution: `Census block group`,
- dataSourceLabel: `Department of Transportation (DOT) traffic data`,
- dataSourceURL: `https://www.fhwa.dot.gov/policyinformation/hpms/shapefiles.cfm`,
+ dataSourceLabel: `Department of Transportation (DOT) traffic data as compiled by EPA's EJSCREEN`,
+ dataSourceURL: `https://www.epa.gov/ejscreen/technical-documentation-ejscreen`,
dataDateRange: `2017`,
},
{
@@ -218,8 +218,8 @@ export const ADDITIONAL_INDICATORS = [
meters, divided by distance in kilometers (km).`,
dataResolution: `Census block group`,
dataSourceLabel: `Environmental Protection Agency (EPA) Risk-Screening
- Environmental Indicators (RSEI) Model`,
- dataSourceURL: `https://www.epa.gov/rsei`,
+ Environmental Indicators (RSEI) Model as compiled by EPA's EJSCREEN`,
+ dataSourceURL: `https://www.epa.gov/ejscreen/technical-documentation-ejscreen`,
dataDateRange: `2020`,
},
{
@@ -236,8 +236,8 @@ export const ADDITIONAL_INDICATORS = [
description: `Mixture of particles that is part of diesel exhaust in the air.`,
dataResolution: `Census block group`,
dataSourceLabel: `Environmental Protection Agency (EPA) National Air Toxics Assessment (NATA)
- `,
- dataSourceURL: `https://www.epa.gov/national-air-toxics-assessment/2014-nata-assessment-results`,
+ as compiled by EPA's EJSCREEN`,
+ dataSourceURL: `https://www.epa.gov/ejscreen/technical-documentation-ejscreen`,
dataDateRange: `5-year estimates, 2015-2019`,
},
{
@@ -246,8 +246,8 @@ export const ADDITIONAL_INDICATORS = [
2.5 micrometers and smaller.`,
dataResolution: `Census block group`,
dataSourceLabel: `Environmental Protection Agency (EPA) Office of Air
- and Radiation (OAR) fusion of model and monitor data`,
- dataSourceURL: `https://www.epa.gov/aboutepa/about-office-air-and-radiation-oar`,
+ and Radiation (OAR) fusion of model and monitor data as compiled by EPA's EJSCREEN`,
+ dataSourceURL: `https://www.epa.gov/ejscreen/technical-documentation-ejscreen`,
dataDateRange: `2017`,
},
diff --git a/client/src/pages/__snapshots__/methodology.test.tsx.snap b/client/src/pages/__snapshots__/methodology.test.tsx.snap
index a1b6a8dd..8299d457 100644
--- a/client/src/pages/__snapshots__/methodology.test.tsx.snap
+++ b/client/src/pages/__snapshots__/methodology.test.tsx.snap
@@ -709,11 +709,11 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
- Department of Transportation (DOT) traffic data
+ Department of Transportation (DOT) traffic data as compiled by EPA's EJSCREEN
@@ -850,12 +850,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) Risk-Screening
- Environmental Indicators (RSEI) Model
+ Environmental Indicators (RSEI) Model as compiled by EPA's EJSCREEN
@@ -920,12 +920,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) National Air Toxics Assessment (NATA)
-
+ as compiled by EPA's EJSCREEN
@@ -956,12 +956,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Data source:
Environmental Protection Agency (EPA) Office of Air
- and Radiation (OAR) fusion of model and monitor data
+ and Radiation (OAR) fusion of model and monitor data as compiled by EPA's EJSCREEN