{% if not papers %}

No papers found for this category and date range.

{% endif %} {% for p in papers %} {% set done = p.arxiv_id in imported %} {% set was_seen = p.arxiv_id in seen %}

{{ p.authors[:6] | join(", ") }}{% if p.authors|length > 6 %}, et al.{% endif %}

{{ p.categories | join(" · ") }}{{ p.published_at.strftime("%d %b %Y") }}

{{ p.abstract | latex }}

{% endfor %}