-
-
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
Add support for scite.ai #10617
Add support for scite.ai #10617
Conversation
src/main/java/org/jabref/gui/entryeditor/SciteTabViewModel.java
Outdated
Show resolved
Hide resolved
src/main/java/org/jabref/gui/entryeditor/SciteTabViewModel.java
Outdated
Show resolved
Hide resolved
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.
Overall goes into the right direction, just some code style issues
…hrows them as FetcherException
@Siedlerchr I have made those requested changes, are you able to take another look? |
src/main/java/org/jabref/gui/entryeditor/SciteTabViewModel.java
Outdated
Show resolved
Hide resolved
…hrowing a generic unchecked exception
… longer localized
@Siedlerchr Thanks for the feedback. I have made the requested changes. |
LGTM! Just applied some small refactorings and another l10n string. |
Follow up: Move all the boolean entry editor preferences for each status to an enum Map |
and rename
…ix-for-issue-375 * 'fix-for-issue-375' of github.com:u7500248/jabref: Update EntryEditorTab.java Update CHANGELOG.md
* upstream/main: (24 commits) Add support for scite.ai (JabRef#10617) Update tests.yml (JabRef#10631) replace "SearchAll" in web search by "Search Selected" (JabRef#10611) Use System preference for light dark theme (JabRef#10593) Fix NPE in lookup identifer Add minimum requirements to CHANGELOG.md (JabRef#10628) Update to JavaFX 21.01 (JabRef#10627) Fix JabRef#10498 Create Fetcher and Transformer for ScholarArchive (JabRef#10549) fix tests Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (JabRef#10625) Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 Bump org.fxmisc.flowless:flowless from 0.7.1 to 0.7.2 Bump com.dlsc.gemsfx:gemsfx from 1.84.0 to 1.90.0 Bump com.tngtech.archunit:archunit-junit5-api from 1.1.0 to 1.2.0 Change linter (JabRef#10614) change codecov (JabRef#10616) Add entry based on ISSN number JabRef#10124 (JabRef#10178) Enable journal information fetcher directly in popup (JabRef#10598) Make generate button wider (JabRef#10588) make openRewrite stable again ... # Conflicts: # CHANGELOG.md # src/main/resources/l10n/JabRef_en.properties
Closes koppor#375
"Add support for scite.ai" - Retrieves scite.ai "Smart Citation" tallies for the selected citation (if a DOI exists)
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)