Skip to content

A simple script designed to convert BibTeX (.bib) file into neatly formatted entries as found on DBLP.

Notifications You must be signed in to change notification settings

ignorejjj/Bibtex_DBLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bibtex_DBLP

A simple script designed to convert BibTeX (.bib) file into neatly formatted entries as found on DBLP.

For each article item in the input BibTeX file, a search will be performed on DBLP using its title. If a corresponding entry is found, it will be replaced; otherwise, a message will be displayed in the console, and the original item will be retained.

Requirements

pip install -r requirements.txt

Usage

python bibparser.py --input_path custom.bib --output_path new.bib

About

A simple script designed to convert BibTeX (.bib) file into neatly formatted entries as found on DBLP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages