Skip to content

Commit afc7047

Browse files
committed
fix(openalex): Callout to warn about the future affiliation matching curation tool
1 parent 8b61002 commit afc7047

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

client/src/pages/openalex-affiliations/search.jsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
Row,
1010
Select,
1111
SelectOption,
12+
Title,
1213
} from '@dataesr/dsfr-plus';
1314
import introJs from 'intro.js';
1415
import { useEffect, useState } from 'react';
@@ -384,6 +385,20 @@ export default function Search() {
384385
</ModalContent>
385386
</Modal>
386387
<Container>
388+
<div className="fr-callout fr-callout--pink-tuile">
389+
<Title as="h3" look="h6">
390+
New affiliation matching curation tool by OpenAlex
391+
</Title>
392+
<p className="fr-callout__text fr-text--sm">
393+
As mentionned in the OpenAlex roadmap, announced on the
394+
{' '}
395+
<a href="https://blog.openalex.org/openalex-2026-roadmap/#whats-coming-in-q1" rel="noreferrer" target="_blank">blog post of January 16, 2026</a>
396+
,
397+
an affiliation matching curation tool will be launched in February 2026. At this time, the curation feature of the Works-magnet will be unavailable.
398+
<br />
399+
All the curations submitted before should be integrated by the OpenAlex team.
400+
</p>
401+
</div>
387402
<Breadcrumb className="fr-pt-4w fr-mt-0 fr-mb-2w">
388403
<Link href="/">
389404
Home

0 commit comments

Comments
 (0)