Go to file
Lucas Verney 51df30918a Clean a bit the code 2015-12-23 22:49:14 +01:00
opendetex@b980e67642 Bump opendetex 2015-12-23 19:30:00 +01:00
.gitignore Clean a bit the code 2015-12-23 22:49:14 +01:00
.gitmodules First commit 2015-12-23 19:29:10 +01:00
README.md Plug arXiv 2015-12-23 22:18:52 +01:00
arxiv.py Clean a bit the code 2015-12-23 22:49:14 +01:00
bbl.py Clean a bit the code 2015-12-23 22:49:14 +01:00
doi.py Clean a bit the code 2015-12-23 22:49:14 +01:00
main.py Clean a bit the code 2015-12-23 22:49:14 +01:00
regex.py Clean a bit the code 2015-12-23 22:49:14 +01:00
requirements.txt First commit 2015-12-23 19:29:10 +01:00
tools.py Clean a bit the code 2015-12-23 22:49:14 +01:00

README.md

Metadata for arXiv

Installation

For building opendetex (which is a necessary dependency), you will need gcc, flex and make.

  • Clone this repository: git clone https://github.com/Phyks/arxiv_metadata.
  • Init submodules (opendetex): git submodule init; git submodule update.
  • Build opendetex: cd opendetex; make.
  • You are ready to go.

Usage

  • ./main.py some_file.bbl to get a list of DOIs associated to each \bibitem.
  • ./main.py arxiv_eprint_id to get a list of DOIs associated to each reference from the provided arXiv eprint.