mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
Add missing citations to chapter bib files: - carlini2021extracting to privacy_security.bib - koomey2011web to frontiers.bib - quinonero2009dataset to robust_ai.bib Enhance citation validation script: - Strip trailing punctuation (.,;:) from citation keys - Filter out DOI-style citations (e.g., @10.1109/...) - Prevent false positives from citations like [@key.] These changes fix all reported citation validation failures while improving the validation script to handle edge cases better.