inveniosoftware / invenio-rdm-records

DataCite-based data model for InvenioRDM flavour.
https://invenio-rdm-records.readthedocs.io
MIT License
15 stars 82 forks source link

vocabularies: add ROR Aliases #933

Open tmorrell opened 2 years ago

tmorrell commented 2 years ago

Is your feature request related to a problem? Please describe.

Organizations can have multiple names that are correct (e.g. Caltech and California Institute of Technology). ROR has an aliases field that includes alternative names that an organization goes by.

Describe the solution you'd like

Users should be able enter either the official ROR name or aliases when searching for affiliations. All should map to the same vocabulary entry with the correct ROR.

Describe alternatives you've considered

I could put the alias value into existing acronym field. In the case of Caltech no one uses the CIT acronym, so it's not really needed. This probably wouldn't work for all organizations, and would mean that the data structure isn't the same as ROR.

lnielsen commented 2 years ago

Ping @slint

github-actions[bot] commented 2 years ago

This issue was automatically marked as stale.

github-actions[bot] commented 2 months ago

This issue was automatically marked as stale.

tmorrell commented 2 months ago

In v2 ROR puts all possible names in a name field https://ror.readme.io/v2/docs/data-structure#names. We should index all possible names. The primary display name will be indicated with the type ror_display

github-actions[bot] commented 1 week ago

This issue was automatically marked as stale.

tmorrell commented 1 week ago

Will be fixed by https://github.com/inveniosoftware/invenio-vocabularies/pull/327