Skip to content

Commit

Permalink
add web speaker (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster authored Oct 5, 2024
1 parent bc27330 commit de70871
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added web/src/images/headshots/LisaSchneider.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions web/src/pages/flareDay.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit de70871

Please sign in to comment.