Skip to content

Latest commit

 

History

History
87 lines (83 loc) · 3.42 KB

team.md

File metadata and controls

87 lines (83 loc) · 3.42 KB
layout title permalink subtitle tags
page
Team
/team/
Who works on OpenEM?
OpenEM team
Participating institutes
Swiss electron microscopy
Scientific collaboration
Research institutions

Participating Institutes

{% for team in site.data.team %}

{{ team.name }}

{{ team.description.role }}
{{ team.description.responsibility }}
{{ team.description.affiliation }}

    {% for person in team.members %}
    {{ person.name }} {% if person.page %} {{ person.name }} {% else %} {{ person.name }} {% endif %}
    {{ person.affiliation }}
    {% if person.position %}
    {{ person.position }}
    {% endif %}
    {{ person.wp }}
    {{person.components}}
    {% endfor %}
{% endfor %}
{% for team in site.data.team-supporters %}

{{ team.name }}

{{ team.description.role }}
{{ team.description.responsibility }}
{{ team.description.affiliation }}

{% assign member_count = team.members | size %} {% for person in team.members %} {{ person.name }}{% if forloop.index < member_count %}, {% endif %} {% endfor %} {% endfor %}