Skip to content

Latest commit

 

History

History
137 lines (121 loc) · 4.46 KB

people.md

File metadata and controls

137 lines (121 loc) · 4.46 KB
layout title description permalink
basic
People
Meet the UBC DAIS Lab team. Our research group is working on machine learning, data analytics and process control research.
/people/

{% assign y_end = site.time | date: '%Y' %} {% assign y_start = 2002 %}

{% assign active_members = site.profiles | where_exp:"member", "member.status != 'alumni'" %} {% assign degrees = "Postdoc|PhD|MASc|MEng|Undergraduate" | split: "|" %}

Faculty & Staff


{% for degree in degrees %}

{% assign members = active_members | where_exp:"member", "member.degree == degree" | sort: 'year_start' | reverse %}

{% if members.size != 0 %}

{{ degree }}


{% for member in members %}

{% if member.img %} {{ member.title }} {% else %} {{ member.title }} {% endif %}

{% if member.degree == "Postdoc" %}Dr. {% endif %} {{ member.title }} {% if member.linkedin %} {% endif %}

{% if member.visitor %} (Visiting) {% endif %} {{ member.project }}

{% endfor %}
{% endif %}

{% endfor %}

Alumni

Former students, researchers and visitors in the DAIS Lab


{% for y in (y_start..y_end) reversed %} {% assign sorted_alum = site.data.alumni | where:"year", y %} {% if sorted_alum.size > 0 %} {% for alum in sorted_alum %} {% endfor %} {% endif %} {% endfor %}
Name Degree Position After Leaving/Now At
{{y}}
{% for profile in site.profiles %} {% if profile.title == alum.name %} {{ alum_page.name }}
{{ alum.name }}
{% endif %} {% endfor %}
{% if alum.url %} {{ alum.name }} {% else %} {{ alum.name }} {% endif %} {% if alum.linkedin %} {% endif %} {{ alum.degree }} {% if alum.note %} [{{ alum.note }}] {% endif %} {{ alum.position }}

Missing Names? Submit a pull request on GitHub to add your information - alumni.yml.

*My collaborators formally supervised these students but I played a significant role in guiding the research of the respective students.

{% include awards.html %}