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

Scholars

Your Scholars

Add, disable, or remove profiles scoped to your account.

Add Scholar

Tracked Scholars

{% if scholars %} {% for scholar in scholars %} {% endfor %}
Name Scholar ID Status Last Run Publications Actions
{{ scholar.display_name }} {{ scholar.scholar_id }} {% if scholar.is_enabled %} enabled {% else %} disabled {% endif %} {% if scholar.baseline_completed %}

baseline complete

{% else %}

awaiting first run

{% endif %}
{{ scholar.last_run_status }}

{{ scholar.last_run_dt }}

{% else %}

No scholars tracked yet.

{% endif %}
{% endblock %}