Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.18 KB

README.rst

File metadata and controls

37 lines (24 loc) · 1.18 KB
Build Status

papis-abbrev

This command uses pyiso4 to abbreviate journal names. The simplest usage is to just abbreviate a given name using

papis abbrev journal 'Journal of Computational Physics'

but you'll likely be faster if you just write a little script using pyiso4 yourself. The main usage though is adding the abbreviated journal names documents in your Papis library using the usual query syntax. For example using

papis abbrev add --journal-key journal_abbrev --all <QUERY>

When exporting BibTeX, it's best to set the bibtex-journal-key = journal_abbrev in your Papis configuration file so that it can pick up the abbreviated journal name.

The command can also read BibTeX files and directly abbreviate the journal names. This can be done using

papis abbrev bibtex --out main.abbrev.bib main.bib

LICENSE

This package is licensed under the MIT license (see LICENSES/MIT.txt).