From 7a894c01671cb6ece5d148dec192372276349775 Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Tue, 6 Feb 2024 16:59:04 -0600 Subject: [PATCH] reorder the content --- custom-pages/learn/learn-page-content.js | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/custom-pages/learn/learn-page-content.js b/custom-pages/learn/learn-page-content.js index a7a4916d2..02a08c051 100644 --- a/custom-pages/learn/learn-page-content.js +++ b/custom-pages/learn/learn-page-content.js @@ -35,6 +35,19 @@ export const NEWS_ITEMS = [ ] export const EVENT_ITEMS = [ + { + name: 'US GHG Center Summer School', + asLink : { + url: 'https://www.cira.colostate.edu/conferences/rmtgw/' + }, + media: { + src: new URL('./media/events/summer-school.png', import.meta.url).href, + alt: 'Summer school info screenshot' + }, + description: 'The US GHG Center is hosting a Summer School for Inverse Modeling of Greenhouse Gases (SSIM-GHG), June 11-21, 2024 at Fort Collins, CO, USA. The goal of the summer school is to present and provide guidance and instruction of the state of the art in atmospheric data assimilation techniques needed to support current and future GHG observing systems.', + startDate: '2024-06-11', + endDate: '2024-06-21' + }, { name: 'American Meteorological Society (AMS) Annual Meeting', asLink : { @@ -48,19 +61,6 @@ export const EVENT_ITEMS = [ startDate: '2024-01-28', endDate: '2024-02-01' }, - { - name: 'US GHG Center Summer School Registration', - asLink : { - url: 'https://www.cira.colostate.edu/conferences/rmtgw/' - }, - media: { - src: new URL('./media/events/summer-school.png', import.meta.url).href, - alt: 'Summer school info screenshot' - }, - description: 'The US GHG Center is hosting a Summer School for Inverse Modeling of Greenhouse Gases (SSIM-GHG), June 11-21, 2024 at Fort Collins, CO, USA. The goal of the summer school is to present and provide guidance and instruction of the state of the art in atmospheric data assimilation techniques needed to support current and future GHG observing systems.', - startDate: '2024-06-11', - endDate: '2024-06-21' - }, { name: 'Launch of the US Greenhouse Gas Center at COP28 (12-4-23)', asLink : { @@ -70,7 +70,7 @@ export const EVENT_ITEMS = [ src: new URL('./media/news/cop28-uae.jpg', import.meta.url).href, alt: 'COP 23 UAE logo' }, - description: 'NASA Administrator Bill Nelson, U.S. Environmental Protection Agency (EPA) Administrator Michael Regan, and other United States government leaders unveiled the U.S. Greenhouse Gas Center.', + description: 'NASA Administrator Bill Nelson, U.S. Environmental Protection Agency (EPA) Administrator Michael Regan, and other United States government leaders unveiled the U.S. Greenhouse Gas Center Monday, Dec. 4 during the 28th annual United Nations Climate Conference (COP28).', startDate: '2023-12-04', endDate: '2023-12-04' },