Skip to content

Commit 5260730

Browse files
Add PHYS-XAI leader profile for Prof. Julian Sienkiewicz.
Replaces the placeholder leader entry with his bio, contact links, and portrait image for the PHYS-XAI team. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 344ad58 commit 5260730

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

219 KB
Loading

src/data/team/leaders.ts

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,22 @@ export const leaders: TeamLeader[] = [
5858
},
5959
{
6060
id: "phys-xai-leader",
61-
name: "To be announced",
62-
title: "",
63-
imageUrl: "",
64-
imageAlt: "To be announced",
65-
tags: [],
66-
description: "More information about this team leader will be available soon.",
61+
name: "Prof. Julian Sienkiewicz",
62+
title: "Team Leader",
63+
imageUrl: "/images/team/julian-sienkiewicz.png",
64+
imageAlt: "Prof. Julian Sienkiewicz",
65+
tags: ["complexity science", "statistical physics", "agent-based modeling", "ML", "NLP"],
66+
description:
67+
"Prof. Julian Sienkiewicz is a physicist specializing in complexity science, with a focus on modelling online social behavior through statistical physics and agent-based approaches. His work explores how concepts from physics can inspire new machine learning methods, and how ML and NLP can advance research in complex systems.",
6768
teamName: "PHYS-XAI: Physics-aligned explainable AI",
6869
teamDescription:
6970
"We focus on developing AI systems whose behavior is reliable, and consistent with known physical laws. Our goal is to advance physics-aligned XAI by creating methods that assess whether model predictions respect fundamental principles—such as symmetry constraints or system dynamics—ensuring that AI remains grounded in the structure of the real world, especially in scientific and engineering applications.",
70-
isUnannounced: true,
71+
socialLinks: {
72+
linkedin: "https://www.linkedin.com/in/julek-sienkiewicz-873829",
73+
website: "https://jsienkiewicz.pl",
74+
email: "mailto:julian.sienkiewicz@pw.edu.pl",
75+
twitter: "https://x.com/julasms",
76+
googleScholar: "https://scholar.google.pl/citations?user=mIwu11QAAAAJ",
77+
},
7178
},
7279
];

0 commit comments

Comments
 (0)