SlideShare a Scribd company logo
ORCID: Technical Introduction 
Liz Krznarich, ORCID Support 
http://orcid.org/0000-0001-6622-4910 
support@orcid.org 
Contact Info: p. +1-301-922-9062 a. 10411 Motor City Drive, Suite 750, Bethesda, MD 20817o UrScAid.org
Getting Started 
First Name 
Last Name 
Email 
Password 
Privacy & 
Communications 
Preferences 
Register 
Via the ORCID Website 
https://orcid.org/register 
Or as part of an integration 
from another site 
21 October 2014 orcid.org 2
Getting Started 
Welcome to the 
ORCID Registry! 
Image credit: RaHuL Rodriguez, ccBY-SA 2.0, Oct 5, 2012 
http://www.flickr.com/photos/92963434@N03/9162677329 
• Verify your email address 
• Here’s your ORCID iD: 
21 October 2014 orcid.org 3
The ORCID Record 
Contains: 
 Biographical Data 
 Education Data 
 Employment Data 
 Works Data 
 Funding Data 
21 October 2014 orcid.org 4
The ORCID Record 
Biographical 
Data 
Include 
Multiple  
Add a Names 
Description  
21 October 2014 orcid.org 5
The ORCID Record 
Education Data 
Employment Data 
Organization 
list from  
Ringgold 
(an ISNI Registrar) 
21 October 2014 orcid.org 6
The ORCID Record 
Funding Data 
Funding agency 
 list consistent 
with FundRef 
Search & link 
Wizards  
21 October 2014 orcid.org 7
The ORCID Record 
Works Data 
Search & Link Wizards: 
• ANDS Registry 
• CrossRef Metadata Search 
• DataCite Metadata Store 
• Europe PubMed Central 
• ResearcherID 
• Scopus 
• ISNI number & ISBNs 
Classifications & metadata 
fields consistent w/CASRAI 
Translated titles & 
language support 
Structured citations 
in BibTeX 
21 October 2014 orcid.org 8
User privacy 
● Information in an ORCID Record has a privacy 
setting, which can be set by the account owner. 
Accessible by : 
Anyone Account Owner, Trusted Account Owner 
Organization(s) 
● Account information (settings, permissions) is 
accessible by the account owner 
21 October 2014 orcid.org 9
The ORCID API 
• Authenticate- Get a user’s 
authenticated ORCID iD 
• Read- Read public and read-limited 
items 
• Add- Post new items to the record 
• Update- Update or delete items you 
previously added 
21 October 2014 orcid.org 10
The ORCID API 
User: Follow a link to connect your system to 
their ORCID record (on the ORCID site, your website, or 
in an email message) 
System: Send the use to the authorize URL 
https://orcid.org/oauth/authorize? 
client_id=0000-0003-2996-8827& 
response_type=code& 
scope=/orcid-profile/read-limited& 
redirect_uri=https://yoursite.org 
21 October 2014 orcid.org 11
The ORCID API 
User: authorize the connection 
System: Receive an authorization code & the 
user’s ORCID iD 
21 October 2014 orcid.org 12
The ORCID API 
User: no action 
System: Exchange the authorization code for 
an access token 
curl -i -L -H 'Accept: application/json' --data 
'client_id=0000-0002-9189-9909&client_secret=719b5c31-5681- 
4dce-a317- 
ff1bc1e94277&grant_type=authorization_code&code=GU0yrC&redirect 
_uri=https://developers.google.com/oauthplayground' 
'https://api.qa.orcid.org/oauth/token' -k 
HTTP/1.1 200 OK 
{"access_token":"0a3ac65f-f8a7-4257-b605-aff0ab37d464", 
"token_type":"bearer", 
"refresh_token":"16d75d2d-bb75-4087-8a01-685e5f03faf8", 
"expires_in":631138518, 
"scope":"/orcid-profile/read-limited", 
"orcid":"0000-0003-4153-0078”} 
21 October 2014 orcid.org 13
The ORCID API 
User: no action 
System: Use the access token to read the 
user’s record 
HTTP/1.1 200 OK 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<orcid-message xmlns="http://www.orcid.org/ns/orcid"> 
<message-version>1.2_rc3</message-version> 
<orcid-profile type="user"> 
<orcid-identifier> 
<uri>http://qa.orcid.org/0000-0003-4153-0078</uri> 
<path>0000-0003-4153-0078</path> 
<host>qa.orcid.org</host> 
</orcid-identifier> 
… 
21 October 2014 orcid.org 14
The ORCID API 
User: Select items to add to their ORCID 
record 
System: Use the access token to post 
information 
21 October 2014 orcid.org 15
The ORCID API 
The ORCID record is updated 
21 October 2014 orcid.org 16
Most common workflows 
Get the researcher’s ORCID iD 
Read data from a user’s ORCID Record 
Add works, funding, affiliations, or 
biographical information to an ORCID 
Record 
Enable user to display your system’s 
identifier & link on their ORCID Record 
Create an ORCID iD for your employees 
21 October 2014 orcid.org 17
The ORCID API 
Creating ORCID Records 
Batch Create 
• You create a record for the 
researchers via the API 
• User is sent an email asking 
them to claim the record and 
take control of it 
• Must have researchers’ consent 
Create on Demand 
• Webpage/email with link for 
researchers to sign up/sign in 
• Researchers grant you access 
to add information to their 
record when they register 
21 October 2014 orcid.org 18
The ORCID API 
ORCID Messages XML has 4 parts: 
• <orcid-identifier> & <orcid-history> system 
generated info about the record 
• <orcid-bio> personal information about the 
researcher 
• <orcid-activities> information about the 
researcher’s activities including works, funding, 
employment and education 
Currently on version 1.1, but release 
candidate 1.2_rc4 is available 
https://github.com/ORCID/ORCID-Source/blob/master/orcid-model/ 
src/main/resources/README.md 
21 October 2014 orcid.org 19
Resources 
Technical steps to build an integration 
• Get credentials for the ORCID Sandbox 
sandbox.orcid.org 
• Setup an integration on the sandbox 
• Work with ORCID staff to test your sandbox 
integration 
• Launch your integration on the ORCID Registry 
21 October 2014 orcid.org 20
Non technical steps 
Resources 
• Educate your researchers about ORCID 
• Publish internal articles about ORCID 
• Use the ORCID logo on your site 
• Share Promotional materials 
• Host workshops 
• Education your administration about ORCID 
• Create help documentation for your integration 
• Publicize your completed integration 
21 October 2014 orcid.org 21
• Start with the API Guide 
(http://support.orcid.org/knowledgebase/articles/180285) 
• ORCID Knowledge Base 
Resources 
• High level guides (http://support.orcid.org/knowledgebase/topics/32828) 
• Detailed tutorials (http://support.orcid.org/knowledgebase/topics/32831) 
• ORCID API Users Group 
(https://groups.google.com/forum/#!forum/orcid-api-users) 
• Check out other integrations 
(https://orcid.org/organizations/integrators/current) 
• ORCID Support (http://support.orcid.org or support@orcid.org) 
21 October 2014 orcid.org 22

More Related Content

What's hot

ORCID: connecting research and researchers
ORCID: connecting research and researchersORCID: connecting research and researchers
ORCID: connecting research and researchers
Nobuko Miyairi
 
What in the World is ORCID? (Haak)
What in the World is ORCID? (Haak)What in the World is ORCID? (Haak)
What in the World is ORCID? (Haak)
ORCID, Inc
 
ORCID: connecting research & researchers
ORCID: connecting research & researchersORCID: connecting research & researchers
ORCID: connecting research & researchers
Nobuko Miyairi
 
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
 
Top Tech Tips 2: ORCID
Top Tech Tips 2: ORCIDTop Tech Tips 2: ORCID
Top Tech Tips 2: ORCID
Adam Moore
 
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
ORCID, Inc
 
ORCID introduction
ORCID introductionORCID introduction
ORCID introduction
Nobuko Miyairi
 

What's hot (7)

ORCID: connecting research and researchers
ORCID: connecting research and researchersORCID: connecting research and researchers
ORCID: connecting research and researchers
 
What in the World is ORCID? (Haak)
What in the World is ORCID? (Haak)What in the World is ORCID? (Haak)
What in the World is ORCID? (Haak)
 
ORCID: connecting research & researchers
ORCID: connecting research & researchersORCID: connecting research & researchers
ORCID: connecting research & researchers
 
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)
 
Top Tech Tips 2: ORCID
Top Tech Tips 2: ORCIDTop Tech Tips 2: ORCID
Top Tech Tips 2: ORCID
 
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
Wiley’s philosophy, policy and procedure for ORCID (K. Sasaki)
 
ORCID introduction
ORCID introductionORCID introduction
ORCID introduction
 

Viewers also liked

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
 
Groves getting credit for your work
Groves getting credit for your workGroves getting credit for your work
Groves getting credit for your work
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
 
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 @ Khalifa University
ORCID @ Khalifa UniversityORCID @ Khalifa University
ORCID @ Khalifa University
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
 
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
 
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
 

Viewers also liked (8)

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)
 
Groves getting credit for your work
Groves getting credit for your workGroves getting credit for your work
Groves getting credit for your work
 
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 as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)ORCID as a Community Initiative (Miyairi)
ORCID as a Community Initiative (Miyairi)
 
ORCID @ Khalifa University
ORCID @ Khalifa UniversityORCID @ Khalifa University
ORCID @ Khalifa University
 
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 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)
 
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)
 

Similar to ORCID Technical Intro - English

ORCID Member Site Integration: Using the API
ORCID Member Site Integration: Using the APIORCID Member Site Integration: Using the API
ORCID Member Site Integration: Using the API
ORCID, Inc
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015
ORCID, Inc
 
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"
National Information Standards Organization (NISO)
 
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
 
Paglione outreach tech presentation
Paglione outreach tech presentationPaglione outreach tech presentation
Paglione outreach tech presentation
ORCID, Inc
 
ORCID Support & ORCID Support Advance
ORCID Support & ORCID Support AdvanceORCID Support & ORCID Support Advance
ORCID Support & ORCID Support Advance
Jisc
 
ORCID API introduction
ORCID API introductionORCID API introduction
ORCID API introduction
Jisc
 
ORCID API
ORCID APIORCID API
ORCID API
Nobuko Miyairi
 
Integrating with the ORCID API
Integrating with the ORCID APIIntegrating with the ORCID API
Integrating with the ORCID API
Nobuko Miyairi
 
CrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure HaakCrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure Haak
Crossref
 
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_Spain_20130906
ORCID_Spain_20130906ORCID_Spain_20130906
ORCID_Spain_20130906
ORCID, Inc
 
Jisc UK ORCID Support: onboarding webinar
Jisc UK ORCID Support: onboarding webinarJisc UK ORCID Support: onboarding webinar
Jisc UK ORCID Support: onboarding webinar
Jisc
 
Practical Guide for ORCID Users
Practical Guide for ORCID Users Practical Guide for ORCID Users
Practical Guide for ORCID Users
Naz Torabi
 
ORCID: Connecting Research and Researchers
ORCID: Connecting Research and ResearchersORCID: Connecting Research and Researchers
ORCID: Connecting Research and Researchers
ORCID, Inc
 
Presentação ORCID Jornadas FCCN 2014
Presentação ORCID Jornadas FCCN 2014 Presentação ORCID Jornadas FCCN 2014
Presentação ORCID Jornadas FCCN 2014
euroCRIS - Current Research Information Systems
 
Apresentação ORCID Jornadas FCCN 2014 Évora
Apresentação ORCID Jornadas FCCN 2014 ÉvoraApresentação ORCID Jornadas FCCN 2014 Évora
Apresentação ORCID Jornadas FCCN 2014 Évora
euroCRIS - Current Research Information Systems
 
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
ARDC
 
ORCID: Engaging Researchers
ORCID: Engaging ResearchersORCID: Engaging Researchers
ORCID: Engaging Researchers
ORCID, 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 know
Crossref
 

Similar to ORCID Technical Intro - English (20)

ORCID Member Site Integration: Using the API
ORCID Member Site Integration: Using the APIORCID Member Site Integration: Using the API
ORCID Member Site Integration: Using the API
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015
 
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"
 
ORCID API in Action (A. Wrigley)
ORCID API in Action (A. Wrigley)ORCID API in Action (A. Wrigley)
ORCID API in Action (A. Wrigley)
 
Paglione outreach tech presentation
Paglione outreach tech presentationPaglione outreach tech presentation
Paglione outreach tech presentation
 
ORCID Support & ORCID Support Advance
ORCID Support & ORCID Support AdvanceORCID Support & ORCID Support Advance
ORCID Support & ORCID Support Advance
 
ORCID API introduction
ORCID API introductionORCID API introduction
ORCID API introduction
 
ORCID API
ORCID APIORCID API
ORCID API
 
Integrating with the ORCID API
Integrating with the ORCID APIIntegrating with the ORCID API
Integrating with the ORCID API
 
CrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure HaakCrossRef Annual Meeting 2012 ORCID Laure Haak
CrossRef Annual Meeting 2012 ORCID Laure Haak
 
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_Spain_20130906
ORCID_Spain_20130906ORCID_Spain_20130906
ORCID_Spain_20130906
 
Jisc UK ORCID Support: onboarding webinar
Jisc UK ORCID Support: onboarding webinarJisc UK ORCID Support: onboarding webinar
Jisc UK ORCID Support: onboarding webinar
 
Practical Guide for ORCID Users
Practical Guide for ORCID Users Practical Guide for ORCID Users
Practical Guide for ORCID Users
 
ORCID: Connecting Research and Researchers
ORCID: Connecting Research and ResearchersORCID: Connecting Research and Researchers
ORCID: Connecting Research and Researchers
 
Presentação ORCID Jornadas FCCN 2014
Presentação ORCID Jornadas FCCN 2014 Presentação ORCID Jornadas FCCN 2014
Presentação ORCID Jornadas FCCN 2014
 
Apresentação ORCID Jornadas FCCN 2014 Évora
Apresentação ORCID Jornadas FCCN 2014 ÉvoraApresentação ORCID Jornadas FCCN 2014 Évora
Apresentação ORCID Jornadas FCCN 2014 Évora
 
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
 
ORCID: Engaging Researchers
ORCID: Engaging ResearchersORCID: Engaging Researchers
ORCID: Engaging Researchers
 
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
 

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 Videos
ORCID, 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
 
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
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)
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
 
ORCID Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration Videos
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 & Pitfalls
ORCID, 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
 
ORCID Update: American Geophysical Union (Brooks Hanson)
ORCID Update: American Geophysical Union (Brooks Hanson)ORCID Update: American Geophysical Union (Brooks Hanson)
ORCID Update: American Geophysical Union (Brooks Hanson)
ORCID, Inc
 
ORCID Update (October 2016)
ORCID Update (October 2016)ORCID Update (October 2016)
ORCID Update (October 2016)
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)
 
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)
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)
 
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 Integration Videos
ORCID Integration VideosORCID Integration Videos
ORCID Integration Videos
 
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)
 
ORCID Update: American Geophysical Union (Brooks Hanson)
ORCID Update: American Geophysical Union (Brooks Hanson)ORCID Update: American Geophysical Union (Brooks Hanson)
ORCID Update: American Geophysical Union (Brooks Hanson)
 
ORCID Update (October 2016)
ORCID Update (October 2016)ORCID Update (October 2016)
ORCID Update (October 2016)
 

Recently uploaded

Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Peter Caitens
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
The Third Creative Media
 
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
campbellclarkson
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
Marcin Chrost
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
seospiralmantra
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
Yara Milbes
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
gapen1
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
kalichargn70th171
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
Luigi Fugaro
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
OnePlan Solutions
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
narinav14
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
Envertis Software Solutions
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdfThe Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
kalichargn70th171
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
kgyxske
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
sjcobrien
 

Recently uploaded (20)

Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
 
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
🏎️Tech Transformation: DevOps Insights from the Experts 👩‍💻
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
 
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
WMF 2024 - Unlocking the Future of Data Powering Next-Gen AI with Vector Data...
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
 
What’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete RoadmapWhat’s New in Odoo 17 – A Complete Roadmap
What’s New in Odoo 17 – A Complete Roadmap
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdfThe Comprehensive Guide to Validating Audio-Visual Performances.pdf
The Comprehensive Guide to Validating Audio-Visual Performances.pdf
 
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
一比一原版(sdsu毕业证书)圣地亚哥州立大学毕业证如何办理
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
 

ORCID Technical Intro - English

  • 1. ORCID: Technical Introduction Liz Krznarich, ORCID Support http://orcid.org/0000-0001-6622-4910 support@orcid.org Contact Info: p. +1-301-922-9062 a. 10411 Motor City Drive, Suite 750, Bethesda, MD 20817o UrScAid.org
  • 2. Getting Started First Name Last Name Email Password Privacy & Communications Preferences Register Via the ORCID Website https://orcid.org/register Or as part of an integration from another site 21 October 2014 orcid.org 2
  • 3. Getting Started Welcome to the ORCID Registry! Image credit: RaHuL Rodriguez, ccBY-SA 2.0, Oct 5, 2012 http://www.flickr.com/photos/92963434@N03/9162677329 • Verify your email address • Here’s your ORCID iD: 21 October 2014 orcid.org 3
  • 4. The ORCID Record Contains:  Biographical Data  Education Data  Employment Data  Works Data  Funding Data 21 October 2014 orcid.org 4
  • 5. The ORCID Record Biographical Data Include Multiple  Add a Names Description  21 October 2014 orcid.org 5
  • 6. The ORCID Record Education Data Employment Data Organization list from  Ringgold (an ISNI Registrar) 21 October 2014 orcid.org 6
  • 7. The ORCID Record Funding Data Funding agency  list consistent with FundRef Search & link Wizards  21 October 2014 orcid.org 7
  • 8. The ORCID Record Works Data Search & Link Wizards: • ANDS Registry • CrossRef Metadata Search • DataCite Metadata Store • Europe PubMed Central • ResearcherID • Scopus • ISNI number & ISBNs Classifications & metadata fields consistent w/CASRAI Translated titles & language support Structured citations in BibTeX 21 October 2014 orcid.org 8
  • 9. User privacy ● Information in an ORCID Record has a privacy setting, which can be set by the account owner. Accessible by : Anyone Account Owner, Trusted Account Owner Organization(s) ● Account information (settings, permissions) is accessible by the account owner 21 October 2014 orcid.org 9
  • 10. The ORCID API • Authenticate- Get a user’s authenticated ORCID iD • Read- Read public and read-limited items • Add- Post new items to the record • Update- Update or delete items you previously added 21 October 2014 orcid.org 10
  • 11. The ORCID API User: Follow a link to connect your system to their ORCID record (on the ORCID site, your website, or in an email message) System: Send the use to the authorize URL https://orcid.org/oauth/authorize? client_id=0000-0003-2996-8827& response_type=code& scope=/orcid-profile/read-limited& redirect_uri=https://yoursite.org 21 October 2014 orcid.org 11
  • 12. The ORCID API User: authorize the connection System: Receive an authorization code & the user’s ORCID iD 21 October 2014 orcid.org 12
  • 13. The ORCID API User: no action System: Exchange the authorization code for an access token curl -i -L -H 'Accept: application/json' --data 'client_id=0000-0002-9189-9909&client_secret=719b5c31-5681- 4dce-a317- ff1bc1e94277&grant_type=authorization_code&code=GU0yrC&redirect _uri=https://developers.google.com/oauthplayground' 'https://api.qa.orcid.org/oauth/token' -k HTTP/1.1 200 OK {"access_token":"0a3ac65f-f8a7-4257-b605-aff0ab37d464", "token_type":"bearer", "refresh_token":"16d75d2d-bb75-4087-8a01-685e5f03faf8", "expires_in":631138518, "scope":"/orcid-profile/read-limited", "orcid":"0000-0003-4153-0078”} 21 October 2014 orcid.org 13
  • 14. The ORCID API User: no action System: Use the access token to read the user’s record HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <orcid-message xmlns="http://www.orcid.org/ns/orcid"> <message-version>1.2_rc3</message-version> <orcid-profile type="user"> <orcid-identifier> <uri>http://qa.orcid.org/0000-0003-4153-0078</uri> <path>0000-0003-4153-0078</path> <host>qa.orcid.org</host> </orcid-identifier> … 21 October 2014 orcid.org 14
  • 15. The ORCID API User: Select items to add to their ORCID record System: Use the access token to post information 21 October 2014 orcid.org 15
  • 16. The ORCID API The ORCID record is updated 21 October 2014 orcid.org 16
  • 17. Most common workflows Get the researcher’s ORCID iD Read data from a user’s ORCID Record Add works, funding, affiliations, or biographical information to an ORCID Record Enable user to display your system’s identifier & link on their ORCID Record Create an ORCID iD for your employees 21 October 2014 orcid.org 17
  • 18. The ORCID API Creating ORCID Records Batch Create • You create a record for the researchers via the API • User is sent an email asking them to claim the record and take control of it • Must have researchers’ consent Create on Demand • Webpage/email with link for researchers to sign up/sign in • Researchers grant you access to add information to their record when they register 21 October 2014 orcid.org 18
  • 19. The ORCID API ORCID Messages XML has 4 parts: • <orcid-identifier> & <orcid-history> system generated info about the record • <orcid-bio> personal information about the researcher • <orcid-activities> information about the researcher’s activities including works, funding, employment and education Currently on version 1.1, but release candidate 1.2_rc4 is available https://github.com/ORCID/ORCID-Source/blob/master/orcid-model/ src/main/resources/README.md 21 October 2014 orcid.org 19
  • 20. Resources Technical steps to build an integration • Get credentials for the ORCID Sandbox sandbox.orcid.org • Setup an integration on the sandbox • Work with ORCID staff to test your sandbox integration • Launch your integration on the ORCID Registry 21 October 2014 orcid.org 20
  • 21. Non technical steps Resources • Educate your researchers about ORCID • Publish internal articles about ORCID • Use the ORCID logo on your site • Share Promotional materials • Host workshops • Education your administration about ORCID • Create help documentation for your integration • Publicize your completed integration 21 October 2014 orcid.org 21
  • 22. • Start with the API Guide (http://support.orcid.org/knowledgebase/articles/180285) • ORCID Knowledge Base Resources • High level guides (http://support.orcid.org/knowledgebase/topics/32828) • Detailed tutorials (http://support.orcid.org/knowledgebase/topics/32831) • ORCID API Users Group (https://groups.google.com/forum/#!forum/orcid-api-users) • Check out other integrations (https://orcid.org/organizations/integrators/current) • ORCID Support (http://support.orcid.org or support@orcid.org) 21 October 2014 orcid.org 22