Skip to content
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

Embed ORCID ID handling in portal #176

Open
graybeal opened this issue Aug 22, 2020 · 1 comment
Open

Embed ORCID ID handling in portal #176

graybeal opened this issue Aug 22, 2020 · 1 comment

Comments

@graybeal
Copy link
Member

At least one user has started filling out the author name metadata with an ORCID ID. This is opaque at first look, but it is being handled as a link in the portal (good job!), so simply clicking on the link goes to the ORCID page for that person.

A nicer representation for this ORCID ID would be to show their name (obtained from the ORCID ID API), but with an ORCID ID badge attached, so viewers could click on the ORCID ID badge to see more information about the user. It gives credit to ORCID, and to the person who has the ORCID account, and moves toward a more human-friendly view of the linked data.

@carueda
Copy link
Member

carueda commented Sep 2, 2020

Did a quick exploration, just focused on public API as a first "easy-path" strategy:

https://members.orcid.org/api/about-public-api :

Using the public API does not require Public API credentials, but they are strongly encouraged and may be required in the future.

Good to know there's a way to get some data without too much trouble (at least initially).

In fact, this is confirmed by just quickly trying the Swagger UI for public: https://pub.orcid.org/v2.0/. Good also that they provide JSON responses.

Example:

  http get https://pub.orcid.org/v3.0/0000-0002-5440-0638/personal-details Accept:application/json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants