{% extends "base.html" %} {% block title %}{{ paper.title[:60] }} — MOSAIC{% endblock %} {% block content %}

{{ paper.title }}

{{ paper.short_authors }}{% if paper.year %} ({{ paper.year }}){% endif %}

{% if paper.pdf_url %} Open PDF {% endif %} {% if paper.url %} Open URL {% endif %} {% if paper.doi %} DOI Link {% endif %} {% if paper.doi or paper.arxiv_id %} Find Similar {% endif %}
{% if download_status and download_status.status == 'ok' %} Previously downloaded: {{ download_status.path }} {% endif %}
{% if paper.authors %}
Authors
{{ paper.authors | join(', ') }}
{% endif %} {% if paper.journal %}
Journal
{{ paper.journal }} {% if paper.volume %}, vol. {{ paper.volume }}{% endif %} {% if paper.issue %} ({{ paper.issue }}){% endif %} {% if paper.pages %}, pp. {{ paper.pages }}{% endif %}
{% endif %} {% if paper.doi %}
DOI
{{ paper.doi }}
{% endif %} {% if paper.arxiv_id %}
arXiv ID
{{ paper.arxiv_id }}
{% endif %}
Source
{{ paper.source }}
Open Access
{% if paper.is_open_access %}Yes{% else %}No{% endif %}
{% if paper.citation_count is not none %}
Citations
{{ paper.citation_count }}
{% endif %} {% if paper.url %}
URL
{{ paper.url[:80] }}{% if paper.url | length > 80 %}…{% endif %}
{% endif %}
{% if paper.abstract %}

Abstract

{{ paper.abstract }}
{% endif %}

← Back to results

{% endblock %}