Skip to content

Commit 6c0b137

Browse files
committed
Update About page
1 parent c7b8990 commit 6c0b137

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

_data/organization.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,21 +308,23 @@
308308

309309
- first_name: Stephen
310310
last_name: Hudson
311-
role: Workflows Talks Coordinator
311+
name: Stephen Hudson
312+
role: Director of Agentic Systems
312313
photo: hudson.jpg
313314
link: https://www.anl.gov/profile/stephen-hudson
314-
category: technical
315+
category: leadership
315316
institution:
316317
name: Argonne National Laboratory
317318
image: anl.png
318319
link: https://www.anl.gov/
319320

320321
- first_name: Daniela
321322
last_name: Casol
322-
role: Workflows Talks Coordinator
323+
name: Daniela Casol
324+
role: Director of Technical Engagement
323325
photo: casol.jpeg
324326
link: https://profiles.lbl.gov/67936-daniela-cassol
325-
category: technical
327+
category: leadership
326328
institution:
327329
name: Lawrence Berkeley National Laboratory
328330
image: lbnl.png

page_about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
permalink: /about
55
---
66

7-
{% assign leadership_names = "Rafael Ferreira da Silva|Kyle Chard" | split: "|" %}
7+
{% assign leadership_names = "Rafael Ferreira da Silva|Kyle Chard|Stephen Hudson|Daniela Casol" | split: "|" %}
88

99
<section class="about-hero">
1010
<div class="container" data-aos="fade-up">
@@ -31,7 +31,7 @@ <h2>Executive leadership</h2>
3131
<img src="/images/about/{{ member.photo }}" alt="{{ member.name }}">
3232
<div>
3333
<h3><a href="{{ member.link }}" target="_blank" rel="noopener">{{ member.name }}</a></h3>
34-
<p class="about-role">{{ member.role | replace: "Director of ", "" }}</p>
34+
<p class="about-role">{{ member.role }}</p>
3535
</div>
3636
</div>
3737
{% if member.institution %}

0 commit comments

Comments
 (0)