-
Notifications
You must be signed in to change notification settings - Fork 3
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
As a user, I want to know the DOI associated with a product through the API metadata #89
Comments
@tdddblog as a follow-on to NASA-PDS/doi-service#249, we want to now add to our pds search api documentation, an example of how you could search and find a DOI for a particular bundle/collection/product. see ticket description above for more details |
We need to add a cook book for APi users which will be in the Search API User guide section of the https://nasa-pds.github.io/pds-api/ . This is initiated in PR #171 |
🕐 initial documentation included for querying for parent bundle/collection to get the associated DOI |
documenting how to do this is done: https://nasa-pds.github.io/pds-api/guides/search/cookbook.html#search-for-dois |
tabling this ticket to next build. remaining TBDs
See Usage info here: https://github.com/NASA-PDS/supplementer#add-doi-metadata-from-database |
Motivation
...so that I can easily search for and find a product and cite it.
Additional Details
Acceptance Criteria
Given a collection or bundle that has a DOI
When I perform a query of the search API for that specific product (e.g.
products/{identifier}
Then I expect the metadata to include a
meta
fieldops.doi
.Engineering Details
document an API example for how to track down a DOI for a particular product
Update the new registry with DOI metadata (Develop script to sync DOIs to registry doi-service#249)
Update the legacy registry with DOI metadataThe text was updated successfully, but these errors were encountered: