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 OAE efficiency routes and highlight #432

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
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
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
Loading