{% if not papers %}

No papers found for this category and date range.

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

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

{{ p.categories | join(" · ") }}

{{ p.abstract | latex }}

{% endfor %}