-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add OpenCitations #14996
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
Merged
Merged
Add OpenCitations #14996
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f572b32
Refine explanation of references
koppor 4e5f01e
Begin of OpenCitationsFetcher
koppor b31873f
Initialize task: New task
koppor 4d7d56c
Create Response Model Classes
koppor 0c62740
Technical Specification
koppor 312562b
Technical Specification
koppor d6545b1
Create Response Model Classes
koppor 6004e27
Create Response Model Classes
koppor d3e6beb
Implement OpenCitationsFetcher Core Class
koppor 345bac0
Implement OpenCitationsFetcher Core Class
koppor 4e64795
Implement OpenCitationsFetcher Core Class
koppor 5406e4f
Implement OpenCitationsFetcher Core Class
koppor b13ffec
Implement OpenCitationsFetcher Core Class
koppor f3867e1
Implement OpenCitationsFetcher Core Class
koppor 057abaf
Implement OpenCitationsFetcher Core Class
koppor 5f77b88
Implement OpenCitationsFetcher Core Class
koppor 84fd50f
Implement OpenCitationsFetcher Core Class
koppor 3538b3d
Implement OpenCitationsFetcher Core Class
koppor 8a488ec
Register OpenCitations in CitationFetcherType Enum
koppor 51bbae3
Merge branch 'new-task-ed21' into add-open-citations
koppor 51dd141
Remove zenflow things
koppor b6a7cc9
Merge remote-tracking branch 'origin/main' into add-open-citations
koppor 3979fdc
JabKit: Use OpenCitations instead of CrossRef
koppor 2f811ee
Add selection of citation providers also for GetCitingWorks
koppor 3454654
Begin to wire OPEN_CITATIONS into GUI
koppor 343b6f5
Refine code
koppor 15a1537
Wire OpenCitations into GUI
koppor 6bff9a9
Add CHANGELOG.md entry
koppor 8869a0b
Fix CrossRef fetching issue
koppor dd3dabc
Add link to CHANGELOG.md
koppor 64e5d27
Add links to API - and group methods more together
koppor 75e377e
Fix references.md
koppor dcd6c31
Fix format
koppor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Create Response Model Classes
- Loading branch information
commit d6545b1cf0bbb2ddb77f2e793fe4acd48b32c391
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
.../main/java/org/jabref/logic/importer/fetcher/citation/opencitations/CitationResponse.java
This file was deleted.
Oops, something went wrong.
17 changes: 7 additions & 10 deletions
17
...src/main/java/org/jabref/logic/importer/fetcher/citation/opencitations/CountResponse.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
is this class here really necessary?
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.
DTO pattern. Better consistency in always using a DTO in this class than case-by-case
--> CitatonItem is the other DTO.