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

Search all Releases


{% if found %} {% if found.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.best_pdf_url %}   fulltext {% endif %}

{{ ", ".join(paper.contrib_names[:12]) }} {% if paper.contrib_names|length > 12 %}(+{{ paper.contrib_names|length - 12 }} others){% endif %}
{% if paper.doi %} DOI: {{ paper.doi }} - {{ paper.release_type }} {% if paper.release_year %} - {{ paper.release_year }} {% 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 %}
{% endfor %} {% if found.results|length > 8 %}
Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% endif %} {% else %}

No results found!

Query was: {{ found.query.q }}

Try:

{% endif %} {% endif %} {% endblock %}