You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview of the Feature Request
Implement a native API endpoint that serves the text of the recommended bibliographic citation (bibliographicCitation) for a dataset.
What kind of user is the feature intended for?
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin)
API user
What inspired the request?
I am currently writing a program for data curators to automatically generate README.txt files for datasets on dataverse. In that README, I'd like to add the recommended bibliographic citation for the dataset as generated by dataverse and visible at the top of each dataset's webpage.
What existing behavior do you want changed?
There is an existing SWORD API endpoint that offers the bibliographicCitation object, but this is less useful because (reasons in order of importance)
It always requires a privileged API key, even though the information is public in published datasets
The result is returned in XML, not in JSON
The SWORD API is an older codebase I've been discouraged from using
Any brand new behavior do you want to add to Dataverse?
I guess the addition of a new API endpoint counts as new behavior, but generating the underlying data I want to retrieve (recommended bibliographic citation text) does not require any brand new behavior.
Any related open or closed issues to this feature request?
None I could find from searching.
The text was updated successfully, but these errors were encountered:
Overview of the Feature Request
Implement a native API endpoint that serves the text of the recommended bibliographic citation (bibliographicCitation) for a dataset.
What kind of user is the feature intended for?
(Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin)
API user
What inspired the request?
I am currently writing a program for data curators to automatically generate README.txt files for datasets on dataverse. In that README, I'd like to add the recommended bibliographic citation for the dataset as generated by dataverse and visible at the top of each dataset's webpage.
What existing behavior do you want changed?
There is an existing SWORD API endpoint that offers the bibliographicCitation object, but this is less useful because (reasons in order of importance)
Any brand new behavior do you want to add to Dataverse?
I guess the addition of a new API endpoint counts as new behavior, but generating the underlying data I want to retrieve (recommended bibliographic citation text) does not require any brand new behavior.
Any related open or closed issues to this feature request?
None I could find from searching.
The text was updated successfully, but these errors were encountered: