Skip to content

Latest commit

 

History

History
95 lines (95 loc) · 4.13 KB

File metadata and controls

95 lines (95 loc) · 4.13 KB
layout page
image_header
intro
title Our Faculty
headtitle Faculty | Georgia Tech Visualization Lab
permalink /faculty/
{% assign core-faculty = site.faculty | where_exp:"faculty", "faculty.type == 'core'" | sort: 'name' %} {% for person in core-faculty %}
Picture of {{ person.image }}

{{ person.name }}

{{ person.role }}


{% for keyword in person.keywords %} {{ keyword }} {% endfor %}


{% if person.website %} {% endif %} {% if person.email %} {% endif %} {% if person.linkedin %} {% endif %} {% if person.twitter %} {% endif %}
{% endfor %}

Affiliated Faculty

{% assign aff-faculty = site.faculty | where_exp:"faculty", "faculty.type == 'affiliate'" | sort: 'name' %} {% for person in aff-faculty %}
Picture of {{ person.name }}

{{ person.name }}

{{ person.role }}


{% if person.website %} {% endif %} {% if person.email %} {% endif %} {% if person.linkedin %} {% endif %} {% if person.twitter %} {% endif %}
{% endfor %}