Skip to content

Commit 04ffdca

Browse files
committed
Add Montella talk
1 parent 4afe92b commit 04ffdca

File tree

4 files changed

+65
-1
lines changed

4 files changed

+65
-1
lines changed

_data/speakers.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,16 @@
113113
link: https://www.computerscience.uchicago.edu/people/alok-kamatar
114114
talk_num: 7
115115
# 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."
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)."

_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

0 commit comments

Comments
 (0)