{% set pct = ((p.composite or 0) | float / 10 * 100) | round(0) | int %} {% set level = 'high' if pct >= 65 else ('mid' if pct >= 40 else 'low') %} {{ rank if rank is defined else "" }} {{ p.title[:80] }}{% if p.title | length > 80 %}…{% endif %} {% if p.topics is iterable and p.topics is not string and p.topics | length > 0 %}
{% for t in p.topics[:2] %} {{ t }} {% endfor %}
{% endif %} {% if p.is_discovery is defined and p.is_discovery %} DISCOVER {% endif %} {% if p.preference_boost is defined and p.preference_boost != 0 %} {{ p.adjusted_score }} {% if p.preference_boost > 0 %}{% elif p.preference_boost < 0 %}{% endif %}
({{ p.composite }})
{% else %} {{ p.composite }} {% endif %} {{ p.score_axis_1 | default("—") }} {{ p.score_axis_2 | default("—") }} {{ p.score_axis_3 | default("—") }} {% if p.code_url or p.github_repo %}{% else %}{% endif %} {% set paper_id = p.id %} {% set user_signal = p.user_signal if p.user_signal is defined else None %} {% include "partials/signal_buttons.html" %} {{ (p.summary or "")[:100] }}{% if (p.summary or "") | length > 100 %}…{% endif %}