SlideShare a Scribd company logo
1 of 33
orcid.orgorcid.orgContact Info: p. +1-301-500-2139 a. 10411 Motor City Drive, Suite 750, Bethesda, MD 20817 USA
Alainna Wrigley, ORCID Community
Engagement & Support (APAC)
support@orcid.org | orcid.org/0000-0002-6036-0903
ORCID API in action
Singapore Management University
6 April 2016
orcid.org 2
The other stuff that has to happen
• Communications
• Rollout timing
• Encouraging use
...can be much harder & more time consuming than using
the API
Let’s not get ahead of ourselves...
PHOTO: 3/2 nuts © M.G. Kafkas
https://flic.kr/p/4XytpS
orcid.org 3
• PLAN
Plan how the integration will work
• BUILD
Build and test your integration
• COMMUNICATE
Design & build connection points
Integrating in 3 steps
orcid.org 4
• PLAN: Plan how the integration will work
Use the Collect & Connect use cases as a guide
PLAN your integration
 iDs in publications (works)
 iDs in peer review
 iDs in funding
 iDs for faculty/research staff
 iDs and identity
orcid.org 5
Sector contributions
PHOTO: Stairway to somewhere © Jonathan Fenton
tps://flic.kr/p/7Guxgu
COLLECT iDs PUBLISH on your site POST to record
Funders
At grant application &
review
With award Grant award IDs
Research
institutions
For new staff &
students; at thesis
submission
With works; in faculty
profiles
Affiliation ID for
institution
Publishers &
repositories
For authors,
contributors, reviewers
With works
Paper, dataset and
review IDs
Associations
For members, authors,
meeting participants
With member profiles
Affiliation ID with
association, work
IDs for publications
Connecting to the ORCID registry
orcid.org
Two models:
1. Connect via a vendor system
• Manuscript submission/publication
• Document/data repositories
• Profile systems
• CRIS systems
2. Develop a custom connection
PHOTO: Stairway to somewhere © Jonathan Fenton
https://flic.kr/p/7Guxgu
Custom integrations
orcid.org
Via the ORCID APIs
• Fine-tuned control and permissions
• Customized buttons, user flows, & user feedback
Current integration list:
http://members.orcid.org/current-integrations
PHOTO: Stairway to somewhere © Jonathan Fenton
https://flic.kr/p/7Guxgu
orcid.org 8
API Features
Public API
• Freely available to
anyone
• API credentials belong
to the individual; are
not transferrable
• Authenticate: Get a user’s authenticated ORCID iD
• Read (Public): Search/retrieve public data
• Create Records: via an on-demand process
• Support: Public documentation and API users group –
no dedicated support
Member API
• ORCID member
organizations
• API credentials belong
to the organization
• (Sandbox test
environment freely
available to anyone)
All of Public API features, plus
• Read (Limited): Search/retrieve limited-access data
• Add: Post new items to a record
• Update: Edit or delete items you previously added
• Support: ORCID Support and training; office hours
• Webhook record update notifications (Premium)
• Monthly reporting & public data access (Premium)
Comparing Public & Member APIs
Selected vendor system connections
orcid.org
Publishing
• eJournal Press
• Editorial Manager
• ScholarOne
Document / data repositories
• Australian National Data System
• dSpace
• Europe PubMed Central
Profile systems
• Loop
• ResearcherID
• Vivo
CRIS Systems
• Converis
• Pure
• Elements
http://members.orcid.org/orcid-enabled-systems
PHOTO: Stairway to somewhere © Jonathan Fenton
https://flic.kr/p/7Guxgu
Elements
12 April 2016 orcid.org 10
• Researchers follow a link to
connect their records
• Elements reads the ORCID
record and updates the
Elements publication list
http://symplectic.co.uk/elements-updates/elements-integrates-with-orcid/
Pure
12 April 2016 orcid.org 11
• Pure helps create a new
record for researchers who
don’t have an ORCID iD
• Researchers who have an
ORCID iD can search for it
to enter in Pure
https://www.elsevier.com/solutions/pure/releases/pure-4.18
Converis
12 April 2016 orcid.org 12
• Converis helps create a new
record for researchers who
don’t have an ORCID iD
• Researchers can also sync
their Converis and ORCID
records
http://converis.thomsonreuters.com
DSpace
12 April 2016 orcid.org 13
• Only on DSpace 5+
• Uses the Public API to look up
ORCID iDs
• Offers matching tool to select
iDs of contributors from a list
https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration
orcid.org 14
• BUILD: Build and test your integration
• Build & test the OAuth flow
• Register for sandbox credentials
• Determine what permissions you’ll need
• Build & test information exchange
• Format data to and from your system
• Test on the sandbox
BUILD your integration
orcid.org 15
API (Application Programming Interface):
interface that lets one software program
“talk” with another, exchanging data behind
the scenes.
An ad, but good basic info about what an API can do:
http://paidpost.nytimes.com/ca-technologies/apis-the-building-blocks-
of-the-app-economy.html
What is an API?
PHOTO: 3/2 nuts © M.G. Kafkas
https://flic.kr/p/4XytpS
orcid.org 16
• Permissions / scopes: your contract with the user
• The ORCID messages: format of the data
exchanged
• OAuth calls: the permission protocol – how you
“execute the contract”
• ORCID-specific calls: providing & receiving
information with the registry
The ORCID API
PHOTO: 3/2 nuts © M.G. Kafkas
https://flic.kr/p/4XytpS
orcid.org
Basic API flow
ORCID Record
Yes!
Do you have
permission to do what
you want to do?
Get the permission;
store iD and “token”
Read the record or
update the record
No
OAuth
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
Explaining scopes / permissions
orcid.org
ORCID registry depends on user-based permissions:
Can I...
• have your iD (/authenticate)
• read your ORCID record (/read-public)
• interact with the activities on your record
(/activities/update)
• update your biographical information
(/orcid-bio/update)
What a message looks like
orcid.org
orcid.org 20
• COMMUNICATE: Design & build
connection points
• Use ORCID guidelines
• Permission/sign-in button
• Authorize confirmation page
• Deny reconsider page
• Custom data exchange pages (if needed)
• (plus more direct communication with researchers)
COMMUNICATE your integration
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
OAuth in three easy steps
orcid.org
OAuth is a standard protocol used to obtain user
permission to interact with their ORCID record
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
Step 1: Initiate the process
orcid.org
Initiate the process: Send the user to a “fancy” URL
https://sandbox.orcid.org/oauth/authorize? 
client_id=APP-XT8FBKJRO3MR8WDR& 
response_type=code& 
scope=/orcid-profile/read-limited%20/activities/update& 
redirect_uri=https://my.URL.org& 
family_names=Researcher&given_names=Bob&email=bobresearcher@mail
inator.com
base URL – displays the screen
who’s asking?
what permissions?
where the user goes next
personalize the
experience
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
What the user
sees
orcid.org
link from
your website
custom email to
researchers
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
What the user
sees
orcid.org
sign-in
form
registration
form
already
signed in
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
Step 2: Magic code & user feedback
orcid.org
ORCID sends the user to your redirect, with a code
https://my.URL.org?htA3yE
you...
• Save the code – you need it for the next step
• Display useful feedback to the user
• Authorize: thanks for your permission!
• Deny: sure you don’t want to give permission?
The magic code – it
grants authorization!
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
Feedback
orcid.org
Examples from Crossref:
Authorized
Denied
Step 3a: Transform the code into a
token
orcid.org
Use the code to gain access using the ORCID API
https://api.sandbox.orcid.org/oauth/token
HEADER: accept:application/json
DATA:
client_id=APP-XT8FBKJRO3MR8WDR
client_secret=e285575c-4794-464b-a807-6f1c06b63
grant_type=authorization_code
code=htA3yE
redirect_uri=https%3A%2F%2Fmy.URL.org
PHOTO: Job Meeting
www.flickr.com/photos/jobmeeting/14375164286
our API calls always looks
like URLs (RESTful)
what format?
the magic code
confirming that you are
the right one to get this
information
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
Step 3b: Store the result
orcid.org
The result of the call
"access_token":"6710dfee-6aab-445b-a266-205dd9085273",
"token_type" : "bearer",
"expires_in" : 631138518,
"scope" : "/orcid-profile/read-limited /activities/update",
"orcid" : "0000-0001-6356-0580",
"name" : "Bob Researcher"
store the access token and iD
when permission expires (in seconds – 20 yrs)
your permission – the executed contract
iD & name for the person
who gave permission
what you can do
12 April 2016 orcid.org 29
Action Permission required Call
Read the ORCID record: Search/retrieve public and limited-
access data (depends on researcher-set data visibility)
• /orcid-profile/read-
limited
GET
Add research activities: Attach new items to a person’s
ORCID iD, such as works, peer review, affiliations, funding
• /activities/update PUT
Add person info: Include new information about the person,
such as alternate names, keywords, websites, alternate
person identifiers, etc.
• /orcid-bio/update PUT
Update: Edit or delete items and information that you
previously added
• /activities/update POST
What can you do with the permission?
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
An example: get data from the
record
orcid.org
HTTP Method: GET
URL: https://api.sandbox.orcid.org/v1.2/0000-0000-0000-0000/orcid-profile
HEADERS:
accept:application/json
Authorization: Bearer 6710dfee-6aab-445b-a266-205dd9085273
iD and access token
from OAuth calls
PHOTO: electronic circuit board
www.flickr.com/photos/creative_stock/5227842611
An example: add data to the record
orcid.org
HTTP Method: PUT
URL: https://api.sandbox.orcid.org/v1.2/0000-0000-0000-0000/orcid-works
HEADERS:
content-type:application/vnd.orcid+xml
Authorization: Bearer 6710dfee-6aab-445b-a266-205dd9085273
DATA: the file location=@file_location_name
iD and access token
from OAuth calls
PHOTO: London, England
https://flic.kr/p/qhALa3 orcid.org 32
1. Show us how the integration works
2. Request production API credentials from
ORCID
3. Take the application live
4. Let everyone know!
Once it’s ready, take it live
Resources
PHOTO: Stairway to somewhere
© Jonathan Fenton https://flic.kr/p/7Guxgu
API documentation
http://members.orcid.org/api
List of supported vendor systems (includes details on how to connect)
http://members.orcid.org/orcid-enabled-systems
List of current integrations
http://members.orcid.org/current-integrations
Tutorial: ORCID API (Searches, OAuth, Create on Demand)
http://is.gd/VALA2016ORCID
ORCID API User Listserv
http://groups.google.com/group/orcid-api-users
ORCID API Source (Github)
https://github.com/ORCID/ORCID-Source/blob/master/orcid-
model/src/main/resources/README.md
•
•
•
•
•
•

More Related Content

What's hot

20151018 ORCID UAE workshop - MJ Buys
20151018 ORCID UAE workshop - MJ Buys20151018 ORCID UAE workshop - MJ Buys
20151018 ORCID UAE workshop - MJ BuysORCID, Inc
 
ORCID overview: why your lifelong identifier is important in the digital age ...
ORCID overview: why your lifelong identifier is important in the digital age ...ORCID overview: why your lifelong identifier is important in the digital age ...
ORCID overview: why your lifelong identifier is important in the digital age ...ORCID, Inc
 
ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)ORCID, Inc
 
ORCID updates (N. Miyairi)
ORCID updates (N. Miyairi)ORCID updates (N. Miyairi)
ORCID updates (N. Miyairi)ORCID, Inc
 
ORCID as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)ORCID as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)ORCID, Inc
 
ORCID Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration VideosORCID, Inc
 
ORCID auto-update in the publishing process: From submission to your systems ...
ORCID auto-update in the publishing process: From submission to your systems ...ORCID auto-update in the publishing process: From submission to your systems ...
ORCID auto-update in the publishing process: From submission to your systems ...ORCID, Inc
 
What’s New in ORCID Tech 2016 (Robert Peters)
What’s New in ORCID Tech 2016 (Robert Peters)What’s New in ORCID Tech 2016 (Robert Peters)
What’s New in ORCID Tech 2016 (Robert Peters)ORCID, Inc
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)ORCID, Inc
 
Orcid data cite_20130917
Orcid data cite_20130917Orcid data cite_20130917
Orcid data cite_20130917ORCID, Inc
 
ORCID Implementations with University RIM Systems (The University of Sydney, ...
ORCID Implementations with University RIM Systems (The University of Sydney, ...ORCID Implementations with University RIM Systems (The University of Sydney, ...
ORCID Implementations with University RIM Systems (The University of Sydney, ...ORCID, Inc
 
ORCID at the University of Leeds: from policy to mandate
ORCID at the University of Leeds: from policy to mandateORCID at the University of Leeds: from policy to mandate
ORCID at the University of Leeds: from policy to mandateJisc
 
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...ORCID, Inc
 
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)ORCID, Inc
 
The role of ORCID in the publication process
The role of ORCID in the publication processThe role of ORCID in the publication process
The role of ORCID in the publication processORCID, Inc
 
ORCID_Spain_20130906
ORCID_Spain_20130906ORCID_Spain_20130906
ORCID_Spain_20130906ORCID, Inc
 
Core Principles of ORCID: Researcher control, community governance, openness,...
Core Principles of ORCID: Researcher control, community governance, openness,...Core Principles of ORCID: Researcher control, community governance, openness,...
Core Principles of ORCID: Researcher control, community governance, openness,...ORCID, Inc
 
ORCID Collect and Connect Program (A. Meadows)
ORCID Collect and Connect Program (A. Meadows)ORCID Collect and Connect Program (A. Meadows)
ORCID Collect and Connect Program (A. Meadows)ORCID, Inc
 
ORCID for researchers: What, why, how?
ORCID for researchers: What, why, how?ORCID for researchers: What, why, how?
ORCID for researchers: What, why, how?ORCID, Inc
 
ORCID Adoption and Use by the Research Community
ORCID Adoption and Use by the Research CommunityORCID Adoption and Use by the Research Community
ORCID Adoption and Use by the Research CommunityORCID, Inc
 

What's hot (20)

20151018 ORCID UAE workshop - MJ Buys
20151018 ORCID UAE workshop - MJ Buys20151018 ORCID UAE workshop - MJ Buys
20151018 ORCID UAE workshop - MJ Buys
 
ORCID overview: why your lifelong identifier is important in the digital age ...
ORCID overview: why your lifelong identifier is important in the digital age ...ORCID overview: why your lifelong identifier is important in the digital age ...
ORCID overview: why your lifelong identifier is important in the digital age ...
 
ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)
 
ORCID updates (N. Miyairi)
ORCID updates (N. Miyairi)ORCID updates (N. Miyairi)
ORCID updates (N. Miyairi)
 
ORCID as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)ORCID as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)
 
ORCID Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration Videos
 
ORCID auto-update in the publishing process: From submission to your systems ...
ORCID auto-update in the publishing process: From submission to your systems ...ORCID auto-update in the publishing process: From submission to your systems ...
ORCID auto-update in the publishing process: From submission to your systems ...
 
What’s New in ORCID Tech 2016 (Robert Peters)
What’s New in ORCID Tech 2016 (Robert Peters)What’s New in ORCID Tech 2016 (Robert Peters)
What’s New in ORCID Tech 2016 (Robert Peters)
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)
 
Orcid data cite_20130917
Orcid data cite_20130917Orcid data cite_20130917
Orcid data cite_20130917
 
ORCID Implementations with University RIM Systems (The University of Sydney, ...
ORCID Implementations with University RIM Systems (The University of Sydney, ...ORCID Implementations with University RIM Systems (The University of Sydney, ...
ORCID Implementations with University RIM Systems (The University of Sydney, ...
 
ORCID at the University of Leeds: from policy to mandate
ORCID at the University of Leeds: from policy to mandateORCID at the University of Leeds: from policy to mandate
ORCID at the University of Leeds: from policy to mandate
 
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...
Training, Funding, Publishing, and Tracking Research: The role of ORCID inter...
 
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)
ORCID in the research lifecycle, Elsevier: Scopus, PURE, SciVal (L. Schoombee)
 
The role of ORCID in the publication process
The role of ORCID in the publication processThe role of ORCID in the publication process
The role of ORCID in the publication process
 
ORCID_Spain_20130906
ORCID_Spain_20130906ORCID_Spain_20130906
ORCID_Spain_20130906
 
Core Principles of ORCID: Researcher control, community governance, openness,...
Core Principles of ORCID: Researcher control, community governance, openness,...Core Principles of ORCID: Researcher control, community governance, openness,...
Core Principles of ORCID: Researcher control, community governance, openness,...
 
ORCID Collect and Connect Program (A. Meadows)
ORCID Collect and Connect Program (A. Meadows)ORCID Collect and Connect Program (A. Meadows)
ORCID Collect and Connect Program (A. Meadows)
 
ORCID for researchers: What, why, how?
ORCID for researchers: What, why, how?ORCID for researchers: What, why, how?
ORCID for researchers: What, why, how?
 
ORCID Adoption and Use by the Research Community
ORCID Adoption and Use by the Research CommunityORCID Adoption and Use by the Research Community
ORCID Adoption and Use by the Research Community
 

Viewers also liked

Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...
Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...
Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...Terrell Patillo
 
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...Terrell Patillo
 
3235 Browning - Anthony Acosta
3235 Browning - Anthony Acosta3235 Browning - Anthony Acosta
3235 Browning - Anthony AcostaAnthony J. Acosta
 
NSN-07-18-F-TR Cinderella Programs
NSN-07-18-F-TR Cinderella ProgramsNSN-07-18-F-TR Cinderella Programs
NSN-07-18-F-TR Cinderella ProgramsTim Rafalski
 
12. Newspaper_Flagship_2011_1201
12. Newspaper_Flagship_2011_120112. Newspaper_Flagship_2011_1201
12. Newspaper_Flagship_2011_1201Tim Rafalski
 
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트qasdhkjas
 
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...Terrell Patillo
 
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...Terrell Patillo
 
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...Terrell Patillo
 
Letter of Reference - NWTM
Letter of Reference - NWTMLetter of Reference - NWTM
Letter of Reference - NWTMAnjanette Brown
 
Trinity Kings World Leadership: Is Heeding GOD'S Call...
Trinity Kings World Leadership: Is Heeding GOD'S Call...Trinity Kings World Leadership: Is Heeding GOD'S Call...
Trinity Kings World Leadership: Is Heeding GOD'S Call...Terrell Patillo
 
Project on Secretarial Standards
Project on Secretarial StandardsProject on Secretarial Standards
Project on Secretarial StandardsSikha Mishra
 
AnnotatedBibForHumanTrafficking
AnnotatedBibForHumanTraffickingAnnotatedBibForHumanTrafficking
AnnotatedBibForHumanTraffickingTurner Sparks
 
Chat ve-nghe-lam-cha-me-lam-ban-voi-con
Chat ve-nghe-lam-cha-me-lam-ban-voi-conChat ve-nghe-lam-cha-me-lam-ban-voi-con
Chat ve-nghe-lam-cha-me-lam-ban-voi-conHà Thu
 

Viewers also liked (16)

Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...
Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...
Trinity Kings World Leadership: Guidance: Leaders Are Not Perfect, But Whole...
 
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...
Trinity Kings World Leadership shows how *(formerly petra int'l mnistries) Ab...
 
3235 Browning - Anthony Acosta
3235 Browning - Anthony Acosta3235 Browning - Anthony Acosta
3235 Browning - Anthony Acosta
 
NSN-07-18-F-TR Cinderella Programs
NSN-07-18-F-TR Cinderella ProgramsNSN-07-18-F-TR Cinderella Programs
NSN-07-18-F-TR Cinderella Programs
 
12. Newspaper_Flagship_2011_1201
12. Newspaper_Flagship_2011_120112. Newspaper_Flagship_2011_1201
12. Newspaper_Flagship_2011_1201
 
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트
카지노사이트¸¸¸FUN7。ASIA˛˛˛인터넷바카라 싸이트
 
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...
Trinity Kings World Leadership reported(*Feb 4 2013*) former attorney Milton ...
 
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...
Trinity Kings World Leadership: We Sustain God's Conquest When We Maintain Ou...
 
Rayos
RayosRayos
Rayos
 
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...
Trinity Kings World Leadership: The Maxwell Leadership Bible(*Official Bible ...
 
Letter of Reference - NWTM
Letter of Reference - NWTMLetter of Reference - NWTM
Letter of Reference - NWTM
 
Trinity Kings World Leadership: Is Heeding GOD'S Call...
Trinity Kings World Leadership: Is Heeding GOD'S Call...Trinity Kings World Leadership: Is Heeding GOD'S Call...
Trinity Kings World Leadership: Is Heeding GOD'S Call...
 
Cuestionario elkin mesa
Cuestionario elkin mesaCuestionario elkin mesa
Cuestionario elkin mesa
 
Project on Secretarial Standards
Project on Secretarial StandardsProject on Secretarial Standards
Project on Secretarial Standards
 
AnnotatedBibForHumanTrafficking
AnnotatedBibForHumanTraffickingAnnotatedBibForHumanTrafficking
AnnotatedBibForHumanTrafficking
 
Chat ve-nghe-lam-cha-me-lam-ban-voi-con
Chat ve-nghe-lam-cha-me-lam-ban-voi-conChat ve-nghe-lam-cha-me-lam-ban-voi-con
Chat ve-nghe-lam-cha-me-lam-ban-voi-con
 

Similar to ORCID API in Action (A. Wrigley)

ORCID API (M. Buys)
 ORCID API (M. Buys) ORCID API (M. Buys)
ORCID API (M. Buys)ORCID, Inc
 
Getting Connected with the ORCID API (A. Wrigley)
Getting Connected with the ORCID API (A. Wrigley)Getting Connected with the ORCID API (A. Wrigley)
Getting Connected with the ORCID API (A. Wrigley)ORCID, Inc
 
ORCID Collect & Connect: understanding integrations and the API (M. Buys)
ORCID Collect & Connect: understanding integrations and the API (M. Buys)ORCID Collect & Connect: understanding integrations and the API (M. Buys)
ORCID Collect & Connect: understanding integrations and the API (M. Buys)ORCID, Inc
 
Beyond what is ORCID... using the API (L. Paglione)
Beyond what is ORCID... using the API (L. Paglione)Beyond what is ORCID... using the API (L. Paglione)
Beyond what is ORCID... using the API (L. Paglione)ORCID, Inc
 
Integrating with the ORCID API
Integrating with the ORCID APIIntegrating with the ORCID API
Integrating with the ORCID APINobuko Miyairi
 
Sharing information between systems: The ORCID API (Alainna Wrigley)
Sharing information between systems: The ORCID API (Alainna Wrigley)Sharing information between systems: The ORCID API (Alainna Wrigley)
Sharing information between systems: The ORCID API (Alainna Wrigley)ORCID, Inc
 
The ORCID API (L. Paglione)
The ORCID API (L. Paglione)The ORCID API (L. Paglione)
The ORCID API (L. Paglione)ORCID, Inc
 
Working with the ORCID API (L. Paglione)
Working with the ORCID API (L. Paglione) Working with the ORCID API (L. Paglione)
Working with the ORCID API (L. Paglione) ORCID, Inc
 
ORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital LibrariesORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital LibrariesORCID, Inc
 
Paglione outreach tech presentation
Paglione outreach tech presentationPaglione outreach tech presentation
Paglione outreach tech presentationORCID, Inc
 
ORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID, Inc
 
ORCID API introduction
ORCID API introductionORCID API introduction
ORCID API introductionJisc
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID, Inc
 
Webinar: API Extravaganza! Combining Google Analytics and ORCID API
Webinar: API Extravaganza! Combining Google Analytics and ORCID APIWebinar: API Extravaganza! Combining Google Analytics and ORCID API
Webinar: API Extravaganza! Combining Google Analytics and ORCID APIARDC
 
The Jisc UK ORCID use cases and API workshop
The Jisc UK ORCID use cases and API workshopThe Jisc UK ORCID use cases and API workshop
The Jisc UK ORCID use cases and API workshopJisc
 
201505 peer review-early-adopter-paglione
201505 peer review-early-adopter-paglione201505 peer review-early-adopter-paglione
201505 peer review-early-adopter-paglioneORCID, Inc
 
The Crossref/ORCID Auto-Update: all you need to know
The Crossref/ORCID Auto-Update: all you need to knowThe Crossref/ORCID Auto-Update: all you need to know
The Crossref/ORCID Auto-Update: all you need to knowCrossref
 
Smart Distancing using Social Authentication
Smart Distancing using Social AuthenticationSmart Distancing using Social Authentication
Smart Distancing using Social AuthenticationRichard Dalvi
 

Similar to ORCID API in Action (A. Wrigley) (20)

ORCID API (M. Buys)
 ORCID API (M. Buys) ORCID API (M. Buys)
ORCID API (M. Buys)
 
Getting Connected with the ORCID API (A. Wrigley)
Getting Connected with the ORCID API (A. Wrigley)Getting Connected with the ORCID API (A. Wrigley)
Getting Connected with the ORCID API (A. Wrigley)
 
ORCID Collect & Connect: understanding integrations and the API (M. Buys)
ORCID Collect & Connect: understanding integrations and the API (M. Buys)ORCID Collect & Connect: understanding integrations and the API (M. Buys)
ORCID Collect & Connect: understanding integrations and the API (M. Buys)
 
Beyond what is ORCID... using the API (L. Paglione)
Beyond what is ORCID... using the API (L. Paglione)Beyond what is ORCID... using the API (L. Paglione)
Beyond what is ORCID... using the API (L. Paglione)
 
Integrating with the ORCID API
Integrating with the ORCID APIIntegrating with the ORCID API
Integrating with the ORCID API
 
Sharing information between systems: The ORCID API (Alainna Wrigley)
Sharing information between systems: The ORCID API (Alainna Wrigley)Sharing information between systems: The ORCID API (Alainna Wrigley)
Sharing information between systems: The ORCID API (Alainna Wrigley)
 
The ORCID API (L. Paglione)
The ORCID API (L. Paglione)The ORCID API (L. Paglione)
The ORCID API (L. Paglione)
 
Working with the ORCID API (L. Paglione)
Working with the ORCID API (L. Paglione) Working with the ORCID API (L. Paglione)
Working with the ORCID API (L. Paglione)
 
ORCID API
ORCID APIORCID API
ORCID API
 
ORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital LibrariesORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital Libraries
 
Paglione outreach tech presentation
Paglione outreach tech presentationPaglione outreach tech presentation
Paglione outreach tech presentation
 
ORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID Technical Intro - English
ORCID Technical Intro - English
 
ORCID API introduction
ORCID API introductionORCID API introduction
ORCID API introduction
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015
 
Webinar: API Extravaganza! Combining Google Analytics and ORCID API
Webinar: API Extravaganza! Combining Google Analytics and ORCID APIWebinar: API Extravaganza! Combining Google Analytics and ORCID API
Webinar: API Extravaganza! Combining Google Analytics and ORCID API
 
The Jisc UK ORCID use cases and API workshop
The Jisc UK ORCID use cases and API workshopThe Jisc UK ORCID use cases and API workshop
The Jisc UK ORCID use cases and API workshop
 
Holt "Working with Scholarly APIs: A NISO Training Series, Session Two: ORCID"
Holt "Working with Scholarly APIs: A NISO Training Series, Session Two: ORCID"Holt "Working with Scholarly APIs: A NISO Training Series, Session Two: ORCID"
Holt "Working with Scholarly APIs: A NISO Training Series, Session Two: ORCID"
 
201505 peer review-early-adopter-paglione
201505 peer review-early-adopter-paglione201505 peer review-early-adopter-paglione
201505 peer review-early-adopter-paglione
 
The Crossref/ORCID Auto-Update: all you need to know
The Crossref/ORCID Auto-Update: all you need to knowThe Crossref/ORCID Auto-Update: all you need to know
The Crossref/ORCID Auto-Update: all you need to know
 
Smart Distancing using Social Authentication
Smart Distancing using Social AuthenticationSmart Distancing using Social Authentication
Smart Distancing using Social Authentication
 

More from ORCID, Inc

ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...
ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...
ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...ORCID, Inc
 
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)ORCID, Inc
 
ORCID at UniKL (P. Hamzah)
ORCID at UniKL (P. Hamzah)ORCID at UniKL (P. Hamzah)
ORCID at UniKL (P. Hamzah)ORCID, Inc
 
ORCID Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration VideosORCID, Inc
 
ORCID as a Community Initiative (N. Miyairi)
ORCID as a Community Initiative (N. Miyairi)ORCID as a Community Initiative (N. Miyairi)
ORCID as a Community Initiative (N. Miyairi)ORCID, Inc
 
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)ORCID, Inc
 
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)MyRID: ORCID Integration in Malaysia (T. Dharmalingam)
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)ORCID, Inc
 
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)Spreading the ORCID Word: ORCID Communications Webinar (2016.12)
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)ORCID, Inc
 
ORCID @ Khalifa University
ORCID @ Khalifa UniversityORCID @ Khalifa University
ORCID @ Khalifa UniversityORCID, Inc
 
ORCID Integration with Institutional Repositories (D. Grenz)
ORCID Integration with Institutional Repositories (D. Grenz)ORCID Integration with Institutional Repositories (D. Grenz)
ORCID Integration with Institutional Repositories (D. Grenz)ORCID, Inc
 
Research in a world where machines read (M. Buys)
Research in a world where machines read (M. Buys)Research in a world where machines read (M. Buys)
Research in a world where machines read (M. Buys)ORCID, Inc
 
Benefits to researchers who use ORCID (P. Purnell)
Benefits to researchers who use ORCID (P. Purnell)Benefits to researchers who use ORCID (P. Purnell)
Benefits to researchers who use ORCID (P. Purnell)ORCID, Inc
 
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)ORCID, Inc
 
The Latest on ORCID API v2
The Latest on ORCID API v2 The Latest on ORCID API v2
The Latest on ORCID API v2 ORCID, Inc
 
ORCID API Perks & Pitfalls
ORCID API Perks & PitfallsORCID API Perks & Pitfalls
ORCID API Perks & PitfallsORCID, Inc
 
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...ORCID, Inc
 
Convey ORCID Integration Presentation (Heather Pierce)
Convey ORCID Integration Presentation (Heather Pierce)Convey ORCID Integration Presentation (Heather Pierce)
Convey ORCID Integration Presentation (Heather Pierce)ORCID, Inc
 
ORCID and Peer Review in EJPress (Anna Jester)
ORCID and Peer Review in EJPress (Anna Jester)ORCID and Peer Review in EJPress (Anna Jester)
ORCID and Peer Review in EJPress (Anna Jester)ORCID, Inc
 
CHORUS: A Story About Efficiencies (Howard Ratner)
CHORUS: A Story About Efficiencies (Howard Ratner)CHORUS: A Story About Efficiencies (Howard Ratner)
CHORUS: A Story About Efficiencies (Howard Ratner)ORCID, Inc
 
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)ORCID, Inc
 

More from ORCID, Inc (20)

ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...
ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...
ORCID Overview: Why your Lifelong Identifier is Important in the Digital Age ...
 
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)
Identifying Springer's Author (with ORCID iD) on SpringerLink (H. Aziz)
 
ORCID at UniKL (P. Hamzah)
ORCID at UniKL (P. Hamzah)ORCID at UniKL (P. Hamzah)
ORCID at UniKL (P. Hamzah)
 
ORCID Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration Videos
 
ORCID as a Community Initiative (N. Miyairi)
ORCID as a Community Initiative (N. Miyairi)ORCID as a Community Initiative (N. Miyairi)
ORCID as a Community Initiative (N. Miyairi)
 
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)
Introduction and Welcome to the 2017 ORCID Malaysia Workshop (N. Miyairi)
 
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)MyRID: ORCID Integration in Malaysia (T. Dharmalingam)
MyRID: ORCID Integration in Malaysia (T. Dharmalingam)
 
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)Spreading the ORCID Word: ORCID Communications Webinar (2016.12)
Spreading the ORCID Word: ORCID Communications Webinar (2016.12)
 
ORCID @ Khalifa University
ORCID @ Khalifa UniversityORCID @ Khalifa University
ORCID @ Khalifa University
 
ORCID Integration with Institutional Repositories (D. Grenz)
ORCID Integration with Institutional Repositories (D. Grenz)ORCID Integration with Institutional Repositories (D. Grenz)
ORCID Integration with Institutional Repositories (D. Grenz)
 
Research in a world where machines read (M. Buys)
Research in a world where machines read (M. Buys)Research in a world where machines read (M. Buys)
Research in a world where machines read (M. Buys)
 
Benefits to researchers who use ORCID (P. Purnell)
Benefits to researchers who use ORCID (P. Purnell)Benefits to researchers who use ORCID (P. Purnell)
Benefits to researchers who use ORCID (P. Purnell)
 
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)
ORCID in the Publishing Workflow (Mochammad Tanzil Multazam)
 
The Latest on ORCID API v2
The Latest on ORCID API v2 The Latest on ORCID API v2
The Latest on ORCID API v2
 
ORCID API Perks & Pitfalls
ORCID API Perks & PitfallsORCID API Perks & Pitfalls
ORCID API Perks & Pitfalls
 
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...
Raising Awareness & Encouraging ORCID Registrations as an Author Services Pro...
 
Convey ORCID Integration Presentation (Heather Pierce)
Convey ORCID Integration Presentation (Heather Pierce)Convey ORCID Integration Presentation (Heather Pierce)
Convey ORCID Integration Presentation (Heather Pierce)
 
ORCID and Peer Review in EJPress (Anna Jester)
ORCID and Peer Review in EJPress (Anna Jester)ORCID and Peer Review in EJPress (Anna Jester)
ORCID and Peer Review in EJPress (Anna Jester)
 
CHORUS: A Story About Efficiencies (Howard Ratner)
CHORUS: A Story About Efficiencies (Howard Ratner)CHORUS: A Story About Efficiencies (Howard Ratner)
CHORUS: A Story About Efficiencies (Howard Ratner)
 
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)
Digital Science Presentation at ORCID Outreach Meeting (Ashlea Higgs)
 

Recently uploaded

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

ORCID API in Action (A. Wrigley)

  • 1. orcid.orgorcid.orgContact Info: p. +1-301-500-2139 a. 10411 Motor City Drive, Suite 750, Bethesda, MD 20817 USA Alainna Wrigley, ORCID Community Engagement & Support (APAC) support@orcid.org | orcid.org/0000-0002-6036-0903 ORCID API in action Singapore Management University 6 April 2016
  • 2. orcid.org 2 The other stuff that has to happen • Communications • Rollout timing • Encouraging use ...can be much harder & more time consuming than using the API Let’s not get ahead of ourselves... PHOTO: 3/2 nuts © M.G. Kafkas https://flic.kr/p/4XytpS
  • 3. orcid.org 3 • PLAN Plan how the integration will work • BUILD Build and test your integration • COMMUNICATE Design & build connection points Integrating in 3 steps
  • 4. orcid.org 4 • PLAN: Plan how the integration will work Use the Collect & Connect use cases as a guide PLAN your integration  iDs in publications (works)  iDs in peer review  iDs in funding  iDs for faculty/research staff  iDs and identity
  • 5. orcid.org 5 Sector contributions PHOTO: Stairway to somewhere © Jonathan Fenton tps://flic.kr/p/7Guxgu COLLECT iDs PUBLISH on your site POST to record Funders At grant application & review With award Grant award IDs Research institutions For new staff & students; at thesis submission With works; in faculty profiles Affiliation ID for institution Publishers & repositories For authors, contributors, reviewers With works Paper, dataset and review IDs Associations For members, authors, meeting participants With member profiles Affiliation ID with association, work IDs for publications
  • 6. Connecting to the ORCID registry orcid.org Two models: 1. Connect via a vendor system • Manuscript submission/publication • Document/data repositories • Profile systems • CRIS systems 2. Develop a custom connection PHOTO: Stairway to somewhere © Jonathan Fenton https://flic.kr/p/7Guxgu
  • 7. Custom integrations orcid.org Via the ORCID APIs • Fine-tuned control and permissions • Customized buttons, user flows, & user feedback Current integration list: http://members.orcid.org/current-integrations PHOTO: Stairway to somewhere © Jonathan Fenton https://flic.kr/p/7Guxgu
  • 8. orcid.org 8 API Features Public API • Freely available to anyone • API credentials belong to the individual; are not transferrable • Authenticate: Get a user’s authenticated ORCID iD • Read (Public): Search/retrieve public data • Create Records: via an on-demand process • Support: Public documentation and API users group – no dedicated support Member API • ORCID member organizations • API credentials belong to the organization • (Sandbox test environment freely available to anyone) All of Public API features, plus • Read (Limited): Search/retrieve limited-access data • Add: Post new items to a record • Update: Edit or delete items you previously added • Support: ORCID Support and training; office hours • Webhook record update notifications (Premium) • Monthly reporting & public data access (Premium) Comparing Public & Member APIs
  • 9. Selected vendor system connections orcid.org Publishing • eJournal Press • Editorial Manager • ScholarOne Document / data repositories • Australian National Data System • dSpace • Europe PubMed Central Profile systems • Loop • ResearcherID • Vivo CRIS Systems • Converis • Pure • Elements http://members.orcid.org/orcid-enabled-systems PHOTO: Stairway to somewhere © Jonathan Fenton https://flic.kr/p/7Guxgu
  • 10. Elements 12 April 2016 orcid.org 10 • Researchers follow a link to connect their records • Elements reads the ORCID record and updates the Elements publication list http://symplectic.co.uk/elements-updates/elements-integrates-with-orcid/
  • 11. Pure 12 April 2016 orcid.org 11 • Pure helps create a new record for researchers who don’t have an ORCID iD • Researchers who have an ORCID iD can search for it to enter in Pure https://www.elsevier.com/solutions/pure/releases/pure-4.18
  • 12. Converis 12 April 2016 orcid.org 12 • Converis helps create a new record for researchers who don’t have an ORCID iD • Researchers can also sync their Converis and ORCID records http://converis.thomsonreuters.com
  • 13. DSpace 12 April 2016 orcid.org 13 • Only on DSpace 5+ • Uses the Public API to look up ORCID iDs • Offers matching tool to select iDs of contributors from a list https://wiki.duraspace.org/display/DSDOC5x/ORCID+Integration
  • 14. orcid.org 14 • BUILD: Build and test your integration • Build & test the OAuth flow • Register for sandbox credentials • Determine what permissions you’ll need • Build & test information exchange • Format data to and from your system • Test on the sandbox BUILD your integration
  • 15. orcid.org 15 API (Application Programming Interface): interface that lets one software program “talk” with another, exchanging data behind the scenes. An ad, but good basic info about what an API can do: http://paidpost.nytimes.com/ca-technologies/apis-the-building-blocks- of-the-app-economy.html What is an API? PHOTO: 3/2 nuts © M.G. Kafkas https://flic.kr/p/4XytpS
  • 16. orcid.org 16 • Permissions / scopes: your contract with the user • The ORCID messages: format of the data exchanged • OAuth calls: the permission protocol – how you “execute the contract” • ORCID-specific calls: providing & receiving information with the registry The ORCID API PHOTO: 3/2 nuts © M.G. Kafkas https://flic.kr/p/4XytpS
  • 17. orcid.org Basic API flow ORCID Record Yes! Do you have permission to do what you want to do? Get the permission; store iD and “token” Read the record or update the record No OAuth
  • 18. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 Explaining scopes / permissions orcid.org ORCID registry depends on user-based permissions: Can I... • have your iD (/authenticate) • read your ORCID record (/read-public) • interact with the activities on your record (/activities/update) • update your biographical information (/orcid-bio/update)
  • 19. What a message looks like orcid.org
  • 20. orcid.org 20 • COMMUNICATE: Design & build connection points • Use ORCID guidelines • Permission/sign-in button • Authorize confirmation page • Deny reconsider page • Custom data exchange pages (if needed) • (plus more direct communication with researchers) COMMUNICATE your integration
  • 21. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 OAuth in three easy steps orcid.org OAuth is a standard protocol used to obtain user permission to interact with their ORCID record
  • 22. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 Step 1: Initiate the process orcid.org Initiate the process: Send the user to a “fancy” URL https://sandbox.orcid.org/oauth/authorize? client_id=APP-XT8FBKJRO3MR8WDR& response_type=code& scope=/orcid-profile/read-limited%20/activities/update& redirect_uri=https://my.URL.org& family_names=Researcher&given_names=Bob&email=bobresearcher@mail inator.com base URL – displays the screen who’s asking? what permissions? where the user goes next personalize the experience
  • 23. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 What the user sees orcid.org link from your website custom email to researchers
  • 24. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 What the user sees orcid.org sign-in form registration form already signed in
  • 25. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 Step 2: Magic code & user feedback orcid.org ORCID sends the user to your redirect, with a code https://my.URL.org?htA3yE you... • Save the code – you need it for the next step • Display useful feedback to the user • Authorize: thanks for your permission! • Deny: sure you don’t want to give permission? The magic code – it grants authorization!
  • 26. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 Feedback orcid.org Examples from Crossref: Authorized Denied
  • 27. Step 3a: Transform the code into a token orcid.org Use the code to gain access using the ORCID API https://api.sandbox.orcid.org/oauth/token HEADER: accept:application/json DATA: client_id=APP-XT8FBKJRO3MR8WDR client_secret=e285575c-4794-464b-a807-6f1c06b63 grant_type=authorization_code code=htA3yE redirect_uri=https%3A%2F%2Fmy.URL.org PHOTO: Job Meeting www.flickr.com/photos/jobmeeting/14375164286 our API calls always looks like URLs (RESTful) what format? the magic code confirming that you are the right one to get this information
  • 28. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 Step 3b: Store the result orcid.org The result of the call "access_token":"6710dfee-6aab-445b-a266-205dd9085273", "token_type" : "bearer", "expires_in" : 631138518, "scope" : "/orcid-profile/read-limited /activities/update", "orcid" : "0000-0001-6356-0580", "name" : "Bob Researcher" store the access token and iD when permission expires (in seconds – 20 yrs) your permission – the executed contract iD & name for the person who gave permission what you can do
  • 29. 12 April 2016 orcid.org 29 Action Permission required Call Read the ORCID record: Search/retrieve public and limited- access data (depends on researcher-set data visibility) • /orcid-profile/read- limited GET Add research activities: Attach new items to a person’s ORCID iD, such as works, peer review, affiliations, funding • /activities/update PUT Add person info: Include new information about the person, such as alternate names, keywords, websites, alternate person identifiers, etc. • /orcid-bio/update PUT Update: Edit or delete items and information that you previously added • /activities/update POST What can you do with the permission?
  • 30. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 An example: get data from the record orcid.org HTTP Method: GET URL: https://api.sandbox.orcid.org/v1.2/0000-0000-0000-0000/orcid-profile HEADERS: accept:application/json Authorization: Bearer 6710dfee-6aab-445b-a266-205dd9085273 iD and access token from OAuth calls
  • 31. PHOTO: electronic circuit board www.flickr.com/photos/creative_stock/5227842611 An example: add data to the record orcid.org HTTP Method: PUT URL: https://api.sandbox.orcid.org/v1.2/0000-0000-0000-0000/orcid-works HEADERS: content-type:application/vnd.orcid+xml Authorization: Bearer 6710dfee-6aab-445b-a266-205dd9085273 DATA: the file location=@file_location_name iD and access token from OAuth calls
  • 32. PHOTO: London, England https://flic.kr/p/qhALa3 orcid.org 32 1. Show us how the integration works 2. Request production API credentials from ORCID 3. Take the application live 4. Let everyone know! Once it’s ready, take it live
  • 33. Resources PHOTO: Stairway to somewhere © Jonathan Fenton https://flic.kr/p/7Guxgu API documentation http://members.orcid.org/api List of supported vendor systems (includes details on how to connect) http://members.orcid.org/orcid-enabled-systems List of current integrations http://members.orcid.org/current-integrations Tutorial: ORCID API (Searches, OAuth, Create on Demand) http://is.gd/VALA2016ORCID ORCID API User Listserv http://groups.google.com/group/orcid-api-users ORCID API Source (Github) https://github.com/ORCID/ORCID-Source/blob/master/orcid- model/src/main/resources/README.md • • • • • •

Editor's Notes

  1. It is the researchers that benefit greatly from ORCID iDs. They can use them throughout their career, and can already use them to distinguish themselves in publications and grants. And many are starting to see the benefits of using ORCID records in outcome tracking. For example, researchers in Portugal who receive federal funding provide their ORCID iD, and benefit from coordinated outcomes reporting by using the ORCID registry as a hub.
  2. Level 1 Faculty
  3. Level 0
  4. REST – Representational State Transfer
  5. REST – Representational State Transfer
  6. REST – Representational State Transfer
  7. REST – Representational State Transfer
  8. REST – Representational State Transfer