-
-
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
Added Fetcher for ISIDORE #10518
Added Fetcher for ISIDORE #10518
Commits on Oct 17, 2023
-
Created a fetcher that would automatically fill referencing information from ISIDORE. Unfortunately the XML files are not always formatted the same way which increased the number of methods in this fetcher compared to the others.
Tal Shy-Tielen committedOct 17, 2023 Configuration menu - View commit details
-
Copy full SHA for fb2222e - Browse repository at this point
Copy the full SHA fb2222eView commit details -
ADD ISIDOREFetcher to WebFetchers
Added the ISIDOREFetcher to the list of WebFetchers, on line 149.
Tal Shy-Tielen committedOct 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 7d65239 - Browse repository at this point
Copy the full SHA 7d65239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f87aed - Browse repository at this point
Copy the full SHA 0f87aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d02f06 - Browse repository at this point
Copy the full SHA 6d02f06View commit details
Commits on Oct 18, 2023
-
Added tests for the ISIDORE fetcher.
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 25e4985 - Browse repository at this point
Copy the full SHA 25e4985View commit details -
Fixed case where doi would not be added correctly.
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 060b388 - Browse repository at this point
Copy the full SHA 060b388View commit details -
Merge branch 'fix-for-issue-10423' of https://github.com/u7492883/jabref
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 3037d9a - Browse repository at this point
Copy the full SHA 3037d9aView commit details -
Added ISIDORE's privacy policy link to PRIVACY.md.
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for ea6988e - Browse repository at this point
Copy the full SHA ea6988eView commit details -
ADD ISIDORE fetcher to CHANGELOG.md
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 403bf06 - Browse repository at this point
Copy the full SHA 403bf06View commit details -
Tal Shy-Tielen committed
Oct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 6d286fe - Browse repository at this point
Copy the full SHA 6d286feView commit details -
REMOVE stacktrace message from ISIDOREFetcher.java
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for e50b370 - Browse repository at this point
Copy the full SHA e50b370View commit details -
FIX static analysis issue with ISIDOREFetcher.java.
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 39496eb - Browse repository at this point
Copy the full SHA 39496ebView commit details -
Tal Shy-Tielen committed
Oct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 664a933 - Browse repository at this point
Copy the full SHA 664a933View commit details -
FIX using replace instead of replaceALL
Tal Shy-Tielen committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for bcd405c - Browse repository at this point
Copy the full SHA bcd405cView commit details
Commits on Oct 19, 2023
-
Tal Shy-Tielen committed
Oct 19, 2023 Configuration menu - View commit details
-
Copy full SHA for c08beb0 - Browse repository at this point
Copy the full SHA c08beb0View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38b9d33 - Browse repository at this point
Copy the full SHA 38b9d33View commit details -
EDIT moved parser creation into constructor.
Tal Shy-Tielen committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 48def73 - Browse repository at this point
Copy the full SHA 48def73View commit details -
FIX added constant values and removed abstract (due to copyright risk…
…s) and fixed typo.
Tal Shy-Tielen committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for b246a0d - Browse repository at this point
Copy the full SHA b246a0dView commit details -
FIX made ISIDOREFetcherTest.java more readable.
Tal Shy-Tielen committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 86e4ba4 - Browse repository at this point
Copy the full SHA 86e4ba4View commit details
Commits on Oct 21, 2023
-
EDIT use //s instead of looking for multiple spaces
Tal Shy-Tielen committedOct 21, 2023 Configuration menu - View commit details
-
Copy full SHA for ca69df7 - Browse repository at this point
Copy the full SHA ca69df7View commit details -
ADD comment about publisher format.
Tal Shy-Tielen committedOct 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 81c2172 - Browse repository at this point
Copy the full SHA 81c2172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f45b03 - Browse repository at this point
Copy the full SHA 8f45b03View commit details
Commits on Oct 22, 2023
-
EDIT made test cases more readable and intuitive based on comments fr…
…om pull request.
Tal Shy-Tielen committedOct 22, 2023 Configuration menu - View commit details
-
Copy full SHA for e15a3aa - Browse repository at this point
Copy the full SHA e15a3aaView commit details -
EDIT using StringJoiner and fixed exceptions based on comments.
Tal Shy-Tielen committedOct 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 0ca60b9 - Browse repository at this point
Copy the full SHA 0ca60b9View commit details -
Merge branch 'fix-for-issue-10423' of https://github.com/u7492883/jabref
Tal Shy-Tielen committedOct 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 4dacce8 - Browse repository at this point
Copy the full SHA 4dacce8View commit details
Commits on Oct 29, 2023
-
Merge branch 'main' of https://github.com/jabref/jabref into fix-for-…
…issue-10423 # Conflicts: # CHANGELOG.md
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 065c4cf - Browse repository at this point
Copy the full SHA 065c4cfView commit details -
ADD added message to CHANGELOG.md
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for db4a9ad - Browse repository at this point
Copy the full SHA db4a9adView commit details -
FIX style compliace for CHANGELOG.md
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 620f719 - Browse repository at this point
Copy the full SHA 620f719View commit details -
FIX remove quotation marks from title
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 0553443 - Browse repository at this point
Copy the full SHA 0553443View commit details -
EDIT moved documentBuilder out of Parser
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 80e1088 - Browse repository at this point
Copy the full SHA 80e1088View commit details -
FIX moved Isidore Fetcher into unreleased. I missed something when me…
…rging.
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 4702d14 - Browse repository at this point
Copy the full SHA 4702d14View commit details -
FIX test case after fixing quotation marks in title
Tal Shy-Tielen committedOct 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e3f3a3 - Browse repository at this point
Copy the full SHA 1e3f3a3View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ae49b38 - Browse repository at this point
Copy the full SHA ae49b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf40fd - Browse repository at this point
Copy the full SHA fdf40fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e7d59 - Browse repository at this point
Copy the full SHA b3e7d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c09c36 - Browse repository at this point
Copy the full SHA 5c09c36View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd6d630 - Browse repository at this point
Copy the full SHA cd6d630View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e3eb37 - Browse repository at this point
Copy the full SHA 8e3eb37View commit details -
Co-authored-by: Oliver Kopp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50e4205 - Browse repository at this point
Copy the full SHA 50e4205View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00eeb1 - Browse repository at this point
Copy the full SHA d00eeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96cfef - Browse repository at this point
Copy the full SHA e96cfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c8f68 - Browse repository at this point
Copy the full SHA b8c8f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92cf060 - Browse repository at this point
Copy the full SHA 92cf060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f17bc - Browse repository at this point
Copy the full SHA 87f17bcView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b04053 - Browse repository at this point
Copy the full SHA 5b04053View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4d08e0 - Browse repository at this point
Copy the full SHA d4d08e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b71ef06 - Browse repository at this point
Copy the full SHA b71ef06View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa4038 - Browse repository at this point
Copy the full SHA baa4038View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42bac2b - Browse repository at this point
Copy the full SHA 42bac2bView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0dfb2d - Browse repository at this point
Copy the full SHA a0dfb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 247ec3e - Browse repository at this point
Copy the full SHA 247ec3eView commit details