-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
When fetching from DOI: Dialog should select field data based on validity #12549
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
Comments
/assign-me |
👋 Hey @AndraRice, 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 45 days (by 17 April 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
/assign-me |
|
Hey @AndraRice, are you currently working on this? If not, I'd be happy to take it on. |
@Paras-Gupta16 Our team is currently working on it |
@Menoa11 May we ask about an initial Pull Request? May we also ask about a deadline from your side? |
@koppor our assignment is due on March 31st so there will for sure be a pull request with the change by then. |
Please keep in mind that we aim for contributions included. Thus, submit early to provide us time for feedback. Preferrably at least half the time you required to send the initial PR. Then, there will be feedback. Then we pray that you address the feedback. Please keep in mind that some bots will check the minimum requirements. We wish that addressing this will take one day only. Finally, we really hope that contributors appreciate working on a project used by thousands of people worldwide and take their improvements more serious than just a throw-away excersice to get some study credit points. Contributor appreciation motivates us to spend our free time to a) provide individual feedback and b) keep the whole flow running. |
As user, I can refine entry's data using a DOI. See https://docs.jabref.org/finding-sorting-and-cleaning-entries/getbibtexdatafromdoi#completing-information-based-on-doi-or-isbn for an example.
Then, for any field, it could be possible that information is existing locally ("Original entry") and from the DOI ("Entry from DOI").
Example:
However, sometimes, the local data is really wrong. In this example, the "year" (
1109
) and the "Entrytype" (Misc
).The dialog should select the data which could be more right. Here, "Entrytype" and "Year" should be selected from "Entry from DOI":
Task
Details
The dialog currently prioritizes the entry from the library. Sometimes, the data from the library is really wrong.
Example:
When the merge entries dialog is started, it should select the more propriate entry type (everything else as MISC is better) and the better year (if year differs more than 10 years, the "new" year should be taken)
The text was updated successfully, but these errors were encountered: