SlideShare a Scribd company logo
1 of 30
Download to read offline
iD	





ORCID Integration:
Contributing Data
ORCID Launch Partner Webinar
September 13, 2012




                               ORCID.org
iD	

Today’s Agenda
•  About the ORCID Webinar Series

•  Background

•  Contributing Data
  •    Scholar creates ID from your site
  •    Create IDs for employees
  •    Add works to a scholar’s Record
  •    Add your system ID to a scholar’s Record

•  Additional Resources

•  Next steps

                                                  ORCID.org
iD	

The ORCID Webinar Series
•  ORCID Resources (Aug 16, 2012)
  Learn about the four components of the ORCID Registry: the Players,
  Account & Record, Privacy and Accessing Records. Discover what will be
  included in the October launch and helpful resources.
  •  View the recording: http://goo.gl/nLpVE
  •  See the slides: http://goo.gl/nuc1W

•  Member Site Integration (Aug 30, 2012)
  Discover some common uses of the API, and learn how to incorporate them
  into your own sites and services.
  •  View the recording: http://goo.gl/wyaYT
  •  See the slides: http://goo.gl/9skao

•  Contributing Data (Sep 13, 2012)
  The production database will soon be live and you will be able to load live
  data. Learn about common challenges and how to overcome them.

                                                                          ORCID.org
iD	





ORCID Integration: Contributing Data

BACKGROUND
                                       ORCID.org
Understanding the ORCID                                                      iD	

Registry
                                       Accessing ORCID
                                       Records


                                         ORCID Privacy
        The ORCID “Cast”

                                          The ORCID Account
                                          & Record



 The ORCID ID
 http://orcid.org/0000-0002-3843-3472
 •  16-digit number
 •  Compatible with ISO 277729 standard
 •  Last character is a checksum (ISO/IEC 7064:2006, MOD 11,2)
 •  Expressed as an HTTP URI
                                                                 ORCID.org
iD	

Accessing ORCID Records
         Scholar/Researcher                         Trusted Organizations
         From the Website                           From the API
CREATE    EDIT    ADD TO    READ                 CREATE permission:
                                      CREATE
                                                 granted by ORCID only if employer
                  ORCID                          EDIT permission:
                  Record
                                       EDIT      one time ONLY for short term;
                                                 granted at time of edit

                                                 APPEND permission:
         Proxy(ies)                   ADD TO     one time ONLY for short term;
         From the Website                        granted at time of addition

           EDIT    ADD TO     READ     READ
                                                 READ permission:
                                                 granted until revoked by user

                  ORCID                                      ORCID
                  Record                                     Record

                                     Permissions at launch– to be extended overORCID.org
                                                                               time
iD	





ORCID Integration: Contributing Data

CONTRIBUTING DATA
                                       ORCID.org
iD	

The Near-term Goal
•  Establish the use of ORCID IDs among scholars
•  Integrate ORCID IDs in workflows throughout the research
   community
•  Incorporate research activity data into Records to aid in
   future disambiguation efforts

To do this we need:
1.  Scholars seeing the benefit of creating ORCID IDs
2.  Scholars creating or claiming ORCID IDs
3.  Linkage with other systems to synch and update research
    activity data


                                                          ORCID.org
Scholar Creates an ID from Your Site
                                                                                             iD	

An Example




                                    From Nature.com – need a credit




   Special thank you to nature.com for permission to use screen shots from their system
                                                                                 ORCID.org
3


Scholar Creates an ID from Your Site
                                                                                              iD	

An Example




                                     From Nature.com – need a credit




    Special thank you to nature.com for permission to use screen shots from their system
                                                                                  ORCID.org
Scholar Creates an ID from Your Site
                                                                                             iD	

An Example




   Special thank you to nature.com for permission to use screen shots from their system
                                                                                 ORCID.org
Scholar Creates an ID from Your Site
                                                                                                   iD	

    An Example

 ORCID ID
  and Name
obtained from
 the ORCID
     Site




                                          From Nature.com – need a credit




         Special thank you to nature.com for permission to use screen shots from their system
                                                                                       ORCID.org
iD	

    Scholar Creates an ID from Your Site
    You can encourage users to get ORCID IDs through your own site

1                       2                                  3




Member site              Member site sends the user to      ORCID site returns
encourages the           ORCID site to authenticate to      user to the member
scholar to attach /      the system or create an            site; Member site may
create an ORCID          account (read permission is        use data to fill forms
ID                       usually also granted)



                                                                         ORCID.org
Scholar Creates an ID from Your Site
                                                                                    iD	

How to do it

 1.  Encourage User
     Ø Given your audience, what is the most compelling reason for a
        scholar to have an ORCID ID on your system?

 2.  Launch the process – send the user to ORCID
     Ø Launch a new window with the Authorize URI
     Ø URI starts the login/sign up process on the ORCID site
       1.  asks the user to grant the requested permissions
       2.  Return user to the redirect_uri with an authorization code

 3.  Read the ORCID ID/Record and more
     Ø Get an access token from the authorization code with the Token URI
     Ø Use the token to get information from the ORCID Record and more
       Ø  Fill a form
       Ø  Store data for later use
       Ø  etc


                                                                        ORCID.org
iD	

    Create IDs for Employees
    Organizations can centralize ID/Record creation

1                        2                                 3




Get permission             Gather information and create   ORCID notifies
from Scholars via          the ORCID ID/Record via the     scholars who can
your own processes         API                             claim and manage
and policies                                               their ID/Record




                                                                       ORCID.org
iD	

Create IDs for Employees
How to do it

 1.  Get permission from scholars to create records
    Ø Using your own internal processes outside of the ORCID system


 2.  Format and send the scholar information
    Ø Format data as an ORCID API Message
    Ø Send API Message to the ORCID Server using the /orcid-profile/
       create scope for each scholar.

 3.  ORCID Site asks the scholar to claim the ID/Record
    Ø The system notifies the scholars
    Ø Scholars claim the record and start to manage it on their own.



                                                                    ORCID.org
iD	

    Add a Scholar’s Works
    Help disambiguate authors by adding works and other research activities from
    your records to a scholar’s ORCID Record

1                        2                                    3




Enable scholars on         Prepare the ORCID API               Send the API Message
your website to            Message and ask the scholar         up append works to
send meta data             for permission to send it           the scholar’s Record
about works or
other research
activities to ORCID

                                                                            ORCID.org
iD	

Add a Scholar’s Works
How to do it

 1.  On your site enable scholars to add to their ORCID Record
    Ø You choose what to enable

 2.  Format information and ask permission to send to ORCID
    Ø Format one or more works in the ORCID API message format
    Ø Launch a new window with the Authorize URI
    Ø User grants permission to create works in their ORCID Record

 3.  Create the ORCID Record element
    Ø Get an access token from the authorization code with the Token
       URI
    Ø Use the code to post works to the ORCID Record
    Ø The system confirms the data creation with the scholar via email


                                                                   ORCID.org
iD	

    Add Your ID to a Scholar’s ORCID Record
    Help others to find the scholar on your sites by adding your ID to the scholar’s
    ORCID Record.

1                         2                                      3




Enable scholars on         Prepare the ORCID API                 Send the API Message
your website to link       Message and ask the scholar           up append the
your site’s scholar        for permission to send it             External-ID to the
page on their                                                    scholar’s Record
ORCID Record


                                                                               ORCID.org
Add Your ID to a Scholar’s ORCID Record
                                                                               iD	

How to do it

 1.  On your site enable scholars to add to their ORCID Record
    Ø You choose what to enable


 2.  Format information and ask permission to send to ORCID
    Ø Format external-id element in the ORCIC API Message format
    Ø Launch a new window with the Authorize URI; User grants
       permission to create external IDs in their ORCID Record

 3.  Create the ORCID Record element
    Ø Get an access token from authorization code with the Token URI
    Ø Use the code to post external-ids to the ORCID Record
    Ø The system confirms the data creation with the scholar via email


                                                                   ORCID.org
iD	





ORCID Member Site Integration

ADDITIONAL RESOURCES
                                ORCID.org
iD	

ORCID OAuth URIs
•  AUTHORIZE: To get Authorization Code
 http://devsandbox.orcid.org/oauth/authorize?
       redirect_uri=[URL to return user when done]
      &response_type=code
      &client_id=[Client ID from your client app registration]
      &scope=[The permissions you would like to request]
      &access_type=offline


•  TOKEN: To get Access Token
 http://api.devsandbox.orcid.org/oauth/token?
        code=[returned authorization code]
      &redirect_uri=[URL to return to when done]
      &client_id=[Client ID from your client app registration]
      &client_secret=[Client secret from client app reg]
      &grant_type=authorization_code




                                                         ORCID.org
iD	

ORCID OAuth URIs
•  TOKEN: To get Access Token ** for creating new IDs
  http://api.devsandbox.orcid.org/oauth/token?
       client_id=[Client ID from your client app registration]
      &client_secret=[Client secret from client app reg]
      &scope=/orcid-profile/create
      &grant_type=client_credentials




                                                          ORCID.org
iD	

The API Message
Ø  http://orcid.github.com/ORCID-Parent/schemas/orcid-message/1.0.3/

•  Describe the XML message and its sections
    •  Biography – includes:                                      ORCID
                                                                  Record
        •  Lists of External Identifiers         Biography
        •  Lists of Affiliations                                        Activities
    •  Research Activities                                              •  Works
        •  Works                                                        •  Grants
                                                                        •  Technologies
        •  Grants
        •  Technologies (including patents)
•  Message Data Return Formats




                                                                               ORCID.org
iD	

Key Resources
•  Developer Technical Documentation
   http://dev.orcid.org/resources
  •  Structure of the ORCID ID
     http://dev.orcid.org/structure-orcid-identifier
  •  Read / Query API
     http://dev.orcid.org/docs/query-api
  •  Update / Append API
     http://dev.orcid.org/docs/deposit-update-api
  •  The ORCID API Message
     http://orcid.github.com/ORCID-Parent/schemas/orcid-message/1.0.3/
  •  UML Flow Diagram
     http://goo.gl/I9wIB

•  Technical Support (Available after launch)

                                                                    ORCID.org
iD	

To Be Released in October
For Individuals
•  Public Registry – Anyone can create an ORCID ID and search
   the Registry
•  ORCID Record
  •  Link ID to other identifier schemes, synch data
  •  Enhance ID with information on research activities, including
     biography, works, grants and technology/products


For Member Organizations
•  Updated APIs / XML
•  Create IDs for employees and students (institutions only)
•  Trusted relationship management to share information

                                                                     ORCID.org
iD	

Resource: News/Documentation
•  Developers Portal (dev.orcid.org)
  •    Latest about the Launch (dev.orcid.org/launch)
  •    Documentation, code samples (dev.orcid.org/resources)
  •    Blog with the latest updates (dev.orcid.org/blog)
  •    Links to support (available in Oct)




                                                               ORCID.org
iD	

Resource: Sandbox-Try the API
•  Sandbox Site (devsandbox.orcid.org)
  •    Fully functioning API
  •    Tokens available at dev.orcid.org/create-client-app
  •    Limited web interface
  •    In synch with the production server and Registry
  •    Non-persistent. Data is refreshed periodically




                                                             ORCID.org
iD	

Next Steps
q Get a token to use the Sandbox
   (dev.orcid.org/create-client-app)

q Review documentation
   (dev.orcid.org/resources)

q Try the things described in this presentation

q Review previous webinars
   (/goo.gl/dGrRe)
    •  Include links to each

q Subscribe to the blog for the latest updates
   (RSS: dev.orcid.org/blog/51/feed)


                                                   ORCID.org
iD	





Laura Paglione
Technical Director
ORCID
l.paglione@orcid.org

THANK YOU!
                       ORCID.org

More Related Content

Similar to ORCID Integration: Contributing Data

GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?
GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?
GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?Gudmundur Thorisson
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID, Inc
 
ORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID, 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 API (M. Buys)
 ORCID API (M. Buys) ORCID API (M. Buys)
ORCID API (M. Buys)ORCID, Inc
 
UKSG webinar: Identifiers: What are they good for and what should you be doin...
UKSG webinar: Identifiers: What are they good for and what should you be doin...UKSG webinar: Identifiers: What are they good for and what should you be doin...
UKSG webinar: Identifiers: What are they good for and what should you be doin...UKSG: connecting the knowledge community
 
DSpace 7 ORCID Integration
DSpace 7 ORCID IntegrationDSpace 7 ORCID Integration
DSpace 7 ORCID Integration4Science
 
ORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital LibrariesORCID Tech Intro - California Digital Libraries
ORCID Tech Intro - California Digital LibrariesORCID, Inc
 
Research ID's - University of Cape Town Libraries
Research ID's - University of Cape Town LibrariesResearch ID's - University of Cape Town Libraries
Research ID's - University of Cape Town LibrariesUCT
 
ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...Simeon Warner
 
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 hackday outputs
ORCID hackday outputsORCID hackday outputs
ORCID hackday outputsJisc
 
Npg orcid launch october 2012
Npg   orcid launch october 2012Npg   orcid launch october 2012
Npg orcid launch october 2012ORCID, Inc
 
ORCID in RD-Switchboard
ORCID in RD-SwitchboardORCID in RD-Switchboard
ORCID in RD-Switchboardamiraryani
 
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)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
 

Similar to ORCID Integration: Contributing Data (20)

ORCID at arXiv
ORCID at arXivORCID at arXiv
ORCID at arXiv
 
GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?
GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?
GEN2PHEN GAM9 Toulouse - Launching the ORCID system, what do we do now?
 
ORCID API Workshop OR2015
ORCID API Workshop OR2015ORCID API Workshop OR2015
ORCID API Workshop OR2015
 
ORCID Technical Intro - English
ORCID Technical Intro - EnglishORCID Technical Intro - English
ORCID Technical Intro - English
 
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 API (M. Buys)
 ORCID API (M. Buys) ORCID API (M. Buys)
ORCID API (M. Buys)
 
UKSG webinar: Identifiers: What are they good for and what should you be doin...
UKSG webinar: Identifiers: What are they good for and what should you be doin...UKSG webinar: Identifiers: What are they good for and what should you be doin...
UKSG webinar: Identifiers: What are they good for and what should you be doin...
 
ORCID UGent
ORCID UGentORCID UGent
ORCID UGent
 
DSpace 7 ORCID Integration
DSpace 7 ORCID IntegrationDSpace 7 ORCID Integration
DSpace 7 ORCID Integration
 
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
 
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"
 
Research ID's - University of Cape Town Libraries
Research ID's - University of Cape Town LibrariesResearch ID's - University of Cape Town Libraries
Research ID's - University of Cape Town Libraries
 
ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...ORCID Implementation in Open Access Repositories and Institutional Research I...
ORCID Implementation in Open Access Repositories and Institutional Research I...
 
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 hackday outputs
ORCID hackday outputsORCID hackday outputs
ORCID hackday outputs
 
Npg orcid launch october 2012
Npg   orcid launch october 2012Npg   orcid launch october 2012
Npg orcid launch october 2012
 
ORCID in RD-Switchboard
ORCID in RD-SwitchboardORCID in RD-Switchboard
ORCID in RD-Switchboard
 
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
ORCID Update & Other Researcher Identifiers (2011 Annual Meeting)
 
ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)ORCID API in action (A. Wrigley)
ORCID API in action (A. Wrigley)
 

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
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)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
 
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 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
 
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
 
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
 
ORCID API Perks & Pitfalls
ORCID API Perks & PitfallsORCID API Perks & Pitfalls
ORCID API Perks & PitfallsORCID, 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)
 
Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)Research Management & Publishing (M. Jagerhorn)
Research Management & Publishing (M. Jagerhorn)
 
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 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 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
 
The Latest on ORCID API v2
The Latest on ORCID API v2 The Latest on ORCID API v2
The Latest on ORCID API v2
 
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 API Perks & Pitfalls
ORCID API Perks & PitfallsORCID API Perks & Pitfalls
ORCID API Perks & Pitfalls
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

ORCID Integration: Contributing Data

  • 1. iD ORCID Integration: Contributing Data ORCID Launch Partner Webinar September 13, 2012 ORCID.org
  • 2. iD Today’s Agenda •  About the ORCID Webinar Series •  Background •  Contributing Data •  Scholar creates ID from your site •  Create IDs for employees •  Add works to a scholar’s Record •  Add your system ID to a scholar’s Record •  Additional Resources •  Next steps ORCID.org
  • 3. iD The ORCID Webinar Series •  ORCID Resources (Aug 16, 2012) Learn about the four components of the ORCID Registry: the Players, Account & Record, Privacy and Accessing Records. Discover what will be included in the October launch and helpful resources. •  View the recording: http://goo.gl/nLpVE •  See the slides: http://goo.gl/nuc1W •  Member Site Integration (Aug 30, 2012) Discover some common uses of the API, and learn how to incorporate them into your own sites and services. •  View the recording: http://goo.gl/wyaYT •  See the slides: http://goo.gl/9skao •  Contributing Data (Sep 13, 2012) The production database will soon be live and you will be able to load live data. Learn about common challenges and how to overcome them. ORCID.org
  • 4. iD ORCID Integration: Contributing Data BACKGROUND ORCID.org
  • 5. Understanding the ORCID iD Registry Accessing ORCID Records ORCID Privacy The ORCID “Cast” The ORCID Account & Record The ORCID ID http://orcid.org/0000-0002-3843-3472 •  16-digit number •  Compatible with ISO 277729 standard •  Last character is a checksum (ISO/IEC 7064:2006, MOD 11,2) •  Expressed as an HTTP URI ORCID.org
  • 6. iD Accessing ORCID Records Scholar/Researcher Trusted Organizations From the Website From the API CREATE EDIT ADD TO READ CREATE permission: CREATE granted by ORCID only if employer ORCID EDIT permission: Record EDIT one time ONLY for short term; granted at time of edit APPEND permission: Proxy(ies) ADD TO one time ONLY for short term; From the Website granted at time of addition EDIT ADD TO READ READ READ permission: granted until revoked by user ORCID ORCID Record Record Permissions at launch– to be extended overORCID.org time
  • 7. iD ORCID Integration: Contributing Data CONTRIBUTING DATA ORCID.org
  • 8. iD The Near-term Goal •  Establish the use of ORCID IDs among scholars •  Integrate ORCID IDs in workflows throughout the research community •  Incorporate research activity data into Records to aid in future disambiguation efforts To do this we need: 1.  Scholars seeing the benefit of creating ORCID IDs 2.  Scholars creating or claiming ORCID IDs 3.  Linkage with other systems to synch and update research activity data ORCID.org
  • 9. Scholar Creates an ID from Your Site iD An Example From Nature.com – need a credit Special thank you to nature.com for permission to use screen shots from their system ORCID.org
  • 10. 3 Scholar Creates an ID from Your Site iD An Example From Nature.com – need a credit Special thank you to nature.com for permission to use screen shots from their system ORCID.org
  • 11. Scholar Creates an ID from Your Site iD An Example Special thank you to nature.com for permission to use screen shots from their system ORCID.org
  • 12. Scholar Creates an ID from Your Site iD An Example ORCID ID and Name obtained from the ORCID Site From Nature.com – need a credit Special thank you to nature.com for permission to use screen shots from their system ORCID.org
  • 13. iD Scholar Creates an ID from Your Site You can encourage users to get ORCID IDs through your own site 1 2 3 Member site Member site sends the user to ORCID site returns encourages the ORCID site to authenticate to user to the member scholar to attach / the system or create an site; Member site may create an ORCID account (read permission is use data to fill forms ID usually also granted) ORCID.org
  • 14. Scholar Creates an ID from Your Site iD How to do it 1.  Encourage User Ø Given your audience, what is the most compelling reason for a scholar to have an ORCID ID on your system? 2.  Launch the process – send the user to ORCID Ø Launch a new window with the Authorize URI Ø URI starts the login/sign up process on the ORCID site 1.  asks the user to grant the requested permissions 2.  Return user to the redirect_uri with an authorization code 3.  Read the ORCID ID/Record and more Ø Get an access token from the authorization code with the Token URI Ø Use the token to get information from the ORCID Record and more Ø  Fill a form Ø  Store data for later use Ø  etc ORCID.org
  • 15. iD Create IDs for Employees Organizations can centralize ID/Record creation 1 2 3 Get permission Gather information and create ORCID notifies from Scholars via the ORCID ID/Record via the scholars who can your own processes API claim and manage and policies their ID/Record ORCID.org
  • 16. iD Create IDs for Employees How to do it 1.  Get permission from scholars to create records Ø Using your own internal processes outside of the ORCID system 2.  Format and send the scholar information Ø Format data as an ORCID API Message Ø Send API Message to the ORCID Server using the /orcid-profile/ create scope for each scholar. 3.  ORCID Site asks the scholar to claim the ID/Record Ø The system notifies the scholars Ø Scholars claim the record and start to manage it on their own. ORCID.org
  • 17. iD Add a Scholar’s Works Help disambiguate authors by adding works and other research activities from your records to a scholar’s ORCID Record 1 2 3 Enable scholars on Prepare the ORCID API Send the API Message your website to Message and ask the scholar up append works to send meta data for permission to send it the scholar’s Record about works or other research activities to ORCID ORCID.org
  • 18. iD Add a Scholar’s Works How to do it 1.  On your site enable scholars to add to their ORCID Record Ø You choose what to enable 2.  Format information and ask permission to send to ORCID Ø Format one or more works in the ORCID API message format Ø Launch a new window with the Authorize URI Ø User grants permission to create works in their ORCID Record 3.  Create the ORCID Record element Ø Get an access token from the authorization code with the Token URI Ø Use the code to post works to the ORCID Record Ø The system confirms the data creation with the scholar via email ORCID.org
  • 19. iD Add Your ID to a Scholar’s ORCID Record Help others to find the scholar on your sites by adding your ID to the scholar’s ORCID Record. 1 2 3 Enable scholars on Prepare the ORCID API Send the API Message your website to link Message and ask the scholar up append the your site’s scholar for permission to send it External-ID to the page on their scholar’s Record ORCID Record ORCID.org
  • 20. Add Your ID to a Scholar’s ORCID Record iD How to do it 1.  On your site enable scholars to add to their ORCID Record Ø You choose what to enable 2.  Format information and ask permission to send to ORCID Ø Format external-id element in the ORCIC API Message format Ø Launch a new window with the Authorize URI; User grants permission to create external IDs in their ORCID Record 3.  Create the ORCID Record element Ø Get an access token from authorization code with the Token URI Ø Use the code to post external-ids to the ORCID Record Ø The system confirms the data creation with the scholar via email ORCID.org
  • 21. iD ORCID Member Site Integration ADDITIONAL RESOURCES ORCID.org
  • 22. iD ORCID OAuth URIs •  AUTHORIZE: To get Authorization Code http://devsandbox.orcid.org/oauth/authorize? redirect_uri=[URL to return user when done] &response_type=code &client_id=[Client ID from your client app registration] &scope=[The permissions you would like to request] &access_type=offline •  TOKEN: To get Access Token http://api.devsandbox.orcid.org/oauth/token? code=[returned authorization code] &redirect_uri=[URL to return to when done] &client_id=[Client ID from your client app registration] &client_secret=[Client secret from client app reg] &grant_type=authorization_code ORCID.org
  • 23. iD ORCID OAuth URIs •  TOKEN: To get Access Token ** for creating new IDs http://api.devsandbox.orcid.org/oauth/token? client_id=[Client ID from your client app registration] &client_secret=[Client secret from client app reg] &scope=/orcid-profile/create &grant_type=client_credentials ORCID.org
  • 24. iD The API Message Ø  http://orcid.github.com/ORCID-Parent/schemas/orcid-message/1.0.3/ •  Describe the XML message and its sections •  Biography – includes: ORCID Record •  Lists of External Identifiers Biography •  Lists of Affiliations Activities •  Research Activities •  Works •  Works •  Grants •  Technologies •  Grants •  Technologies (including patents) •  Message Data Return Formats ORCID.org
  • 25. iD Key Resources •  Developer Technical Documentation http://dev.orcid.org/resources •  Structure of the ORCID ID http://dev.orcid.org/structure-orcid-identifier •  Read / Query API http://dev.orcid.org/docs/query-api •  Update / Append API http://dev.orcid.org/docs/deposit-update-api •  The ORCID API Message http://orcid.github.com/ORCID-Parent/schemas/orcid-message/1.0.3/ •  UML Flow Diagram http://goo.gl/I9wIB •  Technical Support (Available after launch) ORCID.org
  • 26. iD To Be Released in October For Individuals •  Public Registry – Anyone can create an ORCID ID and search the Registry •  ORCID Record •  Link ID to other identifier schemes, synch data •  Enhance ID with information on research activities, including biography, works, grants and technology/products For Member Organizations •  Updated APIs / XML •  Create IDs for employees and students (institutions only) •  Trusted relationship management to share information ORCID.org
  • 27. iD Resource: News/Documentation •  Developers Portal (dev.orcid.org) •  Latest about the Launch (dev.orcid.org/launch) •  Documentation, code samples (dev.orcid.org/resources) •  Blog with the latest updates (dev.orcid.org/blog) •  Links to support (available in Oct) ORCID.org
  • 28. iD Resource: Sandbox-Try the API •  Sandbox Site (devsandbox.orcid.org) •  Fully functioning API •  Tokens available at dev.orcid.org/create-client-app •  Limited web interface •  In synch with the production server and Registry •  Non-persistent. Data is refreshed periodically ORCID.org
  • 29. iD Next Steps q Get a token to use the Sandbox (dev.orcid.org/create-client-app) q Review documentation (dev.orcid.org/resources) q Try the things described in this presentation q Review previous webinars (/goo.gl/dGrRe) •  Include links to each q Subscribe to the blog for the latest updates (RSS: dev.orcid.org/blog/51/feed) ORCID.org