Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bytehamster/bibtexdblpcomplete

This tool takes a bibtex file and tries to complete each entry using the dblp database.
https://github.com/bytehamster/bibtexdblpcomplete

Last synced: 2 months ago
JSON representation

This tool takes a bibtex file and tries to complete each entry using the dblp database.

Awesome Lists containing this project

README

        

# BibtexDblpComplete

This tool takes a bibtex file and tries to complete each entry using the dblp database.
Supports all formats offered by dblp, and an additional format that is based on "condensed" but includes the doi.
If there are multiple search results on dblp, it takes the first one with matching year.

### Usage

Download the jar file attached to the latest release (or build using `mvn package`) and run:

```
java -jar BibtexDblpComplete.jar [FORMAT] FILENAME
```

`FORMAT` can be one of `--condensed`, `--condensed-with-doi`, `--standard`, `--crossref`

### Example interaction

```
BibTeXObject 0 of 65
Loading from dblp [condensed]: Hash, Displace, and Compress
Original entry | Suggested change
----- | -----
@inproceedings{belazzougui2009hash, | @inproceedings{belazzougui2009hash,
author = {Djamal Belazzougui and Fabiano C. Botelho and… | author = {Djamal Belazzougui and
title = {Hash, Displace, and Compress}, | Fabiano C. Botelho and
year = {2009} | Martin Dietzfelbinger},
} | title = {Hash, Displace, and Compress},
| booktitle = {{ESA}},
| series = {Lecture Notes in Computer Science},
| volume = {5757},
| pages = {682--693},
| publisher = {Springer},
| year = {2009},
| doi = {10.1007/978-3-642-04128-0_61}
| }

Apply this change? [Ynw]
```