{% extends "base.html" %} {% block title %}{{ paper.title[:70] }} — E2ER{% endblock %} {% block content %}

{{ paper.title }}

{{ paper.research_question }}

Mode: {{ paper.mode }} {% if paper.github_repo %} · {{ paper.github_repo }}{% endif %}

{% if reading %}
{% for r in reading %} {{ r.label }} {{ r.path }} {% endfor %}
{% endif %}

Loading status…

Artifacts

{% if not groups %}

No artifacts yet.

{% else %}

Grouped by the phase that produced them. A file a specialist declared and never wrote is shown in red — the absence is the point.

{% for g in groups %}
{{ g.name }} {%- if g.status == "pass" -%}passed {%- elif g.status == "fail" -%}attention {%- else -%}—{%- endif -%} {{ g.note }}
{% endfor %} {% endif %}

Download audit bundle (.tar.gz)

{% endblock %}