Skip to content

add Matthias profile #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/about/Team/Matthias.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Matthias is Director of Business Development at QuantStack.

He began his career studying Physics and Geophysics developing a passion for numerical computing and open-source software. After his PhD and a PostDoc, Matthias committed fully to professional software development and worked with many of the world’s leading IT companies. Accumulating over 15 years of experience in both academic and industry settings, he has developed software for a wide range of projects, from personal initiatives to startup products and large enterprise systems, and has successfully led teams in building and delivering complex solutions.

In addition to with a strong background in purely functional programming. He is an active contributor to several popular open-source projects and has also organized community events.
20 changes: 19 additions & 1 deletion src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import KerimMD from "@site/src/components/about/Team/Kerim.md";
import KerimAvatarUrl from "@site/static/img/avatars/Kerim.png";
import MartinMD from "@site/src/components/about/Team/Martin.md";
import MartinAvatarUrl from "@site/static/img/avatars/Martin.png";
import MatthiasMD from "@site/src/components/about/Team/Matthias.md";
import MatthiasAvatarUrl from "@site/static/img/avatars/Matthias.png";
import MeriemMD from "@site/src/components/about/Team/Meriem.md";
import MeriemAvatarUrl from "@site/static/img/avatars/Meriem.png";
import NicolasMD from "@site/src/components/about/Team/Nicolas.md";
Expand Down Expand Up @@ -522,4 +524,20 @@ export const leadershipTeam = [
subTeamName: "LeadershipTeam",
BioComponent: DavidMD,
},
];
{
completeName: "Matthias Meschede",
firstName: "Matthias",
position: "Director Business Development",
onGithub: "true",
onLinkedIn: "true",
onX: false,
githubLink: "https://github.com/mmesch",
LinkedInLink: "https://www.linkedin.com/in/mmesch/",
githubName: "@mmesch",
avatarUrl: MatthiasAvatarUrl,
distinctionTitle: [],
distinctionLink: [],
subTeamName: "LeadershipTeam",
BioComponent: MatthiasMD,
},
];
Binary file added static/img/avatars/Matthias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.