{% extends "base.html" %} {% block title %}Papers - ACS Paper Crawler{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Browse and filter collected papers
Authors: {% if paper.metadata.authors %} {% for author in paper.metadata.authors[:3] %} {{ author.name }}{% if not loop.last %}, {% endif %} {% endfor %} {% if paper.metadata.authors|length > 3 %} , et al. (+{{ paper.metadata.authors|length - 3 }}) {% endif %} {% else %} No author information available {% endif %}
DOI: {{ paper.metadata.doi }} {% if paper.metadata.journal %} | Journal: {{ paper.metadata.journal }} {% endif %} {% if paper.metadata.publication_date %} | Published: {{ paper.metadata.publication_date }} {% endif %} {% if paper.metadata.volume %} | Vol: {{ paper.metadata.volume }} {% endif %} {% if paper.metadata.issue %} | Issue: {{ paper.metadata.issue }} {% endif %} {% if paper.metadata.pages %} | Pages: {{ paper.metadata.pages }} {% endif %}
No papers yet
Start a crawl job to collect papers
Try adjusting your search criteria