Skip to content

Commit

Permalink
fix(story-tags): remove tags from german story selector (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia authored Oct 21, 2020
1 parent 7bbcaf6 commit b44aa5c
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 15 deletions.
25 changes: 19 additions & 6 deletions storage/stories/stories-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"image": "assets/sst_large_18.jpg",
"tags": [
"sea-surface-temperature",
"sea-ice",
"ocean-colour",
"sea-surface-salinity",
"water-vapour",
"clouds"
"sea-surface-salinity"
],
"position": [-50, 40]
},
Expand All @@ -30,7 +29,8 @@
"sea-ice",
"sea-surface-temperature",
"sea-surface-salinity",
"permafrost"
"permafrost",
"ice-sheets"
],
"position": [-105, 75]
},
Expand All @@ -47,13 +47,26 @@
"title": "Biodiversität und Verlust des Lebensraums",
"description": "",
"image": "assets/landcover_07.jpg",
"tags": ["land-cover", "hr-land-cover", "land-surface-temperature", "soil-moisture", "permafrost", "fire"]
"tags": [
"land-cover",
"hr-land-cover",
"land-surface-temperature",
"soil-moisture",
"permafrost",
"fire"
]
},
{
"id": "story-26",
"title": "Den Puls des Planeten messen",
"description": "",
"image": "assets/soilmoisture_large_14.jpg",
"tags": ["satellite-orbits", "sensors", "electromagnetic-spectrum", "climate-modelling", "geostationary-satellite"]
"tags": [
"satellite-orbits",
"sensors",
"electromagnetic-spectrum",
"climate-modelling",
"geostationary-satellite"
]
}
]
17 changes: 15 additions & 2 deletions storage/stories/stories-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,28 @@
"title": "Biodiversity and Habitat Loss",
"description": "",
"image": "assets/landcover_07.jpg",
"tags": ["land-cover", "hr-land-cover", "land-surface-temperature", "soil-moisture", "permafrost", "fire"],
"tags": [
"land-cover",
"hr-land-cover",
"land-surface-temperature",
"soil-moisture",
"permafrost",
"fire"
],
"position": [150, -35]
},
{
"id": "story-26",
"title": "Taking the Pulse of the Planet",
"description": "",
"image": "assets/soilmoisture_large_14.jpg",
"tags": ["satellite-orbits", "sensors", "electromagnetic-spectrum", "climate-modelling", "geostationary-satellite"],
"tags": [
"satellite-orbits",
"sensors",
"electromagnetic-spectrum",
"climate-modelling",
"geostationary-satellite"
],
"position": [40, -25]
}
]
19 changes: 16 additions & 3 deletions storage/stories/stories-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,28 @@
"title": "Biodiversity and Habitat Loss",
"description": "",
"image": "assets/landcover_07.jpg",
"tags": ["land-cover", "hr-land-cover", "land-surface-temperature", "soil-moisture", "permafrost", "fire"],
"tags": [
"land-cover",
"hr-land-cover",
"land-surface-temperature",
"soil-moisture",
"permafrost",
"fire"
],
"position": [150, -35]
},
{
"id": "story-26",
"title": "Taking the Pulse of the Planet",
"description": "",
"image": "assets/soilmoisture_large_14.jpg",
"tags": ["satellite-orbits", "sensors", "electromagnetic-spectrum", "climate-modelling", "geostationary-satellite"],
"tags": [
"satellite-orbits",
"sensors",
"electromagnetic-spectrum",
"climate-modelling",
"geostationary-satellite"
],
"position": [40, -25]
}
]
]
17 changes: 15 additions & 2 deletions storage/stories/stories-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,26 @@
"title": "Biodiversity and Habitat Loss",
"description": "",
"image": "assets/landcover_07.jpg",
"tags": ["land-cover", "hr-land-cover", "land-surface-temperature", "soil-moisture", "permafrost", "fire"]
"tags": [
"land-cover",
"hr-land-cover",
"land-surface-temperature",
"soil-moisture",
"permafrost",
"fire"
]
},
{
"id": "story-26",
"title": "Taking the Pulse of the Planet",
"description": "",
"image": "assets/soilmoisture_large_14.jpg",
"tags": ["satellite-orbits", "sensors", "electromagnetic-spectrum", "climate-modelling", "geostationary-satellite"]
"tags": [
"satellite-orbits",
"sensors",
"electromagnetic-spectrum",
"climate-modelling",
"geostationary-satellite"
]
}
]
17 changes: 15 additions & 2 deletions storage/stories/stories-nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,26 @@
"title": "Biodiversity and Habitat Loss",
"description": "",
"image": "assets/landcover_07.jpg",
"tags": ["land-cover", "hr-land-cover", "land-surface-temperature", "soil-moisture", "permafrost", "fire"]
"tags": [
"land-cover",
"hr-land-cover",
"land-surface-temperature",
"soil-moisture",
"permafrost",
"fire"
]
},
{
"id": "story-26",
"title": "Taking the Pulse of the Planet",
"description": "",
"image": "assets/soilmoisture_large_14.jpg",
"tags": ["satellite-orbits", "sensors", "electromagnetic-spectrum", "climate-modelling", "geostationary-satellite"]
"tags": [
"satellite-orbits",
"sensors",
"electromagnetic-spectrum",
"climate-modelling",
"geostationary-satellite"
]
}
]
Binary file modified storage/stories/story-16/assets/sst_interview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b44aa5c

Please sign in to comment.