{% extends "base.html" %} {% block title %}Trending in your library — lit-monitor{% endblock %} {% block content %}

Trending in your library

Concepts you've been adding to your library most actively lately: entities whose mention count grew significantly over the last 60 days of ingested papers compared to the prior 60-day window. This reflects when papers were added to your library, not when they were published — it is not a field-level publication trend. Accept to add to config/topics.yaml; dismiss to suppress for 60 days. Changes are never applied automatically.

{% if not suggestions %}

No pending suggestions. Run a brain-build or click Re-detect to find concepts recently active in your library.

{% else %} {% for s in suggestions %} {% endfor %}
Concept Type Recent mentions Prior mentions Growth In topics? Suggested at Actions
{% endif %}
{% endblock %}