From b8a15b66d08ce51fb20297f8d2d8954d035aa605 Mon Sep 17 00:00:00 2001 From: Shelby Switzer Date: Wed, 15 Sep 2021 17:31:42 -0400 Subject: [PATCH] Update data list on methodology page --- .../src/components/DatasetContainer/index.tsx | 160 ++++++++++++++---- client/src/components/scoreStepsList.tsx | 3 +- 2 files changed, 128 insertions(+), 35 deletions(-) diff --git a/client/src/components/DatasetContainer/index.tsx b/client/src/components/DatasetContainer/index.tsx index 5e3f7551..59f4835d 100644 --- a/client/src/components/DatasetContainer/index.tsx +++ b/client/src/components/DatasetContainer/index.tsx @@ -7,51 +7,145 @@ import AlertWrapper from '../AlertWrapper'; export const cards = [ { + indicator: 'Area Median Income', + description: `Median income of the census block group calculated as a percent + of the metropolitan area’s or state's median income.`, + dataResolution: `Census block group`, + dataSourceLabel: `Census's American Community Survey`, + dataSourceURL: `https://www.census.gov/programs-surveys/acs`, + dataDateRange: `2015-2019`, + }, { indicator: 'Poverty', - description: `Percent of a block group's population in households where the household - income is less than or equal to twice the federal "poverty level"`, + description: `Percent of a block group's population in households where the + household income is less than or equal to twice the federal "poverty level."`, dataResolution: `Census block group`, - dataSourceLabel: `U.S. Census Bureau`, - dataSourceURL: `https://www.census.gov/`, - dataDateRange: `5-year estimates, 2015-2019`, + dataSourceLabel: `Census's American Community Survey`, + dataSourceURL: `https://www.census.gov/programs-surveys/acs`, + dataDateRange: `2015-2019`, }, { - indicator: 'Education (less than high school)', - description: `Percent of people age 25 or older in a block group whose education is short of a high school diploma`, + indicator: 'Education. less than high school education', + description: `Percent of people age 25 or older in a block group whose + education is short of a high school diploma.`, dataResolution: `Census block group`, - dataSourceLabel: `U.S. Census Bureau`, - dataSourceURL: `https://www.census.gov/`, - dataDateRange: `5-year estimates, 2015-2019`, + dataSourceLabel: `Census's American Community Survey`, + dataSourceURL: `https://www.census.gov/programs-surveys/acs`, + dataDateRange: `2015-2019`, }, { - indicator: 'Linguistic isolation', - description: `Percent of people in a block group living in linguistically - isolated households — a linguistically isolated household is a household in - which all members aged 14 years and over speak a non-English language and also speak - English less than "very well" (i.e., have difficulty with English)`, - dataResolution: `Census block group`, - dataSourceLabel: `U.S. Census Bureau`, - dataSourceURL: `https://www.census.gov/`, - dataDateRange: `5-year estimates, 2015-2019`, + indicator: 'Diabetes', + description: `People ages 18 years and up who report having ever been + told by a doctor, nurse, or other health professionals that they have + diabetes other than diabetes during pregnancy.`, + dataResolution: `Census tract`, + dataSourceLabel: `Centers for Disease Control and Prevention (CDC) PLACES`, + dataSourceURL: `https://www.cdc.gov/places/index.html`, + dataDateRange: `2016-2019`, }, { - indicator: 'Unemployment rate', - description: `Unemployment rate (people who are unemployed divided by the total population of - people in the labor force over 16 years old)`, - dataResolution: `Census block group`, - dataSourceLabel: `U.S. Census Bureau`, - dataSourceURL: `https://www.census.gov/`, - dataDateRange: `5-year estimates, 2015-2019`, + indicator: 'Asthma', + description: `Weighted number of respondents people who answer “yes” both + to both of the following questions: “Have you ever been told by a doctor, + nurse, or other health professional that you have asthma?” and the question + “Do you still have asthma?”`, + dataResolution: `Census tract`, + dataSourceLabel: `Centers for Disease Control and Prevention (CDC) PLACES`, + dataSourceURL: `https://www.cdc.gov/places/index.html`, + dataDateRange: `2016-2019`, }, { - indicator: 'Housing burden', - description: `Percent of households in a census tract that are both low income (making less - than 80% of the HUD Area Median Family Income) and severely burdened by housing costs - (paying greater than 30% of their income to housing costs)`, + indicator: 'Heart disase', + description: `People ages 18 years and up who report ever having been told + by a doctor, nurse, or other health professionals that they had angina or + coronary heart disease.`, + dataResolution: `Census tract`, + dataSourceLabel: `Centers for Disease Control and Prevention (CDC) PLACES`, + dataSourceURL: `https://www.cdc.gov/places/index.html`, + dataDateRange: `2016-2019`, + }, + { + indicator: 'Life expectancy', + description: `Estimated years of life expectancy.`, + dataResolution: `Census tract`, + dataSourceLabel: `Centers for Disease Control and Prevention (CDC) + US Small-area Life Expectancy Estimates Project`, + dataSourceURL: `https://www.cdc.gov/nchs/nvss/usaleep/usaleep.html#data`, + dataDateRange: `2010-2015`, + }, + { + indicator: 'Traffic proximity and volume', + 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: `U.S. Census Bureau`, - dataSourceURL: `https://www.census.gov/`, - dataDateRange: `5-year estimates, 2015-2019`, + dataSourceLabel: `Department of Transportation (DOT) traffic data`, + dataSourceURL: `#`, + dataDateRange: `2017`, + }, + { + indicator: 'FEMA Risk Index Expected Annual Loss Score', + description: `Average economic loss in dollars resulting from natural + hazards each year. It is calculated for each hazard type and quantifies + loss for relevant consequence types: buildings, people, and agriculture.`, + dataResolution: `Census tract`, + dataSourceLabel: `Federal Emergency Management Agency (FEMA)`, + dataSourceURL: `https://hazards.fema.gov/nri/expected-annual-loss`, + dataDateRange: `2014-2017`, + }, + { + indicator: 'Energy burden', + description: `Average annual energy cost ($) divided by household income.`, + dataResolution: `Census tract`, + dataSourceLabel: `Department of Energy (DOE) LEAD Score`, + dataSourceURL: `https://www.energy.gov/eere/slsc/low-income-energy-affordability-data-lead-tool`, + dataDateRange: `2018`, + }, + { + indicator: 'Housing cost burden', + description: `Households that are low income and spend more than 30% of their + income to housing costs.`, + dataResolution: `Census tract`, + dataSourceLabel: `Department of Housing & Urban Development’s + (HUD) Comprehensive Housing Affordability Strategy dataset`, + dataSourceURL: `https://www.huduser.gov/portal/datasets/cp.html`, + dataDateRange: `2013-2017`, + }, + { + indicator: 'Wastewater discharge', + description: `RSEI modeled Toxic Concentrations at stream segments within 500 + 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`, + dataDateRange: `2020`, + }, + { + indicator: 'Lead paint', + description: `Percent of housing units built pre-1960, used as an + indicator of potential lead paint exposure in homes.`, + dataResolution: `Census block group`, + dataSourceLabel: `Census's American Community Survey`, + dataSourceURL: `https://www.census.gov/programs-surveys/acs`, + dataDateRange: `2015-2019`, + }, + { + indicator: 'Diesel particulate matter', + 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`, + dataDateRange: `2014`, + }, + { + indicator: 'PM2.5', + description: `Fine inhalable particles, with diameters that are generally + 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`, + dataDateRange: `2017`, }, ]; diff --git a/client/src/components/scoreStepsList.tsx b/client/src/components/scoreStepsList.tsx index def3be76..c8869b60 100644 --- a/client/src/components/scoreStepsList.tsx +++ b/client/src/components/scoreStepsList.tsx @@ -11,8 +11,7 @@ const ScoreStepsList = () => {

Gather datasets

Data inputs

- The cumulative index score includes the following equally - weighted inputs. + The methodology includes the following inputs that are equally weighted.