{% if seed_title is defined and seed_title %}
Similar to: {{ seed_title }}
{% endif %} {% for err in errors %}| # | Title | Authors | Year | Source | OA | Cited | {% endif %}|
|---|---|---|---|---|---|---|---|
| {{ 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 has_citations %}{% if p.citation_count is not none %}{{ p.citation_count }}{% else %}–{% endif %} | {% endif %}
{{ papers | length }} result(s)
{% elif not errors %}No results found.
{% endif %}