This is a list of acronyms in VA today.
Among other things, this list powers a DSVA and Lighthouse Slack bot.
Commits directly to master
are welcome. If you would prefer a review, create a pull request and select batemapf as a reviewer.
The terms can be cleaned up for duplicates and sorted via the cleanup script.
Run it via sh clean.sh
. An output.csv file will be generated that you can replace the acronyms.csv file with.
You can (optionally) install csvlint to check the format of the acronyms file. It requires Ruby v2.4.x, and can be installed with gem install csvlint
.
check_acronyms.py
can be invoked to fix other issues with the acronyms file, such as moving any all-lower-case or all-upper-case definition strings to title case, and turning smart quotes (e.g. “”‘’) to regular quotes.print-dupe-acronyms.sh
will print out acronyms that have multiple definitions. It can be used to check for potential duplicates.print-dupe-definitions.sh
will print out definitions that are the same across different acronyms.