Skip to content

Commit

Permalink
Minor text content revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Sep 2, 2024
1 parent 45e790b commit b9c8d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const AboutPage = () => (
Spatial Finance Initiative
</ExtLink>{' '}
as part of the{' '}
<ExtLink href="https://resilient-planet-data.org/">Resilient Planet Inititative</ExtLink>,
<ExtLink href="https://resilient-planet-data.org/">Resilient Planet Initiative</ExtLink>,
previously the Global Resilience Index Initiative (GRII) as well as the many open data
sources listed <Link to="/data">here</Link>. Appropriate open data sources are regularly
reviewed.
Expand Down
3 changes: 2 additions & 1 deletion src/pages/GuidePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ export const GuidePage = () => (
<ArticleSectionHeader>Expected Annual Damages</ArticleSectionHeader>
<ArticleParagraph>
Expected Annual Damages (EAD) are the average damage costs incurred for an asset in any
given year due to a given hazard type for a given time epoch and climate scenario.
given year due to a given hazard type for a given time epoch and climate scenario. EAD is
calculated by summing the probability-weighted damages at different return periods.
</ArticleParagraph>

<ArticleSectionHeader>Expected Annual Economic Losses</ArticleSectionHeader>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/IntroPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@ export const IntroPage = () => {
image="./card-hazard.png"
title="Hazard"
href="/view/hazard"
text="Understand hazard intensity and location"
text="Understand the intensity and location of weather extremes and other environmental hazards"
/>
<Card
image="./card-exposure.png"
href="/view/exposure"
title="Exposure"
text="Direct population and asset exposure to a variety of
text="Map the population, infrastructure and other assets that are exposed to a variety of
environmental hazards"
/>
<Card
image="./card-vulnerability.png"
href="/view/vulnerability"
title="Vulnerability"
text="Review vulnerability indices for nature and population"
text="Review indices that summarise the vulnerability of natural areas and populations"
/>
<Card
image="./card-risk.png"
Expand Down

0 comments on commit b9c8d4d

Please sign in to comment.