Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1123 aggregated copy updates #1204

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion app/templates/components/default-modal.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<RevealModal @open={{this.openModal}} @closeModal={{this.toggleModal}}>
<h1 class='header-large'>
NYC Population FactFinder has been updated with 2018-2022 American Community Survey (ACS) data and with Detailed Race/Ethnicity Responses from the 2020 Census. 2017-2021 ACS data are still available in the ACS sub-section of <a target="_blank" href="https://www.nyc.gov/site/planning/planning-level/nyc-population/american-community-survey.page">NYC City Planning's Population Division</a> website.
NYC Population FactFinder has been updated with 2018-2022 American Community Survey (ACS) data and with Detailed Race/Ethnicity Responses from the 2020 Census. 2017-2021 ACS data are still available in the ACS sub-section of
<a target="_blank"
rel="noopener noreferrer"
href="https://www.nyc.gov/site/planning/planning-level/nyc-population/american-community-survey.page">
NYC City Planning's Population Division
</a>
website.
</h1>

<h1 class='header-large mobile-header'>
Expand Down
2 changes: 1 addition & 1 deletion app/topics-config/census.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
id: 'detailedRaceAndEthnicity',
label: 'Detailed Race and Ethnicity',
labelText:
"Detailed race & ethnicity data represent the count of people identifying with each group. This count includes people identifying solely with a particular group and people identifying with multiple groups. Tract-level noise & suppression can result in compounded NTA-level error. See 'About' page for more.",
"Detailed race and ethnicity data represent the count of people identifying with each group. This count includes people identifying solely with a particular group and people identifying with multiple groups. Tract-level noise & suppression can result in compounded error for aggregate geographies. See 'About' page for more information. (Also note that detailed race and ethnicity data are unavailable for census block and Community District geographies and will display as 0.)",
selected: 'unselected',
type: 'subtopic',
tableConfig: censusTableConfig.detailedRaceAndEthnicity,
Expand Down
Loading