This repository is used to add stories to the BlueEarth Data Platform
- Write and publish a story on an online platform, e.g. https://storymaps.arcgis.com/stories.
- Create an icon with dimensions
300x280
pixels for the story and give it a human-readable name. - Clone / Fetch origin from https://github.com/openearth/bed-stories.
- Copy the icon you created to the folder
bed-stories/images/
. - Open
stories.json
in your preferred text editor. - Add a new entry at the top of the
stories.json
file:
{
"id": "<insert id>",
"theme": "<insert theme>", # see below available themes
"stories": [
{
"ID": "<insert aplha-numeric-id>",
"title": "<insert title for story>",
"URL": "<insert URL to story published on an online platform>",
"icon": "https://raw.githubusercontent.com/openearth/bed-stories/main/images/<insert filename of icon>"
}
]
},
- Commit to main and push to origin.
- Check that everything is as expected in https://blueearthdata.org/stories
The following themes are available
- Flooding
- Coastal Management
- Offshore
- Water availability
- Water quality
- North Sea
- Coastal flood risk
- Small island states
- Stories page doesn't scroll.
- Changes may take a while to reflect due to caching - clear cache if necessary.