{% extends "base.html" %} {% block title %}{{ person.firstname }} {{ person.lastname }}{% endblock %} {% block headers %} {% if person.user %}

[{{ person.user.username }}]

{% endif %}

{{ person.firstname }} {{ person.lastname }}

[back to personal page]

arxiv author id: (See arXiv author identifiers)

{% endblock headers %} {% block content %}

ArXiv papers ({{ person_arxiv_query }})

{% if person.editable %} {% endif %} {% for abs in abstracts %} {% if person.editable %}{% endif %} {% if abs.id in arxiv_papers %} {% if arxiv_papers[abs.id].arxiv_id %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
arxiv piprints authors title
{{ abs.id }}linkedmatchmissing {% for author in abs.authors %}{% if not loop.first %}
{% endif %}{{ author }}{% endfor %}
{{ abs.title }}

{% if abstracts %}

with selected abstract: . The corresponding abstract will be loaded from arxiv (if missing) and the arXiv PDF will be linked (no file upload performed).

{% else %}

No abstract found on arXiv.

{% endif %}
{% endblock %}