Skip to content

Commit da954f6

Browse files
committed
add Matthias profile
1 parent e90c3a6 commit da954f6

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

src/components/about/Team/Matthias.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Matthias is Director of Business Development at QuantStack.
2+
3+
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.
4+
5+
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.

src/components/about/Team/team.ts

+19-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ import KerimMD from "@site/src/components/about/Team/Kerim.md";
3636
import KerimAvatarUrl from "@site/static/img/avatars/Kerim.png";
3737
import MartinMD from "@site/src/components/about/Team/Martin.md";
3838
import MartinAvatarUrl from "@site/static/img/avatars/Martin.png";
39+
import MatthiasMD from "@site/src/components/about/Team/Matthias.md";
40+
import MatthiasAvatarUrl from "@site/static/img/avatars/Matthias.png";
3941
import MeriemMD from "@site/src/components/about/Team/Meriem.md";
4042
import MeriemAvatarUrl from "@site/static/img/avatars/Meriem.png";
4143
import NicolasMD from "@site/src/components/about/Team/Nicolas.md";
@@ -522,4 +524,20 @@ export const leadershipTeam = [
522524
subTeamName: "LeadershipTeam",
523525
BioComponent: DavidMD,
524526
},
525-
];
527+
{
528+
completeName: "Matthias Meschede",
529+
firstName: "Matthias",
530+
position: "Director Business Development",
531+
onGithub: "true",
532+
onLinkedIn: "true",
533+
onX: false,
534+
githubLink: "https://github.com/mmesch",
535+
LinkedInLink: "https://www.linkedin.com/in/mmesch/",
536+
githubName: "@mmesch",
537+
avatarUrl: MatthiasAvatarUrl,
538+
distinctionTitle: [],
539+
distinctionLink: [],
540+
subTeamName: "LeadershipTeam",
541+
BioComponent: MatthiasMD,
542+
},
543+
];

static/img/avatars/Matthias.png

206 KB
Loading

0 commit comments

Comments
 (0)