-
-
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
Improvements for the Entry Preview #7083
Comments
When using citation styles, you get the style-dependend preview for free (no documentation for JabRef existing yet --> https://docs.jabref.org/collaborative-work/export/customexports). We know that not all fields are available there. Future work:
|
Thanks for the quick reply! My idea was to make the default preview (which already is independent from citation styles) more suitable without the necessity to adjust the citation style for the adjustments of these styles are non-trivial if you want to have them to be really consistent. A complete and consistent preview by default could help a lot, especially to those who do not work with automated citation styles. For example, in the historic or "classic" humanities there are way to many special cases and exceptions when it comes to older literature. |
I have to think how to include localization in the preview
Think, in English, this is |
Localization wouldn't be the priority in my opinion (even though very useful). We could just include |
Made some improvements for the entry preview that should be more entry type sensitive. |
* upstream/master: (33 commits) Bump archunit-junit5-api from 0.14.1 to 0.15.0 (#7220) Bump unoloader from 7.0.3 to 7.0.4 (#7214) Bump guava from 30.0-jre to 30.1-jre (#7218) Bump xmpbox from 2.0.21 to 2.0.22 (#7217) Bump classgraph from 4.8.94 to 4.8.97 (#7211) Bump byte-buddy-parent from 1.10.18 to 1.10.19 (#7216) Bump archunit-junit5-engine from 0.14.1 to 0.15.0 (#7215) Bump org.beryx.jlink from 2.22.3 to 2.23.0 (#7212) Add missing author Remove field check for journal abbrev in entry editor (#7208) Improvements for Entry Preview (in the context of #7083 and in addition to #7093) (#7185) Fix pdf content importer exception if DOI is empty (#7207) New translations JabRef_en.properties (Turkish) (#7204) New Crowdin updates (#7198) New Crowdin updates (#7192) Added missing test Changed tests to parameterized tests Extraction of Globals.prefs.put and .get (#7121) Fix newly added entry not synced to db (#7178) Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r (#7187) ...
Is there yet something open in this issue? There is another commit but as far as I have seen the actual release client, everything works as expected. |
@AtrusRiven Thank you for reporting back. Since you are the issue author and state that everything is fixed, I'll close the issue. |
The preview does not differentiate between different entry types. Of course, there’s the possiblity to display the entries in a certain citation style that employs this differentiation, but in my opinion, the preview display should be independent from the citation styles. No differentiating between entry types, thus, results in an ambiguous display in some cases, crossing the metadata’s logical order, for example with
InCollection
:With the sequence:
The preview should be conditional upon the entry type, so that in this example the sequence would be:
In general, the logical order should differentiate between the containing and the contained bibliographical element. Thus, this new logical order would be (the following covers the most important entry types and doesn’t claim completeness):
entrytype
Book
2. Title
3. Year
Collection
2. Title
3. Year
Article
andInCollection
2. Title
3. Year
4. Editor (Ed.)
5. Booktitle
Moreover, the preview could be more complete and well-arranged in displaying the entry’s metadata, for example:
Would it be possible to substitute the default preview style with something like this (code for this preview styling)?
The text was updated successfully, but these errors were encountered: