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
Repository
Command line tool to get bibliography e.g. BibTex entries
Basic Info
Statistics
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
cite
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
- Repositories: 48
- Profile: https://github.com/rgieseke
GitHub Events
Total
Last Year
Committers
Last synced: 9 months ago
Top Committers
| Name | 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
- Homepage: https://github.com/rgieseke/cite
- Documentation: https://cite.readthedocs.io/
- License: BSD
-
Latest release: 0.7.2
published over 4 years ago
Rankings
Maintainers (1)
conda-forge.org: cite
Prints citation from DOIs or URLs of journal articles which provide DOIs in their metadata.
- Homepage: https://github.com/rgieseke/cite
- License: BSD-2-Clause
-
Latest release: 0.7.2
published over 4 years ago
Rankings
Dependencies
- black * development
- flake8 * development
- pytest * development
- setuptools >=38.6.0 development
- twine >=1.11.0 development
- wheel >=0.31.0 development
- requests *
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
- pypa/gh-action-pypi-publish 37e305e7413032d8422456179fee28fac7d25187 composite