You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only use one name from the set of available names for ROR-matched organizations in our database. This name should be the default name for the ROR org.
Users type in text for Affiliations, which we match to a ROR org. The text may not be matched to a ROR org at first, but if it is matched later, the name should be updated to the default. In the case below, however, an "alias" in the ROR orgs table is set as the name for the Affiliations table.
This could be because which name is the default was, at some point, changed by ROR itself. When the default name is updated by ROR, it should be changed in all related tables as well, not just in the ROR orgs table. A check that ROR names match ROR IDs in affiliations and contributors should be written and run now, and then tied into the monthly ROR update.
StashEngine::RorOrg.find_by(ror_id: 'https://ror.org/05f82e368')=>#<StashEngine::RorOrg:0x00007f14a0144928id: 105646,ror_id: "https://ror.org/05f82e368",name: "Université Paris Cité",home_page: "https://u-paris.fr/en",country: "France",acronyms: [],aliases: ["University of Paris","Université de Paris"],isni_ids: ["0000 0004 7885 7602"],created_at: Mon,26Feb202405:19:42.000000000UTC +00:00,updated_at: Mon,26Feb202405:19:42.000000000UTC +00:00>
From #3823.
We only use one name from the set of available names for ROR-matched organizations in our database. This name should be the default name for the ROR org.
Users type in text for Affiliations, which we match to a ROR org. The text may not be matched to a ROR org at first, but if it is matched later, the name should be updated to the default. In the case below, however, an "alias" in the ROR orgs table is set as the name for the Affiliations table.
This could be because which name is the default was, at some point, changed by ROR itself. When the default name is updated by ROR, it should be changed in all related tables as well, not just in the ROR orgs table. A check that ROR names match ROR IDs in affiliations and contributors should be written and run now, and then tied into the monthly ROR update.
The text was updated successfully, but these errors were encountered: