Bonjour,
Thanks Katharina. So the DSpace ROR integration has been made using ROR API version 1. I am not sure that changing the API endpoint in the config file (external-provider.cfg) will work as the structure of the API answer as change. For example, in V1, the name of the organisation is in a name element in JSON whereas in V2, it is identified with a type attribut.
ROR V1
"id": "
https://ror.org/04sjchr03",
"name": "Université Laval",
"email_address": null,
"ip_addresses": [],
"established": 1663,
"types": [
"Education",
"Funder"
ROR V2
{
"lang": "fr",
"types": [
"ror_display",
"label"
],
"value": "Université Laval"
}
So if I am not mistaking, ROR import in DSpace may broke on July 31th unless an update is made. Correct?
Thank you very much.
Best,
Pierre