{% extends "base.html" %}
{% block title %}Dashboard — Research Intelligence{% endblock %}
{% block content %}
{% if demo_mode %}
⚠
Demo Mode — Browsing sample data. Pipelines and scoring are disabled. To run your own instance, deploy locally with Docker Compose and an Anthropic API key.
{% endif %}
Week of {{ week_label }}
Research triage overview
{% if not has_papers %}
Welcome to Research Intelligence
{% if running_pipelines %}
A pipeline is running now. Papers will appear here once scoring finishes.
{% else %}
Run your first pipeline to start collecting and scoring papers.
{% endif %}
{% if not running_pipelines %}
{% if is_pipeline_enabled('aiml') %}
{% endif %}
{% if is_pipeline_enabled('security') %}
{% endif %}
{% endif %}
{% if show_seed_banner is defined and show_seed_banner %}