-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DOI not imported from RIS file #6530
Comments
Thanks for your report. jabref/src/main/java/org/jabref/logic/importer/fileformat/RisImporter.java Lines 314 to 318 in 4e220f6
Seems like it's missing an else case. Ideally it would also be better to use our DOI class for "parsing" the DOI. PS: Did you know that JabRef has the ability to import entries directly by PMID? |
For me it seems not necessary to check if the DOI field exactly starts with "doi:", if it is listed in the RIS file, it should be already verified. So importing and loading will just be fine. |
This should be now fixed in the latest master (currently building, ready in roughly half an hour) We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version. |
On the build/master page there is still the JabRef 5.1--2020-06-04--7cc5747 that has not solved the problem. I'll wait for a new one. Thanks! |
Thanks for the hint, the build got canceled by GitHub. I re triggered a new one just now. |
OK! Version JabRef 5.1--2020-06-06--5676d65 solved the problem. Thanks! |
JabRef 5.1--2020-05-23--03e3663
Windows 10 10.0 amd64
Java 14.0.1
Importing in a biblatex library the attached RIS file does not load the DOI field.
PMC4756000.txt
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: