citecheck
citecheck checks that each reference in a paper exists and that its identifiers match a registry record. It is the mechanical part of T1. It does not check whether a reference supports the claim it is cited for.
| Verdict | Meaning |
|---|---|
| verified | Found, and the details agree. |
| id_mismatch_real_ref | Wrong identifier, but the real work was found. |
| metadata_mismatch | The identifier resolves, but the details disagree. |
| unresolved | Nothing found. Check by hand. |
| not_checkable | Nothing public to check. |
cd services/citecheck
python3.12 -m venv .venv && .venv/bin/pip install -e ".[test]"
.venv/bin/citecheck refs.bib
Source, AGPL-3.0-or-later.