Skip to content

Commit

Permalink
New Profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerp committed Sep 19, 2024
1 parent a828294 commit 63a2353
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 18 deletions.
18 changes: 18 additions & 0 deletions _layouts/profiles_new.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{% if page.external_url %}
<a href="{{ page.external_url }}" target="_blank" rel="noopener noreferrer" class="profile-link">
{% endif %}

<div class="profile-card">
{% if page.img %}
<img src="{{ page.img | relative_url }}" alt="{{ page.title }}" class="profile-img">
{% endif %}
<h2 class="profile-name">{{ page.title }}</h2>
{% if page.description %}
<p class="profile-description">{{ page.description }}</p>
{% endif %}
<!-- Add any other card content here -->
</div>

{% if page.external_url %}
</a>
{% endif %}
6 changes: 3 additions & 3 deletions _team/about_dogan.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: profiles
layout: profiles_new
title: Dr. Timur Dogan
description: Associate Professor at Cornell University
img:
img: https://aap.cornell.edu/sites/default/files/styles/portrait-medium/public/person/prov-DSC_0263_2_270x270.jpg
importance: 1
category: Collaborators
---


[Link to Website](https://aap.cornell.edu/people/timur-dogan)
6 changes: 3 additions & 3 deletions _team/about_gomez.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: profiles
layout: page
title: Dr. Paula Gomez
description: Senior Researcher at GTRI
img:
img: https://bpb-us-w2.wpmucdn.com/sites.gatech.edu/dist/8/4235/files/2023/11/gomez-paula_1-1.jpg
importance: 1
category: Collaborators
---

[Link to Website](https://energy.gtri.gatech.edu/paula-gomez)
8 changes: 6 additions & 2 deletions _team/about_haas.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
layout: profiles
layout: page
title: Dr. Shalaila Haas
description: Assistant Professor at Mt. Sinai
img:
img: https://simtigrate.gatech.edu/sites/default/files/2024-01/card.ShalailaHaas.jpg
importance: 1
category: Collaborators
---

[Link to Website](https://shalailahaas.com/)


{% capture remote_content %}{% remote_include https://shalailahaas.com/index.html %}{% endcapture %}
8 changes: 5 additions & 3 deletions _team/about_kastner.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
layout: profiles
layout: page
title: Dr. Patrick Kastner
description: Assistant Professor and Director of the Sustainable Urban Systems Lab at Georgia Tech.
img: assets/img/team/Kastner_Linkedin.jpg
importance: 1
category: Director
---
<div class="profile float-right">
<img src="/assets/img/team/Kastner_Linkedin.jpg" class="img-fluid z-depth-1 rounded"/>
</div>


Patrick Kastner is an Assistant Professor with the [School of Architecture](https://arch.gatech.edu/) and directs the Sustainable Urban Systems Lab at Georgia Tech, specializing in environmental performance simulation and the decarbonization of buildings and cities.
Patrick Kastner is an Assistant Professor with the [School of Architecture](https://arch.gatech.edu/) and directs the [Sustainable Urban Systems Lab](https://sustainableurbansystems.com/) at Georgia Tech, specializing in environmental performance simulation and the decarbonization of buildings and cities.

He earned his Ph.D. and M.S. in [Systems Science and Engineering](https://www.systemseng.cornell.edu/se/programs/systems-phd) from Cornell University. During his doctoral research, he developed [Eddy3D](https://www.eddy3d.com/), a microclimate modeling software toolkit for Rhino & Grasshopper, now adopted by leading institutions in both academia and practice.

Expand Down
8 changes: 6 additions & 2 deletions _team/about_ku.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
layout: profiles
layout: page
title: Dr. Benson Ku
description: Assistant Professor at Emory University
img:
img: https://www.cdi.pitt.edu/sites/default/files/person-images/benson%20ku%20headshot.jpeg

# https://med.emory.edu/departments/psychiatry/programs/clinical_research_program/_images/ku_benson.jpeg
importance: 1
category: Collaborators
---
[Link to Website](https://med.emory.edu/directory/profile/?u=BSKU)


10 changes: 5 additions & 5 deletions _team/about_martinez_mori.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: profiles
layout: page
title: Dr. J. Carlos Martinez Mori
description: PostDoc in ISyE
img:
description: PostDoc in ISyE at Georgia Tech
img: https://jcmartinezmori.github.io/assets/img/prof_pic-480.webp
importance: 1
category: Collaborators
category: Collaborators
---

[Link to Website](https://jcmartinezmori.github.io/)

0 comments on commit 63a2353

Please sign in to comment.