diff --git a/web/src/images/headshots/LisaSchneider.jpg b/web/src/images/headshots/LisaSchneider.jpg new file mode 100644 index 0000000000..1de338fa45 Binary files /dev/null and b/web/src/images/headshots/LisaSchneider.jpg differ diff --git a/web/src/pages/flareDay.astro b/web/src/pages/flareDay.astro index 13ffb02a40..bae2093286 100644 --- a/web/src/pages/flareDay.astro +++ b/web/src/pages/flareDay.astro @@ -16,6 +16,7 @@ import HolgerRoth from '../images/headshots/HolgerRoth.jpg'; import IsaacYang from '../images/headshots/IsaacYang.jpg'; import JacekChmiel from '../images/headshots/JacekChmiel.png'; import JohnGarrett from '../images/headshots/JohnGarrett.jpg'; +import LisaSchneider from '../images/headshots/LisaSchneider.jpg' import MohammadManzari from '../images/headshots/MohammadManzari.jpg'; import PlaceholderHeadshot from '../images/headshots/PlaceholderHeadshot.png'; import RobinRoehm from '../images/headshots/RobinRoehm.jpg'; @@ -197,6 +198,18 @@ const talks = [ ], videoLink: "https://developer.download.nvidia.com/assets/Clara/flare/NVFLARE_DAY_2024_Part_10_Deloitte.mp4", }, + { + title: "OPTIMA", + subtitle: "Enabling Precision Oncology with Federated Learning: Insights from the OPTIMA Consortium", + description: "Lisa Schneider has taken on a pivotal role in implementing Federated Learning within the OPTIMA Consortium. OPTIMA (Optimal Treatment for Patients with Solid Tumours in Europe Through Artificial intelligence) aims to advance treatments and improve decision-making processes for physicians and patients with prostate, breast and lung cancer using machine learning.", + speakers: [ + { + name: "Lisa Schneider", + headshot: LisaSchneider.src, + bio: "Machine Learning Research Scientist at Bayer AG" + }, + ], + }, { title: "FLARE Getting Started and LLM Support", subtitle: "End-to-end Pythonic APIs, LLM support - PEFT, SFT, RAG",