GregorySchwartz / journal_title_abbreviations

Journal title abbreviations file to be used with pandoc-citeproc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

journal_title_abbreviations

Journal title abbreviations file to be used with pandoc-citeproc

I did not find such a file when I was trying to compile a manuscript for a journal that reqires abbreviations in references. Therefore, I made one for this manuscript.

The current file only includes a subset of ecological journals. However, it definitely can and should be expanded.

There are still some missing journals, especially newly created journals, need to be added. E.g. Methods in Ecology and Evolution.

Example code to use abbreviation files with Pandoc:

pandoc -s -S input.md -o out.rtf --filter pandoc-citeproc --template=template.tex --bibliography=ref.bib --csl=journal_style.csl --citation-abbreviations=abbreviations.json

About

Journal title abbreviations file to be used with pandoc-citeproc

License:GNU General Public License v2.0


Languages

Language:Python 81.3%Language:Makefile 18.7%