garleak

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.

VerdictMeaning
verifiedFound, and the details agree.
id_mismatch_real_refWrong identifier, but the real work was found.
metadata_mismatchThe identifier resolves, but the details disagree.
unresolvedNothing found. Check by hand.
not_checkableNothing 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.