{% extends "setup/_base.html" %} {% block step_content %}

Step 7 — Researchers Optional — accelerator

Tracked researchers — new papers by these authors get a Tracked Author flag in the discovery digest. Stored at config/researchers.yaml.

Optional — purely additive. Skipping this step has no effect on the rest of the pipeline. Use it only when there's a specific author whose new work you want flagged regardless of similarity score to your library.

For each entry, set orcid or scopus_id to enable lookups — plain-name search is unreliable across databases.

{% for r in researchers %}
{% endfor %}

← Back to setup overview · Skip to step 8 →

{% endblock %}