JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.64k stars 2.59k forks source link

Importing a PDF with arXiv Id should fetch the arXiV information using the arXivFetcher #12000

Open koppor opened 1 month ago

koppor commented 1 month ago

Example paper: https://arxiv.org/abs/2408.06224

Image

Similar to doi = getDoi(null); and related code in org.jabref.logic.importer.fileformat.PdfContentImporter, there should be a handling of the àrXiv` id.


Tasks:

  1. Add test case to org.jabref.logic.importer.fileformat.PdfContentImporterTest
  2. Implement functionality in org.jabref.logic.importer.fileformat.PdfContentImporter (and maybe also the classes for the arXiv Id parsing)
XYZ567AB commented 1 month ago

Hi, Koppor! I am really interested in this issue. Could you let my work out this issue? Thank you!

github-actions[bot] commented 1 month ago

Welcome to the vibrant world of open-source development with JabRef!

Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly.

In case you encounter failing tests during development, please check our developer FAQs!

Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.

⚠ Note that this issue will become unassigned if it isn't closed within 30 days.

🔧 A maintainer can also add the Pinned label to prevent it from being unassigned automatically.

Happy coding! 🚀