mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-02 07:04:18 -07:00
Add THE to percentiles (#1330)
* Update copy - add the before percentile - change to exceeds * update snapshots
This commit is contained in:
parent
d1d62315ff
commit
fd3d1f969f
5 changed files with 44 additions and 44 deletions
|
@ -170,7 +170,7 @@ export const CATEGORY_AND_CLAUSE = {
|
|||
LOW_INC_65_WHEN_HIGH_ED_LTE_20: <FormattedMessage
|
||||
id= {'methodology.paage.category.and.clause.low.inc.hs.ed'}
|
||||
defaultMessage={`
|
||||
{and} is above 65th percentile for {lowIncome} AND at or below 20% for {highEdEnrollRate}
|
||||
{and} is above the 65th percentile for {lowIncome} AND at or below 20% for {highEdEnrollRate}
|
||||
`}
|
||||
description= {'and portion of the formula dealing with lower income and high school degree rate'}
|
||||
values= {{
|
||||
|
@ -220,7 +220,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.climate.change.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {expAgrLossRate} OR {expbuildLossRate} OR {expPopLossRate}
|
||||
{if} at or above the 90th percentile for {expAgrLossRate} OR {expbuildLossRate} OR {expPopLossRate}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -255,7 +255,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.clean.energy.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {energyCostBur} OR {pm25}
|
||||
{if} at or above the 90th percentile for {energyCostBur} OR {pm25}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -289,7 +289,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.clean.transport.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {dieselPM} or {traffic}
|
||||
{if} at or above the 90th percentile for {dieselPM} or {traffic}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -323,8 +323,8 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.afford.house.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {lead} AND {medianHomeVal} is at or less than
|
||||
90th percentile OR at or above the 90th percentile for the {houseBur}
|
||||
{if} at or above the 90th percentile for {lead} AND {medianHomeVal} is at or less than
|
||||
the 90th percentile OR at or above the 90th percentile for the {houseBur}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -359,7 +359,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.legacy.pollution.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {proxHaz} OR {proxNPL} OR {proxRMP}
|
||||
{if} at or above the 90th percentile for {proxHaz} OR {proxNPL} OR {proxRMP}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -394,7 +394,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.clean.water.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {wasteWater}
|
||||
{if} at or above the 90th percentile for {wasteWater}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -427,7 +427,7 @@ export const CATEGORIES = {
|
|||
IF: <FormattedMessage
|
||||
id= {'indicator.categories.health.burdens.if'}
|
||||
defaultMessage= {`
|
||||
{if} at or above 90th percentile for {asthma} OR {diabetes} OR {heart} OR {life}
|
||||
{if} at or above the 90th percentile for {asthma} OR {diabetes} OR {heart} OR {life}
|
||||
`}
|
||||
description= {'if portion of the formula'}
|
||||
values= {{
|
||||
|
@ -1028,7 +1028,7 @@ export const INDICATORS = [
|
|||
id= {'category.lead.paint.description.text'}
|
||||
defaultMessage= {`
|
||||
Percent of housing units built pre-1960, used as an indicator of potential lead paint exposure in
|
||||
tracts with median home values less than 90th percentile.
|
||||
tracts with median home values less than the 90th percentile.
|
||||
`}
|
||||
description= {'description text for lead paint'}
|
||||
/>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue