gigascience / gigadb-website

Source code for running GigaDB
http://gigadb.org
GNU General Public License v3.0
9 stars 15 forks source link

Credit peer reviewers for their work on their ORCID account #763

Open rija opened 3 years ago

rija commented 3 years ago

User story

As a reviewer I want to have my reviews linked to my ORCID account So that I receive credit for my reviews And so that I can have proof of my peer review efforts for my CV

Acceptance criteria

Given we have the Reviewer ORCIDs in the system When we mint the DOI Then we send the relevant metadata to ORCID via ORCID API

Additional Info

Relevant metadata

See Peer Review Schema:

And tutorial:

Product Backlog Item Ready Checklist

Product Backlog Item Done Checklist

rija commented 2 years ago

The ORCID id we need here is actually the one for the reviewers, not the author? Can assume that is not coming from EM, editors will add it to the review system themselve using review system editing tool? The may as well check the validity of the ORCID while at it, maybe?

only1chunts commented 2 years ago

Hi Rija, Yes the orchid is for the reviewer, and you are correct to assume it will not come from EM. As for checking them... That's a question for Scott/Nicole, but for Gigadb we tend to just trust the IDs that the authors give us are correct! Maybe a simple validation of length would be a nice addition, i.e. an orchid is always 16chars in length, usually formatted as 4 blocks of 4 chars separated by hyphens.

Cheers Chris

On Fri, 27 May 2022, 02:49 Rija Ménagé, @.***> wrote:

The ORCID id we need here is actually the one for the reviewers, not the author? Can assume that is not coming from EM, editors will add it to the review system themselve using review system editing tool? The may as well check the validity of the ORCID while at it, maybe?

— Reply to this email directly, view it on GitHub https://github.com/gigascience/gigadb-website/issues/763#issuecomment-1139335360, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOB5GJUVSBHGXAT7KQB2IDVMBWBHANCNFSM5CDE36HA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rija commented 2 years ago

Thanks @only1chunts

From talking to Scott:

  1. At some point in future , we will do proper validation against ORCI api, but not now, and it's not worth doing the offline syntax validation
  2. Some reviewers won't have an ORCID associated, so the ORCID should be optional