Questions tagged [citation-js]

Citation.js converts formats like BibTeX, BibJSON, DOI, and Wikidata to CSL-JSON to convert to styles like APA, Vancouver and to BibTeX and RIS.

Features:

  • Conversion from: BibTeX, CFF, DOI, ISBN and Wikidata
  • Conversion to: CSL-JSON, BibTeX, CFF, RIS citeproc-js support with preloaded styles and locales
  • Modular approach, pick supported formats
  • Support for Node.js, browser, and has a CLI
  • MIT licensed

Helpful Links:

4 questions
0
votes
2 answers

Replace pandoc Markdown citeproc references in html DOM by citations and add bibliography with citeproc-js

Dears, I create compliance reports with nodejs and pug. Historically, we have Markdown templates with Pandoc citerproc blocks that previously were processed by pandoc-citeproc, but now I try to reduce the dependencies and use citeproc-js (or…
rriemann
  • 528
  • 4
  • 17
0
votes
1 answer

How to add a non-standard field to Citation-js CLS-JSON output

I started using citation-js package and its plugins plugin-bibtex and plugin-csl with great satisfaction. Now I have one small problem: I have a bibliography containing a non-standard field confsite. The entry is a InProceedings with url that points…
SiliconValley
  • 1,465
  • 17
  • 30
0
votes
2 answers

Importing JS package in Angular makes app to not render

I have come across some strange behaviour by importing a package into my Angular project. I have imported the following package into my project: @citation-js/core. If I attempt to use it in a component, the app is unable to render the page, showing…
Filipa S.
  • 19
  • 1
  • 6
0
votes
1 answer

Common JS like imports in angular

I have a package "citation-js", which uses commonJS style import for using it in angular I installed @types/node and then added node in types array in tsconfig.app.json { "extends": "./tsconfig.json", "compilerOptions": { "outDir":…
mozpider
  • 366
  • 2
  • 12