Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion _data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
image: argonne.png
country: us
link: https://www.anl.gov/profile/stephen-hudson
talk_num: 1
talk_num: 0
photo: hudson.jpg
bio: "Stephen Hudson is a Principal Software Engineer at Argonne National Laboratory, working on workflow systems for high-performance computing."

- name: Logan Ward
role: Computational Scientist
institution:
name: Argonne National Laboratory
link: https://www.anl.gov
image: argonne.png
country: us
link: https://www.anl.gov/profile/logan-ward
talk_num: 1
photo: ward.jpg
bio: "Logan Ward is a Computational Scientist at in the Data Science and Learning Division of Argonne National Laboratory, which he joined in 2019 after a post-doc at the University of Chicago. Logan’s PhD dissertation was in Materials Science and Engineering and focused on the development of AI algorithms for materials, so most of his research focuses on the intersection between AI, HPC, and physical sciences."
42 changes: 25 additions & 17 deletions _talks/talk1.html → _talks/2025_04_16.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: page
title: Placeholder talk
authors: Stephen Hudson (Argonne National Lab)
event_date: March 12, 2025 (Tentative)
title: Steering Workflows with Artificial Intelligence
authors: Logan Ward (Argonne National Lab)
event_date: April 16, 2025
times: 11am-11.30 PST / 2pm-2.30 EST / 20:00-20:30 CEST
talk_number: 1
<!-- video_playlist: https://www.youtube.com/watch?v=STy5HwEVj8k&list=PLAtmuqHExRvOzPOvJfSH8PwjbVJFyulCy -->
Expand All @@ -15,21 +15,28 @@
<div class="row">
<div class="col-lg-8 wg">
<h2 class="mb-4">{{page.title}}</h2>
<span class="subheading">{{page.authors}}</span>
<p class="event-date">{{page.event_date}} {{page.times}} </p>
<p class="text-center" style="font-size: 1.1em; font-weight: 500;">
{{ page.authors }}
</p>

<p class="text-center text-muted" style="font-size: 1em;">
{{ page.event_date }}<br />{{ page.times }}
</p>

<p class="mb-3" style="text-align: left;">
TBC. The first talk will soon be announced.
</p>
<p class="mb-3" style="text-align: left !important;">
Topics (EXAMPLE):
Computational workflows routinely execute tasks faster than a
human scientist can understand and act on their outcomes, which
means decisions about what tasks to run become outdated quickly.
Artificial Intelligence (AI) algorithms have emerged as a route to
adjust a workflow during operation, potentially increasing its
effectiveness by learning which tasks may prove most informative.
In this talk, we will discuss application patterns that integrate
AI into scientific workflows and introduce software which simplify
building such “AI steered applications.” The topics will include
dissecting a materials design application built around a Generative
AI model and middleware necessary to scale data-intensive AI workflows
past thousands of GPU nodes.
</p>
<ul>
<li>Dynamic steering of HPC Workflows</li>
<li>Heterogeneous Workflows</li>
<li>Modelling of laser plasma accelerators with libEnsemble and WarpX</li>
<li>Using ProxyStore when transferring large data</li>
</ul>
</div>

<div class="col-lg-4">
Expand All @@ -39,7 +46,8 @@ <h4 class="mb-4">About the Authors</h4>
{% for member in speaker %}
<a href="{{ member.link }}" target="_blank">
<img src="/images/talks/{{ member.photo }}" alt="{{ member.name }}" class="img-fluid mb-3"
style="width: 150px; height: 150px; object-fit: cover; border-radius: 0.5em;">
style="width: 150px; height: 200px; object-fit: cover; border-radius: 0.5em;">
<!-- style="width: 150px; height: 150px; object-fit: cover; border-radius: 0.5em;"> -->
</a>
<p class="font-weight-bold">{{ member.name }}<br />
<span class="text-muted">{{ member.role }}</span>
Expand All @@ -54,4 +62,4 @@ <h4 class="mb-4">About the Authors</h4>
</div>
</div>
</div>
</div>
</div>
Binary file added images/talks/ward.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.