No project description provided
Reason this release was yanked:
API key
Project description
bibcites
Command-line utility which reads a BibTeX file, finds entries with a DOI, looks up the corresponding number of citations using OpenCitations, saves this number to the addendum field of each entry, and writes results to a new BibTex file.
Installation
python -m pip install bibcites should do the trick.
Usage
Usage: bibcites [OPTIONS] BIBFILE
Reads a BibTeX file (BIBFILE), finds entries with a DOI, looks up the
corresponding number of citations using OpenCitations
(https://opencitations.net), saves this number to the 'addendum' field of
each entry, and writes results to a new BibTex file.
Optionally, using option -s, print out a list of entries with DOI sorted by
number of citations.
Options:
-o TEXT output BibTex file
-f TEXT format of text to save to 'addendum' field
-s print list sorted by cites
-v enable verbose output
-t TEXT only process entries of this type (may be used several times to
process several types)
-n INTEGER size limit for OpenCitations queries
--help Show this message and exit.
bibcites myfile.bib will read the contents of myfile.bib, look up all entries with a DOI field in OpenCitations, append “[X citations]” to the addendum field of each entry, and save the result to myfile_withcites.bib
- To get verbose output, use
-voption. - To set a custom file name for the output BibTeX file, use the
-o <customfilename>option. - To set a custom format to the
addendumfield, use the-foption, e.g.,-f 'Cited {:s} times'. Use the{:s}specifier because the citation count is a string. - To print out a list of processed entries, sorted by decreasing number of citations, use the
-soption. - To process only entries of certain types, use the
-toption one or more times, e.g.,-t article -t book. - To limit the size of OpenCitations queries, use
-noption (default is-n 50).
Contact
All questions and suggestions are welcome and should be directed at Mathieu Daëron.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bibcites-2.0.0.tar.gz.
File metadata
- Download URL: bibcites-2.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
325e8a1b885272eb8624dc75a32541889b0d335b2b6d4635e28bd9f7d02669a0
|
|
| MD5 |
9fc518d886ac6a81b811e96403294ff8
|
|
| BLAKE2b-256 |
8f97ad789b5d4e89b57d5a0243fd113df0488bc49a064850edfa8a1c44e33dac
|
File details
Details for the file bibcites-2.0.0-py3-none-any.whl.
File metadata
- Download URL: bibcites-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f9752603b88b7790a1a3c2a2f4e0f77338af1294bdccad4f5a708b2582a2ff7
|
|
| MD5 |
d8173f72eb824eaca775d81c7a8653cd
|
|
| BLAKE2b-256 |
a9bf5736cb18a9a06581d5f0e8dcf89b0195dc8e8b5fc0939fa1ef5fdba74326
|