Skip to content

Instantly share code, notes, and snippets.

@mhluongo
Created December 4, 2012 00:22
Show Gist options
  • Save mhluongo/4199327 to your computer and use it in GitHub Desktop.
Save mhluongo/4199327 to your computer and use it in GitHub Desktop.
A quick orcid-python example.
>>> import orcid
>>> cs_authors = orcid.search('computer science')
>>> print cs_authors.next()
<Author Olga Zhelenkova, ORCID 0000-0003-0028-2469>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment