Skip to content

Commit

Permalink
add nmnh video to biodiversity
Browse files Browse the repository at this point in the history
  • Loading branch information
agurvich committed Oct 7, 2024
1 parent 6706285 commit 094c712
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
12 changes: 12 additions & 0 deletions stories/theme.BIO.introduction_biodiversity/narrated_content.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"src":"https://www.youtube.com/embed/RC1KO740fpQ",
"title":"NASA and Biodiversity",
"caption":"Forest Guardians in Africa work with the Jane Goodall Institute and use Earth science data to protect local chimpanzee habitats."
},
{
"src":"https://www.youtube.com/embed/ELNZhmXBcak",
"title":"NASA + Smithsonian and Biodiversity",
"caption":"Biodiverse ecosystems need protection. Through fieldwork, coordination with local partners, and satellite observations, NASA and the Smithsonian are working hard to protect them. After years of forest loss, chimpanzee habitats are recovering. This is, in part, due to a collaboration between NASA and the Jane Goodall Institute (JGI). Using NASA Earth science satellite and other data, the Goodall Institute puts data into the hands of local communities to drive conservation across Africa's equatorial forest belt. The Scimitar-horned oryx was marked from extinct in the wild to endangered in the wild thanks to the Smithsonian's work with partners to re-introduce the species to part of its original range in Chad. After successful breeding through the Smithsonian's National Zoo and Conservation Biology Institute, scientists are now monitoring nearly every oryx via GPS-tracking collars. "
}
]
12 changes: 3 additions & 9 deletions stories/theme.BIO.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import CardGallery from "./components/card_gallery";
import { biodiversityStoryIds } from "../overrides/common/story-data";

import Carousel from "../overrides/common/embedded-video-carousel";
import narratedContentArray from './theme.BIO.introduction_biodiversity/narrated_content.json';
import contentArray from './theme.BIO.introduction_biodiversity/carousel_content.json';

<Block type='wide'>
Expand All @@ -44,16 +45,9 @@ import contentArray from './theme.BIO.introduction_biodiversity/carousel_content
</Prose>
</Block>

<Block type="wide">
<Block type='wide'>
<Figure>
<Embed
height="405"
src="https://www.youtube.com/embed/RC1KO740fpQ"
title="NASA and Biodiversity"
/>
<Caption attrAuthor="NASA" attrUrl="https://nasa.gov/">
Forest Guardians in Africa work with the Jane Goodall Institute and use Earth science data to protect local chimpanzee habitats.
</Caption>
<Carousel items={narratedContentArray} />
</Figure>
</Block>

Expand Down

0 comments on commit 094c712

Please sign in to comment.