Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] Automatically pull latest data from IDOL backend #814

Merged
merged 1 commit into from
Dec 31, 2024
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
56 changes: 31 additions & 25 deletions new-dti-website/components/team/data/all-members.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,26 +1207,28 @@
},
{
"formerSubteams": [],
"website": "",
"email": "[email protected]",
"hometown": "",
"doubleMajor": "",
"minor": "",
"roleDescription": "Business",
"major": "",
"firstName": "Darin",
"linkedin": "",
"github": "",
"role": "business",
"about": "",
"pronouns": "",
"subteams": [
"carriage"
],
"graduation": "May 2028",
"lastName": "Lee",
"netid": "kl2246",
"semesterJoined": "Fall 2024"
"semesterJoined": "Fall 2024",
"college": "cals",
"github": null,
"hometown": "Hong Kong",
"website": null,
"minor": null,
"major": "Global Development",
"doubleMajor": null,
"coffeeChatLink": null,
"about": "Hi everyone, my name is Darin and I am a freshman studying Global Development in CALS. I am the PMM for Carriage and am part of the business team. Outside of DTI, I am also involved with the Social Enterprise Group at Cornell, Hong Kong Students' Association, and International Students Union. I am passionate about finance, impact investing, social entrepreneurship, and watching all sports. Please feel free to reach out to me!",
"pronouns": "He/Him",
"linkedin": "https://www.linkedin.com/in/darinlee1"
},
{
"roleDescription": "Business Advisor",
Expand Down Expand Up @@ -1454,7 +1456,6 @@
},
{
"formerSubteams": [],
"hometown": "Malaysia",
"netid": "may52",
"github": null,
"pronouns": "she/her",
Expand All @@ -1475,7 +1476,8 @@
"lastName": "Yap",
"major": "Computer Science",
"roleDescription": "Product Lead",
"linkedin": "https://www.linkedin.com/in/megan-qz-yap/"
"linkedin": "https://www.linkedin.com/in/megan-qz-yap/",
"hometown": "Kuala Lumpur, Malaysia"
},
{
"formerSubteams": [],
Expand Down Expand Up @@ -1531,24 +1533,26 @@
"formerSubteams": [],
"role": "developer",
"roleDescription": "Developer",
"hometown": "",
"pronouns": "",
"about": "",
"firstName": "Matthew",
"major": "",
"graduation": "May 2028",
"subteams": [
"reviews"
],
"lastName": "Kim",
"email": "[email protected]",
"minor": "",
"website": "",
"linkedin": "",
"netid": "mk2672",
"github": "",
"doubleMajor": "",
"semesterJoined": "Fall 2024"
"semesterJoined": "Fall 2024",
"college": "cas",
"github": null,
"hometown": "Bay Area, California",
"website": null,
"minor": "Creative Writing",
"major": "Computer Science",
"doubleMajor": null,
"coffeeChatLink": "calendly.com/mattkimcornell",
"about": "I'm a developer on CUReviews! Hit me up if you're passionate about ethical AI, Rubik's Cube speedsolving, pop music criticism, contemporary poetry, student journalism, or US politics. I'm a nerd about a lot of things, evidently.",
"pronouns": "he/him",
"linkedin": "https://www.linkedin.com/in/matthew-kim-10a314235/"
},
{
"formerSubteams": [],
Expand Down Expand Up @@ -1706,9 +1710,7 @@
"role": "business-lead",
"firstName": "Olina",
"website": null,
"about": "Hi! I am on the Internal Business team and I am so excited to get to know everyone and work together :)!",
"roleDescription": "Business Lead",
"doubleMajor": "Economics",
"pronouns": "She/Her",
"github": null,
"graduation": "May 2027",
Expand All @@ -1718,7 +1720,11 @@
"semesterJoined": "Spring 2024",
"email": "[email protected]",
"linkedin": null,
"lastName": "Zheng"
"lastName": "Zheng",
"college": "cas",
"doubleMajor": null,
"coffeeChatLink": null,
"about": "Hi! I am one of the Business Leads and I am so excited to make a great impact on DTI! :)))"
},
{
"formerSubteams": [],
Expand Down
Loading