-
-
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
Integrate GVK plugin #378
Integrate GVK plugin #378
Conversation
* add initial support of 036D and 037A * move is to document conversion from GVKFetcher to GVKParser * add XMLUtil * minor code style changes
Minor improvements: * replace calls to datafield.getAttribute("tag") by a single variable
@JabRef/developers Please checkout this branch and run |
* adapt GVKParserTest accordingly * use Guava Strings.isNullOrEmpty in hasCiteKey and getFieldOrAlias * fix UTF-8 encoding in test cases
# Conflicts: # src/main/java/net/sf/jabref/model/entry/BibtexEntry.java
We use the German description instead of "GVK (Common Union Catalogue)" as GVK is typically used in Germany and (currently) the help file states the English translation.
Looks good to me. |
GVK search doesn't work for me, using JabRef 3.0 on Windows 7. After starting a search I get no response. The progress bar goes on and on and on until I hit "cancel". Other searches (DOAJ, DBLP, IEEE) work. The used search terms work in GVK itself, too. |
Works fine for me... What are the search terms you have used? |
Search term examples: "marketing", "Papula,Lothar", "Papula, Lothar", "wlan", "mtbf" Output of Error Console: Exception in thread "JabRef CachedThreadPool" java.lang.NullPointerException: Every BibtexEntry must have a type. |
Reproducible. Is caused by unknown entry types inside the fetcher. |
Please continue discussion in #447. |
@hauschke Workaround: Switch to BibLaTeX mode |
This integrates the GVK plugin into JabRef.
Location of the original source code at http://jabref.tempelb.de/