Skip to content

Commit

Permalink
Revert "Update highlights"
Browse files Browse the repository at this point in the history
This reverts commit 29f2932.
  • Loading branch information
katamartin committed Jul 16, 2024
1 parent 72c03e5 commit 3f8876a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions data/recent.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
const research1 = {
id: 'oae-efficiency',
date: '07-16-2024',
href: '/research/oae-efficiency-explainer',
title: 'Mapping the efficiency of ocean alkalinity enhancement',
summary:
'We developed a tool to explore a new dataset that makes it easier to see how the efficiency of ocean alkalinity enhancement varies around the world, in collaboration with [C]Worthy.',
}

const research2 = {
id: 'offsets-db',
date: '03-08-2024',
href: '/research/offsets-db-explainer',
Expand All @@ -16,15 +7,16 @@ const research2 = {
'A regularly-updating, harmonized database of carbon offset projects and credits for download and interactive exploration.',
}

const research2 = {
id: 'extreme-heat',
date: '09-05-2023',
title: 'Modeling extreme heat',
summary:
'A new dataset modeling humid heat now and into the future, developed in collaboration with The Washington Post.',
href: '/research/extreme-heat-explainer',
}

const highlights = [
{
label: 'OAE Efficiency',
href: '/research/oae-efficiency',
},
{
label: 'OffsetsDB',
href: '/research/offsets-db',
},
{
label: 'Extreme heat',
href: '/research/extreme-heat-explainer',
Expand All @@ -33,6 +25,14 @@ const highlights = [
label: 'CDR verification',
href: '/research/cdr-verification',
},
{
label: 'CDR scale barriers',
href: '/research/cdr-scale-barriers',
},
{
label: 'CMIP6 downscaling',
href: '/research/cmip6-downscaling',
},
]

const press = [
Expand Down

0 comments on commit 3f8876a

Please sign in to comment.