franklin
Retrieve scientific papers and manage associated citations.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Keywords
bibtex
journals
literature
Last synced: 9 months ago
·
JSON representation
Repository
Retrieve scientific papers and manage associated citations.
Basic Info
- Host: GitHub
- Owner: canismarko
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Homepage: https://franklin.readthedocs.io/en/latest/
- Size: 159 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
- Releases: 0
Topics
bibtex
journals
literature
Created about 7 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
README.rst
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
Owner
- Name: Mark Wolfman
- Login: canismarko
- Kind: user
- Location: Chicago, IL
- Company: Argonne National Laboratory
- Website: http://magicacid.com
- Repositories: 55
- Profile: https://github.com/canismarko
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mark Wolfman | c****o@g****m | 42 |
| Mark Wolf | m****2@u****u | 1 |
Committer Domains (Top 20 + Academic)
uic.edu: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 7
- Total pull requests: 5
- Average time to close issues: about 2 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 5
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- canismarko (7)
Pull Request Authors
- dependabot[bot] (5)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5)
Packages
- Total packages: 1
-
Total downloads:
- pypi 44 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 14
- Total maintainers: 1
pypi.org: franklin
Retrieve scientific papers and manage associated citations.
- Homepage: https://github.com/canismarko/franklin
- Documentation: https://franklin.readthedocs.io/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 0.14
published about 2 years ago
Rankings
Dependent packages count: 10.0%
Downloads: 19.3%
Dependent repos count: 21.7%
Average: 21.7%
Stargazers count: 27.8%
Forks count: 29.8%
Maintainers (1)
Last synced:
10 months ago
Dependencies
requirements.txt
pypi
- Babel ==2.6.0
- Jinja2 ==2.10.1
- MarkupSafe ==1.1.1
- PyPDF2 *
- Pygments ==2.3.1
- Sphinx ==2.0.1
- alabaster ==0.7.12
- atomicwrites ==1.3.0
- attrs ==19.1.0
- bibtexparser ==1.1.0
- chardet ==3.0.4
- coverage ==4.5.3
- coveralls ==1.7.0
- docopt ==0.6.2
- docutils ==0.14
- idna ==2.8
- imagesize ==1.1.0
- more-itertools ==7.0.0
- orgparse ==0.2.4
- packaging ==19.0
- pandas ==0.25.3
- pluggy ==0.9.0
- py ==1.8.0
- pyparsing ==2.4.0
- pytest ==4.4.1
- pytest-cov ==2.6.1
- pytz ==2019.1
- requests ==2.21.0
- six ==1.12.0
- snowballstemmer ==1.2.1
- sphinxcontrib-applehelp ==1.0.1
- sphinxcontrib-devhelp ==1.0.1
- sphinxcontrib-htmlhelp ==1.0.2
- sphinxcontrib-jsmath ==1.0.1
- sphinxcontrib-qthelp ==1.0.2
- sphinxcontrib-serializinghtml ==1.1.3
- titlecase ==0.12.0
- tqdm ==4.35.0
- urllib3 ==1.24.2
pyproject.toml
pypi
- bibtexparser *
- orgparse *
- pandas *
- pyPDF2 *
- requests *
- titlecase *
- tqdm *