-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SSPN][Migration] Affiliation matching values #238
Comments
Some thoughts: Maybe we could look at this in these three groups? For things that are coming through autocomplete (which is coming from Foundation?), the strings are often poor, maybe we could use extra data available in Foundation for the matching? For INSPIRE, we often have RORs already, so we can do some matching there. |
Hey @PaulinaBaranowska thanks a lot for your input, I will have a look and come back to you. In either case, we would really appreciate also some feedback on the ROR API responses before we would need in any case when we try to disambiguate the free text values. |
@zzacharo Would it be possible to provide us the example .csv files with an extra column with the name of the institution from ROR that matches the ROR identifier? It would make comparing much easier and faster. |
Hey @PaulinaBaranowska I updated the files with a new column called |
I created #260 to address improvements on affiliation matching as in SSPN there is no presence of |
Context
ROR organization API docs: https://ror.readme.io/docs/api-affiliation
ROR matching algorithms
PHRASE
: the entire phrase matched to a variant of the organization's nameCOMMON TERMS
: the matching was done by comparing the words separatelyFUZZY
: the matching was done by fuzzy-comparing the words separatelyHEURISTICS
: "University of X" was matched to "X University"ACRONYM
: matched by acronymEXACT
: exact match of the entered string in name, aliases, labels or acronyms fieldsWe used the ROR v1 API to analyze the following scenarios:
EXACT
matching algorithmResults
EXACT
algorithm.EXACT
.Action
The text was updated successfully, but these errors were encountered: