All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. The project is versioned using CalVer.
- Added checker "Escaped Ampersands":
check_ampersands.py
which checks all CSV journals in the folderjournals
to make sure all instances of ampersands are unescaped
.github/workflows/tests.yml
contains the scriptcheck_ampersands.py
- Minor format changes in
README.md
andLISENSE.md
as the old GitHub actions check was already failing - Found an escaped ampersands using the new script in
journal_abbreviations_dainst.csv
so this was amended.
[;<frequency>]
was removed, because it was used very seldom - and the data should be collected at other places.
Initial tagged release