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

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
Last synced: 10 months ago · JSON representation

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
Created almost 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

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

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

All Time
  • Total Commits: 10
  • Total Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

pom.xml maven
  • org.jbibtex:jbibtex 1.0.20
  • org.json:json 20220320