6 releases
0.1.5 | Sep 7, 2021 |
---|---|
0.1.4 | Sep 6, 2021 |
#7 in #arxiv
15KB
246 lines
d2b
Command-line tool for generating bibtex from DOIs and arXiv IDs.
Installation
cargo install d2b
Examples
arXiv identifiers:
> d2b 1712.01815
DOIs:
> d2b 10.1145/359327.359336
Multiple identifiers:
> d2b 2105.11572 10.1145/359327.359336
Identifiers are queried asynchronously. Duplicates are removed.
Example formats:
- 1111.4246
- arxiv:1111.4246
- https://arxiv.org/abs/1111.4246
- 10.18637/jss.v076.i01
- doi:10.18637/jss.v076.i01
- https://doi.org/10.18637/jss.v076.i01
Dependencies
~16–29MB
~504K SLoC