mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
17 lines
364 B
Markdown
17 lines
364 B
Markdown
---
|
|
layout: archive
|
|
title: "Publications"
|
|
permalink: /publications/
|
|
author_profile: true
|
|
---
|
|
|
|
{% if author.googlescholar %}
|
|
You can also find my articles on <u><a href="{{author.googlescholar}}">my Google Scholar profile</a>.</u>
|
|
{% endif %}
|
|
|
|
{% include base_path %}
|
|
|
|
{% for post in site.publications reversed %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|