Skip to content

Clean bibtex entries, fix errors, protect acronyms and more!

Notifications You must be signed in to change notification settings

Sv3n/bibtex-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bibtex-sweeper

Clean bibtex entries, fix errors, protect acronyms and more!

Goal

The main purpose of this tool is to take a large, slightly unorganized and perhaps inconsistent bibtex file, and filter it down to a smaller consistent one, that can easily be used in publications. It essentially applies several filtering steps to achieve this goal.

Installing

Bibtex-sweeper depends on a relatively new version of bibtexparser. To install it, you can use:

sudo apt-get install python-pip
sudo pip install git+git://github.com/sciunto/python-bibtexparser.git

The simply clone this repo, and call the sweeper on <my_bibtex_file>.bib:

git clone https://github.com/Sv3n/bibtex-sweeper.git
python bibtex-sweeper/bibtexsweeper.py --bib <my_bibtex_file>.bib --out <filtered_output>.bib --config bibtex-sweeper/config.json

About

Clean bibtex entries, fix errors, protect acronyms and more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages