Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 417 Bytes

File metadata and controls

22 lines (19 loc) · 417 Bytes
title Publications
layout landing
description Publications from iCyPhy
image assets/images/publications.jpg
nav-menu true
order 4
	<header class="major">
		<h2>Featured Publications</h2>
	</header>
	{% assign sorted = site.publications | sort: 'year' | reverse %}
	{% for post in sorted %}
	  {% include pub_entry.html %}
	{% endfor %}

</div>