{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Review - {{ pack.pack }}{% endblock %} {% block content %}
A fixed random sample per document, seeded by the record's content_sha256, so
it is the same sample every time. A sample verdict is recorded per document in checks.yaml, not as a
review status per fact; the limitations text of the release says so.
Nothing in the queue.
{% else %} {% set fact = card.fact %}Keyboard: y confirm, e edit, n reject, f flag, j next, k previous{% if not read_only and mode != 'sample' %}, x select this fact for a bulk action{% endif %}.
{% if previous %}previous{% endif %} {% if following %}next{% endif %}{{ fact.statement }}
Confirming sets human-reviewed, today's date and your name, and refreshes the
anchor from the current record, so the confirmation is bound to the bytes you read. Nothing else in the console
can set that status.
citation {{ row.number }}: {{ m.document_link(pack.pack, row.citation.document_id, row.entry.title or row.citation.document_id) }} blocks {{ row.citation.first_block }}-{{ row.citation.last_block or row.citation.first_block }} {{ row.state }}
{{ row.entry.source_url | shorten(80) }} - accessed {{ (row.entry.retrieved_at or '')[:10] }} - language {{ row.entry.language_declared or row.entry.language_hint }}
{% if row.citation.anchor %}{{ row.citation.anchor.heading_path | join(' / ') }}
{% endif %}basis: {% if row.basis.label %}{{ row.basis.label }} ({{ row.basis.rule }}{% if row.basis.institution %}; published by {{ row.basis.institution.name }}, {{ row.basis.institution.level }}{% endif %}) {% else %}{{ row.basis.rule }}{% endif %} {% for warning in row.basis.warnings %}{{ warning }}{% endfor %} set in the workbench
{% if row.outcome.get('warnings') %}relocated with {{ row.outcome.warnings | join(', ') }}