-
Notifications
You must be signed in to change notification settings - Fork 51
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
Reviewer Credits #181
Comments
Hi @asmecher, I have gone through the requirements from orcid.org of adding o reviewer information for the orcidPlugin. Most of the requirements seem to be supported directly from OJS, but for the points 4 and 10, I think we have to think for a solution, what is the best possiblie solution. i am not sure , if 4 or 10 was already adressed by any plugins ? |
Thanks, @withanage!
See below:
Hmm, I'm surprised this is a requirement! I don't think we have any other requirements for a field like this in the software, so until then, it should be a setup field in the plugin, I think.
(this is optional)
See pkp/pkp-lib#6099, which adds a "country" field -- this will be released in OJS/OMP/OPS 3.4.0. The country can also be determined from the ISSN via the Wordcat API, but better skip that if it's not required.
This, I think, best corresponds to the |
This looks great, @withanage! I noticed that reviews are deposited when the article is published. However, reviewers should get credit whenever a review is completed, even if the submission is rejected. So I think that the ORCID deposit ought to occur when the reviewer submits their review, or when the editor confirms it. Or deposits could be made through a weekly scheduled task that deposited any completed assignments on a published or declined submission. |
Hi @NateWr
Thanks, I personally would prefer when the reviewer submits it (in the OJS 3.3. version, if the reviewer has already stored authenticated orcid credentials and for future versions a more better, email based approach ) What do you think ? |
By looking at the NISO recommendations, first comments from the group and our current OJS reviewer model: I tried to map the reviewers model in the Ticket header #181. Please have a look and if you have any suggestions, let me know. Also the questions came to me, at any stage if we should also delete a orcid peer-review ? The new API allows that, if we have a put-code in the database and I haven't programmed it yet for deleting functionality for author orcid assignments too. |
I think that is probably best. I wonder about cases where a reviewer submits the form but hasn't actually completed a review. For example, maybe a reviewer submits the form to say "sorry i can't review". Also, if it's the journal that is bestowing "credit" for a review, the editor might not want to grant credit for an inadequate review (unhelpful, mean-spirited, not detailed enough). I guess there's a lot to explore here about reviewer credit. Who is the motivated party for this ticket? Who has asked us for this feature? We may need to go back and explore this in more detail.
Can you describe the reviewer mapping table in more detail? I'm not sure what I'm looking at there.
I suspect that will need to be handled, but I can think of lots of problems arising just from software maintenance over time. For example, a journal decides to use OJS just for workflow, not for publishing, and decides to "clean up" their old published submissions by deleting them from the system. If we automated deletes, we'd end up removing valid review entries. How does ORCID handle disputes on its end? Or situations where the depositing authority is no longer available to curate the depositing data? |
Hi @NateWr
I have taken the out mapping part here for disucussion. My suggestion was that may be the numbered metadata fields can be published openly for the various reviewer types without disclosing the anonymity. Mapping
Metadata
I am not yet aware, how they handle that. I would try to get feed back from orcid employees about that ? |
@withanage What do the recommendation columns mean in the table? Does it matter what decision the reviewer takes? |
@NateWr : actually other than the comments , it does not matter, I added only for completeness. For the comments, I was not 100% sure ,cause the reviewer may opt for not reviewing by giving a reason as a comment. I think in this case, it may be better as you suggested #181 (comment) to trigger the orcid API communication, at the moment when an editor reads review and confirms it. |
Yeah, I think that reviewers often use See Comments even when they include a review, but don't want to choose a pre-selected recommendation. I think we should expect to send it on to ORCID unless the editor does something. In terms of what data to send to ORCID, I feel like we should probably send all the data in all cases. It should be up to ORCID to decide what to show depending on whether the review is anonymous or not. For example, they'll still need the date in order to show the year in which a review occurred, as can be seen in this example: https://orcid.org/0000-0001-7795-4652 Ultimately, the anonymity is about the article that was reviewed and the precise date. So maybe the metadata table should look like this:
|
@NateWr thanks for the abstraction. Yes, I missed the review-url totally and I will take i the above table as the specification. |
Quote from the answer:
In a quick browse and from the email, we could automatically delete them, if the submission is removed. I will have a look into it in more detail and come with a proposal. |
I suspect it's going to be very rare that a submission will go through reviews but then those reviews should be withdrawn from orcid. I know I raised this issue, but on second thought, I think we can leave this to ORCID to sort out. People delete submissions for lots of reasons in OJS, and most of the time the review credit should remain with ORCID. |
Dear @withanage |
Hi @klausru ,
The functionality can be used for production purposes.
no, unfortunately there isn't a script for re-publish in the current version and is also not planned currently. may be a small utility function can be writtten for that purpose. There are some examples here, how those scripts look like. |
Review functionality
Orcid_Peer_Review.mp4
Reviewer Anonymity metadata transfer concept
Review Functionalitry
Plugin Settings
Orcid_Settings.mp4
Links
Orcid Review display
Specification (from ORCID)
a. Information about the reviewer
Role (required): The individual’s role in the review process, e.g. chair, editor, member, organizer, reviewer 🆗
Identifier (required): The reviewer’s ORCID iD
full orcid URL including https 🆗
b. Information about the organizer
Location
If I am correct, the only location where the journal address is default maintained is under principal contact. There also we have the mailing address. This can be a little tricky to parse, if the journal managers do not provide it correctly. Country is straight-forward, but the city can be not easy to find.
Another possibility is to get the location from the issn. Haven't explored it whether they have an API or does it make sense ?
e.g. https://portal.issn.org/resource/ISSN/0006-1387 ❓
ISSN of the journal or ROR id of the press / hosting organization ❓
c. Information about the review
User -> affiliation ❓
Review 🆗
Reveiw data 🆗
journal name 🆗
Do we have a reviewer URL for the front-end through a plugin may be ❓
References:
This plugin sends reviewer id, submission-id,data and (due and submission) to reveiwercredits.com
https://www.reviewercredits.com/integrations-for-journals-and-manuscript-platforms/
Related to 10
11, Review URL: A link to the representation of the review online
d. Information about the review subject
OJS supports all 🆗
References
TODO
Related tickets
The text was updated successfully, but these errors were encountered: