Skip to content

Commit f626c72

Browse files
authored
Remove journal_abbreviations_ieee_strings.csv from journal lists (#9511)
* Remove journal_abbreviations_ieee_strings.csv from journal lists * Fix checkstyle
1 parent 355c7cd commit f626c72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/refresh-journal-lists.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
rm journal_abbreviations_medicus.csv
4343
rm journal_abbreviations_webofscience-dots.csv
4444
45+
# we currently do not have good support for BibTeX strings
46+
rm journal_abbreviations_ieee_strings.csv
47+
4548
# prepare building
4649
mkdir -p $GITHUB_WORKSPACE/build/journals
4750
cp * $GITHUB_WORKSPACE/build/journals/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
2929
### Fixed
3030

3131
- The tab "deprecated fields" is shown in biblatex-mode only. [#7757](https://github.com/JabRef/jabref/issues/7757)
32+
- In case a journal name of an IEEE journal is abbreviated, the "normal" abbreviation is used - and not the one of the IEEE BibTeX strings. [abbrv#91](https://github.com/JabRef/abbrv.jabref.org/issues/91)
3233
- We fixed an issue where the last opened libraries were not remembered when a new unsaved libray was open as well. [#9190](https://github.com/JabRef/jabref/issues/9190)
3334
- We fixed an issue where no context menu for the group "All entries" was present. [forum#3682](https://discourse.jabref.org/t/how-sort-groups-a-z-not-subgroups/3682)
3435
- We fixed an issue where entering a date in the format "YYYY/MM" in the entry editor date field caused an exception. [#9492](https://github.com/JabRef/jabref/issues/9492)

0 commit comments

Comments
 (0)