{% 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 "" }}
{% if p.code_url or p.github_repo %}CODE{% endif %} {% if p.hf_models %}HF{% endif %} {% if p.source == "both" %}HF+arXiv{% endif %} {% if p.is_discovery is defined and p.is_discovery %}DISCOVER{% endif %} {{ p.published[:10] if p.published else "" }}
{% if p.preference_boost is defined and p.preference_boost > 0.1 %} {% elif p.preference_boost is defined and p.preference_boost < -0.1 %} {% endif %}
{{ p.composite }}
{% if p.summary %}
{{ p.summary[:200] }}{% if p.summary | length > 200 %}…{% endif %}
{% endif %}