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
"Advances in Data Analysis and Classification. ADAC","Adv. Data Anal. Classif.""Advances in Data Analysis and Classification. ADAC. Theory, Methods, and Applications in Data Science","Adv. Data Anal. Classif."
Task:
If this is not done in small steps, the PRs cannot be reviewed and will be closed. Example: JabRef/jabref#13190
You can still orient yourself on the old PRs, maybe, there are some ideas.
Do NOT implement in Python (#170), include in JabRef
I needed to fix lists, because "wrong" lists were in. See #148
We should have a checker. Following are the tasks it should check following issues
ERROR: Wrong escape
ERROR: Wrong beginning letters
(This is #107)
ERROR: List contains non-UTF8 characters
This is #125.
WARN: Double entries
(This refs #77)
WARN: Same full form appearing twice
(This refs #77)
WARN: Same abbrevation appearing twice
(This refs #77)
WARN: abbreviation is the same as the full text
WARN: Management is abbreviated with outdated "Manage." instead of "Manag.
This is #78
Important
When working on this, one check after another needs to be done. With test cases. Otherwise, it cannot be reviewed and checked for correctness.