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
We should at least offer BibTeX and RIS. The mapping from our lobid data model will take most of the work and we should probably open a separate issue when needed at httüs://github.com/lobid/lodmill/issues.
Offering different data formats via the API could be done at least with two different approaches:
using a query parameter like format=bibtex and format=ris
via content negotiation using custom media types like application/bibtex and application/ris
The text was updated successfully, but these errors were encountered:
If you would like to have many export formats and maybe even the formated citations from CSL styles, then one way to do that could be by using the zotero (export) translators and citeproc-js. For that you would "only" have to map your data model with the zotero data model...
Thanks for the help, @zuphilip. We are curently not working on this but plan to look into this deeper later this year. We might then approach you with some specific questions.
See discussion in hbz/nwbib#40 and Philipp Zumstein und Matti Stöhr (2015): Zur Nachnutzung von bibliographischen Katalog- und Normdaten für die persönliche Literaturverwaltung und Wissensorganisation for background.
We should at least offer BibTeX and RIS. The mapping from our lobid data model will take most of the work and we should probably open a separate issue when needed at httüs://github.com/lobid/lodmill/issues.
Offering different data formats via the API could be done at least with two different approaches:
format=bibtex
andformat=ris
application/bibtex
andapplication/ris
The text was updated successfully, but these errors were encountered: