Skip to content

Commit

Permalink
first half of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agurvich committed Jan 22, 2025
1 parent 655ae83 commit 5a9c53d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 64 deletions.
1 change: 0 additions & 1 deletion overrides/common/story-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const visitLocationAllFeaturesStoryIds = [

export const airQualityStoryIds = [
'air_quality_and_covid19',
'extra_air_pollution_burden',
'exploring_nasa_aq_gis'
];

Expand Down
2 changes: 1 addition & 1 deletion overrides/home/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const SpacerDiv = styled.div`
`
export default function HomeComponent() {
const description =
"The Earth Information Center consolidates data and insights on how Earth is changing from across the US federal government. Earth.gov is also the gateway to other interagency cooperative efforts for our planet, like the U.S. Greenhouse Gas Center. Discover how these data are being used to prepare for climate change and mitigate, adapt and respond to environmental challenges across the country.  ";
"The Earth Information Center consolidates data on Earth science from across the US federal government. Earth.gov is also the gateway to other interagency cooperative efforts for our planet. Discover why this data matters to us all.";
return (
<>
<GradientWrapper>
Expand Down
18 changes: 3 additions & 15 deletions stories/theme.AG_.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ featuredOn:
id: "agriculture"
name: Agriculture
description: "
Learn how farmers use Earth science data to manage their crops, water their fields, and make decisions in a changing climate
Learn how farmers use Earth science data to manage their crops, water their fields, and make decisions.
"
theme: true
media:
Expand Down Expand Up @@ -58,7 +58,7 @@ import contentArray from './theme.AG_.introduction_agriculture/carousel_content.
title="NASA and Agriculture"
/>
<Caption attrAuthor="NASA" attrUrl="https://nasa.gov/">
Learn how farmers use Earth science data to manage their crops, water their fields, and make decisions in a changing climate.
Learn how farmers use Earth science data to manage their crops, water their fields, and make decisions.
</Caption>
</Figure>
</Block>
Expand All @@ -67,16 +67,4 @@ import contentArray from './theme.AG_.introduction_agriculture/carousel_content.
<Figure>
<Carousel items={contentArray} />
</Figure>
</Block>

<Block type="wide">
<Prose>
## Trainings & Tools
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-agriculture-trainings">
ARSET Agriculture Trainings (English)
</Link>
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-agriculture-trainings?title=&languages=5">
ARSET Agriculture Trainings (Spanish)
</Link>
</Prose>
</Block>
</Block>
25 changes: 0 additions & 25 deletions stories/theme.AQ_.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ import contentArray from './theme.AQ_.introduction_air_quality/carousel_content.
</Prose>
</Block>

<Block type="wide">
<Figure>
<Embed height="405" src="https://www.youtube.com/embed/ieaOIiPz0TA" title="Air Quality in DC" />
<Caption
attrAuthor='NASA'
attrUrl='https://nasa.gov/'
>
The quality of the air you breathe every day has a big impact on your health.
Satellite observations from space help fill in the gaps between air quality monitors on the ground, helping us see where air pollution is improving and where there is more work to be done.
</Caption>
</Figure>
</Block>

<Block>
<Prose>
### DID YOU KNOW?
Expand All @@ -80,16 +67,4 @@ import contentArray from './theme.AQ_.introduction_air_quality/carousel_content.
</Figure>
</Block>

<Block>
<Prose>
## Trainings & Tools
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-air-quality-trainings">
ARSET Air Quality Trainings (English)
</Link>
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-air-quality-trainings?title=&languages=5">
ARSET Air Quality Trainings (Spanish)
</Link>
</Prose>
</Block>

<CardGallery title={"Air Quality Stories"} storyIds={airQualityStoryIds} />
20 changes: 4 additions & 16 deletions stories/theme.DIS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: "disasters"
name: Disasters
theme: true
description: "
Learn how satellites and ground surveys are providing actionable data to help responders prepare for disasters, to map widespread damage, to guide recovery and build more resilient communities.
Learn how satellites and ground surveys are providing actionable data to help responders prepare for disasters, map widespread damage, and guide recovery.
"
media:
src: ::file ./external_headers/connected_earth_disasters.png
Expand Down Expand Up @@ -36,7 +36,7 @@ import contentArray from './theme.DIS.introduction_disasters/carousel_content.js
As climate change is spurring more frequent and extreme weather events, disasters are becoming more costly and damaging.

Earth data and rapid information sharing between agencies is more important than ever.
Before, during and after disasters strike, federal agencies coordinate with state, local, tribal and territorial decision-makers, providing actionable data to respond and recover from the effects of disasters and build resilient communities.
Before, during and after disasters strike, federal agencies coordinate with decision-makers, providing actionable data to prepare, respond, and recover from the effects of disasters.
</Prose>
</Block>

Expand All @@ -47,7 +47,7 @@ import contentArray from './theme.DIS.introduction_disasters/carousel_content.js
attrAuthor='NASA'
attrUrl='https://nasa.gov/'
>
Watch how Earth observing satellites are providing actionable data to help responders prepare for disasters, to map widespread damage, to guide recovery and to build more resilient communities.
Watch how Earth observing satellites are providing actionable data to help responders prepare for disasters, map widespread damage, and guide recovery.
</Caption>
</Figure>
</Block>
Expand All @@ -56,16 +56,4 @@ import contentArray from './theme.DIS.introduction_disasters/carousel_content.js
<Figure>
<Carousel items={contentArray} />
</Figure>
</Block>

<Block type="wide">
<Prose>
## Trainings & Tools
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-disasters-training">
ARSET Disasters Trainings (English)
</Link>
<Link to="https://appliedsciences.nasa.gov/what-we-do/capacity-building/arset/arset-disasters-training?title=&languages=5">
ARSET Disasters Trainings (Spanish)
</Link>
</Prose>
</Block>
</Block>
2 changes: 1 addition & 1 deletion stories/theme.ENR.introduction_energy_generation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
featuredOn:
- energy
id: "introduction_energy"
name: Introduction to Sustainable Energy
name: Introduction to Energy
description: "
Energy impacts everything we do, from heating and cooling homes and buildings, to providing development opportunities and improving quality of life.
Learn how Earth data are used to better understand where energy resources exist and how they are impacted by physical environmental conditions, weather and climate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"src":"https://www.youtube.com/embed/SB-IYcHb2so",
"title":"Change in Night Lights between 2012 and 2023 - EIC Version",
"caption":"Discover the pivotal role of NASA's Black Marble in bridging scientific discovery and actionable environmental stewardship. By capturing Earth's night lights, Black Marble reveals both the planet's beauty and the profound impact of human activities. This webpage showcases newly developed nighttime light maps comparing changes observed from 2012 to 2023, offering a decade-long perspective on urban growth, infrastructure development, and the socioeconomic dynamics of communities worldwide. This data empowers users to foster informed, sustainable practices that enhance community resilience and mitigate the adverse effects of climate change. By illuminating the intricate interplay between human activity and the environment, Black Marble underpins a human-centered approach to environmental change, promoting a future where scientific innovation leads to tangible, positive impacts on global sustainability.\n\nThis version is specifically formatted for the NASA Earth Information Center (EIC), which has a wider-than-standard video aspect ratio. The original version of this visualization, and many other night lights visualizations, are available here: https://svs.gsfc.nasa.gov/5276/\nVisualizations by: Kel Elkins\nFor more information or to download this public domain video, go to https://svs.gsfc.nasa.gov/5313"
"caption":"Discover the pivotal role of NASA's Black Marble in bridging scientific discovery and actionable environmental stewardship. By capturing Earth's night lights, Black Marble reveals both the planet's beauty and the profound impact of human activities. This webpage showcases newly developed nighttime light maps comparing changes observed from 2012 to 2023, offering a decade-long perspective on urban growth, infrastructure development, and the socioeconomic dynamics of communities worldwide. By illuminating the intricate interplay between human activity and the environment, Black Marble underpins a human-centered approach to environmental change, promoting a future where scientific innovation leads to tangible, positive impacts on global sustainability.\n\nThis version is specifically formatted for the NASA Earth Information Center (EIC), which has a wider-than-standard video aspect ratio. The original version of this visualization, and many other night lights visualizations, are available here: https://svs.gsfc.nasa.gov/5276/\nVisualizations by: Kel Elkins\nFor more information or to download this public domain video, go to https://svs.gsfc.nasa.gov/5313"
}
]
8 changes: 4 additions & 4 deletions stories/theme.ENR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
featuredOn:
- energy
id: "energy"
name: Sustainable Energy
name: Energy
description: "
Energy impacts everything we do, from heating and cooling homes and buildings, to providing development opportunities and improving quality of life.
Learn how Earth data are used to better understand where energy resources exist and how they are impacted by physical environmental conditions, weather and climate.
Learn how Earth data are used to better understand where energy resources exist and how they are impacted by physical environmental conditions.
"
theme: true
media:
Expand Down Expand Up @@ -36,7 +36,7 @@ import contentArray from './theme.ENR.introduction_energy_generation/carousel_co
## Info

Whether deciding the optimal location for solar panels or designing sustainable buildings, federal agencies are using modern techniques to inform daily decisions made by individuals and industry alike.
Researchers use information from satellites and sensors in combination with ground-based gauges to learn how changes in climate are linked with changes in energy supply and demand across the globe.
Researchers use information from satellites and sensors in combination with ground-based gauges to learn about energy supply and demand across the globe.
The results from this research can be used by households, towns, cities and states to make more informed decisions surrounding community planning and energy use.
</Prose>
</Block>
Expand All @@ -47,4 +47,4 @@ import contentArray from './theme.ENR.introduction_energy_generation/carousel_co
</Figure>
</Block>

<CardGallery title={"Sustainable Energy Stories"} storyIds={energyStoryIds} />
<CardGallery title={"Energy Stories"} storyIds={energyStoryIds} />

0 comments on commit 5a9c53d

Please sign in to comment.