Closed S-Haime closed 1 month ago
After working on a fix, I believe the root problem of this one is that the hyperlink on the funder name is ambiguous:
It just says "Articles" and has the typical filters, none of which relate to funders. Example from Glossa:
The Digital Medievalist editors assumed it would go to a page with a record for that funder. But in many cases the FundrefID URL we populate there is a JSON API page, so that is not suitable.
The user in the reported case put an ROR link there, which makes perfect sense and would provide a human-readable page because the ROR website is quite good that way. But until we have ROR integrated (#3168), we can't offer that user journey in a reliable way.
It appears that the field for external ROR funder links is treated as if the input is an internal CMS page. E.g.:
https://journal.org/funder_articles/https://ror.org/[RORCODE]
instead ofhttps://ror.org/[RORCODE]
. The link cannot resolve and does not function. This is suboptimal. It would be good to resolve this ASAP as funding information is important.Version 1.7
To reproduce / for example in the wild: https://journal.digitalmedievalist.org/article/id/15119/ Scroll down to 'Funding'
Reported to FD #9304. Please update editor when resolved.