From 4681a57005a0e7c66821d600335e806bcaa93a26 Mon Sep 17 00:00:00 2001 From: Shane Loeffler Date: Mon, 18 Mar 2024 15:16:45 -0500 Subject: [PATCH] add offsetsdb --- components/highlights.js | 42 ++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/components/highlights.js b/components/highlights.js index 030e51e6..6d9ee0ee 100644 --- a/components/highlights.js +++ b/components/highlights.js @@ -4,47 +4,43 @@ import Highlight from './highlight' const HIGHLIGHTS = [ { - id: 'extreme-heat', - date: '09-05-2023', - href: '/research/extreme-heat-explainer', - title: 'Modeling extreme heat', + id: 'offsets-db', + date: '03-08-2024', + href: '/research/offsets-db', + title: 'OffsetsDB', summary: - 'We developed a new dataset modeling the impacts of humid heat now and into the future, in collaboration with The Washington Post. Read the article or the coverage in The Post.', + 'We developed a regularly-updating, harmonized database of carbon offset projects and credits for download and interactive exploration.', links: [ + { label: 'Database tool', href: '/research/offsets-db' }, { label: 'Explainer article', - href: '/research/extreme-heat-explainer', + href: '/research/offsets-db-explainer', }, { - label: 'Press coverage #1', - href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/extreme-heat-wet-bulb-globe-temperature/', - }, - { - label: 'Press coverage #2', - href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/pakistan-extreme-heat-health-impacts-death/', + label: 'Methods', + href: '/research/offsets-db-methods', }, ], }, { - id: 'cdr-verification', - date: '09-19-2022', - href: '/research/cdr-verification', - title: 'CDR verification framework', + id: 'extreme-heat', + date: '09-05-2023', + href: '/research/extreme-heat-explainer', + title: 'Modeling extreme heat', summary: - 'We developed an interactive tool to map quantification capacity and uncertainty across CDR pathways. Explore the interactive tool, read the article, or read Frontier’s post to learn more.', + 'We developed a new dataset modeling the impacts of humid heat now and into the future, in collaboration with The Washington Post. Read the article or the coverage in The Post.', links: [ - { label: 'Interactive tool', href: '/research/cdr-verification' }, { label: 'Explainer article', - href: '/research/cdr-verification-explainer', + href: '/research/extreme-heat-explainer', }, { - label: 'Methods', - href: '/research/cdr-verification-methods', + label: 'Press coverage #1', + href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/extreme-heat-wet-bulb-globe-temperature/', }, { - label: 'Frontier post', - href: 'http://frontierclimate.com/writing/quantifying-delivered-cdr', + label: 'Press coverage #2', + href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/pakistan-extreme-heat-health-impacts-death/', }, ], },