Skip to content

Commit c8836d7

Browse files
committed
Add highlightfor OffsetsDB update
1 parent 5ea1f91 commit c8836d7

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

components/highlights.js

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ import { Box, Divider } from 'theme-ui'
33
import Highlight from './highlight'
44

55
const HIGHLIGHTS = [
6+
{
7+
id: 'offsets-db',
8+
date: '04-23-2025',
9+
href: '/research/offsets-db',
10+
title: 'OffsetsDB',
11+
summary:
12+
'We’ve expanded our database of offset data with searchable project types and details about who is using offset credits.',
13+
links: [
14+
{
15+
label: 'Database tool',
16+
href: '/research/offsets-db',
17+
},
18+
{
19+
label: 'Update blog post',
20+
href: 'https://carbonplan.org/blog/offsets-db-additions',
21+
},
22+
],
23+
},
624
{
725
id: 'oae-efficiency',
826
date: '10-15-2024',
@@ -29,28 +47,6 @@ const HIGHLIGHTS = [
2947
},
3048
],
3149
},
32-
{
33-
id: 'climate-risk-comparison',
34-
date: '08-09-2024',
35-
href: '/research/climate-risk-comparison',
36-
title: 'Climate risk companies don’t always agree',
37-
summary:
38-
'Climate analytics companies agree that climate change is increasing risks, but analysis shows that at the level of individual addresses their estimates differ.',
39-
links: [
40-
{
41-
label: 'Explainer article',
42-
href: '/research/climate-risk-comparison',
43-
},
44-
{
45-
label: 'Press coverage #1',
46-
href: 'https://www.bloomberg.com/news/articles/2024-08-09/clashing-risk-predictions-cast-doubt-on-black-box-climate-models?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb3VyY2UiOiJTdWJzY3JpYmVyR2lmdGVkQXJ0aWNsZSIsImlhdCI6MTcyMzIxOTI5MiwiZXhwIjoxNzIzODI0MDkyLCJhcnRpY2xlSWQiOiJTSFlLR0JEV1gyUFMwMCIsImJjb25uZWN0SWQiOiJGMkY1NTFERTc4ODA0RkJBOTk5NEFBMTQ5RTM1NjQ3RCJ9.EbJ-4RSfCLQYocKlLXB1r7Qbo_KKYYNHtobrtIELL_g',
47-
},
48-
{
49-
label: 'Press coverage #2',
50-
href: 'https://www.bloomberg.com/graphics/2024-flood-fire-climate-risk-analytics/?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb3VyY2UiOiJTdWJzY3JpYmVyR2lmdGVkQXJ0aWNsZSIsImlhdCI6MTcyMzIxOTgwOCwiZXhwIjoxNzIzODI0NjA4LCJhcnRpY2xlSWQiOiJTSFlLR0VEV1gyUFMwMCIsImJjb25uZWN0SWQiOiI5RjJFMEMxNDRGQkY0Q0M1OUJCRDA3MzQ0QkI2RUZDNCJ9.v2mR0nS7tJbnNJ23UVEKn98Ev917FWYgcoWm7TttUJ4',
51-
},
52-
],
53-
},
5450
]
5551

5652
const sx = {

0 commit comments

Comments
 (0)