Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update introduction.md #1210

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected].
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 [[email protected]](mailto:[email protected]).

## Sandbox vs production credentials

Expand Down
Loading