Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions _includes/resume/education.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@
{%- if content.gpa -%}
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.gpa }}/4.0
{%- endif %}
{%- if content.major_gpa -%}
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.major_gpa }} [Major]
{%- if content.major_gpa and content.gpa == null -%}
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.major_gpa }}/4.0 [Major]
{%- endif %}
{%- if content.major_gpa and content.gpa -%}
&nbsp; &middot; &nbsp; {{ content.major_gpa }}/4.0 [Major]
{%- endif %}
</h6>
<ul class="items">
Expand Down
Binary file added assets/img/roles/intern/stealth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 24 additions & 4 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,30 @@
"name": "College of Computing",
"position": "Academic Tutor",
"startDate": "2024-08-06",
"endDate": "2024-12-01",
"highlights": [],
"summary": "With students to enhance course engagement and understanding of material.",
"url": "https://www.cc.gatech.edu/tutoring-assistance",
"location": "Atlanta, GA",
"homepage_keyword": "Tutor",
"homepage_description": "Academic tutor",
"homepage_title": "College of Computing",
"homepage": true,
"homepage": false,
"img": "assets/img/roles/edu/gatech.png",
"redirect": "https://www.cc.gatech.edu/tutoring-assistance"
},
{
"name": "Stealth AI Startup",
"position": "Software Engineering Intern",
"startDate": "2025-01-06",
"highlights": [],
"summary": "",
"location": "Cambridge, MA",
"homepage_keyword": "Full-time",
"homepage_description": "Software Engineering Intern",
"homepage_title": "Stealth AI Startup",
"homepage": true,
"img": "assets/img/roles/intern/stealth.png"
}
],
"education": [
Expand All @@ -145,17 +159,17 @@
"studyType": "Bachelor of Science - BS",
"startDate": "2023-05-31",
"score": "",
"major_gpa": "4.0 [Major]",
"major_gpa": "4.0",
"courses": [
"MATH 1554 - Linear Algebra",
"CS 1332 - Data Structures & Algorithms",
"CS 2050 - Discrete Mathematics",
"CS 2110 - Computer Organization and Programming",
"CS 2200 - Computer Systems and Networks",
"CS 2340 - Objects and Design",
"CS 3510 - Design & Analysis of Algorithms",
"CS 4400 - Database Systems"
],
"homepage_keyword": "Junior",
"homepage_keyword": "Senior",
"homepage_description": "B.S. Computer Science",
"homepage_title": "Georgia Tech",
"homepage": true,
Expand Down Expand Up @@ -254,6 +268,12 @@
"date": "2018-09-30",
"awarder": null,
"summary": "Students who earn an unweighted GPA above 3.6 and meet the requirements for the honor roll are named to the high honors list"
},
{
"title": "Dean's List",
"date": "2024-12-01",
"awarder": null,
"summary": "Georgia Tech Fall Semester 2024"
}
],
"projects": [
Expand Down
Binary file modified assets/pdf/resume.pdf
Binary file not shown.
Loading