Skip to content

Commit

Permalink
Merge pull request #432 from carbonplan/katamartin/oae-efficiency
Browse files Browse the repository at this point in the history
Add OAE efficiency routes and highlight
  • Loading branch information
Shane98c authored Jul 16, 2024
2 parents 6b07bb4 + ef98a74 commit 72c03e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
34 changes: 17 additions & 17 deletions data/recent.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
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 @@ -7,31 +16,22 @@ const research1 = {
'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: 'Extreme heat',
href: '/research/extreme-heat-explainer',
label: 'OAE Efficiency',
href: '/research/oae-efficiency',
},
{
label: 'CDR verification',
href: '/research/cdr-verification',
label: 'OffsetsDB',
href: '/research/offsets-db',
},
{
label: 'CDR scale barriers',
href: '/research/cdr-scale-barriers',
label: 'Extreme heat',
href: '/research/extreme-heat-explainer',
},
{
label: 'CMIP6 downscaling',
href: '/research/cmip6-downscaling',
label: 'CDR verification',
href: '/research/cdr-verification',
},
]

Expand Down
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"rewrites": [
{
"source": "/research/oae-efficiency-explainer",
"destination": "https://research.carbonplan.org/research/oae-efficiency-explainer"
},
{
"source": "/research/oae-efficiency(.*)",
"destination": "https://oae-efficiency.carbonplan.org/research/oae-efficiency$1"
},
{
"source": "/research/offsets-db-explainer",
"destination": "https://research.carbonplan.org/research/offsets-db-explainer"
Expand Down

0 comments on commit 72c03e5

Please sign in to comment.