{% extends 'base.html' %} {% load static %} {% load i18n %} {% load index %} {% load dash_slash %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans 'AI-Powered Paper Summarization about the arXiv paper' %} {{ arxiv_id|dash_slash }} {% endblock %} {% block extra_head_tags %} {% endblock %} {% block header_class %}{% endblock %} {% block content %}
{% if errormess %}

{{ errormess }}

{% else %} {% if alpaper %} {% if paper.title %}

{{ paper.title }}

{% endif %} {% if keywords %}
{% trans 'AI-generated keywords:' %} {% for kw in keywords %} {{ kw }} {% endfor %}
{% endif %} {% if notes %}

{% 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 'Also access our AI generated:' %} {% trans 'Comprehensive summary' %}, {% trans 'Lay summary' %}, {% trans 'Blog-like article' %}; {% trans ' or ask questions about this paper to our' %} {% trans 'AI assistant' %}.
{% else %} {% if sumlang %}
{% trans 'Summaries already available in other languages:' %} {% for l in sumlang %} {{ l }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% endif %}
{% if paper.authors.all %}

{% trans 'Authors:' %} {% for author in paper.authors.all %} {{ author.name }}{% if author.affiliation %} ({{ author.affiliation }}){% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}
{% if paper.journal_ref %}
{{ paper.journal_ref }}
{% endif %}
{% if paper.link_homepage %}{% endif %}arXiv: {{ arxiv_id|dash_slash }}{% if paper.link_homepage %}{% endif %}{% if paper.link_doi %} - DOI{% endif %}{% if paper.category %} ({{ paper.category }}){% endif %}
{% if paper.comments %}
{{ paper.comments }}
{% endif %} {% if paper.license %}
{% trans 'License:' %} {{ cc_format }}
{% else %}
{% trans 'License:' %} ASSUMED 1991-2003
{% endif %}
{% if paper.abstract %}

{% trans 'Abstract:' %} {{ paper.abstract }}

{% endif %}
{% if paper.published_arxiv %}
{% trans 'Submitted to arXiv on' %} {{ paper.published_arxiv|date:"d M. Y" }}
{% endif %}

{% trans 'Ask questions about this paper to our AI assistant' %}

{% blocktrans %}You can also chat with multiple papers at once here.{% endblocktrans %}

{% if not public %}

{% trans 'The license of the paper does not allow us to build upon its content and the AI assistant only knows about the paper metadata rather than the full article.' %}

{% endif %}
{% if chathistory %} {% for chat in chathistory %}
{{ chat.user }} - {{ chat.query }}
{% trans 'AI' %} - {{ chat.response }}
{% endfor %} {% endif %}
{% trans 'AI assistant instructions?' %}

{% trans 'Results of the summarizing process for the arXiv paper:' %} {{ arxiv_id|dash_slash }}

{% if not public %}

{% trans "This paper's license doesn't allow us to build upon its content and the summarizing process is here made with the paper's metadata rather than the article." %}

{% endif %}
{% if sumpaper.summary %}{{ sumpaper.summary }}{% else %}{% trans 'The summary is not ready yet' %}{% endif %}
{% if paper.updated %}
{% trans 'Created on' %} {{ paper.updated|date:"d M. Y" }}
{% endif %} {% if sumlang %}
{% trans 'Available in other languages:' %} {% for l in sumlang %}{{ l }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
{% csrf_token %}

{% csrf_token %}

{% trans 'Assess the quality of the AI-generated content by voting' %}

{% trans 'Score:' %} {{ total_votes }}

{% trans 'Why do we need votes?' %}

{% trans 'Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.' %}

{% csrf_token %}

{% if error_message %}

{{ error_message }}

{% endif %}
{% if not sumpaper.summary or not sumpaper.notes or not sumpaper.lay_summary or not sumpaper.blog or toolong or total_votes < -9 or user.is_staff %}
{% if toolong %}

{% trans 'The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.' %}

{% elif total_votes < -9 %}

{% trans 'The summaries have many downvotes and can be re-run with our tools if necessary by clicking on the Run button below.' %}

{% elif not sumpaper.summary or not sumpaper.notes or not sumpaper.lay_summary or not sumpaper.blog %}

{% trans 'Some bits of the article are not summarized yet, you can re-run the summarizing process by clicking on the Run button below.' %}

{% elif user.is_staff %}

{% trans 'Hi, because you are a staff member you can Run the AI tools!' %}

{% endif %}
{% csrf_token %}
{% if not public %}

{% trans 'The license of this specific paper does not allow us to build upon its content and the summarizing tools will be run using the paper metadata rather than the full article. However, it still does a good job, and you can also try our tools on papers with more open licenses.' %}

{% endif %} {% endif %} {% if relpapers %}

{% trans 'Similar papers summarized with our AI tools' %}

{% for paper in relpapers %}
{{ scores|index:forloop.counter0 }}%
{{ paper.to_paper.title|truncatechars:80 }}
{{ paper.to_paper.category }}
{% endfor %}

{% trans 'Navigate through even more similar papers through a ' %}

{% trans 'tree representation' %}
{% endif %}
{% csrf_token %}

{% 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 'Disclaimer:' %} {% trans 'The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.' %}

{% else %} {% if exist == 0 %}

{% trans 'There is no existing article with the given arXiv ID:' %} {{ arxiv_id }}. {% blocktrans %} Try again your search with a new arXiv ID.{% endblocktrans %}

{% else %} {% if close %}

{% trans 'Running our tool to find closest papers' %}

{% else %}

{% trans 'Running summarizing tools on a new article' %}

{% endif %} {% if run or run2 or close %}

{% trans 'We are now running our AI tools on the requested article. This process may take a few minutes so please bear with us.' %}

{% else %}

{% trans 'This is the first time this article is requested and our AI summarizing tools have never been run on it. We can run our tools now if you click on the button "Run" donw the page but first make sure that it is the right article.' %}

{% endif %}
{% if robot %}

{% trans 'You are trying to run too many papers in too short a period of time. Are you a robot? If not, wait and retry!' %}

{% endif %} {% if toomany %}

{% trans 'You are limited to running 10 papers in a period of 24 hours. Please come back tomorrow or contact us if you need to run more articles using our tools.' %}

{% endif %} {% if run or run2 or close %}

{% trans 'We are analysing the following arXiv article:' %} {{ arxiv_id|dash_slash }}

{% else %}

{{ details.title }}

{% if details.authors %}

{% with affiliations=details.affiliation %} {% for author in details.authors %} {{ author }}{% if affiliations|index:forloop.counter0 %} ({{ affiliations|index:forloop.counter0 }}){% endif %}{% if not forloop.last %}, {% endif %} {% endfor %} {% endwith %}

{% endif %}
{% if details.journal_ref %}
{{ details.journal_ref }}
{% endif %}
{% if details.link_homepage %}{% endif %}arXiv: {{ arxiv_id|dash_slash }}{% if details.link_homepage %}{% endif %}{% if details.link_doi %} - DOI{% endif %}{% if details.category %} ({{ details.category }}){% endif %}
{% if details.comments %}
{{ details.comments }}
{% endif %} {% if details.license %}
{% trans 'License:' %} {{ cc_format }}
{% else %}
{% trans 'License:' %} ASSUMED 1991-2003
{% endif %}
{% if details.abstract %}

{% trans 'Abstract:' %} {{ details.abstract }}

{% endif %}
{% if details.published_arxiv %}
{% trans 'Submitted to arXiv on' %} {{ details.published_arxiv|date:"d M. Y" }}
{% endif %}
{% csrf_token %}
{% if not public %}

{% trans 'The license of this specific paper does not allow us to build upon its content and the summarizing tools will be run using the paper metadata rather than the full article. However, it still does a good job, and you can also try our tools on papers with more open licenses.' %}

{% endif %} {% endif %} {% endif %} {% if close %} {{ arxiv_id|json_script:"arxiv_id" }}
{% trans 'Loading...' %}
{% endif %} {% if run2 %} {{ arxiv_id|json_script:"arxiv_id" }}
{% trans 'Loading...' %}
{% endif %} {% if run %} {{ arxiv_id|json_script:"arxiv_id" }}

{% trans 'Loading...' %}
{% endif %} {% endif %} {% endif %} {% endblock %} {% block scripts %} {% if run or run2 or close %} {% else %} {{ arxiv_id|json_script:"arxiv_id" }} {% if alpaper %} {% endif %} {% endif %} {% if alpaper %} {% endif %} {% endblock %}