{% assign publications = include.publications %}
{% if include.title %}{{ include.title }}{% else %} Selected Recent Publications{% endif %} (view all )
{% for item in publications limit:include.limit %} {% include widgets/publication_item.html item=item first=false last=false %} {% endfor %}
All publications