{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
Back to Library

{{ document.document_title or "Untitled Document" }}

{% if document.authors %}
    {% for author in document.authors %}
  • {{ author }}
  • {% endfor %}
{% endif %}
{% if document.has_pdf %} View PDF {% endif %} {% if document.has_text_db %} View Text {% endif %} {% if document.has_rag_indexed %} View Chunks ({{ document.rag_chunk_count }}) {% endif %} {% if document.original_url %} Original Source {% endif %}

Document Information

{% if document.doi or document.arxiv_id or document.pmid or document.pmcid or document.isbn %}

Academic Identifiers

{% endif %} {% if document.published_date %}

Publication Information

{% endif %} {% if document.collections %}

Collections

{% endif %}

RAG & Indexing Status

{% if document.file_path %}

File Location

{% endif %} {% if document.original_url %}

Source URL

{% endif %}
{% endblock %}