{% extends "base.html" %} {% block content %}

Publications

Publications

Browse publications discovered in the latest run or your complete tracked library. {% if selected_scholar %} Current scholar filter: {{ selected_scholar.display_name or selected_scholar.scholar_id }}. {% endif %}

New Since Last Run ({{ new_count }}) All ({{ total_count }}) Manage Scholars Run Diagnostics {% if mode == 'new' and new_count > 0 %}
{% endif %}

Filter

Results

{% if publications %} {% for item in publications %} {% endfor %}
Title Scholar Year Citations New This Run Status
{% if item.pub_url %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% if item.venue_text %}

{{ item.venue_text }}

{% endif %}
{{ item.scholar_label }} {{ item.year if item.year is not none else "-" }} {{ item.citation_count }} {% if item.is_new_in_latest_run %} new {% else %} older {% endif %} {% if item.is_read %} read {% else %} new {% endif %}
{% else %}

No publications match this mode yet.

{% endif %}
{% endblock %}