Skip to content

Commit 99e0000

Browse files
committed
Update research highlights
1 parent b1e5b8b commit 99e0000

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

components/highlights.js

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,50 @@ import Highlight from './highlight'
44

55
const HIGHLIGHTS = [
66
{
7-
id: 'offsets-db',
8-
date: '03-08-2024',
9-
href: '/research/offsets-db',
10-
title: 'OffsetsDB',
7+
id: 'oae-efficiency',
8+
date: '10-15-2024',
9+
href: '/research/oae-efficiency',
10+
title: 'Mapping the efficiency of ocean alkalinity enhancement',
1111
summary:
12-
'We developed a regularly-updating, harmonized database of carbon offset projects and credits for download and interactive exploration.',
12+
'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.',
1313
links: [
14-
{ label: 'Database tool', href: '/research/offsets-db' },
14+
{
15+
label: 'Map tool',
16+
href: '/research/oae-efficiency',
17+
},
1518
{
1619
label: 'Explainer article',
17-
href: '/research/offsets-db-explainer',
20+
href: '/research/oae-efficiency-explainer',
21+
},
22+
{
23+
label: 'Paper (in press)',
24+
href: 'https://doi.org/10.21203/rs.3.rs-4124909/v1',
1825
},
1926
{
20-
label: 'Methods',
21-
href: '/research/offsets-db-methods',
27+
label: 'Dataset',
28+
href: 'https://beta.source.coop/repositories/cworthy/oae-efficiency-atlas/description/',
2229
},
2330
],
2431
},
2532
{
26-
id: 'extreme-heat',
27-
date: '09-05-2023',
28-
href: '/research/extreme-heat-explainer',
29-
title: 'Modeling extreme heat',
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',
3037
summary:
31-
'We developed a new dataset modeling the impacts of humid heat now and into the future, in collaboration with The Washington Post. Read the article or the coverage in The Post.',
38+
'Climate analytics companies agree that climate change is increasing risks, but analysis shows that at the level of individual addresses their estimates differ.',
3239
links: [
3340
{
3441
label: 'Explainer article',
35-
href: '/research/extreme-heat-explainer',
42+
href: '/research/climate-risk-comparison',
3643
},
3744
{
3845
label: 'Press coverage #1',
39-
href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/extreme-heat-wet-bulb-globe-temperature/',
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',
4047
},
4148
{
4249
label: 'Press coverage #2',
43-
href: 'https://www.washingtonpost.com/climate-environment/interactive/2023/pakistan-extreme-heat-health-impacts-death/',
50+
href: 'https://www.bloomberg.com/graphics/2024-flood-fire-climate-risk-analytics/?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb3VyY2UiOiJTdWJzY3JpYmVyR2lmdGVkQXJ0aWNsZSIsImlhdCI6MTcyMzIxOTgwOCwiZXhwIjoxNzIzODI0NjA4LCJhcnRpY2xlSWQiOiJTSFlLR0VEV1gyUFMwMCIsImJjb25uZWN0SWQiOiI5RjJFMEMxNDRGQkY0Q0M1OUJCRDA3MzQ0QkI2RUZDNCJ9.v2mR0nS7tJbnNJ23UVEKn98Ev917FWYgcoWm7TttUJ4',
4451
},
4552
],
4653
},

0 commit comments

Comments
 (0)