forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |