Open acka47 opened 7 years ago
Also wished for by FRL customer ZBMed, see https://jira.hbz-nrw.de/browse/FRL-366. Also, in a PDF mapping suggestions are stated. Update: The JIRA-issue refers to all resources, not only the ones saved in a Merkliste.
Also see https://github.com/hbz/lobid/issues/277.
We might use Citation.js here.
There exists a "JSON schema for CSL input data" at https://github.com/citation-style-language/schema/blob/master/csl-data.json which might be useful.
Please prioritize CSL-JSON, it is far superior to BibTeX in terms of data resolution and can be easily converted to BibTeX if required.
Wir von JabRef währen auch sehr interessiert an einem BibTeX exporter order konverter, wir arbeiten gerade an einer Integration der Suche.
https://github.com/JabRef/jabref/pull/10135 bzw https://github.com/koppor/jabref/issues/386
We should:
We should plan on Monday when we will finally implement this.
JabRef has now added the lobid fetcher, see https://github.com/koppor/jabref/issues/386. It converts lobid-resources data to BibTex, so we might reuse their mapping or so.
DigiBib is already providing an export to BibTex and RIS:
@heikojansen based on which data are you providing this export? If you already created this from lobid JSON, it might make sense to reuse your solution. /cc @eschackmann
@acka47 - The export function in DigiBib is based on our internal, DigiBib-specific data format.
DigiBib is a front end to a bunch of different back end systems (indexes) with very different data formats. Any data we retrieve is converted to our internal format on the fly so that the portal functions only have to deal with one format.
In this case this unfortunately means that you won't be able to make use of our existing code.
Thanks for the information, @heikojansen !
We should at least support BibTex. See also https://github.com/hbz/nwbib/issues/40.