Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1007 Bytes

File metadata and controls

28 lines (27 loc) · 1007 Bytes
layout default
title Our project team
permalink /team/
image https://data.fitzmuseum.cam.ac.uk/imagestore/portfolio/F25982D9_7CB9_CFFF_028E_8BBFC531887C/588/729/medium_P_1489_R_mas.jpg
{% assign sorted = site.team | sort:"surname" %} {% for member in sorted %}

Affiliated to: {{ member.institution }}

{{ member.content | strip_html | truncate: 450 }}

</div>
<div class="pl3-ns order-1 order-2-ns mb4 mb0-ns w-100 w-40-ns">
  <img src="{{ member.image }}?key=exhibition" class="db" alt="A profile photo of {{ member.title }}">
</div>
{% endfor %}