{% 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 %}