-
-
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
Entry editor: Toggle journal abbreviation roundtrip does not work #9370
Comments
Hello, are you sure that it is the expected behavior ? |
Going off of @Siedlerchr's comment, I assume it's supposed to change from |
The very same issue seems to persist for me in the latest version of JabRef, even though it should have been fixed.
and then stops, instead of going again to full journal name. Any clue ? |
@LeRobertDePoche Hi, yes I could reproduce this. The problem is that JabRef internally stores the abbreviations with and for medline the dots are removed and JabRef can no longer find the journal name. There was a fix which tried to solve this, but seems like it missed some edge cases. |
I just tried to reproduce this error on a few different environments:
I don't get the stop error in each environment when going from "Phys Rev B" to "Physical Review B". @Siedlerchr Was this issue fixed in the time since the posting of @LeRobertDePoche's comment? I haven't touched my branch since my initial pull request on 2022-12-15. |
I think this issue was solved in the meantime. You should try always the latest development Version |
I tried with JabRef 5.9 - and could successfully "circle around": @LeRobertDePoche Please raise your voice if the issue persists at your side. |
I confirm it works fine now, thank you for your answers. |
JabRef version
Latest development branch build (please note build date below)
Operating system
macOS
Details on version and operating system
mac os 11.7 big sur
Checked with the latest development build
Steps to reproduce the behaviour
Comm. Pure Appl. Math.
Comm Pure Appl Math
=> Here the full journal name should be visible
Hints on the code
For anyone looking into this:
The problem is that both methods isKnownName
and
jabref/buildSrc/src/copied/java/org/jabref/logic/journals/JournalAbbreviationRepository.java
Line 77 in a1f2d51
do not consider a dotless abbreviation.
Solution could be to replace spaces with dots before checking.
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: