--- layout: default title: "Team" description: "People in the lab" group: navigation navorder: 2 permalink: "/team/" --- {% include JB/setup %}
{% assign current_team = site.my_team | where: "alum","false"%} {% assign memberindex = 0 %} {% assign group = current_team | where: "position","Assistant Professor"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% assign group = current_team | where: "position","PhD candidate"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% assign group = current_team | where: "position","PhD student"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% assign group = current_team | where: "position","MS student"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% assign group = current_team | where: "position","Undergraduate student"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% assign group = current_team | where: "position","Affiliated PhD candidate"%} {% for member in group %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% if colindex != 0 %}
{% endif %}


Collaborators
{% for collaborator in site.data.collaborators %} {{ collaborator.name }} ({{ collaborator.institution }}) {% endfor %}

Alumni
{% assign alumni = site.my_team | where: "alum","true"%} {% assign memberindex = 0 %} {% for member in alumni %} {% assign memberindex = memberindex | plus: 1 %} {% assign colindex = memberindex | modulo: 3 %} {% if colindex == 1 %}
{% endif %}

{{ member.position }}

{% if colindex == 0 %}
{% endif %} {% endfor %} {% if colindex != 0 %}
{% endif %}