opendetex@b980e67642 | ||
.gitignore | ||
.gitmodules | ||
arxiv.py | ||
bbl.py | ||
doi.py | ||
main.py | ||
README.md | ||
regex.py | ||
requirements.txt | ||
tools.py |
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.