@@ -29,44 +29,60 @@ export default function Home() {
2929 therapeutic options.
3030 </ p >
3131 </ Section >
32- { /* NEW: Keynote Speaker Section */ }
33- < Section title = "NeurIPS 2025 CUREBench Workshop - Keynote Speaker" dark >
34- < div className = "max-w-5xl mx-auto bg-white border border-crimson/30 rounded-2xl shadow-md hover:shadow-lg transition p-8 flex flex-col sm:flex-row items-center gap-8" >
35- < img
36- src = "https://lh3.googleusercontent.com/sitesv/AAzXCkf74Glro-amoVFyXjIktX9gSgDLC0wCCo_9avK1AqTkvs2JmJvTQtN4FtIBY4VaWsmm2eqmgaGbbuNpi69SHXBsKJG3x6S8ve5jjxs6gjVrZrOqInAhykcHVy-XcMwjTUjEPFv3lgvDypjwg86D1HT2-aWEg9ABrNdAGwcU4Y6ICMwHkEJvA-D5sRCn2pjV5r94IOE_xFSQvOlgCEwRTeejoPsSpX5_8VJV1Lg=w1280"
37- alt = "Shekoofeh (Shek) Azizi"
38- className = "w-48 h-48 rounded-full object-cover ring-4 ring-crimson/20"
39- loading = "lazy"
40- />
41- < div className = "text-center sm:text-left" >
42- < h3 className = "text-3xl font-serif font-bold text-crimson-800 mb-2" >
43- Shekoofeh (Shek) Azizi
44- </ h3 >
45- < p className = "text-lg text-gray-800 font-medium mb-3" >
46- Research Scientist, Google DeepMind
47- </ p >
48- < p className = "text-gray-700 text-sm leading-relaxed max-w-2xl mb-4" >
49- Dr. Shekoofeh Azizi is a research lead at Google DeepMind, where she
50- pioneers biomedical super-intelligence for scientific discovery and
51- precision therapeutics. Her work bridges artificial intelligence and
52- medicine, with a special focus on cancer, single-cell biology, and
53- medical large language models such as Med-PaLM and Med-Gemini. Her
54- research has been featured in < em > Nature</ em > , < em > Nature Medicine</ em > ,
55- and < em > CVPR</ em > , and she has received national recognition including
56- the Governor General’s Canada Academic Gold Medal.
57- </ p >
58- < a
59- href = "https://www.shekoofehazizi.com/"
60- target = "_blank"
61- rel = "noopener noreferrer"
62- className = "inline-block text-crimson-700 font-semibold underline decoration-dotted hover:text-crimson-900 transition"
63- >
64- View full profile →
65- </ a >
66- </ div >
67- </ div >
68- </ Section >
69- { /* END NEW SECTION */ }
32+ { /* NEW: Keynote Speaker Section (website-style) */ }
33+ < Section title = "NeurIPS 2025 CUREBench Workshop - Keynote Speaker" dark >
34+ < div className = "max-w-5xl mx-auto" >
35+ < div className = "bg-white border border-crimson/30 rounded-2xl shadow-sm hover:shadow-md transition p-6 sm:p-8" >
36+ < div className = "flex flex-col sm:flex-row items-center sm:items-start gap-6" >
37+ < img
38+ src = "https://lh3.googleusercontent.com/sitesv/AAzXCkf74Glro-amoVFyXjIktX9gSgDLC0wCCo_9avK1AqTkvs2JmJvTQtN4FtIBY4VaWsmm2eqmgaGbbuNpi69SHXBsKJG3x6S8ve5jjxs6gjVrZrOqInAhykcHVy-XcMwjTUjEPFv3lgvDypjwg86D1HT2-aWEg9ABrNdAGwcU4Y6ICMwHkEJvA-D5sRCn2pjV5r94IOE_xFSQvOlgCEwRTeejoPsSpX5_8VJV1Lg=w1280"
39+ alt = "Shekoofeh (Shek) Azizi"
40+ className = "w-32 h-32 rounded-full object-cover ring-2 ring-crimson/20"
41+ loading = "lazy"
42+ />
43+
44+ < div className = "text-center sm:text-left w-full" >
45+ < h3 className = "text-2xl sm:text-3xl font-serif font-bold text-crimson-800" >
46+ Shekoofeh (Shek) Azizi
47+ </ h3 >
48+ < p className = "text-gray-800 mt-1 font-medium" >
49+ Research Scientist, Google DeepMind
50+ </ p >
51+
52+ { /* keep this to 2–3 lines so it feels like a keynote blurb, not a bio page */ }
53+ < p className = "text-gray-700 text-sm leading-relaxed mt-3 max-w-2xl" >
54+ Research lead advancing AI for biomedicine and therapeutics; work includes
55+ Med-PaLM and Med-Gemini and spans cancer, single-cell biology, and clinical
56+ reasoning.
57+ </ p >
58+
59+ < div className = "mt-4" >
60+ < a
61+ href = "https://www.shekoofehazizi.com/"
62+ target = "_blank"
63+ rel = "noopener noreferrer"
64+ className = "inline-flex items-center gap-2 px-4 py-2 rounded-lg border border-crimson/40 text-crimson-800 hover:bg-crimson/5 font-semibold"
65+ aria-label = "Visit Shekoofeh Azizi website"
66+ >
67+ Visit website
68+ < svg
69+ xmlns = "http://www.w3.org/2000/svg"
70+ className = "h-4 w-4"
71+ viewBox = "0 0 24 24"
72+ fill = "none"
73+ stroke = "currentColor"
74+ strokeWidth = "2"
75+ >
76+ < path d = "M7 17L17 7M7 7h10v10" />
77+ </ svg >
78+ </ a >
79+ </ div >
80+ </ div >
81+ </ div >
82+ </ div >
83+ </ div >
84+ </ Section >
85+ { /* END NEW SECTION */ }
7086
7187
7288
0 commit comments