--- 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 %} {% 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 %} {% 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 %} {% 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 %} {% 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 %} {% 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 %} {% endfor %} {% if colindex != 0 %} {% endif %}