CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/pages/about/team/index.tsx
Views: 687
1
import { Layout } from "antd";
2
3
import { Icon } from "@cocalc/frontend/components/icon";
4
5
import { TitleComponent } from "components/about/title-component";
6
import Footer from "components/landing/footer";
7
import Header from "components/landing/header";
8
import Head from "components/landing/head";
9
import IndexList, { DataSource } from "components/landing/index-list";
10
import SocialMediaIconList, {
11
SocialMediaIconListProps
12
} from "components/landing/social-media-icon-list";
13
import A from "components/misc/A";
14
15
import { MAX_WIDTH } from "lib/config";
16
import { Customize } from "lib/customize";
17
import withCustomize from "lib/with-customize";
18
19
import WilliamSteinImage from "public/about/william-stein.png";
20
import HaraldSchillyImage from "public/about/harald-schilly.jpg";
21
import AndreyNovoseltsevImage from "public/about/andrey-novoseltsev.jpeg";
22
import BlaecBejaranoImage from "public/about/blaec-bejarano.png";
23
24
const TeamSocialMediaComponent = ({ links }: Pick<SocialMediaIconListProps, 'links'>) => (
25
<SocialMediaIconList
26
style={{
27
marginTop: "24px",
28
}}
29
iconFontSize={24}
30
links={links}
31
/>
32
)
33
34
const dataSource: DataSource = [
35
{
36
link: "/about/team/william-stein",
37
title: <TitleComponent
38
name="William Stein"
39
jobTitle="CEO and Founder of SageMath, Inc."
40
/>,
41
image: WilliamSteinImage,
42
description: (
43
<>
44
Get to know the math prodigy behind CoCalc and SageMath, Inc.: William
45
Stein. A Berkeley graduate and an ardent mathematician with over 15
46
years of experience in teaching and research, William’s passion for
47
number theory and computational science has led him down a remarkable
48
path.
49
50
Learn more about William's remarkable career{" "}
51
<A href="/about/team/william-stein">here</A>, or reach out to say hello
52
at <A href="mailto:[email protected]">[email protected]</A>.
53
54
<TeamSocialMediaComponent links={{
55
facebook: "https://www.facebook.com/william.stein.37",
56
github: "https://github.com/sagemathinc/cocalc",
57
instagram: "https://www.instagram.com/wstein389/",
58
linkedin: "https://www.linkedin.com/in/william-stein-895a26158/",
59
twitter: "https://twitter.com/wstein389",
60
youtube: "https://www.youtube.com/user/wstein389"
61
}}/>
62
</>
63
),
64
},
65
{
66
link: "/about/team/harald-schilly",
67
title: <TitleComponent
68
name="Harald Schilly"
69
jobTitle="CTO at SageMath, Inc."
70
/>,
71
image: HaraldSchillyImage,
72
description: (
73
<>
74
Harald’s life-long dedication to coding, profound knowledge, and dynamic
75
personality have been invaluable in shaping CoCalc’s operations and
76
success. Initially a key contributor to the SageMath open-source
77
mathematics software while studying Optimization, Harald now exercises
78
his talent for adopting new technologies and algorithms by consistently
79
pushing CoCalc's capabilities into new and exciting territory.
80
81
Learn more about Harald's enthusiam for software{" "}
82
<A href="/about/team/harald-schilly">here</A>, or reach out to Harald
83
at <A href="mailto:[email protected]">[email protected]</A> for more
84
information about his projects or for advice on the perfect marinara
85
sauce.
86
87
<TeamSocialMediaComponent links={{
88
facebook: "https://www.facebook.com/harald.schilly",
89
github: "https://github.com/sagemathinc/cocalc",
90
instagram: "https://www.instagram.com/ha_sch/",
91
linkedin: "https://www.linkedin.com/in/harald-schilly-519b2813/",
92
twitter: "https://twitter.com/Ha_Sch",
93
youtube: "https://www.youtube.com/c/HaraldSchilly"
94
}}/>
95
</>
96
),
97
},
98
{
99
link: "/about/team/andrey-novoseltsev",
100
title: <TitleComponent
101
name="Andrey Novoseltsev"
102
jobTitle="COO at SageMath, Inc."
103
/>,
104
image: AndreyNovoseltsevImage,
105
description: (
106
<>
107
Andrey went through graduate school as a student and then an instructor
108
in Russia, USA, and Canada. With an interest in software development
109
starting with early childhood experience on Soviet ES EVM, he used
110
SageMath extensively both in his Ph.D. research and teaching and now
111
oversees day-to-day operations at SageMath, Inc.
112
113
Learn more about Andrey's passion for CoCalc as an educational tool{" "}
114
<A href="/about/team/andrey-novoseltsev">here</A>, or reach out to
115
Andrey at <A href="mailto:[email protected]">[email protected]</A> for
116
custom quotes and special care for your purchasing orders and invoices.
117
118
<TeamSocialMediaComponent links={{
119
facebook: "https://www.facebook.com/andrey.novoseltsev.351",
120
github: "https://github.com/novoselt",
121
instagram: "https://www.instagram.com/anovoselt/",
122
linkedin: "https://www.linkedin.com/in/andrey-novoseltsev/",
123
}}/>
124
</>
125
),
126
},
127
{
128
link: "/about/team/blaec-bejarano",
129
title: <TitleComponent
130
name="Blaec Bejarano"
131
jobTitle="CSO at SageMath, Inc."
132
/>,
133
image: BlaecBejaranoImage,
134
description: (
135
<>
136
As a 2021 graduate from Oregon State University with an M.S. in
137
Mathematics, Blaec uniquely combines advanced mathematical modeling
138
skills with a thriving energy for mountain climbing and music. His
139
academic expertise focuses on applying numerical analysis and partial
140
differential equations to model physical phenomena.
141
142
Learn more about Blaec's ardor for mountaineering and geophysics{" "}
143
<A href="/about/team/blaec-bejarano">here</A>, or reach out to Blaec
144
at <A href="mailto:[email protected]">[email protected]</A> to talk about
145
computational applied mathematics, software development/integration
146
opportunities, or possible partnerships with SageMath.
147
148
<TeamSocialMediaComponent links={{
149
facebook: "https://www.facebook.com/blaec.bejarano/",
150
github: "https://github.com/sagemathinc/cocalc",
151
instagram: "https://www.instagram.com/_blaec_/",
152
linkedin: "https://www.linkedin.com/in/blaec-bejarano-500966b2/",
153
twitter: "https://twitter.com/BlaecBejarano",
154
youtube: "https://www.youtube.com/channel/UCoUBZX7c4sMcB3q6MYIW3-Q",
155
}}/>
156
</>
157
),
158
},
159
] as DataSource;
160
161
export default function Team({ customize }) {
162
return (
163
<Customize value={customize}>
164
<Head title="Meet the CoCalc Team"/>
165
<Layout>
166
<Header page="about" subPage="team"/>
167
<Layout.Content
168
style={{
169
backgroundColor: "white",
170
}}
171
>
172
<div
173
style={{
174
maxWidth: MAX_WIDTH,
175
margin: "15px auto",
176
padding: "15px",
177
backgroundColor: "white",
178
}}
179
>
180
<IndexList
181
title={
182
<>
183
<Icon name="team-outlined" style={{ marginRight: "30px" }}/>
184
Meet the People Behind CoCalc
185
</>
186
}
187
description={
188
<>
189
SageMath, Inc. (the company behind CoCalc) comprises a small
190
yet diverse group of people worldwide who are unified behind
191
the common goal of progressing open-source mathematical
192
software and cloud-based technology for the scientific
193
community.
194
195
Each team member brings unique perspectives and
196
specializations that continue to push the development of
197
products like CoCalc and its features toward the frontier of
198
educational use and research.
199
200
As you'll see, all of our executive team members at SageMath,
201
Inc. are trained mathematicians, each with their own
202
strengths.
203
</>
204
}
205
dataSource={dataSource}
206
/>
207
</div>
208
<Footer/>
209
</Layout.Content>
210
</Layout>
211
</Customize>
212
);
213
}
214
215
export async function getServerSideProps(context) {
216
return await withCustomize({ context });
217
}
218
219