Skip to content

Commit 06bbd18

Browse files
committed
Add the Oden Institute profile link
Fills the profile slot on the home sidebar and the team page, which has been empty since the Georgia Tech directory link was dropped. Renames the field from `gt` to `profile` in the two templates that read it. The name was a Georgia Tech holdover and the link is no longer one.
1 parent cb1e4c3 commit 06bbd18

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

_data/pi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- name: Spencer Bryngelson
22
photo: spencer
3+
profile: https://oden.utexas.edu/people/directory/spencer-bryngelson-2538/
34
info: <i>Associate Professor</i><br/> Walker Dept. of Mech. Eng.<br/> Oden Institute<br/>UT Austin
45
infoshort: "<i>Associate Professor</i> and <i>Walker Scholar</i>, Walker Department of Mechanical Engineering <br/><i>Core Faculty</i>, Oden Institute for Computational Engineering and Sciences<br/><b><i>The University of Texas at Austin</i></b>"
56
email: shb@utexas.edu

_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In August 2025 we ran the <a href='https://arxiv.org/abs/2505.07392' target='_bl
3939
<h5>{{ member.name }}</h5>
4040
<h6>{{ member.info }}</h6>
4141
<div style="margin-bottom:5px">
42-
{% if member.gt %}<a href="{{ member.gt }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s faculty profile">{% include icon.html name="archive-square" class="icon-2x" %}</a> {% endif %}
42+
{% if member.profile %}<a href="{{ member.profile }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s faculty profile">{% include icon.html name="archive-square" class="icon-2x" %}</a> {% endif %}
4343
{% if member.email %}<a href="mailto:{{ member.email }}" target="_blank" rel="noopener noreferrer" aria-label="Email {{ member.name }}">{% include icon.html name="envelope-square" class="icon-2x" %}</a> {% endif %}
4444
{% if member.cv %} <a href="{{ site.baseurl }}/{{ member.cv }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s CV">{% include icon.html name="cv-square" class="icon-2x" %}</a> {% endif %}
4545
{% if member.scholar %} <a href="{{ member.scholar }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s Google Scholar profile">{% include icon.html name="google-scholar-square" class="icon-2x" %}</a> {% endif %}

_pages/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ L to R: Tianyi, Lian, Jesus, Henry, Spencer, Melody, Ben, Haocheng, Max, Jack, D
2525
</div>
2626
<div class="col-sm-9 col-12">
2727
<p class="pi-info">{{ member.infoshort }}</p>
28-
{% if member.gt %}<a href="{{ member.gt }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s faculty profile">{% include icon.html name="archive-square" class="icon-2x" %}</a> {% endif %}
28+
{% if member.profile %}<a href="{{ member.profile }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s faculty profile">{% include icon.html name="archive-square" class="icon-2x" %}</a> {% endif %}
2929
{% if member.email %}<a href="mailto:{{ member.email }}" target="_blank" rel="noopener noreferrer" aria-label="Email {{ member.name }}">{% include icon.html name="envelope-square" class="icon-2x" %}</a> {% endif %}
3030
{% if member.cv %} <a href="{{ site.baseurl }}/{{ member.cv }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s CV">{% include icon.html name="cv-square" class="icon-2x" %}</a> {% endif %}
3131
{% if member.scholar %} <a href="{{ member.scholar }}" target="_blank" rel="noopener noreferrer" aria-label="View {{ member.name }}'s Google Scholar profile">{% include icon.html name="google-scholar-square" class="icon-2x" %}</a> {% endif %}

0 commit comments

Comments
 (0)