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

Article Search


{% 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.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 %}
{% endfor %} {% else %}

No results found!

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

Try:

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