{% if include.plugin %} {% assign publis = site.fc-publications | where:"plugin",include.plugin | where:"category",include.category %} {% else %} {% assign publis = site.fc-publications | where:"category",include.category %} {% endif %} {% if 0 != publis.size %} {% if include.title %}

{{ include.title }}

{% endif %} {% for pub in publis reversed %} {% assign content = pub.content | strip_newlines %}
{% if pub.authors %}
{{ pub.authors }}
{% endif %}
{{ pub.title }}{% if pub.link %} [link] {% endif %}
{% if pub.book %}
In {{ pub.book }}, {{ pub.year }}
{% endif %} {% if pub.place %}
In {{ pub.place }}, {{ pub.year }}
{% endif %} {% if pub.short %}
{{ pub.short }}
{% endif %}
{% if content != "" %} {{ pub }} {% endif %}
{% endfor %} {% endif %}