Skip to content
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
7 changes: 7 additions & 0 deletions .changeset/fast-carrots-hug.md
Comment thread
frozenhelium marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"go-web-app": patch
---

Update Montandon landing page
- Add 'Getting started' section
- Enable external links
35 changes: 28 additions & 7 deletions app/src/views/MontandonLandingPage/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,24 @@
"strings": {
"montandonPageTitle": "Montandon - The Global Crisis Data Bank",
"montandonHeading": "Montandon - The Global Crisis Data Bank",
"montandonHeadingDescription": "Montandon is the world’s largest disaster database—a global public good with applications far beyond IFRC. Montandon integrates three key types of data: 1) forecasted and recorded natural hazards; 2) impact data on these hazards; and 3) operational response data (where available). Montandon contains more than 2 million of records about hazards and their impacts for hundreds of thousands of events.",
"montandonHeadingDescription": "Montandon is the world’s largest disaster database — a global public good with applications far beyond IFRC. Montandon integrates three key types of data: 1) forecasted and recorded natural hazards; 2) impact data on these hazards; and 3) operational response data (where available). Montandon contains more than 2 million of records about hazards and their impacts for hundreds of thousands of events.",

"sourcePopupTitle": "Source Data",
"stacIdLabel": "ID",
"stacIdValue": "stac-fastapi",
"stacVersionLabel": "STAC Version",
"stacVersionValue": "1.0.0",
"validLabel": "Valid",
"validValue": "Yes",
"stacLocationText": "The STAC metadata file is located at",

"sharePopupTitle": "Share",
"emailLabel": "Email",
"shareUrlLabel": "Share the URL of this page:",

"videoTitle": "IFRC GO Platform: Mapping global crises' historical data with Montandon",

"resources": "Resources",
"visitGithub": "GitHub",
"goWiki": "GO Wiki",
"apiDescription": "OpenAPI service description",
"apiDocumentation": "OpenAPI service documentation",
"gettingStartedGuide": "Getting Started Guide",

"blogPosts": "Blog Posts",
"leveragingDataBlogPostTitle": "Leveraging data to learn from past disasters",
Expand All @@ -21,6 +30,18 @@
"contactText": "Please get in contact with the team in case interested to collaborate or learn more",

"accessAPILabel": "Access the Montandon API",
"exploreRadiantEarthLabel": "Explore data in STAC browser"
"exploreRadiantEarthLabel": "Explore data in STAC browser",

"guideGetYourToken": "1. Get your token.",
"guideVisitAccountPage": "Visit the {goAccountPageLink} (you must be logged in).",
"goAccountPageLinkButtonTitle": "GO Account Page",
"guideGenerateNewToken": "Generate a new token in the Montandon section.",
"guideSaveToken": "Copy and save the generated token, as you will not be able to view it again.",
"guideExploreData": "2. Explore data and use cases",
"guideMontandonNotebooks": "Access data and explore the API through {montandonNotebookLink}",
"montandonNotebooksLinkButtonTitle": "Montandon Notebooks",
"guideStacBrowser": "Browse data sources using the {montandonStacBrowserLink}",
"montandonStacBrowserLinkButtonTitle": "Montandon STAC browser"

}
}
Loading
Loading