layout | title | permalink |
---|---|---|
page |
Research |
/research/ |
-
{% 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 %}
-
{% 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 %}