The fifth set of sprint notes is now available from the PKP Copenhagen Sprint, hosted by the Royal Danish Library in June 2023.
Sprints involve PKP community members coming together in diverse groups to work on PKP software and support. The Royal Danish Library hosted eight working groups at the PKP Copenhagen Sprint last June. This is a summary of one such group’s work.
Group Members
- Alec Smecher, PKP
- Jarda Kotěšovec, PKP
- Radek Gomola, Masaryk University Press
- Catherine Jex, Geological Survey of Denmark and Greenland (GEUS)
- Clinton Graham, University of Pittsburgh
- Tom Granroth, Federation of Finnish Learned Societies
- Jyrki Heinonen, Federation of Finnish Learned Societies
Goal
- Expose peer review data alongside journal content.
- Increases the transparency of the workflow.
- We already collect all the necessary data in the existing peer review process.
- Lots of people are asking for it (editors)!
- Open Science guidelines ask for it!
- PKP just hasn’t had the chance to implement something. Let’s do something.
- We are not working from a specific use case, so the result will probably not be perfect for a particular user, but extending it with more/different data will be easy.
- Sidebars (things we also did with the group).
- Learn about plugins, extensibility, and approach to problem-solving when coding for PKP software.
Subgoal: Define what we mean by public/open peer review
“Open peer review” means a lot of different things to different people.
- Do we mean open commenting on an article?
- Curated reviews/reviewers? Or public commenting?
- Do we mean author/reviewer names are visible to each other?
- OJS already supports this.
There are other groups working on vocabularies; let’s adopt these when available for consistency.
The group chose to focus on curated reviews, per the existing OJS review system but presented for public consumption with the published content. This means:
- We use the existing OJS review workflow, unchanged.
- We rely on the data already captured by the OJS workflow.
- When a submission is published, we present the review data along with the submission.
Working Space
Git repository: https://github.com/asmecher/publicReviews
Results
We wrote a working proof of concept plugin.
Article landing page
On the right-hand sidebar for a published article, review rounds and reviewer names are also published:
Each of the links on a reviewer’s name can be clicked to present more information about that review.
Peer Review
Clicking the links above presents more information about that individual review: the reviewer’s name, the date of review completion, and the reviewer’s comments. (The example data here is very sparse.)
The Group had to make many assumptions about this part of the proof-of-concept; we imagine that groups wanting to make use of this plugin will probably want to adjust the template to add more details.