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/app/App.tsx
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,14 @@ function AppContent() {
85
85
image?: string;
86
86
topic?: string;
87
87
abstract?: string;
88
-
bio?: string;
88
+
bio?: React.ReactNode;
89
89
};
90
90
91
91
constkeynotesData: KeynoteSpeaker[]=[
92
92
{
93
93
id: 1,
94
94
name: "Marcos Kalinowski",
95
-
institution: "PUC-Rio, Brazil",
95
+
//institution: "PUC-Rio, Brazil",
96
96
image: "marcos-kalinowski.jpg",
97
97
bio: `Marcos Kalinowski is a Professor of Software Engineering at PUC-Rio, Brazil, where he leads the Software & AI Engineering Lab (SAIL), \
98
98
supervises doctoral research, and conducts R&D projects in collaboration with industry partners. His research focuses on AI Engineering, \
@@ -111,7 +111,27 @@ function AppContent() {
111
111
},
112
112
{
113
113
id: 2,
114
-
isPlaceholder: true
114
+
name: "Andrews Medina",
115
+
//institution: "AI Researcher",
116
+
image: "andrews-medina.jpeg",
117
+
bio: (
118
+
<>
119
+
Andrews Medina has spent his career building and leading engineering teams behind large-scale systems.
120
+
His work combines leadership and hands-on experience—from writing code to deploying systems that serve millions of users.
121
+
He held leadership engineering positions at Globo.com, Jusbrasil, and Indaband, where he built and scaled teams and infrastructure to operate at high volume.
122
+
He is the co-creator of the open-source projects{' '}
0 commit comments