-
-
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 support to explore citation relations #7160
Conversation
… citation relations based on the currently selected BibEntry. Created prototype for api fetcher of citation relations.
… added language support (german and english) for tab
…title search for all DOI's
…ded functionality to addButton and detailsButton
…labels responsive
For auto closing: Fixes #6187 (GitHub does not know |
Small note: The commit messages of the new commits are good ones - imperative voice. See https://chris.beams.io/posts/git-commit/#imperative for details |
@timbachmann May I ask for the status? I currently don't see where the current working token is located. 😇 |
@timbachmann Amazing feature ❤️ |
Storing references externallyPro storing "cited by" and "cites" from "external papers" (== not contained in .bib file) into the file
Con storing in the file
Storing internal referencesInternal links within the .bib file: Pro and con as above ConclusionProposal: Use a h2 database for storing this information. h2 functionality is already included in JabRef. NOT chosen:
Future Work (not part of this PR)Make a "portable" .car file being self-contained. This is a "citation-archive" containing the external link file and the .bib file. This can be imported by another jabref instance. |
# Conflicts: # .mailmap # AUTHORS # src/main/java/org/jabref/gui/entryeditor/EntryEditor.java # src/main/java/org/jabref/gui/entryeditor/OtherFieldsTab.java # src/main/resources/l10n/JabRef_de.properties # src/main/resources/l10n/JabRef_en.properties
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
|
We all did not find time to finish this PR. Therefore, moving to koppor - to preserve the commits. See koppor#643 |
Fixes #6187
Added tab in entry editor to explore citation relations of a specific article.
For further information, one can read our project documentation, which is part of this pull request.
This project is part of the "Software Engineering" course at Universität Basel, so don't hesitate to comment or suggest changes.
Screenshots: