Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 417 Bytes

publications.md

File metadata and controls

22 lines (19 loc) · 417 Bytes
title layout description image nav-menu order
Publications
landing
Publications from iCyPhy
assets/images/publications.jpg
true
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>