@@ -68,17 +68,7 @@ export const speakersnew = [
68
68
{ href : "https://www.jasonwei.net/" , icon : "icofont-web" }
69
69
]
70
70
} ,
71
- // {
72
- // name: "Worldcoin",
73
- // title: "",
74
- // company: "",
75
- // image: require("../../assets/images/speakers/worldcoin.png"),
76
- // socialLinks: [
77
- // { icon: "icofont-web", href: "https://worldcoin.org/world-id" },
78
- // { icon: "icofont-twitter", href: "https://twitter.com/worldcoin" },
79
- // { icon: "icofont-linkedin", href: "https://www.linkedin.com/company/worldcoinfoundation/" }
80
- // ]
81
- // },
71
+
82
72
83
73
// {
84
74
// name: "Aravind Srinivas",
@@ -217,6 +207,7 @@ export const speakersnew = [
217
207
{ icon : "icofont-linkedin" , href : "https://www.linkedin.com/in/jerry-liu-64390071/" }
218
208
]
219
209
} ,
210
+
220
211
{
221
212
image : require ( "../../assets/images/speakers/jason_l.webp" ) ,
222
213
name : "Jason Lopatecki" ,
@@ -228,6 +219,30 @@ export const speakersnew = [
228
219
{ icon : "icofont-linkedin" , href : "https://www.linkedin.com/in/jason-lopatecki-9509941/" }
229
220
]
230
221
} ,
222
+ {
223
+ name : "Worldcoin" ,
224
+ title : "" ,
225
+ company : "" ,
226
+ image : require ( "../../assets/images/speakers/worldcoin.png" ) ,
227
+ popup : require ( "../../assets/images/speakers/popup/worldcoin.png" ) ,
228
+ socialLinks : [
229
+ { icon : "icofont-web" , href : "https://worldcoin.org/world-id" } ,
230
+ { icon : "icofont-twitter" , href : "https://twitter.com/worldcoin" } ,
231
+ { icon : "icofont-linkedin" , href : "https://www.linkedin.com/company/worldcoinfoundation/" }
232
+ ]
233
+ } ,
234
+ {
235
+ name : "LangChain" ,
236
+ title : "" ,
237
+ company : "" ,
238
+ image : require ( "../../assets/images/speakers/langchain.png" ) ,
239
+ popup : require ( "../../assets/images/speakers/popup/langchain.png" ) ,
240
+ socialLinks : [
241
+ { icon : "icofont-web" , href : "https://python.langchain.com/docs/integrations/providers/twitter" } ,
242
+ { icon : "icofont-twitter" , href : "https://twitter.com/LangChainAI" } ,
243
+ { icon : "icofont-linkedin" , href : "https://www.linkedin.com/company/langchain/" }
244
+ ]
245
+ } ,
231
246
{
232
247
name : "Dr. Ganapathy Krishnan" ,
233
248
title : "VP & Science Fellow" ,
@@ -251,9 +266,9 @@ export const speakersnew = [
251
266
]
252
267
} ,
253
268
{
254
- name : "Jake Heller" ,
255
- title : "CEO and Founder " ,
256
- company : "Casetext.com " ,
269
+ name : "Jake Heller, JD " ,
270
+ title : "Co-Founder @Casetext Head of Product of CoCounsel " ,
271
+ company : "@Thomson Reuters " ,
257
272
image : require ( "../../assets/images/speakers/jake.jpg" ) ,
258
273
popup : require ( "../../assets/images/speakers/popup/jake.png" ) ,
259
274
socialLinks : [
0 commit comments