larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
219 stars 30 forks source link

Add support for `dataset` of BibLaTeX #212

Closed bellerophons-pegasus closed 3 years ago

bellerophons-pegasus commented 3 years ago

BibLaTeX now also provides support to accomodate information about a dataset for citation with the type @dataset. It would be very helpful if citation.js could also support this. Currently when this is found it is automatically mapped to @book.

larsgw commented 3 years ago

What version are you using? I believe the most recent version (v0.5.0-alpha.10) should support it already.

bellerophons-pegasus commented 3 years ago

We were using the latest stable release. But now with v0.5.0-alpha.10 @dataset is supported. Thank you for the tip.

BTW: the data model for @dataset in BibLaTeX might be expanded; anybody is welcome to join the discussion.

larsgw commented 3 years ago

v0.5.0-alpha.10 is pretty much ready to move to stable, I was just waiting to see if there were any bug reports.

BTW: the data model for @dataset in BibLaTeX might be expanded; anybody is welcome to join the discussion.

Thanks for the tip, I'll take a look later.