-
Notifications
You must be signed in to change notification settings - Fork 445
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
[OJS] datacite export, contributors ORCID iDs not in metadata #4903
Comments
Example XML for DataCite Schema v4 for creator with ORCID, copied from view-source:https://schema.datacite.org/meta/kernel-4/example/datacite-example-full-v4.xml:
|
It seems in the current state of the master branch ORCID IDs are not yet part of the creator metadate in the plugin XML output. @asmecher Do you know anyone who could add this? I will probably only have time from next year February after our upgrades to OJS 3.2 are done. |
@isgrim, it's probably only a couple of lines of code added here: https://github.com/pkp/ojs/blob/stable-3_2_1/plugins/importexport/datacite/filter/DataciteXmlFilter.inc.php#L263..L267 |
Did anybody in Heidelberg proceed with this suggestion ? |
Dear @withanage , as far as I know. No, the issue should still exist. |
@nils-stefan-weiher thanks a lot for the update! |
Did anybody proceed with this suggestion ? |
Fixed by pkp/ojs#3932, thanks! |
pkp/pkp-lib#4903 consider creators orcid and affiliation in DataCite …
Describe the bug
Datacite export XML for any object does not contain the ORCID ids of contributors.
To Reproduce
Check XML output or check registered metadata for the DOI on DataCite DOI Fabrica: https://doi.datacite.org/
What application are you using?
OJS version 3.1.1-4 and above
Additional information
The relevant code for the creating the creator's tag for the Datacite XML is in the function createCreatorsNode in datacite/filter/DataciteXmlFilter.inc.php lines 232 and following:
https://github.com/pkp/ojs/blob/master/plugins/importexport/datacite/filter/DataciteXmlFilter.inc.php#L232-L265
PRs:
The text was updated successfully, but these errors were encountered: