-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for ORCIDs #30
Comments
Yes, it does: https://info.orcid.org/faq/how-do-i-find-orcid-record-holders-at-my-institution/ A better way could be to find people over name, plus affiliation, i.e. institution name or identifier. Let me know if you plan to work on this. I have a layout of what I want, but not implemented anything yet and it is currently not on my todo list in terms of code out there I found this which is old and may or may not work: |
Too bad, this would be the ideal method but if it yields only 10% it's not very useful indeed.
That sounds viable yes, though one issue with affiliations is that people tend to come and go in institutions.
Like explicitly passing a tsv file to codemetapy with say emails and orcids? That would work yes, though it isn't as fully automated as we'd want ideally. |
An add on to this. codemetapy parses the Citation.cff file, but it does not use the orcids in there for authors/contributors Ids but instead the gitlab id (account page) Ideally once would keep both information... i.e that the orcid and the git id are same as somewhere. also in that context the
So it has also problems with middle names. I would assume that these would be easier to parse from an Citation.cff file. |
Hmm.. Agreed, if there are ORCIDs then they shouldn't be overwritten. I wonder if it's an issue in codemetapy or in https://github.com/citation-file-format/cff-converter-python, we don't do the CITATION.cff parsing ourselves.
(it's not the gitlab id, see #34)
|
Yes, we'd better just use |
I've been giving this some more thought and there are some challenges to solve, mostly related to 'affiliations':
|
Possibly relevant: ORCID profiles can be tied to Github accounts. If the GitHub API exposes this it provides a nice way to find ORCIDs. |
Authors are best identified by their ORCID. We ideally need a way of resolving user emails to orcids automatically (does their API offer such a function?).
The text was updated successfully, but these errors were encountered: