Citation.js BibTeX booktitle/journal

node v10.24.1
version: 1.0.1
endpointsharetweet
const Cite = require('citation-js@0.5.0-alpha.6') const input = `@inproceedings{Bordea2014, author = {Paul Buitelaar and Georgeta Bordea and Barry Coughlan}, title = {Hot Topics and Schisms in {NLP:} Community and Trend Analysis with Saffron on {ACL} and {LREC} Proceedings}, booktitle = {Proceedings of the Ninth International Conference on Language Resources and Evaluation, {LREC}}, pages = {2083--2088}, year = {2014}, biburl = {https://dblp.org/rec/bib/conf/lrec/BuitelaarBC14}, bibsource = {dblp computer science bibliography, https://dblp.org} }` Cite(input).format('bibtex', { format: 'object' })
Cite.plugins.input.chainLink(input)
See https://github.com/larsgw/citation.js/issues/200
Loading…

no comments

    sign in to comment