{% extends "base.html" %} {% block content %}

Library Insights

Statistical summary of authors, journals, and collection growth.

Top 10 Authors
{% for author, count in top_authors %} {{ author }} {{ count }} {% endfor %}
Top 10 Journals / Sources
{% for journal, count in top_journals %} {{ journal }} {{ count }} {% endfor %}
Papers by Year (Top 10)
{% for year, count in top_years %} {{ year }} {{ count }} {% endfor %}
Top 10 Publishers
{% for pub, count in top_publishers %} {{ pub }} {{ count }} {% endfor %}

{{ total_refs }}

Total References

{{ total_docs }}

Physical Files

{{ total_orphans }}

Orphans
{% if history and is_admin %}
Import History
{% for step in history %} {% endfor %}
Step Batch / Audit Raw Entries New Entries Cumulative
{{ step.step }} {{ step.audit }} {{ step.raw_entries }} {{ step.new_entries }} {{ step.cum_entries }}
{% endif %} {% endblock %}