Recommendation. {{ r.recommendation }}
Contributing papers: {% for pid in r.paper_ids %}{{ pid }}{% if not loop.last %}, {% endif %}{% endfor %}
Example misses ({{ r.example_misses|length }})
-
{% for m in r.example_misses %}
- {{ m[:300] }} {% endfor %}