Questions tagged [csl]

CSL stands for Citation Style Language, "a popular open XML-based language to describe the formatting of citations and bibliographies".

CSL stands for Citation Style Language, "a popular open XML-based language to describe the formatting of citations and bibliographies" https://citationstyles.org/.

85 questions
0
votes
1 answer

Customized hyperlinks for markdown-bibtex to html conversion using Pandoc

I am using the following style to have my bibilography imported from a bibtex file in markdown and from there to html/pdf: --- bibliography: test.bib nocite: '@*' ... # Biliography After that I run: pandoc test.md -o test.html --bibligraphy…
Arash
  • 101
  • 3
0
votes
1 answer

Citation Style Language: Modify the bibliography

I am using Zotero and want to change the bibliography slightly:
0
votes
1 answer

Bibliography in PHP with CSL

I am trying to display a bibliography in PHP and allowing the use of CSL to format it, but am coming up short of good examples of how to implement it. Basically, I am looking for a library or script which can take a bibliography, in the form of…
OleVik
  • 1,222
  • 3
  • 14
  • 28
0
votes
2 answers

Conditional statement for varying journal-specific style

I am working on customizing a citation style (CSL) for a specific annual conference journal. The existing citation style is generally correct, but the conference requires a specific and different style for their journal compared with all other…
bigred
  • 3
  • 2
0
votes
1 answer

Citation Style Language "if then"

I try to modificate csl style (Specification) fore Zotero. I don't know how to do next: if I have more then 4 authors, I need to insert one text. How can I do it? I try next, but it is not work...
autumnrustle
  • 595
  • 1
  • 10
  • 21
0
votes
0 answers

editing a CSL style to add the report number to report types

Similarly to what attempted by other users here, I am trying to adapt a CSL style file to specify the report number for citations of (scientific,technical) reports. The style that I am attempting to modify (and perhaps suggesting updating in…
massimopinto
  • 157
  • 10
0
votes
1 answer

Italic inline citation in CSL + Pandoc

I am using the CSL style under http://www.zotero.org/styles/chicago-author-date with Pandoc. I would like to have the authors' names in italics style when citing them in text. How can I achieve this? Thank you for your help. EDIT: To be more…
paljenczy
  • 4,779
  • 8
  • 33
  • 46
0
votes
2 answers

Change "and" between Authors in Citation Style Files (csl)

I tried a lot to change the word "and" between two Authors using a citation programm (Papers2, Mac) and a specific citation style file (.csl), but my efforts doesnt work. What I want to do is changing the "and" in the German "und", in both the…
mod_che
  • 137
  • 1
  • 6
0
votes
1 answer

How can I get a CSL file to number the bibliography consecutively?

I'm using the csl file below (from Zotero), but there's a problem. I have text like: This is citation one by Jones [1]. This is citation two by Bell [2]. ...This is citation nine by Smith [9]. In the references, it is listed like: 2. Bell, ... 1.…
renick
  • 717
  • 1
  • 6
  • 17
-1
votes
2 answers

How to run a CSL processor in Java?

I need to use Citation Style Language (CSL) styles in my Java application but I can't find how to do that. I found a CSL processor written in JavaScript here, but I don't understand how to use it. Can anybody help me please...?
shift66
  • 11,760
  • 13
  • 50
  • 83
1 2 3 4 5
6