https://github.com/alexfikl/papis-abbrev
Papis plugin that abbreviates journals according to LWTA
https://github.com/alexfikl/papis-abbrev
bibliography iso4 papis
Last synced: 3 months ago
JSON representation
Papis plugin that abbreviates journals according to LWTA
- Host: GitHub
- URL: https://github.com/alexfikl/papis-abbrev
- Owner: alexfikl
- Created: 2024-02-29T16:51:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T08:14:33.000Z (3 months ago)
- Last Synced: 2025-02-23T18:13:32.563Z (3 months ago)
- Topics: bibliography, iso4, papis
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
.. image:: https://github.com/alexfikl/papis-abbrev/workflows/CI/badge.svg
:alt: Build Status
:target: https://github.com/alexfikl/papis-abbrev/actions?query=branch%3Amain+workflow%3ACIpapis-abbrev
==============This command uses `pyiso4 `__ to abbreviate
journal names. The simplest usage is to just abbreviate a given name using.. code:: sh
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.. code:: sh
papis abbrev add --journal-key journal_abbrev --all
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.. code:: sh
papis abbrev bibtex --out main.abbrev.bib main.bib
LICENSE
=======This package is licensed under the MIT license (see ``LICENSES/MIT.txt``).