-
Notifications
You must be signed in to change notification settings - Fork 455
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
Enrich JATS being exposed through OAI #11012
Comments
RORs are supported only starting with 3.5, including in the JATS. They look like this: (...with refs in the contributor list.) RORs are, and will continue to be, optional. Plaintext affiliations will continue to be common. |
Ok, so, if I were making a wishlist of stuff we needed to be pushing downstream, it probably wouldn't include peer-review information just because I think you can't rely on the system knowing everything and I think peer review is in crisis anyway. But, don't call me a deciding vote on that. But, if we do include it, there's precedent in the Crossref Schema for this sort of thing (we could also include it in our Crossref deposits... we do not currently). Article type does make sense, I think. But I think what's confusing to users here is probably that there's two places to enter them. One is the COAR list for OpenAIRE (good, yes, 100%) and the other is a write-in field (less good, but I know Erudit use it). I think the key pieces for open scholarly infrastructure and emerging needs in this space include:
I don't especially feel we need to be too worried about:
|
For info, here is how the PFL Plugin figures out number of reviewers. |
Alright, just following up on what I think is easy to expose via OAI-PMH with additions to the JATS Template at this late juncture. Let's work through it in order from chillest to least chill and then I'll defer to Juan for the next piece. References (Chillest)These already exist in the JATS Template and are just a flat dump of references by line. This is fine! Recommendation: Include in exposed OAI DatesProposal for additional date metadata related to publication. At minimum, acceptance and publication (these can be sent to Crossref as well). The latest version of any record should exist at https://jats.nlm.nih.gov/publishing/tag-library/1.4/element/pub-date.html
https://jats.nlm.nih.gov/publishing/tag-library/1.4/element/pub-history.html
Funder IDWith the provision that this would be from 3.5 and up, Funder ID and Grant ID should be added if we can swing it. You can find the JATS language here: https://jats.nlm.nih.gov/publishing/tag-library/1.4/element/funding-group.html They have examples of both with and without implementation with the Crossref funder registry. With:
Without:
This is actually instructive. If the funding plugin has all the shorthand identifiers, country metadata, institution ID from the registry, that's great. If all we populate is Peer Review - Least Chill, by a mileJATS4R recommendations around peer review metadata do exist and it would be possible to incorporate them in a JATS record if there were time/will. The questions are more about whether this would be sustainable long term and how likely we are to codify peer review taxonomies. It's important to temper expectations, though, because JATS4R is very much intended to specifically support the availability of open peer review documents and the spec requires access to these materials with their own identifiers. But, there is a provision to get at least some peer review-related metadata using Most of JATS4R is about publishing peer reviews themselves in open peer review, but this specific piece of the document is about forwarding peer review information in the parent article. It leverages this OSF taxonomy for peer-review terms: https://osf.io/aynr5 So, a sample in a journal article might look like this:
Enormous caveats here that this would need to match the OSF taxonomy, but you could cherry-pick the primary stages of peer review or display all stages of peer review here. I suspect this would require a bit of a overhaul on how we're storing peer review stage metadata in the database. That's a guess. Here's one more example of this for an article pushed from a preprint service to a publisher and then accepted with minor revisions.
I think this has potential, but I don't think it would be easy to accomodate quickly. This is my review! Of the things! My vote is for whatever is the lowest hanging fruit, but I do think funder metadata would be big to expose via JATS OAI (and would position us well, I think), references looks easy. |
Description:
Now that the JATS Plugin is being used to expose metadata through OAI, it is an opportunity to capture richer metadata. This metadata will be used for indexing by sources like OpenAlex and Dimensions when journals do not use DOIs, so it is crucial to get it right.
Metadata enrichments (in order of priority):
<xref>
to<contrib>
tag for that author and the<author-notes>
with the<corresp>
tag). Note that<corresp>
is allowed to have any string in there, but since we don't have a place to enter this in OJS, we can just populate it with theemail
as shown.<back>
, in its own<sec>
(before<ref-list>
), as follows. Contents inside the<p>
can be what is pulled up with getLocalizedData('dataAvailability'), with any links placed in<ext-link>
tags (but this is less important, you can just put it all inside a<p>
as plaintextcontrib-group
of editors, which seems to be filling in all Editor users, not necessarily the real editorial board, nor the editor users who participated in a submissionFor Future:
article type
. A bit complicated, may need to defer. See comment with details.<contrib-group>
for editors if they are being authenticated (as with the PFL)The text was updated successfully, but these errors were encountered: