Skip to content
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

Ensure parsing of DataCite Documents that have no primary DOI in metadata #34

Open
aaccomazzi opened this issue Dec 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@aaccomazzi
Copy link
Member

Some Zenodo records that we harvest from the astronomy thesis collection have DOIs issued by a provider different from Zenodo. An example of such record is this entry: https://zenodo.org/record/7371814, and Zenodo is simply used to re-publish the content already registered by the University. For comparison, this thesis was registered with a Zenodo DOI: https://zenodo.org/record/7213579.

The effect of this is that the datacite record for https://zenodo.org/record/7371814 contains the original DOI in this section:

     <relatedIdentifier relatedIdentifierType="DOI" relationType="IsIdenticalTo">10.25972/OPUS-29007</relatedIdentifier>

Whereas the record https://zenodo.org/record/7213579 contains the Zenodo minted DOI at the top level:

     <identifier identifierType="DOI">10.5281/zenodo.7213579</identifier>

We want to make sure that our parsing library is able to deal with both, in the first case via an option that specifies that parsing republished (as opposed to primary) datacite records is ok.

@aaccomazzi aaccomazzi added the enhancement New feature or request label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant