-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dictionaries enhancement #6
Comments
Hi @AmelieMasson, Currently, the best is to fill the people dictionary as the metadata related to the datasets is collected. Concerning ORCID, the idea seems good, yes but! It will depend enormously on how and with what care the information (metadata) has been filled in ORCID. For example, by using the public ORCID API (see https://info.orcid.org/documentation/api-tutorials/api-tutorial-searching-the-orcid-registry/), I submit the following query: q="given-names:daniel+AND+family-name:jacob&fl=orcid,given-names,family-name,email,current-institution-affiliation-name" I get this: orcid,given-names,family-name,email,current-institution-affiliation-name My ORCID is 0000-0002-6687-7169. Why does it put my current-institution-affiliation-name as that of my engineering school? One way would be to make sure that all people in ORCID are affiliated with either a RINGGOLD ID or a correct ROR ID that unambiguously identifies institution-affiliation-name. For example, I am associated with the RINGGOLD ID: 113907 (see my ORCID record) when I submit the following query: q="ringgold-org-id:113907&fl=orcid,given-names,family-name,email,current-institution-affiliation-name" I don't appear there!! :( I think we cannot rely on this, even if DMP OPIDOR does so!! Daniel |
Nevertheless I will see to implement it anyway despite all the reservations mentioned in the previous post. Indeed, on names less frequent than mine, it returns sometimes only one name. It's worth implementing even if it gives something once twice. Still to be done... ;-) |
Hi @djacob65, |
Hello,
I would like to know how Maggot’s user community feeds and enhances their dictionaries, mostly the dictionary for the people.
Given the high number of people working in a facility, it is not possible to fill in all the required information by hand.
Therefore, how do you fill the dictionaries when a big amount of data is implied? Which methods do you use?
Question for Maggot’s team:
Is it possible to connect Maggot to Orcid to fill the people fields? For instance, this functionality is available on DMP. Opidor.
Thank you in advance for you your help
The text was updated successfully, but these errors were encountered: