From 1dfd54191e87c7f3b87def6de5c39baad142c913 Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Tue, 15 Oct 2024 15:32:40 -0700 Subject: [PATCH 1/2] Update recent highlights --- data/recent.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/data/recent.js b/data/recent.js index f5a768a5..7bcdd59b 100644 --- a/data/recent.js +++ b/data/recent.js @@ -1,37 +1,37 @@ const research1 = { - id: 'offsets-db', - date: '03-08-2024', - href: '/research/offsets-db-explainer', - title: 'OffsetsDB', + id: 'oae-efficiency', + date: '10-15-2024', + href: '/research/oae-efficiency-explainer', + title: 'OAE efficiency', summary: - 'A regularly-updating, harmonized database of carbon offset projects and credits for download and interactive exploration.', + 'An interactive tool for exploring the efficiency of ocean alkalinity enhancement (OAE), developed in collaboration with [C]Worthy.', } const research2 = { - id: 'extreme-heat', - date: '09-05-2023', - title: 'Modeling extreme heat', + id: 'climate-risk-comparison', + date: '08-09-2024', + title: 'Risk (dis)agreement', summary: - 'A new dataset modeling humid heat now and into the future, developed in collaboration with The Washington Post.', - href: '/research/extreme-heat-explainer', + 'Climate analytics companies agree that climate change is increasing risks, but analysis shows that at the level of individual addresses their estimates differ.', + href: '/research/climate-risk-comparison', } const highlights = [ { - label: 'Extreme heat', - href: '/research/extreme-heat-explainer', + label: 'OAE efficiency', + href: '/research/oae-efficiency-explainer', }, { - label: 'CDR verification', - href: '/research/cdr-verification', + label: 'Risk (dis)agreement', + href: '/research/climate-risk-comparison', }, { - label: 'CDR scale barriers', - href: '/research/cdr-scale-barriers', + label: 'OffsetsDB', + href: '/research/offsets-db', }, { - label: 'CMIP6 downscaling', - href: '/research/cmip6-downscaling', + label: 'Extreme heat', + href: '/research/extreme-heat-explainer', }, ] From 9a94334132598a3ba55da31e43397b7b0a10de7e Mon Sep 17 00:00:00 2001 From: Kata Martin Date: Tue, 15 Oct 2024 15:38:37 -0700 Subject: [PATCH 2/2] Tweak copy --- data/recent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/recent.js b/data/recent.js index 7bcdd59b..a05e72f3 100644 --- a/data/recent.js +++ b/data/recent.js @@ -12,7 +12,7 @@ const research2 = { date: '08-09-2024', title: 'Risk (dis)agreement', summary: - 'Climate analytics companies agree that climate change is increasing risks, but analysis shows that at the level of individual addresses their estimates differ.', + 'Climate analytics companies agree that climate change is increasing risks, but at the level of individual addresses their estimates differ.', href: '/research/climate-risk-comparison', }