{{ paper.title }}
{% 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 %}{% trans 'Explore the paper tree' %}
{% trans 'Click on the tree nodes to be redirected to a given paper and access their summaries and virtual assistant' %}
{% trans 'Look for similar papers (in beta version)' %}
{% trans 'By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.' %}
{% trans 'There is no existing article with the given arXiv ID:' %} {{ arxiv_id }}. {% blocktrans %} Try again your search with a new arXiv ID.{% endblocktrans %}
{% endif %}