Questions tagged [citeproc-js]

For questions about the JavaScript CSL processor for the Citation Style Language (CSL)

citeproc-js is a CSL processor for the Citation Style Language written in JavaScript.

Related Tags

3 questions
7
votes
1 answer

How to use citeproc-java on Android

Im investigating de.undercouch:citeproc-java:2.0.0 within my current Android application. I cannot identify a ScriptEngine that works on Android with citeproc-java. my Gradle resembles this:- ext { compileSdkVersion = 30 minSdkVersion = 26 …
Hector
  • 4,016
  • 21
  • 112
  • 211
1
vote
1 answer

Can a single cite within a citation reference more than one url/accessed date pairs?

Let's say that I have a reference such as: title "Hello World" urls - http://example.com/foo (accessed 20/03/2018) - http://example.com/bar (accessed 10/05/2015) (And let's say that the above reference is processed into a form that a CSL…
customcommander
  • 17,580
  • 5
  • 58
  • 84
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