Skip to content

Commit

Permalink
Merge pull request #93 from WorldModelers/rename_duplicate_nodes
Browse files Browse the repository at this point in the history
rename nodes with the same name
  • Loading branch information
BeckySharp committed Oct 9, 2020
2 parents d916699 + cf46e80 commit c4990b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions wm_flat.yml
Expand Up @@ -9,15 +9,15 @@
- interventions:
- provide: # (supply, distribute, deliver, vaccinate, give)
- agriculture_inputs: # agricultural_productivity
- livestock_production:
- livestock_production_inputs:
- livestock_feed
- veterinary_services
- livestock_watering
- crop_production:
- crop_production_equipment:
- farm_equipment
- harvesting_equipment
- seed
- irrigation:
- irrigation_equipment:
- water_source
- pumps
- field_irrigation
Expand All @@ -28,7 +28,7 @@
- biological
- chemical
- organic
- post_harvest:
- post_harvest_inputs:
- processing_equipment
- packaging
- warehousing
Expand Down Expand Up @@ -58,13 +58,13 @@
- sanitation_and_hygiene_inputs
- build: # (construct/repair)
- agriculture_infrastructure:
- livestock_production:
- livestock_production_infrastructure:
- livestock_shelter # enclosure, barn, pasture, etc
- crop_production: #
- crop_production_infrastructure: #
- irrigation_infrastructure # canal, reservoir, water_tower
- extension_offices # farmer_training_centers, demonstration plots, etc
- greenhouse # nursery, high_tunnel, etc.
- post_harvest # on-farm_processing_facility, silos, cooperative_processing, storage, etc.
- post_harvest_infrastructure # on-farm_processing_facility, silos, cooperative_processing, storage, etc.
- trade_infrastructure # factory, industrial_park, storage_facilities, warehouse, processing_facilities, etc.
- educational_infrastructure # community_centers, child_friendly_learning_spaces, school_rehabilitation, gender_specific_bathrooms, etc.
- shelter_housing # permanent_house, temporary_housing, refugee_camp, housing_provision, leasing_or_rental_services, temporary_communal_settlement, etc.
Expand Down Expand Up @@ -97,7 +97,7 @@
- mine_clearance
- temporary_policing_services
- conflict_resolution # conflict_mediatio, political_dialogue, disarmament, demobilization, reintegration, family_reunification, rehabilitation_of_child_soldier
- natural_resources # Water_rights, Land_rights, land_deeds, Biotechnology, etc.
- secure_natural_resources # Water_rights, Land_rights, land_deeds, Biotechnology, etc.
- cultural_resources # landmark_designation, world_heritage_status, etc.
- legislate: # regulate, control, tax, subsidize, penalize, certify, ban, etc.
- subsidize
Expand Down
16 changes: 8 additions & 8 deletions wm_flat_metadata.yml
Expand Up @@ -9,7 +9,7 @@
- interventions:
- provide: # (supply, distribute, deliver, vaccinate, give)
- agriculture_inputs: # agricultural_productivity
- livestock_production:
- livestock_production_inputs:
- OntologyNode:
examples:
- livestock feed
Expand All @@ -33,7 +33,7 @@
- livestock watering
name: livestock_watering
polarity: 1
- crop_production:
- crop_production_equipment:
- OntologyNode:
examples:
- farm equipment
Expand All @@ -60,7 +60,7 @@
- planting
name: seed
polarity: 1
- irrigation:
- irrigation_equipment:
- OntologyNode:
examples:
- water source
Expand Down Expand Up @@ -137,7 +137,7 @@
- neem oil
name: organic
polarity: 1
- post_harvest:
- post_harvest_inputs:
- OntologyNode:
examples:
- harvest processing equipment
Expand Down Expand Up @@ -364,7 +364,7 @@
polarity: 1
- build: # (construct/repair)
- agriculture_infrastructure:
- livestock_production:
- livestock_production_infrastructure:
- OntologyNode:
examples:
- enclosure
Expand All @@ -376,7 +376,7 @@
- coop
name: livestock_shelter # enclosure, barn, pasture, etc
polarity: 1
- crop_production: #
- crop_production_infrastructure: #
- OntologyNode:
examples:
- canal
Expand Down Expand Up @@ -418,7 +418,7 @@
- post-harvest
pattern:
- \b(tower|bunker|stave|grain)\b\s(silo)
name: post_harvest # on-farm_processing_facility, silos, cooperative_processing, storage, etc.
name: post_harvest_infrastructure # on-farm_processing_facility, silos, cooperative_processing, storage, etc.
polarity: 1
- OntologyNode:
examples:
Expand Down Expand Up @@ -697,7 +697,7 @@
- neutralize threat to natural resources
- preserve natural resources
- secure natural resources
name: natural_resources # Water_rights, Land_rights, land_deeds, Biotechnology, etc.
name: secure_natural_resources # Water_rights, Land_rights, land_deeds, Biotechnology, etc.
polarity: 1
- OntologyNode:
pattern:
Expand Down

0 comments on commit c4990b5

Please sign in to comment.