diff --git a/index.html b/index.html
index 8e521e1..897a804 100644
--- a/index.html
+++ b/index.html
@@ -162,15 +162,15 @@ a {
-
-
+
+
Anson Biggs,
- Astronautical Engineering Undergrad
+ Astronautical Engineering (CS Minor) Undergraduate
@@ -220,7 +220,7 @@ a {
The Hub, Team Leader
- 2012-01-01 — 2019-01-01
+ 2012-01-01 — 2020-07-01
@@ -287,7 +287,7 @@ a {
Embry-Riddle Aeronautical University
- 2017-06-01 — 2021-12-10
+ 2017-06-20 — 2022-05-20
Bachelor - Aerospace Engineering with a minor in Computer Science, GPA: 2.73
@@ -304,47 +304,46 @@ a {
- Web Development (Novice):
- HTML,
- CSS,
- Javascript
-
-
- Python (Intermediate):
+ Python:
Numpy,
Pandas,
Matplotlib,
SymPy,
- Serverless,
- API Endpoints
+ Serverless
Computer Aided Design:
Fusion 360,
CATIA,
- 3D Printing
+ 3D Printing,
+ Cura
- Engineering:
+ Engineering/Technical:
+ Rust,
+ Julia,
VHDL,
VIVADO,
C,
- C++
-
-
- MATLAB (Advanced):
- Symbolic Toolbox
-
-
- Technical:
+ C++,
Linux CLI,
Git Version Control,
Docker,
+ Kubernetes,
CI/CD,
Regex
+
+ MATLAB:
+ Symbolic Toolbox,
+ Control System Toolbox,
+ Aerospace Toolbox,
+ Simulink,
+ Live Script
+
Office Software:
+ Teams,
Word,
Excel,
PowerPoint,
@@ -353,24 +352,18 @@ a {
OneNote,
Publisher,
Visio,
- Skype,
- Teams
+ Skype
+
+
+ Web Development:
+ HTML,
+ CSS,
+ Javascript
-
-
- LANGUAGES
-
-
- English
- (Native speaker)
-
-
-
-
diff --git a/resume.json b/resume.json
index 76a872d..29a279b 100644
--- a/resume.json
+++ b/resume.json
@@ -1,7 +1,7 @@
{
"basics": {
"name": "Anson Biggs",
- "label": "Astronautical Engineering Undergrad",
+ "label": "Astronautical Engineering (CS Minor) Undergraduate",
"picture": "",
"email": "anson@ansonbiggs.com",
"phone": "(480) 322-8468",
@@ -24,12 +24,22 @@
{ "network": "Personal Website", "url": "http://ansonbiggs.com" }
]
},
+ "education": [
+ {
+ "institution": "Embry-Riddle Aeronautical University",
+ "area": "Aerospace Engineering with a minor in Computer Science",
+ "studyType": "Bachelor",
+ "startDate": "2017-06-20",
+ "endDate": "2022-05-20",
+ "gpa": "2.73"
+ }
+ ],
"work": [
{
"company": "The Hub",
"position": "Team Leader",
"startDate": "2012-01-01",
- "endDate": "2019-01-01",
+ "endDate": "2020-07-01",
"summary": "Managed a team of kitchen and serving staff.",
"highlights": [
"Ensured product quality according to customer specifications.",
@@ -50,16 +60,7 @@
]
}
],
- "education": [
- {
- "institution": "Embry-Riddle Aeronautical University",
- "area": "Aerospace Engineering with a minor in Computer Science",
- "studyType": "Bachelor",
- "startDate": "2017-06-01",
- "endDate": "2021-12-10",
- "gpa": "2.73"
- }
- ],
+
"awards": [
{
"title": "Top 50 | Tegra® K1 CUDA® Vision Challenge",
@@ -69,42 +70,46 @@
}
],
"skills": [
- {
- "name": "Web Development",
- "level": "Novice",
- "keywords": ["HTML", "CSS", "Javascript"]
- },
{
"name": "Python",
- "level": "Intermediate",
- "keywords": [
- "Numpy",
- "Pandas",
- "Matplotlib",
- "SymPy",
- "Serverless",
- "API Endpoints"
- ]
+ "keywords": ["Numpy", "Pandas", "Matplotlib", "SymPy", "Serverless"]
},
{
"name": "Computer Aided Design",
- "keywords": ["Fusion 360", "CATIA", "3D Printing"]
+ "keywords": ["Fusion 360", "CATIA", "3D Printing", "Cura"]
},
- { "name": "Engineering", "keywords": ["VHDL", "VIVADO", "C", "C++"] },
- { "name": "MATLAB", "level": "Advanced", "keywords": ["Symbolic Toolbox"] },
{
- "name": "Technical",
+ "name": "Engineering/Technical",
"keywords": [
+ "Rust",
+ "Julia",
+ "VHDL",
+ "VIVADO",
+ "C",
+ "C++",
"Linux CLI",
"Git Version Control",
"Docker",
+ "Kubernetes",
"CI/CD",
"Regex"
]
},
+ {
+ "name": "MATLAB",
+ "keywords": [
+ "Symbolic Toolbox",
+ "Control System Toolbox",
+ "Aerospace Toolbox",
+ "Simulink",
+ "Live Script"
+ ]
+ },
+
{
"name": "Office Software",
"keywords": [
+ "Teams",
"Word",
"Excel",
"PowerPoint",
@@ -113,15 +118,12 @@
"OneNote",
"Publisher",
"Visio",
- "Skype",
- "Teams"
+ "Skype"
]
- }
- ],
- "languages": [
+ },
{
- "language": "English",
- "fluency": "Native speaker"
+ "name": "Web Development",
+ "keywords": ["HTML", "CSS", "Javascript"]
}
]
}