Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bytehamster/bibtexdblpcomplete
- Owner: ByteHamster
- License: mit
- Created: 2022-08-05T19:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T16:20:09.000Z (11 months ago)
- Last Synced: 2024-06-12T17:57:34.756Z (6 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```