https://github.com/canismarko/franklin
Retrieve scientific papers and manage associated citations.
https://github.com/canismarko/franklin
bibtex journals literature
Last synced: 6 days ago
JSON representation
Retrieve scientific papers and manage associated citations.
- Host: GitHub
- URL: https://github.com/canismarko/franklin
- Owner: canismarko
- License: gpl-3.0
- Created: 2019-04-19T16:09:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T18:55:35.000Z (about 1 year ago)
- Last Synced: 2025-04-22T15:09:22.226Z (6 days ago)
- Topics: bibtex, journals, literature
- Language: Python
- Homepage: https://franklin.readthedocs.io/en/latest/
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Franklin Citation Toolkit
=========================.. image:: https://readthedocs.org/projects/franklin/badge/?version=latest
:target: https://franklin.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://travis-ci.com/canismarko/franklin.svg?branch=master
:target: https://travis-ci.com/canismarko/franklin
.. image:: https://coveralls.io/repos/github/canismarko/franklin/badge.svg?branch=master
:target: https://coveralls.io/github/canismarko/franklin?branch=master
.. image:: https://badge.fury.io/py/franklin.svg
:target: https://badge.fury.io/py/franklin``franklin`` is a set of tools for accessing research articles and
their associated bibtex references.The following console scripts are available.
- ``fetch-doi`` - Retrieve PDFs and bibtex entries.
- ``abbreviate-journals`` - Parse a bibtex file and look up abbreviated journal names.
- ``bibtex-cleanup`` - [coming soon] Parse a bibtex file and clean it up.Development
-----------
For development, a **developer installation** through pip is recommended... code:: bash
$ git fetch https://github.com/canismarko/franklin.git
$ pip install franklin/requirements.txt
$ pip install -e franklin/Run the tests using pytest:
.. code:: bash
$ pytest