{{ score.score | round | int }}
{{ paper.categories | join(" · ") }}
{{ paper.abstract | latex }}
{{ score.reason }}
ranked {{ score.updated_at | timeago }}No unranked papers — switch to the browse arXiv tab to import some.
{% else %} {% endif %}No ranked papers yet. Pick unranked papers and click "rank selected".
{% else %} {% for score, paper in ranked %}{{ paper.categories | join(" · ") }}
{{ paper.abstract | latex }}
{{ score.reason }}
ranked {{ score.updated_at | timeago }}No bookmarks yet — tap the bookmark on any paper to save it here.
{% else %} {% for paper in bookmarked %} {% set s = scores.get(paper.id) %} {% set voted = paper.id in votes %}{{ paper.categories | join(" · ") }}
{{ paper.abstract | latex }}
{% if s %}{{ s.reason }}
{% endif %}