| layout | page |
|---|---|
| image_header | |
| intro | The team is made up of six groups that lead visualization research in <b>Information Visualization</b>, <b>Visual Analytics</b>, <b>Geographic Information Systems</b>, <b>Visual Perception</b>, <b>Immersive Visualization</b>, and <b>Visual Data Science</b>. |
| title | Our Groups |
| headtitle | Groups | Georgia Tech Visualization Lab |
| permalink | /groups/ |
{% assign sorted-groups = site.groups | sort: '_date' | reverse %}
{% for group in sorted-groups %}
{% assign remainder = forloop.index | modulo: 2 %}
{% endfor %}
{% if remainder == 0 %}
{% endif %}
{% if remainder != 0 %}
{% endif %}
{{ group.content | markdownify }}
{% if group.projects.size > 0 %}Featured Projects:
-
{% for project in group.projects %}
-
{% if project.link != null %}
{{ project.title }}
{% else %}
{{ project.title }}
{% endif %}
{% endfor %}