Skip to content

Commit

Permalink
Merge pull request #141 from MMesch/matthias/profile
Browse files Browse the repository at this point in the history
add Matthias profile
  • Loading branch information
SylvainCorlay authored Sep 2, 2024
2 parents e90c3a6 + da954f6 commit 9d2e6c5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
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.

0 comments on commit 9d2e6c5

Please sign in to comment.