-
Notifications
You must be signed in to change notification settings - Fork 500
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
[Spike - API] Extend the Native API to support dataset and datafile citation export #9994
Comments
I just realized @pdurbin already mentioned the requested feature in a comment on the analysis issue. |
Could we handle EndNote, RIS, and the other citation formats similar to how we handle metadata Exporter. IMHO those are just additionally export formats. Handling them similar would allow to reuse the existing API and reduces code complexity. |
@johannes-darms we haven't added a size to this issue yet. Your idea would make the size bigger, of course, but it's worth considering either as part of this effort or a future effort. For anyone new, he's talking about https://github.com/gdcc/dataverse-exporters and https://guides.dataverse.org/en/6.0/installation/advanced.html#installing-external-metadata-exporters |
@pdurbin my idea is to add a |
However, this will not directly work for the |
Overview of the Feature Request
Currently the export of citation in different formats (EndNote XML, RIS and BibTeX) is a feature available only from JSF.
We need to expose this logic via API and allow the export in the different formats to be invoked from consumer applications such as the SPA.
What kind of user is the feature intended for?
API User
What inspired the request?
What existing behavior do you want changed?
None
Any brand new behavior do you want to add to Dataverse?
Dataset and datafile citation export via API
Any open or closed issues related to this feature request?
The text was updated successfully, but these errors were encountered: