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
297 stars 443 forks source link

Add ROR support to Crossref XML export #9525

Open ewhanson opened 9 months ago

ewhanson commented 9 months 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 5 months ago

Draft PRs (WIP):

ewhanson commented 3 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