2015-12-23 19:29:10 +01:00
|
|
|
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
|
|
|
|
|
2015-12-23 22:18:52 +01:00
|
|
|
* `./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.
|