diff --git a/custom-pages/learn/index.mdx b/custom-pages/learn/index.mdx index f498d108e..12da788ae 100644 --- a/custom-pages/learn/index.mdx +++ b/custom-pages/learn/index.mdx @@ -3,7 +3,7 @@ mainNavItem: navTitle: Learn title: Learn description: " - Learn about US GHG Center News, Events and Training. + Learn about US GHG Center News, Events and Training Opportunities. " --- @@ -15,9 +15,9 @@ import AnchorScroll from './AnchorScroll' - The U.S. Greenhouse Gas Center provides researchers, climate change mitigation practitioners, policymakers, data service providers, and concerned citizens with trusted data. This site helps users to better understand GHG datasets and put the data and information to use. + The U.S. Greenhouse Gas Center provides researchers, climate change mitigation practitioners, policymakers, data service providers, and concerned citizens with trusted greenhouse gas emission and flux data, methods and tools to analyze, visualize and interpret the data. This site helps users to better understand GHG datasets and put the data and information to use. - The US GHG Center website is always evolving, and this page highlights the latest US GHG Center news and available training and workshop opportunities. New data and information is added often and website features and capabilities will always continue to improve. + The US GHG Center website is always evolving, and this page highlights the latest US GHG Center news and available training and workshop opportunities. New data and information is added often and website features and capabilities will continue to improve. If you would like to stay informed, please [subscribe to our email newsletter](https://docs.google.com/forms/d/e/1FAIpQLSfDxq_jR3z_006WkUnNKriGFlAdXhiZxC0ppkxV9fDXSM_FxQ/viewform). diff --git a/custom-pages/learn/learn-page-content.js b/custom-pages/learn/learn-page-content.js index 37a42815c..bae2af99f 100644 --- a/custom-pages/learn/learn-page-content.js +++ b/custom-pages/learn/learn-page-content.js @@ -8,7 +8,7 @@ export const NEWS_ITEMS = [ src: new URL('./media/news/cop28-uae.jpg', import.meta.url).href, alt: 'Cop 28 Logo' }, - description: 'Agency partners released the US GHG Center and portal at the 28th annual United Nations Climate Conference (COP28) on December 4, 2023.' + description: 'Agency partners released the US GHG Center at the 28th annual United Nations Climate Conference (COP28) on December 4, 2023.' }, { name: 'New U.S. national strategy for measuring and monitoring GHG emissions', @@ -30,7 +30,7 @@ export const NEWS_ITEMS = [ src: new URL('./media/news/Kavvada_2023_AGU_Hyperwall_Edited.png', import.meta.url).href, alt: 'NASA logo' }, - description: 'The US GHG Center and portal was a new and prominent effort highlighted at the 2023 AGU Fall Meeting in San Francisco, December 11th - 15th. Several presentations and posters featured the Center’s content, design, and functionality.' + description: 'The US GHG Center and beta portal was a new and prominent effort highlighted at the 2023 AGU Fall Meeting in San Francisco, December 11th - 15th. Several presentations and posters featured the Center’s content, design, and functionality.' } ]