title: "Team" layout: gridlay excerpt: "The members of the Krastanov Lab at UMass Amherst." sitemap: true permalink: /team/ –-

Group Members

We are looking for new PhD students, Postdocs, and Master students to join the team!

{% assign numberprinted = 0 %} {% for member in site.data.teammembers %}

{% assign evenodd = numberprinted | modulo: 2 %}

{% if even_odd == 0 %} <div class="row"> {% endif %}

<div class="col-sm-6 clearfix"> <img src="/images/teampic/" class="img-responsive" width="25%" style="float: left" /> <h4></h4> <i><br><br><a href="https://"></a></i> <ul style="overflow: hidden"> {% for entry in member.history %} <li> </li> {% endfor %} </ul> </div>

{% assign numberprinted = numberprinted | plus: 1 %}

{% if even_odd == 1 %} </div> {% endif %}

{% endfor %}

{% assign evenodd = numberprinted | modulo: 2 %} {% if even_odd == 1 %} </div> {% endif %}

CC BY-SA 4.0 Stefan Krastanov. Last modified: April 23, 2024. Website built with Franklin.jl and the Julia programming language.