Skip to content

Commit

Permalink
add offsetsdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Mar 18, 2024
1 parent 4c64f97 commit 4681a57
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions components/highlights.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
Expand Down

0 comments on commit 4681a57

Please sign in to comment.