Skip to content

Commit e252e67

Browse files
authored
Merge pull request #87 from GPT-DAO/sf53
Sf53
2 parents 2dd4e6b + 9a8afbb commit e252e67

File tree

6 files changed

+50
-10
lines changed

6 files changed

+50
-10
lines changed
39 KB
Loading
Loading
Loading
29.6 KB
Loading

summit/src/components/Home/speakersDataNew.js

+25-10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,31 @@ export const speakersnew = [
3030
// { icon: "icofont-linkedin", href: "https://www.linkedin.com/in/harrison-chase-961287118/" }
3131
// ]
3232
// },
33+
{
34+
name: "DR. Yuhuai Wu",
35+
title: "Co-founder",
36+
company: "X.AI",
37+
image: require("../../assets/images/speakers/yuhuai.jpg"),
38+
popup: require("../../assets/images/speakers/popup/yuhuai.png"),
39+
socialLinks: [
40+
{ icon: "icofont-web", href: "https://yuhuaiwu.github.io/" },
41+
{ icon: "icofont-twitter", href: "https://twitter.com/Yuhu_ai_" },
42+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/yuhuai-tony-wu-02a641b5/" }
43+
]
44+
},
45+
46+
{
47+
name: "Dr. Denis Yarats",
48+
title: "CTO & Co-founder",
49+
company: "Perplexity",
50+
image: require("../../assets/images/speakers/denis.jpg"),
51+
popup: require("../../assets/images/speakers/popup/denis.png"),
52+
socialLinks: [
53+
{ icon: "icofont-web", href: "https://cs.nyu.edu/~dy1042/" },
54+
{ icon: "icofont-twitter", href: "https://twitter.com/denisyarats" },
55+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/denisyarats/" }
56+
]
57+
},
3358
{
3459
image: require("../../assets/images/speakers/arvind_jain.jpg"),
3560
name: "Arvind Jain",
@@ -70,16 +95,6 @@ export const speakersnew = [
7095
},
7196

7297

73-
// {
74-
// name: "Aravind Srinivas",
75-
// title: "Co-founder & CEO",
76-
// company: "Perplexity AI",
77-
// image: require("../../assets/images/speakers/arvind.jpeg"),
78-
// socialLinks: [
79-
// { icon: "icofont-twitter", href: "https://twitter.com/AravSrinivas" },
80-
// { icon: "icofont-linkedin", href: "https://www.linkedin.com/in/aravind-srinivas-16051987/" }
81-
// ]
82-
// },
8398
// {
8499
// name: "Anton Troynikov",
85100
// title: "Founder",

summit/src/components/Home/speakersRecent.js

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
export const speakersrecent = [
2+
{
3+
name: "DR. Yuhuai Wu",
4+
title: "Co-founder",
5+
company: "X.AI",
6+
image: require("../../assets/images/speakers/yuhuai.jpg"),
7+
popup: require("../../assets/images/speakers/popup/yuhuai.png"),
8+
socialLinks: [
9+
{ icon: "icofont-web", href: "https://yuhuaiwu.github.io/" },
10+
{ icon: "icofont-twitter", href: "https://twitter.com/Yuhu_ai_" },
11+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/yuhuai-tony-wu-02a641b5/" }
12+
]
13+
},
14+
15+
{
16+
name: "Dr. Denis Yarats",
17+
title: "CTO & Co-founder",
18+
company: "Perplexity",
19+
image: require("../../assets/images/speakers/denis.jpg"),
20+
popup: require("../../assets/images/speakers/popup/denis.png"),
21+
socialLinks: [
22+
{ icon: "icofont-web", href: "https://cs.nyu.edu/~dy1042/" },
23+
{ icon: "icofont-twitter", href: "https://twitter.com/denisyarats" },
24+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/denisyarats/" }
25+
]
26+
},
227
{
328
name: "Dr. Ganapathy Krishnan",
429
title: "VP & Science Fellow",

0 commit comments

Comments
 (0)