Commit Graph

1 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
9b313c17d9 feat(paper/scripts): add validate_refs.py — CrossRef spot-check for paper.bbl
Small bbl-validation helper for the interviews paper bibliography. Reads
paper.bbl, extracts each bibitem's rough title, queries CrossRef, and
prints [OK] / [WARN] / [ERR] per citation key. Useful as a spot-check
after large bibliography edits to catch typos, wrong years, or silently-
renamed works.

Placed alongside the other paper-tooling (analyze_corpus.py,
generate_figures.py, generate_macros.py). Path resolution uses
Path(__file__).parent so it works from any CWD.
2026-04-24 11:26:07 -04:00