From 29f2932ea4b5979180f6efb593c596c93519b9b9 Mon Sep 17 00:00:00 2001 From: katamartin Date: Mon, 15 Jul 2024 14:24:46 -0400 Subject: [PATCH 1/2] Update highlights --- data/recent.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/data/recent.js b/data/recent.js index 8c7a0f59..9674d2ef 100644 --- a/data/recent.js +++ b/data/recent.js @@ -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', @@ -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', }, ] From ef98a741b83d6c02ed86d0f5a974d891562ad335 Mon Sep 17 00:00:00 2001 From: katamartin Date: Mon, 15 Jul 2024 14:27:03 -0400 Subject: [PATCH 2/2] Update routing --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vercel.json b/vercel.json index fa93b352..6e15e27b 100644 --- a/vercel.json +++ b/vercel.json @@ -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"