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
12 changes: 12 additions & 0 deletions _data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@
talk_num: 1
photo: ward.jpg
bio: "Logan Ward is a Computational Scientist 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."

- name: Eli Dart
role: Computer Systems Engineer
institution:
name: Lawrence Berkeley National Laboratory
link: https://www.lbl.gov/
image: lbnl.png
country: us
link: https://www.es.net/about/esnet-staff/science-engagement/dart
talk_num: 2
photo: dart.jpg
bio: "Eli Dart is a network engineer in ESnet’s Science Engagement Group, focused on advancing data-intensive science through high-performance networking. A lead advocate of the Science DMZ model, he collaborates with DOE labs, facilities, and universities to build science-optimized infrastructure. With over 20 years of experience in network architecture and operations, Eli contributed to the design of ESnet4 and ESnet5, and previously was a lead network engineer at NERSC. He also played a key role in SCinet from 1997 to 2010. Eli holds a B.S. in Computer Science from Oregon State University College of Engineering."
56 changes: 56 additions & 0 deletions _talks/2025_05_14.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: page
title: "Science Networks: Foundations for Multi-Site Workflows"
authors: Eli Dart (Lawrence Berkeley National Laboratory)
event_date: May 14, 2025
times: 11am-11.30 PST / 2pm-2.30 EST / 20:00-20:30 CEST
talk_number: 2
---

<div class="container" data-aos="fade-up" style="padding: 3em 0;">
<div class="row">
<div class="col-lg-8 wg text-center">
<h2 class="mb-4">{{page.title}}</h2>
<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;">
Multi-site workflows rely on science networks for connectivity,
high-performance data transfer, high-performance streaming,
visualization, and related capabilities. This talk will describe
the role of science networks in enabling workflows which span
multiple sites, including interaction with data transfer and
security systems in site networks.
</p>
<a href="https://docs.google.com/forms/d/1XTJFRJ5Ivu2-Z-i9dnq2umv-OuE2UlVreea_dLawd2c"
target="_blank" class="btn btn-primary mt-3 py-3 px-5">Register</a>
</div>

<div class="col-lg-4">
<div class="blog-sidbar">
<h4 class="mb-4">About the Authors</h4>
{% assign speaker = site.data.speakers | where: "talk_num", page.talk_number %}
{% 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: 200px; object-fit: cover; border-radius: 0.5em;">
</a>
<p class="font-weight-bold">{{ member.name }}<br />
<span class="text-muted">{{ member.role }}</span>
</p>
<p class="bio" style="font-size: 0.8em;">{{ member.bio }}</p>
<a href="{{ member.institution.link }}" target="_blank">
<img src="/images/institutions/{{ member.institution.image }}" alt="{{ member.institution.name }}"
style="max-height: 2em;" />
</a>
<hr />
{% endfor %}
</div>
</div>
</div>
</div>
Binary file added images/talks/dart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions page_talks.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ <h3 class="heading"><a href="{{talk.url}}">{{talk.title}}</a></h3>

<div class="col-lg-4">
<div class="blog-sidbar">
<h4 class="font-weight-bold">Organizers</h4>
<p>Stephen Hudson &bull; Daniela Cassol</p>
<h4 class="mb-3">Organizers</h4>
<img src="/images/about/hudson.jpg"
style="width: 3em; height: 3em; border-radius: 0.5em; margin-right: 1em;" />
Stephen Hudson (ANL)<br /><br />
<img src="/images/about/casol.jpeg"
style="width: 3em; height: 3em; border-radius: 0.5em; margin-right: 1em;" />
Daniela Cassol (LBNL)<br /><br />
<hr />
<p>Register to attend the series?
<a href="https://docs.google.com/forms/d/1XTJFRJ5Ivu2-Z-i9dnq2umv-OuE2UlVreea_dLawd2c"
Expand Down