{{ errormess }}
{{ paper.title }}
{% trans 'AI-generated Key Points' %}
{% if not public %}⚠{% trans 'The license of the paper does not allow us to build upon its content and the key points are generated using the paper metadata rather than the full article.' %}
{% endif %}-
{% for point in notes2 %}
- {{ point }} {% endfor %}
{% trans 'Authors:' %} {% for author in paper.authors.all %} {{ author.name }}{% if author.affiliation %} ({{ author.affiliation }}){% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}{% trans 'Abstract:' %} {{ paper.abstract }}
{% endif %}