Skip to content

Latest commit

 

History

History
220 lines (214 loc) · 6.34 KB

team.md

File metadata and controls

220 lines (214 loc) · 6.34 KB
layout title
articles
Team
<style> i { color: #555555; font-size: 14px; } p { line-height: 120%; margin: 0; } </style>

Dinesh Bharadia

Principal Investigator, Associate Professor ECE

Fred Harris

Honorable Member, Adjunct Professor ECE

PhD Students

{% for people in site.data.people %} {% if people.role == "PhD" %}

{{ people.name }}

{{ people.role }}

{% endif %} {% endfor %}

Collaborations and Postdoctoral Researchers

{% for people in site.data.people %} {% if people.role != "PhD" %}

{{ people.name }}

{{ people.role }}

{% endif %} {% endfor %}

Masters Students

{% for people in site.data.people_text %} {% if people.role == "MS" %} {% if people.col == 1 %}

{{ people.name }}

{% endif %} {% endif %} {% endfor %}
{% for people in site.data.people_text %} {% if people.role == "MS" %} {% if people.col == 2 %}

{{ people.name }}

{% endif %} {% endif %} {% endfor %}

Undergraduate Students

{% for people in site.data.people_text %} {% if people.role == "BS" %} {% if people.col == 1 %}

{{ people.name }}

{% endif %} {% endif %} {% endfor %}
{% for people in site.data.people_text %} {% if people.role == "BS" %} {% if people.col == 2 %}

{{ people.name }}

{% endif %} {% endif %} {% endfor %}

Alumni and Interns

PhD and Postdocs

{% for people in site.data.alumni %} {% if people.role == "PhD" or people.role == "Postdoc" %} {% if people.col == 1 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}
{% for people in site.data.alumni %} {% if people.role == "PhD" or people.role == "Postdoc" %} {% if people.col == 2 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}

Masters

{% for people in site.data.alumni %} {% if people.role == "MS" %} {% if people.col == 1 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}
{% for people in site.data.alumni %} {% if people.role == "MS" %} {% if people.col == 2 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}

Undergraduate

{% for people in site.data.alumni %} {% if people.role == "BS" %} {% if people.col == 1 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}
{% for people in site.data.alumni %} {% if people.role == "BS" %} {% if people.col == 2 %}

{{ people.name }}

Class of {{ people.year }}{% if people.now %}, {{ people.now }} {% endif %}


{% endif %} {% endif %} {% endfor %}