cite

Command line tool to get bibliography e.g. BibTex entries

https://github.com/rgieseke/cite

Science Score: 49.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
    Found 15 DOI reference(s) in README
  • Academic publication links
    Links to: aps.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Command line tool to get bibliography e.g. BibTex entries

Basic Info
  • Host: GitHub
  • Owner: rgieseke
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 47.9 KB
Statistics
  • Stars: 14
  • Watchers: 4
  • Forks: 6
  • Open Issues: 3
  • Releases: 0
Created over 7 years ago · Last pushed about 3 years ago
Metadata Files
Readme License

README.md

cite

CI PyPI Conda Version

Installation

pip install cite

Usage

Prints citation from DOIs or URLs of journal articles which provide DOIs in their metadata.

``` $ cite https://doi.org/10.1103/PhysRev.48.73

Einstein, A., & Rosen, N. (1935). The Particle Problem in the General Theory of Relativity. Physical Review, 48(1), 73–77. doi:10.1103/physrev.48.73 ```

Other output styles formats are supported, see the list of CSL styles ar https://citation.crosscite.org/

``` $ cite --style iso690-author-date-en https://doi.org/10.1103/PhysRev.48.73

EINSTEIN, A. and ROSEN, N., 1935, The Particle Problem in the General Theory of Relativity. Physical Review [online]. 1 July 1935. Vol. 48, no. 1, p. 73–77. DOI 10.1103/physrev.48.73. Available from: http://dx.doi.org/10.1103/PhysRev.48.73 ```

To generate a BibTeX entry with a shortdoi-based unique key use --bibtex or -b

$ cite --bibtex https://doi.org/10.1103/PhysRev.48.73

The entry's key is made of name, year and short DOI of the item.

To get Citeproc-JSON use --json or -j.

Where the journals provide the DOI in their website's metadata it is also possible to use the article website URL: ``` $ cite https://journals.aps.org/pr/abstract/10.1103/PhysRev.48.73

Einstein, A., & Rosen, N. (1935). The Particle Problem in the General Theory of Relativity. Physical Review, 48(1), 73–77. doi:10.1103/physrev.48.73 ```

To add to an entry to an existing BibTex file:

cite --bibtex https://doi.org/10.1103/PhysRev.48.73 >> bibliography.bib

For the full list of options, see $ cite --help

Uses Crosscite DOI Content Negotiation.

Owner

  • Name: Robert Gieseke
  • Login: rgieseke
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 60
  • Total Committers: 3
  • Avg Commits per committer: 20.0
  • Development Distribution Score (DDS): 0.033
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Robert Gieseke r****g@w****e 58
Simon J Greenhill S****l 1
Jan Janssen j****n 1

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 5
  • Total pull requests: 2
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 2.2
  • Average comments per pull request: 3.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 3.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rgieseke (3)
  • eischaefer (1)
  • swillner (1)
Pull Request Authors
  • jan-janssen (1)
  • SimonGreenhill (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 163 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 14
  • Total maintainers: 1
pypi.org: cite

Command line tool to turn DOIs into citations

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 163 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 13.3%
Stargazers count: 15.2%
Average: 16.4%
Dependent repos count: 21.7%
Downloads: 21.8%
Maintainers (1)
Last synced: 8 months ago
conda-forge.org: cite

Prints citation from DOIs or URLs of journal articles which provide DOIs in their metadata.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 45.6%
Forks count: 47.7%
Stargazers count: 49.6%
Dependent packages count: 51.2%
Last synced: 8 months ago

Dependencies

dev-requirements.txt pypi
  • black * development
  • flake8 * development
  • pytest * development
  • setuptools >=38.6.0 development
  • twine >=1.11.0 development
  • wheel >=0.31.0 development
setup.py pypi
  • requests *
.github/workflows/main.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish 37e305e7413032d8422456179fee28fac7d25187 composite