Publications
      {% for p in cv.publications %}
        {% if p.name %}
          
  {% if p.website %} {{ p.name }} {% else %} {{ p.name }} {% endif %}
{% endif %} {% if p.releaseDate %}{{ p.releaseDate }}
        {% endif %}
        {% if p.publisher %}
          {{ p.publisher | prepend: 'Published by ' }}
{% endif %} {% if p.summary %}{{ p.summary | markdownify }}
        {% endif %}
      {% endfor %}