{% macro tag_label(tag) -%} {% if tag == "oa" %} OA {% elif tag == "scielo" %} SciELO {% elif tag == "ojs" %} OJS {% elif tag == "wordpress" %} Wordpress {% elif tag == "road" %} {# skip for now; no curration? #} {# ROAD #} {% elif tag == "szczepanski" %} {# pass #} {% elif tag == "doaj" %} DOAJ {% else %} {{ _(tag) }} {% endif %} {% endmacro %} {% macro fulltext_search_result_row(paper) -%}
[{{ paper.biblio.withdrawn_status }}]
{% endif %}
{% if paper.biblio.release_stage == "accepted" %}
[{{ paper.biblio.release_stage }}]
{% elif paper.biblio.release_stage and paper.biblio.release_stage != "published" %}
[{{ paper.biblio.release_stage }}]
{% elif not paper.biblio.release_stage %}
[{{ _("unpublished?") }}]
{% endif %}
{# ### ABSTRACT / QUERY HIGHLIGHT #}
{% if paper._highlights %}