Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/next/pages/about/team/index.tsx
Views: 687
import { Layout } from "antd";12import { Icon } from "@cocalc/frontend/components/icon";34import { TitleComponent } from "components/about/title-component";5import Footer from "components/landing/footer";6import Header from "components/landing/header";7import Head from "components/landing/head";8import IndexList, { DataSource } from "components/landing/index-list";9import SocialMediaIconList, {10SocialMediaIconListProps11} from "components/landing/social-media-icon-list";12import A from "components/misc/A";1314import { MAX_WIDTH } from "lib/config";15import { Customize } from "lib/customize";16import withCustomize from "lib/with-customize";1718import WilliamSteinImage from "public/about/william-stein.png";19import HaraldSchillyImage from "public/about/harald-schilly.jpg";20import AndreyNovoseltsevImage from "public/about/andrey-novoseltsev.jpeg";21import BlaecBejaranoImage from "public/about/blaec-bejarano.png";2223const TeamSocialMediaComponent = ({ links }: Pick<SocialMediaIconListProps, 'links'>) => (24<SocialMediaIconList25style={{26marginTop: "24px",27}}28iconFontSize={24}29links={links}30/>31)3233const dataSource: DataSource = [34{35link: "/about/team/william-stein",36title: <TitleComponent37name="William Stein"38jobTitle="CEO and Founder of SageMath, Inc."39/>,40image: WilliamSteinImage,41description: (42<>43Get to know the math prodigy behind CoCalc and SageMath, Inc.: William44Stein. A Berkeley graduate and an ardent mathematician with over 1545years of experience in teaching and research, William’s passion for46number theory and computational science has led him down a remarkable47path.4849Learn more about William's remarkable career{" "}50<A href="/about/team/william-stein">here</A>, or reach out to say hello51at <A href="mailto:[email protected]">[email protected]</A>.5253<TeamSocialMediaComponent links={{54facebook: "https://www.facebook.com/william.stein.37",55github: "https://github.com/sagemathinc/cocalc",56instagram: "https://www.instagram.com/wstein389/",57linkedin: "https://www.linkedin.com/in/william-stein-895a26158/",58twitter: "https://twitter.com/wstein389",59youtube: "https://www.youtube.com/user/wstein389"60}}/>61</>62),63},64{65link: "/about/team/harald-schilly",66title: <TitleComponent67name="Harald Schilly"68jobTitle="CTO at SageMath, Inc."69/>,70image: HaraldSchillyImage,71description: (72<>73Harald’s life-long dedication to coding, profound knowledge, and dynamic74personality have been invaluable in shaping CoCalc’s operations and75success. Initially a key contributor to the SageMath open-source76mathematics software while studying Optimization, Harald now exercises77his talent for adopting new technologies and algorithms by consistently78pushing CoCalc's capabilities into new and exciting territory.7980Learn more about Harald's enthusiam for software{" "}81<A href="/about/team/harald-schilly">here</A>, or reach out to Harald82at <A href="mailto:[email protected]">[email protected]</A> for more83information about his projects or for advice on the perfect marinara84sauce.8586<TeamSocialMediaComponent links={{87facebook: "https://www.facebook.com/harald.schilly",88github: "https://github.com/sagemathinc/cocalc",89instagram: "https://www.instagram.com/ha_sch/",90linkedin: "https://www.linkedin.com/in/harald-schilly-519b2813/",91twitter: "https://twitter.com/Ha_Sch",92youtube: "https://www.youtube.com/c/HaraldSchilly"93}}/>94</>95),96},97{98link: "/about/team/andrey-novoseltsev",99title: <TitleComponent100name="Andrey Novoseltsev"101jobTitle="COO at SageMath, Inc."102/>,103image: AndreyNovoseltsevImage,104description: (105<>106Andrey went through graduate school as a student and then an instructor107in Russia, USA, and Canada. With an interest in software development108starting with early childhood experience on Soviet ES EVM, he used109SageMath extensively both in his Ph.D. research and teaching and now110oversees day-to-day operations at SageMath, Inc.111112Learn more about Andrey's passion for CoCalc as an educational tool{" "}113<A href="/about/team/andrey-novoseltsev">here</A>, or reach out to114Andrey at <A href="mailto:[email protected]">[email protected]</A> for115custom quotes and special care for your purchasing orders and invoices.116117<TeamSocialMediaComponent links={{118facebook: "https://www.facebook.com/andrey.novoseltsev.351",119github: "https://github.com/novoselt",120instagram: "https://www.instagram.com/anovoselt/",121linkedin: "https://www.linkedin.com/in/andrey-novoseltsev/",122}}/>123</>124),125},126{127link: "/about/team/blaec-bejarano",128title: <TitleComponent129name="Blaec Bejarano"130jobTitle="CSO at SageMath, Inc."131/>,132image: BlaecBejaranoImage,133description: (134<>135As a 2021 graduate from Oregon State University with an M.S. in136Mathematics, Blaec uniquely combines advanced mathematical modeling137skills with a thriving energy for mountain climbing and music. His138academic expertise focuses on applying numerical analysis and partial139differential equations to model physical phenomena.140141Learn more about Blaec's ardor for mountaineering and geophysics{" "}142<A href="/about/team/blaec-bejarano">here</A>, or reach out to Blaec143at <A href="mailto:[email protected]">[email protected]</A> to talk about144computational applied mathematics, software development/integration145opportunities, or possible partnerships with SageMath.146147<TeamSocialMediaComponent links={{148facebook: "https://www.facebook.com/blaec.bejarano/",149github: "https://github.com/sagemathinc/cocalc",150instagram: "https://www.instagram.com/_blaec_/",151linkedin: "https://www.linkedin.com/in/blaec-bejarano-500966b2/",152twitter: "https://twitter.com/BlaecBejarano",153youtube: "https://www.youtube.com/channel/UCoUBZX7c4sMcB3q6MYIW3-Q",154}}/>155</>156),157},158] as DataSource;159160export default function Team({ customize }) {161return (162<Customize value={customize}>163<Head title="Meet the CoCalc Team"/>164<Layout>165<Header page="about" subPage="team"/>166<Layout.Content167style={{168backgroundColor: "white",169}}170>171<div172style={{173maxWidth: MAX_WIDTH,174margin: "15px auto",175padding: "15px",176backgroundColor: "white",177}}178>179<IndexList180title={181<>182<Icon name="team-outlined" style={{ marginRight: "30px" }}/>183Meet the People Behind CoCalc184</>185}186description={187<>188SageMath, Inc. (the company behind CoCalc) comprises a small189yet diverse group of people worldwide who are unified behind190the common goal of progressing open-source mathematical191software and cloud-based technology for the scientific192community.193194Each team member brings unique perspectives and195specializations that continue to push the development of196products like CoCalc and its features toward the frontier of197educational use and research.198199As you'll see, all of our executive team members at SageMath,200Inc. are trained mathematicians, each with their own201strengths.202</>203}204dataSource={dataSource}205/>206</div>207<Footer/>208</Layout.Content>209</Layout>210</Customize>211);212}213214export async function getServerSideProps(context) {215return await withCustomize({ context });216}217218219