Skip to content

Commit 289b1c6

Browse files
authored
Merge pull request #25 from asboyer/resume-update
resume update
2 parents 0c78db2 + b0247c8 commit 289b1c6

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

_includes/resume/education.liquid

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@
5050
{%- if content.gpa -%}
5151
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.gpa }}/4.0
5252
{%- endif %}
53-
{%- if content.major_gpa -%}
54-
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.major_gpa }} [Major]
53+
{%- if content.major_gpa and content.gpa == null -%}
54+
&nbsp; &middot; &nbsp;<b>GPA:</b> {{ content.major_gpa }}/4.0 [Major]
55+
{%- endif %}
56+
{%- if content.major_gpa and content.gpa -%}
57+
&nbsp; &middot; &nbsp; {{ content.major_gpa }}/4.0 [Major]
5558
{%- endif %}
5659
</h6>
5760
<ul class="items">
78.8 KB
Loading

assets/json/resume.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,30 @@
125125
"name": "College of Computing",
126126
"position": "Academic Tutor",
127127
"startDate": "2024-08-06",
128+
"endDate": "2024-12-01",
128129
"highlights": [],
129130
"summary": "With students to enhance course engagement and understanding of material.",
130131
"url": "https://www.cc.gatech.edu/tutoring-assistance",
131132
"location": "Atlanta, GA",
132133
"homepage_keyword": "Tutor",
133134
"homepage_description": "Academic tutor",
134135
"homepage_title": "College of Computing",
135-
"homepage": true,
136+
"homepage": false,
136137
"img": "assets/img/roles/edu/gatech.png",
137138
"redirect": "https://www.cc.gatech.edu/tutoring-assistance"
139+
},
140+
{
141+
"name": "Stealth AI Startup",
142+
"position": "Software Engineering Intern",
143+
"startDate": "2025-01-06",
144+
"highlights": [],
145+
"summary": "",
146+
"location": "Cambridge, MA",
147+
"homepage_keyword": "Full-time",
148+
"homepage_description": "Software Engineering Intern",
149+
"homepage_title": "Stealth AI Startup",
150+
"homepage": true,
151+
"img": "assets/img/roles/intern/stealth.png"
138152
}
139153
],
140154
"education": [
@@ -145,17 +159,17 @@
145159
"studyType": "Bachelor of Science - BS",
146160
"startDate": "2023-05-31",
147161
"score": "",
148-
"major_gpa": "4.0 [Major]",
162+
"major_gpa": "4.0",
149163
"courses": [
150-
"MATH 1554 - Linear Algebra",
164+
"CS 1332 - Data Structures & Algorithms",
151165
"CS 2050 - Discrete Mathematics",
152166
"CS 2110 - Computer Organization and Programming",
153167
"CS 2200 - Computer Systems and Networks",
154168
"CS 2340 - Objects and Design",
155169
"CS 3510 - Design & Analysis of Algorithms",
156170
"CS 4400 - Database Systems"
157171
],
158-
"homepage_keyword": "Junior",
172+
"homepage_keyword": "Senior",
159173
"homepage_description": "B.S. Computer Science",
160174
"homepage_title": "Georgia Tech",
161175
"homepage": true,
@@ -254,6 +268,12 @@
254268
"date": "2018-09-30",
255269
"awarder": null,
256270
"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"
271+
},
272+
{
273+
"title": "Dean's List",
274+
"date": "2024-12-01",
275+
"awarder": null,
276+
"summary": "Georgia Tech Fall Semester 2024"
257277
}
258278
],
259279
"projects": [

assets/pdf/resume.pdf

184 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)