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

Dashboard

Keep up with your tracked scholars

Run ingestion, review fresh publications, and inspect recent outcomes from one screen.

New Since Last Run

{{ dashboard.unread_publications | length }}

Recent Runs

{{ dashboard.run_history | length }}

Automation Delay

{{ dashboard.run_controls.request_delay_seconds }}s

{% for section_template in dashboard.section_templates %} {% include section_template %} {% endfor %} {% endblock %}