From 948a14dec3e9a395b82ddddaea0c553edee38ea3 Mon Sep 17 00:00:00 2001 From: eczheng <56087205+eczheng@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:54:26 -0600 Subject: [PATCH] Update introduction.md Revision of guide. --- orcid/en/introduction.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/orcid/en/introduction.md b/orcid/en/introduction.md index bf5f4138b83e..6323c7efdd3d 100644 --- a/orcid/en/introduction.md +++ b/orcid/en/introduction.md @@ -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 support@orcid.org. +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](mailto:support@orcid.org). ## Sandbox vs production credentials