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

Fix format mistake in Poverty topic #722

Merged
merged 1 commit into from
Oct 27, 2023
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
2 changes: 1 addition & 1 deletion stat_vars/gen_ordered_list_for_topics.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4465,7 +4465,7 @@ typeOf: dcid:Topic
Node: dcid:dc/topic/Poverty
dcid: "dc/topic/Poverty"
name: "Poverty"
relevantVariableList: "Count_Person_BelowPovertyLevelInThePast12Months,sdg/SI_POV_DAY1,dc/topic/PovertyByGender,dc/topic/PovertyByRace,dc/topic/PovertyByResidency,dc/topic/PovertyByLanguageSpokenAtHomerelevantVariable: dcid:sdg/SI_POV_EMP1.AGE--Y_GE15,sdg/SP_ACS_BSRVH2O,sdg/SP_ACS_BSRVSAN,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByAge,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByGender,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByResidence,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_EMP1.AGEY_GE15_ByGender"
relevantVariableList: "Count_Person_BelowPovertyLevelInThePast12Months,sdg/SI_POV_DAY1,dc/topic/PovertyByGender,dc/topic/PovertyByRace,dc/topic/PovertyByResidency,dc/topic/PovertyByLanguageSpokenAtHome,sdg/SI_POV_EMP1.AGE--Y_GE15,sdg/SP_ACS_BSRVH2O,sdg/SP_ACS_BSRVSAN,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByAge,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByGender,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByResidence,dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_EMP1.AGEY_GE15_ByGender"
typeOf: dcid:Topic

Node: dcid:dc/topic/PovertyByGender
Expand Down
3 changes: 2 additions & 1 deletion stat_vars/topics_economy_insights.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ relevantVariable: dcid:sdg/SI_POV_DAY1
relevantVariable: dcid:dc/topic/PovertyByGender
relevantVariable: dcid:dc/topic/PovertyByRace
relevantVariable: dcid:dc/topic/PovertyByResidency
relevantVariable: dcid:dc/topic/PovertyByLanguageSpokenAtHomerelevantVariable: dcid:sdg/SI_POV_EMP1.AGE--Y_GE15
relevantVariable: dcid:dc/topic/PovertyByLanguageSpokenAtHome
relevantVariable: dcid:sdg/SI_POV_EMP1.AGE--Y_GE15
relevantVariable: dcid:sdg/SP_ACS_BSRVH2O
relevantVariable: dcid:sdg/SP_ACS_BSRVSAN
relevantVariable: dcid:dc/svpg/dc/topic/Poverty_SDG_1_SI_POV_DAY1_ByAge
Expand Down
Loading