{% if seed_title is defined and seed_title %}

Similar to: {{ seed_title }}

{% endif %} {% for err in errors %}
⚠ {{ err }}
{% endfor %} {% if stats and stats.get('per_source') %}
{{ stats.get('raw_total', 0) }} raw results from {{ stats['per_source'] | length }} source(s) → {{ stats.get('unique', 0) }} unique {% if stats.get('merged', 0) %}({{ stats['merged'] }} merged){% endif %} {% if stats.get('after_filters') is not none %}→ {{ stats['after_filters'] }} after filters{% endif %}
{% for name, count in stats['per_source'].items() %} {{ name }}={{ count }} {% endfor %}
{% endif %} {% if papers %} {% if job_id is defined and job_id %}
Export: CSV JSON BibTeX Markdown |
|
{% endif %} {% set has_citations = papers | selectattr('citation_count') | list %}
{% if has_citations %}{% endif %} {% for p in papers %} {% if has_citations %} {% endif %} {% endfor %}
# Title Authors Year Source OA PDFCited
{{ loop.index }} {{ p.title[:80] }}{% if p.title | length > 80 %}…{% endif %} {{ p.short_authors }} {% if p.year %}{{ p.year }}{% else %}–{% endif %} {{ p.source }} {% if p.is_open_access %}{% else %}{% endif %} {% if p.pdf_url %}{% else %}–{% endif %}{% if p.citation_count is not none %}{{ p.citation_count }}{% else %}–{% endif %}
{% if papers | length > 25 %} {% endif %}

{{ papers | length }} result(s)

{% elif not errors %}

No results found.

{% endif %}