{# FE2-2: corpus table fragment — returned standalone on HTMX requests and included inside #corpus-table on the full page. #} {% if not rows %}
No papers match these filters. Run a brain-build (lit-monitor
brain-build) to populate the corpus.
| Title | Year | Source | Confidence | Embedded | Graph | Notes | Updated |
|---|---|---|---|---|---|---|---|
| {{ row.title or "(untitled)" }} | {% if row.year %}{{ row.year }}{% else %}—{% endif %} | {% if row.source_type %}{{ row.source_type }}{% else %}—{% endif %} | {% if row.confidence is not none %} {{ "%.2f" | format(row.confidence | float) }} {% else %} — {% endif %} | {% if row.embeddings_indexed %} ✓ {% else %} ✗ {% endif %} | {% if row.graph_indexed %} ✓ {% else %} ✗ {% endif %} | {% if row.notes_synced %} ✓ {% else %} ✗ {% endif %} | {% if (row.last_updated or "")[:10] %}{{ (row.last_updated or "")[:10] }}{% else %}—{% endif %} |