diff --git a/src/components/about/Team/Arjun.md b/src/components/about/Team/Arjun.md new file mode 100644 index 000000000..a3d019bea --- /dev/null +++ b/src/components/about/Team/Arjun.md @@ -0,0 +1,7 @@ +Arjun is a Scientific Software Development Intern at QuantStack. + +He is currently a final-year student at the University of Delhi, India, pursuing his Bachelors of Technology degree with a major in Information Technology. + +He is very passionate about open source & open science. In the past he has been a contributor, maintainer & mentor at PyBaMM & other open-source projects. Additionally he has also been a Software Developer at Development Monitors LLC, Arlington VA where he had been involved in the core development of some World Bank funded GIS projects. + +His plan is to remain consistently involved in the open source community long-term, adding value in every way possible. diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 885b8bff6..cbee29814 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md"; import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png"; import AnutoshMD from "@site/src/components/about/Team/Anutosh.md"; import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png"; +import ArjunMD from "@site/src/components/about/Team/Arjun.md" +import ArjunAvatarUrl from "@site/static/img/avatars/Arjun.png"; import DavidMD from "@site/src/components/about/Team/David.md"; import DavidAvatarUrl from "@site/static/img/avatars/David.png"; import DarianMD from "@site/src/components/about/Team/Darian.md"; @@ -381,6 +383,24 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: KerimMD, }, + { + completeName: "Arjun Verma", + firstName: "Arjun", + position: " Scientific Software Development Intern", + onLinkednIn: "true", + onGithub: "true", + onX: "true", + githubLink: "https://github.com/arjxn-py", + LinkedInLink: + "https://www.linkedin.com/in/arjun-verma-758608226/", + XLink: "https://x.com/ArjxnPy", + githubName: "@arjxn-py", + avatarUrl: ArjunAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: ArjunMD, + }, ]; export const QSCollaboratorsTeam = [ diff --git a/static/img/avatars/Arjun.png b/static/img/avatars/Arjun.png new file mode 100644 index 000000000..e87b6ab44 Binary files /dev/null and b/static/img/avatars/Arjun.png differ