https://github.com/bytehamster/bibtexdblpcomplete
This tool takes a bibtex file and tries to complete each entry using the dblp database.
Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Repository
This tool takes a bibtex file and tries to complete each entry using the dblp database.
Basic Info
- Host: GitHub
- Owner: ByteHamster
- License: mit
- Language: Java
- Default Branch: main
- Size: 18.6 KB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 4
Metadata Files
README.md
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] ```
Owner
- Login: ByteHamster
- Kind: user
- Location: Germany
- Company: Karlsruhe Institute of Technology
- Website: https://www.bytehamster.com
- Repositories: 50
- Profile: https://github.com/ByteHamster
I'm a PhD student at Karlsruhe Institute of Technology. In my freetime, I maintain AntennaPod and contribute to other projects like K-9 Mail and Baikal Server.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| ByteHamster | i****o@b****m | 10 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- org.jbibtex:jbibtex 1.0.20
- org.json:json 20220320