-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to institution citation keys (#7210)
* Add test cases * Fix overly broad regexp The regexp is still broad, but unless there are further complaints perhaps it is enough. * Fix case-sensitivity in test case * Fix inline abbreviation for institutes * Drop test for short author * Add test case * Add test case * Fix test case for single word author * Fix un-escaped backslash in test case * Fix unbalanced brackets in text cases * Fix institute author abbreviations * Readability modifications * Add log output for generating university key When generating a key from a university name it should contain at least two parts, "university" and the university's name. If it does not it is likely that the name contained latex that could not be resolved correctly. * Fix JavaDoc * Update CHANGELOG.md * Add log message on miss-parsed LaTeX * Change fields to final * Fix institute abbreviation with special characters Some characters will be converted into a more BibTeX friendly during citation key generation. Øresund Science Region should be abbreviated to OSR but instead becomes OeSR. * Drop out-of-scope test case * Codestyle change * Update src/main/java/org/jabref/model/strings/LatexToUnicodeAdapter.java Co-authored-by: Christoph <[email protected]> * Update src/main/java/org/jabref/model/strings/LatexToUnicodeAdapter.java Co-authored-by: Christoph <[email protected]> * Update src/main/java/org/jabref/model/strings/LatexToUnicodeAdapter.java Co-authored-by: Christoph <[email protected]> * Update src/main/java/org/jabref/model/strings/LatexToUnicodeAdapter.java Co-authored-by: Christoph <[email protected]> * Removes unnecessary checked exception * Fix missed NFC normalization * Add test case Co-authored-by: Christoph <[email protected]>
- Loading branch information
1 parent
a6749ed
commit 78b08b5
Showing
7 changed files
with
128 additions
and
125 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.