QuickBib: An app to quickly convert DOI/arXiv to BibTeX

I made a cross-platform app (python+Qt6) that converts a DOI number/arXiV ID/journal URL to BibTeX. It may come handy to researchers while referencing papers in LaTeX.

image

It accepts input in many forms, such as

  1. DOI, e.g. 10.1038/nphys1170
  2. DOI link, e.g. https://doi.org/10.1038/nphys1170
  3. arXiv link, e.g. https://arxiv.org/abs/2411.08091
  4. arXiv ID, e.g. arxiv:2411.08091 or arXiv:2411.08091 or just 2411.08091
  5. Old arXiv ID format, such as, hep-th/9901001
  6. Journal link (works with APS journals, Nature journals, and PNAS, and more), e.g. journals.aps.org/prl/abstract/10.1103/v6r7-4ph9

It uses doi2bib3 as its backend.

Installation:

Available on the AUR: yay -S quickbib.

Also available on Flathub and Snap store (also available on Windows and macOS).

Homepage: https://archisman-panigrahi.github.io/QuickBib/

Any feedback is welcome!