Skip to content

Commit 8f43996

Browse files
committed
Update recent data entries
1 parent 6f4e4d1 commit 8f43996

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

data/recent.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
const research1 = {
2-
id: 'dor-efficiency',
3-
date: '06-04-2025',
4-
href: '/research/dor-efficiency-explainer',
5-
title: 'DOR efficiency',
2+
id: 'climate-risk',
3+
date: '02-04-2026',
4+
href: '/research/climate-risk',
5+
title: 'Open Climate Risk',
66
summary:
7-
'An interactive tool for exploring the efficiency of direct ocean removal (DOR), developed in collaboration with [C]Worthy.',
7+
'We developed a tool to explore a new, open source dataset of wildfire risk estimates across the contiguous United States.',
88
}
99

1010
const research2 = {
1111
id: 'offsets-db',
12-
date: '04-23-2025',
12+
date: '01-14-2026',
1313
title: 'OffsetsDB',
1414
summary:
15-
'We’ve expanded our database of offset data with searchable project types and details about who is using offset credits.',
15+
'We’ve added project boundary data from 500 forest offset projects to our database of offset data.',
1616
href: '/research/offsets-db',
1717
}
1818

1919
const highlights = [
20+
{
21+
label: 'Open Climate Risk',
22+
href: '/research/climate-risk',
23+
},
2024
{
2125
label: 'DOR efficiency',
2226
href: '/research/dor-efficiency-explainer',
@@ -29,10 +33,6 @@ const highlights = [
2933
label: 'Risk (dis)agreement',
3034
href: '/research/climate-risk-comparison',
3135
},
32-
{
33-
label: 'Extreme heat',
34-
href: '/research/extreme-heat-explainer',
35-
},
3636
]
3737

3838
const press = [

0 commit comments

Comments
 (0)