Skip to content

Commit 105659d

Browse files
Merge pull request #144 from arjxn-py/arjun-verma
Add Arjun Profile
2 parents 40ecc08 + d5886cf commit 105659d

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

src/components/about/Team/Arjun.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Arjun is a Scientific Software Development Intern at QuantStack.
2+
3+
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.
4+
5+
He is very passionate about open source & open science. In the past he has been a contributor, maintainer & mentor at <a target="_blank" href="https://pybamm.org/">PyBaMM</a> & 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.
6+
7+
His plan is to remain consistently involved in the open source community long-term, adding value in every way possible.

src/components/about/Team/team.ts

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md";
66
import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png";
77
import AnutoshMD from "@site/src/components/about/Team/Anutosh.md";
88
import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png";
9+
import ArjunMD from "@site/src/components/about/Team/Arjun.md"
10+
import ArjunAvatarUrl from "@site/static/img/avatars/Arjun.png";
911
import DavidMD from "@site/src/components/about/Team/David.md";
1012
import DavidAvatarUrl from "@site/static/img/avatars/David.png";
1113
import DarianMD from "@site/src/components/about/Team/Darian.md";
@@ -381,6 +383,24 @@ export const coreTeam = [
381383
subTeamName: "coreTeam",
382384
BioComponent: KerimMD,
383385
},
386+
{
387+
completeName: "Arjun Verma",
388+
firstName: "Arjun",
389+
position: " Scientific Software Development Intern",
390+
onLinkednIn: "true",
391+
onGithub: "true",
392+
onX: "true",
393+
githubLink: "https://github.com/arjxn-py",
394+
LinkedInLink:
395+
"https://www.linkedin.com/in/arjun-verma-758608226/",
396+
XLink: "https://x.com/ArjxnPy",
397+
githubName: "@arjxn-py",
398+
avatarUrl: ArjunAvatarUrl,
399+
distinctionTitle: [],
400+
distinctionLink: [],
401+
subTeamName: "coreTeam",
402+
BioComponent: ArjunMD,
403+
},
384404
];
385405

386406
export const QSCollaboratorsTeam = [

static/img/avatars/Arjun.png

94.3 KB
Loading

0 commit comments

Comments
 (0)