Skip to content

Read a list of paper titles and save their DBLP bibtex entries in a file.

Notifications You must be signed in to change notification settings

todpole3/accio-bib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Accio-bib

Read a list of paper titles and save their DBLP bibtex entries in a file.

Usage

pip install -r requirements.txt

python accio.py <input_file> <output_file>

Example

Run

python accio.py test.txt test.bib

You should see the following in the standard output

Accio article "Dynamic Routing Between Capsules"
Success!
Accio article "Non-Autoregressive Neural Machine Translation"
Success!
Accio article "NL2Bash: A Corpus and Semantic Parser for Natural Language Interface to the Linux Operating System"
Success!
*** Completed ***
3 Succeeded, 0 Failed
Bibtex saved to test.bib

Note

This is a quick implementation that likely works for most paper titles, but please expect issues to be fixed in later iterations.

About

Read a list of paper titles and save their DBLP bibtex entries in a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages