Skip to content

Latest commit

 

History

History
169 lines (155 loc) · 6.2 KB

File metadata and controls

169 lines (155 loc) · 6.2 KB
layout page
image /assets/images/logo_bluegold_aspect_2_1.png
image_header /assets/images/logo_bluegold.png
title
headtitle Home | Georgia Tech Visualization Lab
permalink /

Welcome! We are the home for visualization research at the Georgia Institute of Technology. Our mission is to empower everyone to analyze and communicate data with interactive systems.

The team is made up of six groups that lead visualization research in Information Visualization, Visual Analytics, Geographic Information Systems, Visual Perception, Immersive Visualization, and Visual Data Science.

  Scroll to see more!  

{% for item in site.data.gallery %} {% if item.discontinued == false %}
Picture of {{ item.image }}

{{ item.description }}

{% endif %} {% endfor %}
{% assign sorted-groups = site.groups | sort: '_date' | reverse %} {% for group in sorted-groups %}
Picture of {{ group.logo }}
{{group.name}} 

{% for professor in group.professors %}

{{professor }}

{% endfor %} {{ group.headline | markdownify }}
{% if group.website %} {% endif %} {% if group.github %} {% endif %}
{% endfor %}



Recent news from the lab!


{% assign sorted-news = site.data.news | sort: '_date' | reverse %} {% for news in sorted-news limit:3 %}
{{ news.title }}

{{ news._date | date: "%B %d, %Y"}}: {{ news.short_description }}

Picture of {{ news.image }}

{{ news.description }}

{% endfor %}
Tweets by GT_Vis <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script> $('.carousel').slick({ autoplay: true, arrows: false, autoplaySpeed: 4000, infinite: true, speed: 300, slidesToShow: 1 }); </script> <script> $('.news-item').click(e => { if ($(e.currentTarget).hasClass('active-news-item')) { $(e.currentTarget).removeClass('active-news-item'); $('.news-item .description').css('display', 'none'); $('.short-description').addClass('collapsed'); $('.thumbnail-container').removeClass('col-lg-12'); $('.thumbnail-container').addClass('col-lg-5'); $('.short-description-container').removeClass('col-lg-12'); $('.short-description-container').addClass('col-lg-5'); } else { $('.news-item').removeClass('active-news-item'); $(e.currentTarget).addClass('active-news-item'); $('.news-item .description').css('display', 'none'); $(e.currentTarget).find('.description').css('display', 'block'); $(e.currentTarget).find('.collapsed').removeClass('collapsed'); $('.thumbnail-container').removeClass('col-lg-12'); $('.thumbnail-container').addClass('col-lg-5'); $(e.currentTarget).find('.thumbnail-container').removeClass('col-lg-5'); $(e.currentTarget).find('.thumbnail-container').addClass('col-lg-12'); $('.short-description-container').removeClass('col-lg-12'); $('.short-description-container').addClass('col-lg-5'); $(e.currentTarget).find('.short-description-container').removeClass('col-lg-5'); $(e.currentTarget).find('.short-description-container').addClass('col-lg-12'); } }); </script>