Help generate citations that meet the requirements for conference and journal submissions.
Completing standardized names can make matching more precise. We would greatly appreciate it if you can fill more standard conference / journal names or correct wrong names in bfm/data/others.txt
. Please use pull requests to submit your changes.
Install from PyPi:
pip install -U bibtex-formatter
Alternatively, you can also install the latest version (not stable) from github:
pip install -U git+https://github.com/Nickydusk/BibTeX-Formatter.git@main
bfm IN_FILE
Positional args:
IN_FILE
: Choose the input .bib file
Options (Please see bfm --help
for more details):
-o OUTPUT
,--output OUTPUT
: Choose the output .bib file, default toout.bib
-l LOG
,--log LOG
: Choose the output log file, default tologs.txt
- Remove duplicate citations (keep the first occurrence), log what is removed
- Simplify keys according to citation type (e.g.,
@inproceedings -> [author, title, booktitle, pages, year]
) - Standardize conference / journal names (e.g.,
Advances in Neural Information Processing Systems
) - Standardize "pages" to
pages = {start-end}
, alert if more or less timestamps. - Standardize arXiv citations to google scholar style
- arXiv export bibtex -> google scholar style
- dblp bibtex -> google scholar style
- Online check contents, make sure they are up to date