Skip to content

Commit

Permalink
Reorder StatVarGroup verticals
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 435719940
  • Loading branch information
pradh authored and copybara-github committed Mar 18, 2022
1 parent 9fda4a8 commit 388e8c5
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions stat_vars/vertical_stat_var_groups.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4,82 +4,65 @@ name: "Data Commons Variables"

## L1 verticals ##

Node: dcid:dc/g/Demographics
typeOf: dcs:StatVarGroup
name: "Demographics"
specializationOf: dcid:dc/g/Root
displayRank: 1

Node: dcid:dc/g/Household
typeOf: dcs:StatVarGroup
name: "Household"
specializationOf: dcid:dc/g/Root
displayRank: 1

Node: dcid:dc/g/Housing
Node: dcid:dc/g/Agriculture
typeOf: dcs:StatVarGroup
name: "Housing"
name: "Agriculture"
specializationOf: dcid:dc/g/Root
displayRank: 1

Node: dcid:dc/g/Health
Node: dcid:dc/g/Demographics
typeOf: dcs:StatVarGroup
name: "Health"
name: "Demographics"
specializationOf: dcid:dc/g/Root
displayRank: 2

Node: dcid:dc/g/Employment
Node: dcid:dc/g/Economy
typeOf: dcs:StatVarGroup
name: "Employment"
name: "Economy"
specializationOf: dcid:dc/g/Root
displayRank: 2
displayRank: 3

Node: dcid:dc/g/Climate
Node: dcid:dc/g/Education
typeOf: dcs:StatVarGroup
name: "Climate"
name: "Education"
specializationOf: dcid:dc/g/Root
displayRank: 3
displayRank: 4

Node: dcid:dc/g/Energy
typeOf: dcs:StatVarGroup
name: "Energy"
specializationOf: dcid:dc/g/Root
displayRank: 3

Node: dcid:dc/g/Agriculture
typeOf: dcs:StatVarGroup
name: "Agriculture"
specializationOf: dcid:dc/g/Root
displayRank: 3
displayRank: 5

Node: dcid:dc/g/Education
Node: dcid:dc/g/Environment
typeOf: dcs:StatVarGroup
name: "Education"
name: "Environment"
specializationOf: dcid:dc/g/Root
displayRank: 4
displayRank: 6

Node: dcid:dc/g/Crime
Node: dcid:dc/g/Health
typeOf: dcs:StatVarGroup
name: "Crime"
name: "Health"
specializationOf: dcid:dc/g/Root
displayRank: 4
displayRank: 7

Node: dcid:dc/g/Economics
Node: dcid:dc/g/Housing
typeOf: dcs:StatVarGroup
name: "Economics"
name: "Housing"
specializationOf: dcid:dc/g/Root
displayRank: 4
displayRank: 8

Node: dcid:dc/g/MilitaryService
Node: dcid:dc/g/Crime
typeOf: dcs:StatVarGroup
name: "Military Service"
name: "Crime"
specializationOf: dcid:dc/g/Root
displayRank: 4
displayRank: 9

Node: dcid:dc/g/Uncategorized
typeOf: dcs:StatVarGroup
name: "Uncategorized"
specializationOf: dcid:dc/g/Root
displayRank: 10

# A special vertical that is not displayed on the Tree Widget.
Node: dcid:dc/g/Hidden
Expand All @@ -89,6 +72,23 @@ specializationOf: dcid:dc/g/Root

## L2 Verticals ##

Node: dcid:dc/g/Household
typeOf: dcs:StatVarGroup
name: "Household"
specializationOf: dcid:dc/g/Demographics

Node: dcid:dc/g/MilitaryService
typeOf: dcs:StatVarGroup
name: "Military Service"
specializationOf: dcid:dc/g/Demographics

Node: dcid:dc/g/Employment
typeOf: dcs:StatVarGroup
name: "Employment and Business"
specializationOf: dcid:dc/g/Economy
# Make this appear at the top under Economy.
displayRank: 1

Node: dcid:dc/g/COVID-19
typeOf: dcs:StatVarGroup
name: "COVID-19"
Expand All @@ -98,12 +98,12 @@ displayRank: 1
Node: dcid:dc/g/Weather
typeOf: dcs:StatVarGroup
name: "Weather"
specializationOf: dcid:dc/g/Climate
specializationOf: dcid:dc/g/Environment

Node: dcid:dc/g/Disasters
typeOf: dcs:StatVarGroup
name: "Disasters"
specializationOf: dcid:dc/g/Climate
specializationOf: dcid:dc/g/Environment

Node: dcid:dc/g/Commute
typeOf: dcs:StatVarGroup
Expand Down

0 comments on commit 388e8c5

Please sign in to comment.