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
21 changes: 17 additions & 4 deletions content/timeline-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const timelineItems = [
title: "Course Facilitator",
location: "Stanford Online",
bullets: [
"Course Facilitator for XCS229: Machine Learning and XCS221: Principles of AI at Stanford University Center for Global & Online Education (CGOE)"
"Teaching XCS229: Machine Learning and XCS221: Principles of AI at Stanford University Center for Global & Online Education (CGOE)"
]
},
{
Expand All @@ -39,11 +39,14 @@ export const timelineItems = [
startDate: "March 2024",
endDate: "Present",
image: "/images/stanford.png",
title: "NDO Student",
title: "Student",
location: "Stanford University",
bullets: [
"Pursuing Graduate Certificate in AI with a 4.0 GPA",
"Completed courses: CS229: Machine Learning and CS221: Principles and Techniques in Artificial Intelligence"
"Pursuing Graduate Certificate in AI",
"Enrolled in CS224N: Natural Language Processing",
"Completed CS329H: Machine Learning with Human Preferences with an A",
"Completed CS229: Machine Learning with an A+",
"Completed CS221: Principles and Techniques in Artificial Intelligence with an A"
]
},
{
Expand Down Expand Up @@ -71,6 +74,16 @@ export const timelineItems = [
"Reduced technical debt by integrating multiple data sources into a dashboard for IT leadership"
]
},
{
startDate: "August 2021",
endDate: "December 2021",
image: "/images/concordia.png",
title: "Tutor",
location: "Concordia University Irvine",
bullets: [
"Tutored Calculus 2 and Programming Languages"
]
},
{
startDate: "August 2019",
endDate: "December 2022",
Expand Down