Skip to content

ssivakorn/doi-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

doi-tools

DOI lookup tools

Do a look up for DOI from paper author's name and title. Credit: http://www.crossref.org/guestquery/

Usage

In short, do this

$ python3 doilookup.py -a "sivakorn" -t "I am Robot: (Deep) Learning to Break Semantic Image CAPTCHAs"
sivakorn|I am Robot: (Deep) Learning to Break Semantic Image CAPTCHAs|http://dx.doi.org/10.1109/EuroSP.2016.37

For more help, do

$ python3 doilookup.py -h
Simple script to lookup DOI from author and title

optional arguments:
  -h, --help            show this help message and exit
  -a AUTHOR, --author AUTHOR
                        author's lastname
  -t TITLE, --title TITLE
                        paper title
  --html HTML           get full html output page: [filename]

Releases

No releases published

Packages

No packages published

Languages