Skip to content

Bibtex parser and auto-completer. Collects data from DBLP and updates your bib files.

Notifications You must be signed in to change notification settings

mikel-fernandez/dblp_comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

dblp_comp

Bibtex parser and auto-completer. Collects data from DBLP and updates your bib files.

This script parses a bib file, searches its title in DBLP, and writes the data collected to another bib file. The reference ID is left unchanged so there is no need to update the references.

All the data imported from DBLP will be added to the entry. However, the user can create exceptions to ignore some of the imported data (-e).

Usage:

  python dblp_comp.py -i in.bib -o out.bib -e exception1 -e exception2

Dependencies:

getopt
pylatexenc
re
time
xml
urllib2
bibtexparser

Help:

  python dblp_comp.py -h

About

Bibtex parser and auto-completer. Collects data from DBLP and updates your bib files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages