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

Search all Releases


Can also lookup by identifier or search containers.

{% 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 %}

{% if paper.title %} {{ paper.title[:512] }} {% if paper.title|length > 512 %}...{% endif %} {% else %} [blank] {% endif %}

{% 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.contrib_names %}
{{ ", ".join(paper.contrib_names[:12]) }} {% if paper.contrib_names|length > 12 %}(+{{ paper.contrib_names|length - 12 }} others){% endif %}
{% endif %} {% if paper.release_year %} {{ paper.release_year }} {% endif %} {% if paper.release_type %} {% if paper.release_type in ("article-journal", "paper-conference") %} {{ paper.release_type }} {% elif paper.release_type in ("book") %} {{ paper.release_type }} {% else %} {{ paper.release_type }} {% endif %} {% endif %} {% if paper.release_status and paper.release_status != "published" %} {{ paper.release_status }} {% elif not paper.release_status %} unknown {% endif %} {% if paper.container_name %} {% if paper.container_issnl %} {{ paper.container_name }} {% else %} {{ paper.container_name }} {% endif %} {% if paper.container_is_oa %}{% endif %} {% endif %} {% if paper.doi or paper.pmid or paper.arxiv_id or paper.jstor_id %}
{% endif %} {% if paper.doi %} doi:{{ paper.doi }}   {% endif %} {% if paper.pmid %} pmid:{{ paper.pmid }}   {% endif %} {% if paper.arxiv_id %} arXiv:{{ paper.arxiv_id }}   {% endif %} {% if False %} {# XXX: elastic release work grouping searches #}
and 5 other versions of the same work! {% 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 %}