diff --git a/_includes/figure.liquid b/_includes/figure.liquid index 191c638006133..b7af274ef91d1 100644 --- a/_includes/figure.liquid +++ b/_includes/figure.liquid @@ -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 %} diff --git a/_includes/team_member.liquid b/_includes/team_member.liquid new file mode 100644 index 0000000000000..44051f28d7194 --- /dev/null +++ b/_includes/team_member.liquid @@ -0,0 +1,23 @@ +
+ +
+ {% if project.img %} +
+ {% + 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;" + %} +
+ {% endif %} +
+
{{ project.title }}
+

{{ project.description }}

+
+
+
+
diff --git a/_pages/team.md b/_pages/team.md index f057a74822d75..5b9d43916b565 100644 --- a/_pages/team.md +++ b/_pages/team.md @@ -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 --- @@ -21,9 +21,9 @@ horizontal: true {% if page.horizontal -%}
-
+
{%- for project in sorted_projects -%} - {% include projects_horizontal.liquid %} + {% include team_member.liquid %} {%- endfor %}
@@ -47,9 +47,9 @@ horizontal: true {% if page.horizontal -%}
-
+
{%- for project in sorted_projects -%} - {% include projects_horizontal.html %} + {% include team_member.liquid %} {%- endfor %}
diff --git a/_team/aerathu.md b/_team/aerathu.md index 60c87bb7e9900..41790a106e2e3 100644 --- a/_team/aerathu.md +++ b/_team/aerathu.md @@ -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 --- diff --git a/_team/alvarez.md b/_team/alvarez.md index 5d6846b52d3ee..02605dd3c9abd 100644 --- a/_team/alvarez.md +++ b/_team/alvarez.md @@ -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 ---
diff --git a/_team/beesen.md b/_team/beesen.md index ef0ffc328a6fe..4dcb65c18f190 100644 --- a/_team/beesen.md +++ b/_team/beesen.md @@ -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 ---
diff --git a/_team/changnawa.md b/_team/changnawa.md index 3b182bca2b50c..a63f9eea04009 100644 --- a/_team/changnawa.md +++ b/_team/changnawa.md @@ -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 ---
diff --git a/_team/cohen.md b/_team/cohen.md index d5d1499fc21da..167707a1f2a1a 100644 --- a/_team/cohen.md +++ b/_team/cohen.md @@ -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 diff --git a/_team/dewitt.md b/_team/dewitt.md index eb63a528a76aa..2bd7c2002ebe3 100644 --- a/_team/dewitt.md +++ b/_team/dewitt.md @@ -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 ---
diff --git a/_team/h_xu.md b/_team/h_xu.md index 8f387a10edc92..08419e3dab1ce 100644 --- a/_team/h_xu.md +++ b/_team/h_xu.md @@ -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 ---
diff --git a/_team/hernandez.md b/_team/hernandez.md index 4d503d1af3097..7e0eb0ae93529 100644 --- a/_team/hernandez.md +++ b/_team/hernandez.md @@ -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 ---
diff --git a/_team/j_xu.md b/_team/j_xu.md index dcbc5b4f40cad..18785723c8ee4 100644 --- a/_team/j_xu.md +++ b/_team/j_xu.md @@ -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 ---
diff --git a/_team/jiang.md b/_team/jiang.md index 3af639303ca22..e59d8b742c285 100644 --- a/_team/jiang.md +++ b/_team/jiang.md @@ -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 ---
diff --git a/_team/karadag.md b/_team/karadag.md index 4cd328a4a0cb9..a08deca061809 100644 --- a/_team/karadag.md +++ b/_team/karadag.md @@ -3,8 +3,8 @@ layout: page title: Ilker Karadağ description: Affiliate-LongTerm Res/Collab at Georgia Tech.
Associate Professor at Sakarya University img: https://avatars.githubusercontent.com/u/22752273?v=4 -importance: 1 -category: Visiting Scholar +importance: 2 +category: Lab --- diff --git a/_team/kastner.md b/_team/kastner.md index 1f247292d8b4c..a5281626a0794 100644 --- a/_team/kastner.md +++ b/_team/kastner.md @@ -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 ---
diff --git a/_team/li.md b/_team/li.md index 21da71d6757a4..a93c7e28f83ab 100644 --- a/_team/li.md +++ b/_team/li.md @@ -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 --- diff --git a/_team/lim.md b/_team/lim.md index d157879beed8d..4714ffe3fef9b 100644 --- a/_team/lim.md +++ b/_team/lim.md @@ -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 ---
diff --git a/_team/mahajan.md b/_team/mahajan.md index 2ae2bb5170ed3..9e618f0c5620f 100644 --- a/_team/mahajan.md +++ b/_team/mahajan.md @@ -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 diff --git a/_team/mallika.md b/_team/mallika.md index a226d3998f11e..1e67ced4f62d3 100644 --- a/_team/mallika.md +++ b/_team/mallika.md @@ -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 ---
diff --git a/_team/mondal.md b/_team/mondal.md index bb6fb70b2492a..85fae1071675a 100644 --- a/_team/mondal.md +++ b/_team/mondal.md @@ -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 ---
diff --git a/_team/rahimi.md b/_team/rahimi.md index 995e71e41e71b..fc91d9538f07b 100644 --- a/_team/rahimi.md +++ b/_team/rahimi.md @@ -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/). diff --git a/_team/sankar.md b/_team/sankar.md index 27ef7b6767431..74a4f1f9959ab 100644 --- a/_team/sankar.md +++ b/_team/sankar.md @@ -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 ---
diff --git a/_team/shih.md b/_team/shih.md index d08354e02e51d..0099e04ec5d63 100644 --- a/_team/shih.md +++ b/_team/shih.md @@ -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 ---
diff --git a/_team/tang.md b/_team/tang.md index c04e4b946aa71..715cf0e4c1053 100644 --- a/_team/tang.md +++ b/_team/tang.md @@ -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 ---
diff --git a/_team/vegas_olcese.md b/_team/vegas_olcese.md index d4b4fd1759010..0fb2c4fd62e55 100644 --- a/_team/vegas_olcese.md +++ b/_team/vegas_olcese.md @@ -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). diff --git a/_team/wallis.md b/_team/wallis.md index 15db7c608939a..78f93e1ad7aa8 100644 --- a/_team/wallis.md +++ b/_team/wallis.md @@ -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 ---