Skip to content
Merged
5 changes: 4 additions & 1 deletion _includes/figure.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
{% else %}
height="auto"
{% endif %}
{% if include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %}
{% if include.style or include['min-width'] or include['min-height'] or include['max-width'] or include['max-height'] %}
style="
{% if include.style %}
{{ include.style }}
{% endif %}
{% if include['min-width'] %}
min-width: {{ include.min-width }};
{% endif %}
Expand Down
23 changes: 23 additions & 0 deletions _includes/team_member.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div class="col mb-4">
<a href="{% if project.redirect %}{{ project.redirect }}{% else %}{{ project.url | relative_url }}{% endif %}" style="text-decoration: none; color: inherit;">
<div class="card h-100 hoverable border-0 bg-transparent">
{% if project.img %}
<div class="text-center mt-3">
{%
include figure.liquid
loading="eager"
path=project.img
sizes = "150px"
alt="project thumbnail"
class="rounded-circle img-fluid z-depth-1"
style="width: 150px; height: 150px; object-fit: cover;"
%}
</div>
{% endif %}
<div class="card-body text-center p-2">
<h5 class="card-title mb-1">{{ project.title }}</h5>
<p class="card-text small text-muted">{{ project.description }}</p>
</div>
</div>
</a>
</div>
10 changes: 5 additions & 5 deletions _pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Team
description: Current and previous members of the lab
nav: true
nav_order: 6
display_categories: [Director, Visiting Scholar, PhD, Graduate, Undergraduate, Collaborators, Alumni]
display_categories: [Lab, Collaborators, Alumni]
horizontal: true
---

Expand All @@ -21,9 +21,9 @@ horizontal: true
<!-- Generate cards for each project -->
{% if page.horizontal -%}
<div class="container">
<div class="row row-cols-2">
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4 row-cols-lg-5">
{%- for project in sorted_projects -%}
{% include projects_horizontal.liquid %}
{% include team_member.liquid %}
{%- endfor %}
</div>
</div>
Expand All @@ -47,9 +47,9 @@ horizontal: true
{% if page.horizontal -%}

<div class="container">
<div class="row row-cols-2">
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4 row-cols-lg-5">
{%- for project in sorted_projects -%}
{% include projects_horizontal.html %}
{% include team_member.liquid %}
{%- endfor %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _team/aerathu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Joseph Aerathu
description: MS in Architecture (High Performance Building)
img: assets/img/team/Aerathu.jpg
importance: 1
category: Graduate
importance: 40
category: Lab
---


Expand Down
4 changes: 2 additions & 2 deletions _team/alvarez.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Marcelo Álvarez
description: MS in Architecture (Design Computation)
img: assets/img/team/Alvarez.jpg
importance: 1
category: Graduate
importance: 41
category: Lab
---

<div class="profile mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/beesen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Atharva Beesen
description: BS Computer Science
img: assets/img/team/Beesen.jpg
importance: 1
category: Undergraduate
importance: 72
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/changnawa.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Thanasarn Changnawa
description: PhD Student in Architecture
img: https://avatars.githubusercontent.com/u/137975914
importance: 1
category: PhD
importance: 30
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
2 changes: 1 addition & 1 deletion _team/cohen.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Joshua Cohen
description: BS Civil Engineering
description: # BS Civil Engineering
img: # assets/img/team/Cohen.jpg
importance: 1
category: Alumni
Expand Down
4 changes: 2 additions & 2 deletions _team/dewitt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Mason Dewitt
description: BS Electrical Engineering
img: https://avatars.githubusercontent.com/u/181799063?v=4
importance: 1
category: Undergraduate
importance: 77
category: Lab
---

<div class="profile mb-3 float-right mb-3 mb-3 mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/h_xu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Hang Xu
description: PhD Student in Architecture
img: https://raw.githubusercontent.com/HangXXXu/Selfimage/refs/heads/main/image_1.png
importance: 1
category: PhD
importance: 31
category: Lab
---

<div class="profile mb-3 float-right mb-3 mb-3 mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/hernandez.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Jessica Hernandez
description: MS Computer Science
img: assets/img/team/Hernandez.jpg
importance: 1
category: Graduate
importance: 50
category: Lab
---

<div class="profile mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/j_xu.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Justin Xu
description: BS Computer Science
img: https://avatars.githubusercontent.com/u/77560810?v=4
importance: 1
category: Undergraduate
importance: 73
category: Lab
---

<div class="profile float-right mb-3" style="min-height: 350px; overflow: hidden;">
Expand Down
4 changes: 2 additions & 2 deletions _team/jiang.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Ze Yu Jiang
description: BS Computer Science and Math
img: assets/img/team/Jiang.jpg
importance: 1
category: Undergraduate
importance: 74
category: Lab
---

<div class="profile mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/karadag.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Ilker Karadağ
description: Affiliate-LongTerm Res/Collab at Georgia Tech.<br> Associate Professor at Sakarya University
img: https://avatars.githubusercontent.com/u/22752273?v=4
importance: 1
category: Visiting Scholar
importance: 2
category: Lab
---


Expand Down
2 changes: 1 addition & 1 deletion _team/kastner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Dr. Patrick Kastner
description: Assistant Professor and Director of the Sustainable Urban Systems Lab at Georgia Tech.
img: assets/img/team/Kastner.jpg
importance: 1
category: Director
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/li.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Jiayi Li
description: BArch Architecture
img: assets/img/team/Li.jpg
importance: 1
category: Undergraduate
importance: 70
category: Lab
---


Expand Down
4 changes: 2 additions & 2 deletions _team/lim.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Matthew Lim
description: BS Computer Science
img: https://avatars.githubusercontent.com/u/78234838?v=4
importance: 1
category: Undergraduate
importance: 75
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
2 changes: 1 addition & 1 deletion _team/mahajan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Anubha Mahajan
description: # BS Computer Science
description: # BS Computer Science
img: # assets/img/team/Mahajan.jpg
importance: 1
category: Alumni
Expand Down
4 changes: 2 additions & 2 deletions _team/mallika.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Mallika Champaneria
description: MArch Architecture
img: https://avatars.githubusercontent.com/u/213637183?v=4
importance: 1
category: Graduate
importance: 43
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/mondal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Devam Mondal
description: BS Computer Science
img: assets/img/team/Mondal.jpg
importance: 1
category: Undergraduate
importance: 76
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/rahimi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Sina Rahimi
description: PhD Student in Building Science at TMU (co-advisee)
img: assets/img/team/Rahimi.jpg
importance: 1
category: PhD
importance: 33
category: Lab
---

Co-advisee together with [Prof. Russell Richman](https://www.torontomu.ca/architectural-science/people/faculty/russell-richman/) and [Prof. Umberto Berardi](https://sites.google.com/site/umbertoberardihomepage/).
Expand Down
4 changes: 2 additions & 2 deletions _team/sankar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Vishnu Sankar
description: MS Computational Science and Engineering
img: https://avatars.githubusercontent.com/u/80573003?v=4
importance: 1
category: Graduate
importance: 52
category: Lab
---

<div class="profile mb-3 float-right mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/shih.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Han-Syun (Benjamin) Shih
description: MS in Architecture (High Performance Building)
img: assets/img/team/Shih.jpg
importance: 1
category: Graduate
importance: 42
category: Lab
---

<div class="profile mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/tang.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Yupeng Tang
description: MS Computer Science
img: https://avatars.githubusercontent.com/u/85978465?v=4
importance: 1
category: Graduate
importance: 51
category: Lab
---

<div class="profile mb-3 float-right mb-3 mb-3 mb-3">
Expand Down
4 changes: 2 additions & 2 deletions _team/vegas_olcese.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Gonzalo L. Vegas Olcese
description: PhD Student in Architecture (co-advisee)
img: assets/img/team/Vegas.jpg
importance: 1
category: PhD
importance: 32
category: Lab
---

Co-advisee together with [Prof. Sonit Bafna](https://arch.gatech.edu/people/sonit-bafna) (chair) and [Prof. John Peponis](https://arch.gatech.edu/people/john-peponis).
Expand Down
4 changes: 2 additions & 2 deletions _team/wallis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: page
title: Catherine Wallis
description: BArch Architecture
img: https://avatars.githubusercontent.com/u/191314718?v=4
importance: 1
category: Undergraduate
importance: 71
category: Lab
---

<div class="profile mb-3 float-right mb-3 mb-3 mb-3">
Expand Down