Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 807 Bytes

research.md

File metadata and controls

39 lines (32 loc) · 807 Bytes
layout title permalink
page
Research
/research/

Online Writing

    {% for post in site.writing %}
  • {{ post.date | date: "%b %-d, %Y" }}
      <h2>
        <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
      </h2>
    </li>
    

    {% endfor %}

Publications

    {% for post in site.publications %}
  • {{post.authors}} ({{post.year}}), {{post.title}}, {{post.publication}}, {{post.notes}} {% if post.media == "URL" %} {{post.media}}: {{post.web}} {% else %} {{post.media}} {% endif %}
    </li>
    

    {% endfor %}