-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1210 from eczheng/patch-59
Update introduction.md
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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 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]](mailto:[email protected]). | ||
|
||
## Sandbox vs production credentials | ||
|
||
|