{% import "entity_macros.html" as entity_macros %} {% extends "base.html" %} {% block title %} {% if query %} Search: {{ query }} {% else %} Fulltext Search {% endif %} {% endblock %} {% block fullmain %}

Search all COVID-19 Resources


Can also lookup by identifier or search for containers (eg, journals).

{% if found %} {% if found.results %} {{ entity_macros.top_results(found) }} {% for paper in found.results %} {{ entity_macros.fulltext_search_result_row(paper) }} {% endfor %} {% if found.results|length > 8 %}
{{ entity_macros.bottom_results(found)}}
{% endif %} {% else %} Raw query was: {{ found.query.q }}
confused paper man

No results found!

You could try elsewhere:

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