{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Documents - {{ pack.pack }}{% endblock %} {% block content %}
Human-reviewed and approved for the demonstration scope.
| Source or document | Recorded status | Review |
|---|---|---|
| {% if item.document_id %}{{ m.document_link(pack.pack, item.document_id, item.document_id) }} {% endif %} {{ item.url | shorten(90) }} | {{ item.status }} | human-reviewed - approved
{% if item.review %} {{ item.review.reviewed_by }}, {{ item.review.reviewed_on }} {% endif %} |
| None. | ||
| URL | Status | Error | Attribution |
|---|---|---|---|
| {{ item.url | shorten(90) }} | {{ item.status }} | {{ item.error }} | {{ item.attribution.kind }} {{ (item.attribution.source_ids or []) | join(', ') }} |
| None. | |||
| Document | Error |
|---|---|
| {{ item.get('document_id') or item.get('url') }} | {{ item.get('error') }} |
| None. | |
| Title | Lang | Repr | Page kind | Status | Eligible | Attribution | Retrieved | Blocks | Chars | Marks | Facts |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ m.document_link(pack.pack, row.document_id, row.title or row.source_url) }}
{{ row.source_url | shorten(80) }} |
{{ row.language_declared or '-' }}/{{ row.language_hint or '-' }} | {{ row.representation }} | {{ row.page_kind }} | {{ row.status }} | {{ 'yes' if row.eligible_for_processing else 'no' }}
{% if row.exclusions %} {{ row.exclusions }} {% endif %} |
{{ row.attribution_kind }} {{ row.sources | shorten(40) }} |
{{ (row.retrieved_at or '')[:10] }} | {{ row.blocks }} | {{ row.text_characters }} | {% if row.scope_review %}human-reviewed - approved for scope{% endif %} {% if row.superseded %}superseded diff{% endif %} {% if row.imported %}imported{% endif %} {% if row.preferred_representation %}preferred{% endif %} {% if row.identical_text_records %}{{ row.identical_text_records | length }} identical{% endif %} | {{ row.facts }} |
| No record matches. | |||||||||||