You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/sections/ProjectsCard.tsx
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,6 @@ const projects = [
33
33
</>
34
34
),
35
35
},
36
-
{
37
-
title: "We're Looking For Builders Who Bridge Theory & Practice",
38
-
description: (
39
-
<>
40
-
The Architect: adapts Transformers, Attention, and LLM ideas to time-series and knows why they work. The Theorist: brings dynamical systems, control, or operator theory to clinical data. The Modeler: uses generative AI or epidemiological modeling to simulate complex, interdependent processes that inform public health and patient care.
41
-
</>
42
-
),
43
-
},
44
36
];
45
37
46
38
exportfunctionProjectsCard(){
@@ -50,12 +42,29 @@ export function ProjectsCard() {
<p><strong>The Architect</strong>: adapts Transformers, Attention, and LLM ideas to time-series and understands why they work.</p>
61
+
<p><strong>The Theorist</strong>: brings dynamical systems, control, or operator theory to clinical data.</p>
62
+
<p><strong>The Modeler</strong>: uses generative AI or epidemiological modeling to simulate complex, interdependent processes that inform public health and patient care.</p>
57
63
</div>
58
-
))}
64
+
<pclassName="text-sm dark:text-gray-300">
65
+
If you want to pair rigorous theory with real-world deployment, we'd love to hear from you.
0 commit comments