diff --git a/overrides/home/carousel/items.js b/overrides/home/carousel/items.js index 195fa62fd..bfe07ebf9 100644 --- a/overrides/home/carousel/items.js +++ b/overrides/home/carousel/items.js @@ -1,11 +1,4 @@ export default [ - { - link: 'https://emg-wd.wixsite.com/us-ghg-2024', - title: 'Register: Stakeholder Engagement Forum', - description: "The US GHG Center will host its second annual Stakeholder Engagement Forum on December 4-5, 2024.", - image: new URL('../../media/StakeholderForum2024_carousel_1.png', import.meta.url).href, - imageAlt: 'Register: Stakeholder Engagement Forum.' - }, { link: 'https://us-ghg-center.github.io/agu-2024-workshop/ghg-center-at-agu-2024.html', title: 'Schedule: US GHG Center at AGU 2024', @@ -13,6 +6,14 @@ export default [ image: new URL('../../media/AGU2024_carousel_2.png', import.meta.url).href, imageAlt: 'US GHG Center at AGU 2024.' }, + { + + link: 'https://appliedsciences.nasa.gov/get-involved/training/english/arset-methane-observations-large-emission-event-detection-and', + title: 'New Training on Methane Observations', + description: "Registration is open now on ARSET, NASA's remote sensing training program, for large emission event detection and monitoring.", + image: new URL('../../media/Methane_Website_Header.png', import.meta.url).href, + imageAlt: 'Register: Stakeholder Engagement Forum.' + }, { link: '/stories/urban', title: 'Spotlight on Urban Emissions', diff --git a/overrides/media/Methane_Website_Header.png b/overrides/media/Methane_Website_Header.png new file mode 100644 index 000000000..881a8960c Binary files /dev/null and b/overrides/media/Methane_Website_Header.png differ