Skip to content

Commit 0606080

Browse files
committed
Update highlights
1 parent dce75a2 commit 0606080

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

components/highlights.js

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,42 @@ import Highlight from './highlight'
44

55
const HIGHLIGHTS = [
66
{
7-
id: 'dor-efficiency',
8-
date: '06-04-2025',
9-
href: '/research/dor-efficiency',
10-
title: 'Mapping the efficiency of direct ocean removal',
7+
id: 'climate-risk',
8+
date: '02-04-2026',
9+
href: '/research/climate-risk',
10+
title: 'Open Climate Risk',
1111
summary:
12-
'We developed a tool to explore a new dataset that makes it easier to see how the efficiency of direct ocean removal varies around the world.',
12+
'We developed a tool to explore a new, open source dataset of wildfire risk estimates across the contiguous United States.',
1313
links: [
1414
{
1515
label: 'Map tool',
16-
href: '/research/dor-efficiency',
16+
href: '/research/climate-risk',
1717
},
1818
{
1919
label: 'Explainer article',
20-
href: '/research/dor-efficiency-explainer',
20+
href: '/research/climate-risk-explainer',
2121
},
2222
{
2323
label: 'Dataset',
24-
href: 'https://source.coop/cworthy/dor-efficiency-atlas',
25-
},
26-
{
27-
label: 'Comparison with OAE tool',
28-
href: '/research/mcdr-tools-about',
24+
href: 'https://docs.carbonplan.org/ocr/en/latest/access-data.html',
2925
},
3026
],
3127
},
3228
{
3329
id: 'offsets-db',
34-
date: '04-23-2025',
30+
date: '01-14-2026',
3531
href: '/research/offsets-db',
3632
title: 'OffsetsDB',
3733
summary:
38-
'We’ve expanded our database of offset data with searchable project types and details about who is using offset credits.',
34+
'We’ve added project boundary data from 500 forest offset projects to our database of offset data.',
3935
links: [
4036
{
4137
label: 'Database tool',
4238
href: '/research/offsets-db',
4339
},
4440
{
4541
label: 'Update blog post',
46-
href: 'https://carbonplan.org/blog/offsets-db-additions',
42+
href: 'https://carbonplan.org/blog/offsetsdb-project-geometries',
4743
},
4844
],
4945
},

0 commit comments

Comments
 (0)