Skip to content

Commit 52b558d

Browse files
authored
Merge pull request #115 from shuds13/main
Add Upcoming talks
2 parents bf481da + 04ffdca commit 52b558d

File tree

7 files changed

+102
-2
lines changed

7 files changed

+102
-2
lines changed

_data/speakers.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,27 @@
102102
talk_num: 6
103103
photo: titus.jpg
104104
bio: "C. Titus Brown is a Professor in the School of Veterinary Medicine at UC Davis, where he works on methods in data intensive research across the biosciences, computer science, and software engineering. He is surprisingly passionate about open science and sociotechnical systems for community development of research infrastructure, and blogs regularly on these topics at ivory.idyll.org/blog/."
105+
106+
- name: Alok Kamatar
107+
role: Graduate Student, University of Chicago
108+
institution:
109+
- name: University of Chicago
110+
link: https://www.uchicago.edu/
111+
image: uchicago.png
112+
country: us
113+
link: https://www.computerscience.uchicago.edu/people/alok-kamatar
114+
talk_num: 7
115+
# photo: kamatar.jpg
116+
bio: "Alok Kamatar is a 4th year Ph.D. student at the University of Chicago advised by Ian Foster and Kyle Chard. Broadly, he is interested in building systems to enable faster and more efficient science. He is currently working on building Academy: a framework for integrating \"Agents\" with federated research infrastructure and exploring the associated systems challenges."
117+
118+
- name: Raffaele Montella
119+
role: Associate Professor with tenure in Computer Science
120+
institution:
121+
- name: University of Naples “Parthenope”
122+
link: https://international.uniparthenope.it/
123+
image: ParthEng.svg
124+
country: Italy
125+
link: https://www.raffaelemontella.it/
126+
talk_num: 8
127+
photo: montella.png
128+
bio: "Raffaele Montella is an Associate Professor with tenure in Computer Science at the Department of Science and Technologies (DiST), University of Naples “Parthenope’” (UNP), Italy. He got his degree (MSc equivalent) cum laude and an award mention to his study career in (Marine) Environmental Science at the University of Naples “Parthenope” in 1998, defending a thesis about the “Development of a GIS system for marine applications”. He defended his Ph.D. thesis on “Environmental modeling and Grid Computing techniques” earning a Ph.D. in Marine Science and Engineering at the University of Naples “Federico II”. His main research topics and scientific production are focused on: tools for high-performance computing, cloud computing, and GPUs with applications in the field of computational environmental science (multi-dimensional geo-referenced big data, distributed computing for modeling, and scientific workflows and science gateways) leveraging on his previous (and still ongoing) experiences in embedded, mobile, wearable, pervasive computing, and Internet of Things. Since 2021 he has been head of the UNP node CINI Lab/Working Group “HPC: Key Technologies and Tools”. Since 2022 he has been the head of the AWS Academy at the University of Naples “Parthenope”. In February 2023, he gained the Italian National Academic Qualifications as Full Professor in Computer Science (01/B1)."

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 data-aos="fade-up">Elevating community-centered scientific workflow solution
4343
</div>
4444
<div class="col-lg-5 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
4545
<div class="row" style="border: 3px solid #fff; border-radius: .5em">
46-
{% assign talks = site.talks | sort: 'order' | reverse %}
46+
{% assign talks = site.talks| where: "given", false | sort: 'order'%}
4747
{% for talk in talks limit: 1 %}
4848
<div class="col-lg-5" style="padding: 0; background-color: rgba(109, 84, 170, 0.5);">
4949
<a href="/talks"><img src="/images/talks/banner.png" width="100%" style="border-radius: 0.5em;" /></a>

