-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing a PDF with arXiv Id should fetch the arXiV information using the arXivFetcher #12000
Comments
Hi, Koppor! I am really interested in this issue. Could you let my work out this issue? Thank you! |
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 Happy coding! 🚀 |
/unassign @XYZ567AB |
👋 Hey @XYZ567AB, you've been automatically unassigned from this issue due to inactivity. Note If you'd like to be re-assigned, just leave another comment or ask a maintainer to assign you again. |
Hello @koppor , |
👋 Hey @ar-rana, it looks like you're interested in working on this issue! 🎉 If you'd like to take on this issue, please use the command |
/assign-me |
👋 Hey @ar-rana, thank you for your interest in this issue! 🎉 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. Happy coding! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 90 days (by 15 March 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
Example paper: https://arxiv.org/abs/2408.06224
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:
org.jabref.logic.importer.fileformat.PdfContentImporterTest
org.jabref.logic.importer.fileformat.PdfContentImporter
(and maybe also the classes for the arXiv Id parsing)The text was updated successfully, but these errors were encountered: