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

add ORCID user authentication #89

Open
cjlee112 opened this issue Sep 19, 2013 · 5 comments
Open

add ORCID user authentication #89

cjlee112 opened this issue Sep 19, 2013 · 5 comments

Comments

@cjlee112
Copy link
Owner

ORCID is the publishers' system for unifying author identities across their publications. It's new and hence probably mostly an empty box, but we might as well use it. They provide an API that talks XML. See http://orcid.org. Mentioned in issue #41

I think the basic support would be:

  • let a user add their ORCID ID to their account (if they already have one). This would be done using OAuth, and authenticates the user as that ORCID ID (and gives us a list of their publications, if ORCID has any records for that ID).
  • let a user create a new ORCID ID. Then sync our list of the user's publications to ORCID... not sure if that's a big win, but a reasonable thing to do, eventually.
@sashakolpakov
Copy link

ORCID is not that empty, there are quite a few people using it already. It's still under development, since they want to add a possibility not only to collect your own publications previously split in between several non-unified bibliographic systems, but also to write your bio, affiliations, references to granting agencies ever supported your research, etc. It could be a nice way to make up ones user profile in SPNetwork, I think.

@fgdorais
Copy link

I was under the impression that ORCID would charge for use of its authentication services. Is some (useful) part of it free access?

@sashakolpakov
Copy link

It allowed me to pick up my papers indexed by different databases, including SCOPUS, free of charge. Has never asked for a penny, actually. However, there are not a lot of things you can do with ORCID. At the moment, it just allows you to collect all the references from within different databases in one place + write your short bio and contact information.

@fgdorais
Copy link

@sashakolpakov ORCID is free for researchers but I think they charge for organizations to use their authentication services.

@sashakolpakov
Copy link

Now I see, sorry for that.

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

No branches or pull requests

3 participants