-
-
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
Zbmath fetcher #7440
Zbmath fetcher #7440
Conversation
Adjust zbmath fetcher
In the Fetcher Tests src/test/java/org/jabref/logic/importer/fetcher/ZbMATHTest.java did not fail but some tests for other fetchers. I think this failures are not due to my changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your contribution. This is a nice feature!
I have a few remarks, but they are only minor once.
src/main/java/org/jabref/logic/importer/EntryBasedParserFetcher.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/logic/importer/EntryBasedParserFetcher.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/logic/importer/fetcher/ZbMATHTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/logic/importer/fetcher/ZbMATHTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/jabref/logic/importer/fetcher/ZbMATHTest.java
Outdated
Show resolved
Hide resolved
Thank You for the help with the AuthorList Class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the quick follow-up. The code looks good to me.
Just out of interest, are you affiliated in some way with zentralblatt?
I work for them ;-) I wrote this sometime ago on gitter...but you might not follow all messages there. |
* upstream/master: Bump pascalgn/automerge-action from v0.13.0 to v0.13.1 (#7445) Auto-approve depend-a-bot-PRs (#7332) Clarify that changelog is user-facing Remove unmaintained AUTHORS file Fixes the issue "Non valid number as font size results in an uncaught exception." (#7438) Zbmath fetcher (#7440) Bump me.champeau.gradle.jmh from 0.5.2 to 0.5.3 (#7444) Bump styfle/cancel-workflow-action from 0.7.0 to 0.8.0 (#7446)
Add zbmath to the public databases which can be chosen when updating an entry with bibliographic information from the web. See Fixes #7437.