Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add offsetsdb highlight #289

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading