Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
Revision of guide.
  • Loading branch information
eczheng authored Jun 21, 2024
1 parent 4344488 commit 948a14d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions orcid/en/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The ORCID Profile Plugin for OJS/OPS versions 3.1.2 and above allows an OJS jour
* Collect and authenticate a contributor’s ORCID iD
* Automatically send an email to contributors requesting their ORCID iD authentication
* Display a contributor’s authenticated ORCID iD on the journal article or preprint page, which will link to the contributor’s ORCID record
* Additionally for the Member API only - Automatically send publication details to a contributor’s ORCID record once their work has been published in OJS/OPS
* Member API only - Automatically send publication details to a contributor’s ORCID record once their work has been published in OJS/OPS

For more details on each of these functions, see the [Using the ORCID plugin](./using-plugin.md) chapter.

Expand All @@ -30,13 +30,13 @@ By integrating ORCID with OJS/OPS, you will be able to support publishing best p

## Public vs Member API

ORCID provides two different API endpoints for the ORCID Public API and the ORCID Member API.
ORCID provides two different API endpoints: the ORCID Public API and the ORCID Member API.

The **Public API** is free and available to anyone. It allows for ORCID iD authentication and reading public data from ORCID records. It allows the journal to have contributors' ORCID iDs authenticated and displayed on article/preprint pages. Its main difference from the Member API is that it will not automatically send publication details to a contributor’s ORCID record upon publication. If you start with the Public API and then later decide to switch to the Member API, please contact ORCID support to coordinate the transition from Public to Member API.
The **Public API** is free and available to anyone. It allows for ORCID iD authentication and reading public data from ORCID records. It allows the journal to have contributors ORCID iDs authenticated and displayed on article/preprint pages. Its main difference from the Member API is that it will not automatically send publication details to a contributor’s ORCID record upon publication. If you start with the Public API and then later decide to switch to the Member API, please contact ORCID support to coordinate the transition from Public to Member API.

The **Member API** requires ORCID institutional membership. In addition to the functionalities of the Public API, the Member API allows for reading “trusted-parties” data from ORCID records, as well as automatically adding/updating metadata on ORCID records.
The **Member API** requires ORCID institutional membership. In addition to the functionalities of the Public API, the Member API allows for reading “trusted-parties” data from ORCID records, as well as automatically adding/updating metadata on ORCID records.

If your journal is affiliated with an institution, contact the institution's library to ask about ORCID membership and API credentials. You can also consult the ORCID member directory to see if your organization is already an [ORCID member](https://orcid.org/members), or review [ORCID’s membership information](https://orcid.org/about/membership) if your organization is interested in becoming an ORCID member. You can also contact ORCID directly at support@orcid.org.
If your journal is affiliated with an institution, contact the institutions library to ask about ORCID membership and API credentials. You can also consult the ORCID member directory to see if your organization is already an [ORCID member](https://orcid.org/members), or review [ORCID’s membership information](https://orcid.org/about/membership) if your organization is interested in becoming an ORCID member. You can also contact ORCID directly at [support@orcid.org](mailto:support@orcid.org).

## Sandbox vs production credentials

Expand Down

0 comments on commit 948a14d

Please sign in to comment.