-
Notifications
You must be signed in to change notification settings - Fork 451
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
Provide submission/book DOI/URN via OMP OAI #9877
Comments
@ewhanson, could you please review the PRs above? |
@bozana / @ewhanson, I've just noticed that this is a duplicate of this forum thread and the linked PR, which is merged. I do think that just adding the book identifier to the record risks breaking the spec, as it's not guaranteed to be a unique identifier, so I favour the approach in the linked thread. What do you two think? |
Yes, I think we can leave it as dc:relation. |
Maybe we can just back port it to stable-3_4_0 and stable-3_3_0? |
I have backported it to stable-3_4_0 and stable-3_3_0 and considered URN i.e. other pubIds in the same way... When the tests pass I will merge... |
pkp/pkp-lib#9877 Provide book DOI and URN via OMP OAI
pkp/pkp-lib#9877 Provide book DOI and URN via OMP OAI
pkp/pkp-lib#9877 Provide book DOI and URN via OMP OAI
In OMP an OAI record is per publication format. We only consider publication format DOIs there. However, mostly users will assign the DOIs to submissions and not to publication formats (this is also what we recommend for Crossref export). We also provide the submission/book view URL.
Thus, consider submission/book DOIs in OMP OAI record if there is no publication format DOI found.
s. https://forum.pkp.sfu.ca/t/omp-doi-missing-in-oai-dc/14778/19
PRs:
stable-3_3_0: pkp/omp#1618stable-3_4_0: pkp/omp#1619main: pkp/omp#1620The text was updated successfully, but these errors were encountered: