Skip to content
Merged
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
25 changes: 13 additions & 12 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const coreTeam = [
firstName: "Thorsten",
position: "Scientific Software Developer",
GitHubLink: "https://github.com/DerThorsten",
XLink: "https://twitter.com/ThorstenBeier",
XLink: "",
LinkedInLink: "https://www.linkedin.com/in/thorsten-beier-95b121189/",
BlueskyLink:"",
MastodonLink:"",
Expand Down Expand Up @@ -99,7 +99,7 @@ export const coreTeam = [
position: "Scientific Software Developer",
GitHubLink: "https://github.com/DenisaCG",
LinkedInLink: "https://www.linkedin.com/in/denisa-checiu-georgiana/",
XLink: "https://twitter.com/DenisaCheciu",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "DenisaCheciu",
Expand Down Expand Up @@ -211,7 +211,7 @@ export const coreTeam = [
position: "Scientific Software Developer",
GitHubLink: "https://github.com/jjerphan",
LinkedInLink: "https://www.linkedin.com/in/jjerphan/",
XLink: "https://twitter.com/jjerphan",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@jjerphan",
Expand Down Expand Up @@ -324,7 +324,7 @@ export const coreTeam = [
GitHubLink: "https://github.com/arjxn-py",
LinkedInLink:
"https://www.linkedin.com/in/arjun-verma-758608226/",
XLink: "https://x.com/ArjxnPy",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@arjxn-py",
Expand Down Expand Up @@ -375,7 +375,7 @@ export const coreTeam = [
GitHubLink: "https://github.com/raulcd",
LinkedInLink:
"https://www.linkedin.com/in/raulcumplido/",
XLink: "https://x.com/raulcumplido",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@raulcd",
Expand Down Expand Up @@ -410,7 +410,7 @@ export const QSCollaboratorsTeam = [
position: "Scientific Software Developer",
GitHubLink: "https://github.com/rmenegaux",
LinkedInLink: "https://www.linkedin.com/in/romain-menegaux-88a147134/",
XLink: "https://twitter.com/RomainMenegaux",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@trmenegaux",
Expand All @@ -429,9 +429,9 @@ export const leadershipTeam = [
position: "Chief Executive Officer",
GitHubLink: "https://github.com/SylvainCorlay",
LinkedInLink: "https://www.linkedin.com/sylvaincorlay/?locale=en_US",
XLink: "https://twitter.com/SylvainCorlay",
BlueskyLink:"",
MastodonLink:"",
XLink: "",
BlueskyLink: "https://bsky.app/profile/sylvaincorlay.bsky.social",
MastodonLink: "https://mastodon.social/@SylvainCorlay",
GitHubName: "@SylvainCorlay",
avatarUrl: SylvainAvatarUrl,
distinctionTitle: ["ACM Software System Award"],
Expand All @@ -445,7 +445,7 @@ export const leadershipTeam = [
position: "Project Director",
GitHubLink: "https://github.com/JohanMabille",
LinkedInLink: "https://www.linkedin.com/in/johan-mabille/",
XLink: "https://twitter.com/JohanMabille",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@JohanMabille",
Expand All @@ -461,7 +461,7 @@ export const leadershipTeam = [
position: "Project Director",
GitHubLink: "https://github.com/martinRenou",
LinkedInLink: "https://www.linkedin.com/in/martin-renou",
XLink: "https://twitter.com/martinRenou",
XLink: "",
BlueskyLink:"https://bsky.app/profile/martinrenou.bsky.social",
MastodonLink:"",
GitHubName: "@martinRenou",
Expand All @@ -477,7 +477,7 @@ export const leadershipTeam = [
position: "Technical Director",
GitHubLink: "https://github.com/jtpio",
LinkedInLink: "https://www.linkedin.com/in/jtuloup/",
XLink: "https://twitter.com/jtpio",
XLink: "",
BlueskyLink:"",
MastodonLink:"",
GitHubName: "@jtpio",
Expand Down Expand Up @@ -510,6 +510,7 @@ export const leadershipTeam = [
position: "Technical Director",
GitHubLink: "https://github.com/davidbrochart",
LinkedInLink: "https://www.linkedin.com/in/david-brochart-4208721/",
XLink: "",
BlueskyLink:"https://bsky.app/profile/davidbrochart.bsky.social",
MastodonLink:"https://mastodon.top/@davidbrochart",
GitHubName: "@davidbrochart",
Expand Down
Loading