pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
307 stars 448 forks source link

Add ROR support to Crossref XML export #9525

Open ewhanson opened 1 year ago

ewhanson commented 1 year ago

Describe the bug The ROR plugin for OJS / OPS 3.3 allows capturing ROR IDs for author affiliations, but it cannot send the ROR IDs to Crossref because 3.3 uses an old version of the Crossref schema that can’t accept ROR IDs.

Support for adding the ROR will require updating the Crossref schema to version 5.3.1, which is currently in use on OJS/OPS 3.4 and later.

This will require a change to the database to accommodate the schema update, and therefore a minor version bump to 3.3.1 for OJS/OPS.

To be implemented for OJS/OPS 3.3.

Additional information See forum post on same topic.

ewhanson commented 7 months ago

Draft PRs (WIP):

ewhanson commented 6 months ago

This work should also include any non-ROR affiliations as well. Affiliations are not currently included in any of the Crossref metadata exports.

The Datacite implementation can be taken as a basis for this: https://github.com/pkp/ojs/blob/04fd04d3447334a55483625b964a24b0e81dd0ae/plugins/generic/datacite/filter/DataciteXmlFilter.php#L327

bolelligallevi commented 1 month ago

Hi @ewhanson, do you have any update on this work? Best regards Stefano

ewhanson commented 1 month ago

Hey @bolelligallevi, I'll get this merged for OJS/OPS 3.4 and the main branch in the next week or so. After that it will be available on Github, but I'll see if there are any other small fixes and probably prepare plugin gallery releases for the plugin after that as well.

bolelligallevi commented 1 month ago

Hi @ewhanson, thanks for your answer and your job. What about 3.3? I can see it in your previous comment with the versions interested by this issue.

mtub commented 4 hours ago

Hi @ewhanson and @bozana, thanks for your work on this. I am also strongly interested in seeing this in OJS 3.3 - any chance we can have that?