You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On click of a line : jump to entry (similar to behavior of org.jabref.gui.search.GlobalSearchBar)
other columns: Field names
content:
x | required field is present
o | optional field is present
? | unknown field is present
- | field is absent
See org.jabref.logic.quality.consistency.BibliographyConsistencyCheckResultTxtWriterTest#checkDifferentOutputSymbols for a "guide" how to get the symbols. Just step through the code.
If no new tables are used, but a single table, this table would look as follows:
@Donald-0017 I am un-assigning you based on the assessment of your effort and code at #12086. This is not to discourage - you are welcome to contribute, but please pick a simpler/smaller issue to start with that you can understand as per your skills at the moment (and ask questions before starting with code right away or when you face a blocker).
Furthermore, there are basic etiquettes that you are expected to follow in open-source (you can read the github-actions bot message above this - it's there for a reason).
Note This is a bit more effort. Suited for more than one developer
JabRef has a functionality to check a set of BibTeX entries for consistency. (Introcued at #10778 and #10847)
The class for that is
org.jabref.logic.quality.consistency.BibliographyConsistencyCheck
.There is currently no UI.
Goals:
Result window:
Displays
org.jabref.logic.quality.consistency.BibliographyConsistencyCheck.Result
.Use each EntryType as heading (or do accordeons as in the FindUnlinkedFiles functionality)
For each EntryType in Result:
Display org.jabref.logic.quality.consistency.BibliographyConsistencyCheck.EntryTypeResult
org.jabref.gui.search.GlobalSearchBar
)x | required field is present
o | optional field is present
? | unknown field is present
- | field is absent
See org.jabref.logic.quality.consistency.BibliographyConsistencyCheckResultTxtWriterTest#checkDifferentOutputSymbols for a "guide" how to get the symbols. Just step through the code.
If no new tables are used, but a single table, this table would look as follows:
(Taken from #10778)
The text was updated successfully, but these errors were encountered: