{% extends "base.html" %} {% block body %} {% if found %}

Search Results

Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% for paper in found.results %}

{{ paper['title'] }} {% if paper.file_pdf_url %}   fulltext {% endif %}

{{ ", ".join(paper.contrib_names) }}
{% if paper.doi %} DOI: {{ paper.doi }} - {{ paper.release_type }} {% if paper.release_date %} - {{ paper.release_date[:4] }} {% endif %}
{% endif %} {% if paper.container_name %} {% if paper.container_issnl %} {{ paper.container_name }} {% else %} {{ paper.container_name }} {% endif %} {% if paper.container_is_oa %}{% endif %} {% endif %}
{% else %}

Try:

Found nothing!

{% endfor %} {% else %}

Enter a query above

{% endif %} {% endblock %}