_talks/2025_10_15.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: talk
3+
title: "Building Scalable Agentic Systems for Science with Academy"
4+
authors: Alok Kamatar (University of Chicago)
5+
event_date: October 15, 2025
6+
times: 11:00-11:30 PST / 14:00-14:30 EST / 20:00-20:30 CEST
7+
talk_number: 7
8+
given: false
9+
<!-- image: /images/talks/kumatar-banner.png -->
10+
<!-- presentation: -->
11+
<!-- video: -->
12+
---
13+
14+
Agentic systems, in which diverse agents cooperate to tackle challenging
15+
problems, are exploding in popularity in the AI community. However, the
16+
agentic frameworks used to build these systems have not previously enabled use
17+
with research cyberinfrastructure. In this talk, I will introduce Academy, a
18+
modular and extensible middleware designed to deploy autonomous agents across
19+
the federated research ecosystem, including HPC systems, experimental
20+
facilities, and data repositories. I will situate Academy in the landscape of
21+
existing agentic frameworks and discuss how the design of Academy addresses
22+
the unique needs of scientific agents. Finally, I will present use-cases of
23+
agentic workflows and show an example of how we used Academy to build a more
24+
intelligent and efficient workflow for materials design.

_talks/2025_11_11.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: talk
3+
title: "One workflow to rule them all: introducing DAGonStar, yet another workflow engine for Python developers, designed for HPC and AI."
4+
authors: Raffaele Montella (University of Naples “Parthenope”)
5+
event_date: November 11, 2025
6+
times: 11:00-12:00 PST / 14:00-15:00 EST / 20:00-21:00 CEST
7+
talk_number: 8
8+
given: false
9+
<!-- image: /images/talks/montella-banner.png -->
10+
<!-- presentation: -->
11+
<!-- video: -->
12+
---
13+
14+
Scientific workflows designed to handle massive datasets through distributed
15+
high-performance computing (HPC) infrastructures or elastic on-demand
16+
computational services have established themselves as a robust and mature
17+
paradigm within data science. Within this context, one of the most
18+
consolidated production applications is the orchestration of environmental
19+
models for simulation and forecasting tasks.
20+
21+
<br /><br />
22+
23+
This presentation illustrates our perspective on workflows as essential
24+
building blocks for environmental systems, where numerical modeling is combined
25+
with artificial intelligence to strengthen forecasting and predictive
26+
capabilities. At the HPSC SmartLab of the University of Naples "Parthenope,"
27+
we developed DAGonStar, a workflow engine designed to orchestrate environmental
28+
models used by the Center for Monitoring and Modeling Marine and Atmosphere
29+
(CMMMA) to produce weather and marine predictions.
30+
31+
<br /><br />
32+
33+
Among the laboratory's operational applications is MytilEx, a project funded by
34+
the Campania Regional Government, which aims to forecast E. coli contamination
35+
in cultivated mussels. The system improves pollutant transport and dispersion
36+
simulations (carried out with the WaComM++ model) by integrating an artificial
37+
intelligence module (AIQUAM++), trained on microbiological observations.
38+
Initial system evaluations reveal prediction accuracies above 90% for E. coli
39+
presence, a substantial step forward in applying computational intelligence to
40+
environmental and food safety domains.
41+
42+
<br /><br />
43+
44+
The same workflow building blocks that supported MytilEx have also enabled the
45+
development of two further projects. The first, MytilX—currently underway and
46+
funded by the Istituto Zooprofilattico Sperimentale dell'Umbria e delle Marche
47+
"Togo Rosati"—has shown through preliminary experiments that the MytilEx
48+
success case can be replicated at other sites. The second, SmokeTracer, funded
49+
by the Campania Regional Government, is an on-demand HPC workflow aimed at
50+
estimating the potential soil contamination footprint caused by wildfires or
51+
arson. SmokeTracer has been implemented partly by reusing modules already
52+
available in the DAGonStar framework.

images/institutions/ParthEng.png

38.2 KB
Loading

images/talks/montella.png

241 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>What's Happening in the Community</h2>
2626
<div class="col-lg-3">
2727
<!-- COMMUNITY TALKS -->
2828
<article>
29-
{% assign talks = site.talks | sort: 'order' | reverse %}
29+
{% assign talks = site.talks| where: "given", false | sort: 'order'%}
3030
{% for talk in talks limit: 1 %}
3131
<div class="post-img">
3232
<img src="/images/talks/banner.png" alt="" class="img-fluid">

0 commit comments

Comments
 (0)