From e19ba1a25c503b981ceb08f3a17c8542821b5e91 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 11 Sep 2021 08:41:14 -0700 Subject: [PATCH] resume.json no longer needed --- resume.json | 152 ---------------------------------------------------- 1 file changed, 152 deletions(-) delete mode 100644 resume.json diff --git a/resume.json b/resume.json deleted file mode 100644 index 073e910..0000000 --- a/resume.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "basics": { - "name": "Anson Biggs", - "label": "Astronautical Engineering (CS Minor) Undergraduate", - "picture": "", - "email": "anson@ansonbiggs.com", - "phone": "(480) 322-8468", - "website": "anson@ansonbiggs.com", - "summary": "I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Computer Science studying at Embry-Riddle Aeronautical University in Prescott, Arizona. ", - "location": { - "city": "Phoenix", - "countryCode": "US", - "region": "Arizona" - }, - "profiles": [ - { - "network": "LinkedIn", - "url": "http://linkedin.com/in/ansonbiggs" - }, - { - "network": "GitLab", - "url": "http://gitlab.com/MisterBiggs" - }, - { - "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": "2020-07-01", - "summary": "Managed a team of kitchen and serving staff.", - "highlights": [ - "Ensured product quality according to customer specifications.", - "Made all documentation for cleaning and stocking restaurant." - ] - }, - { - "company": "Redline Racing Division", - "position": "Secretary / Business Lead", - "summary": "", - "highlights": [ - "Make sure sub-teams can collaborate effectively.", - "Assist in managing the team budget.", - "Manage team website, marketing, and merchandise.", - "Ensure that teams are properly assessed, and the respective performance targets are properly monitored.", - "Coordinate organization relationships with sponsors and the local community." - ] - }, - { - "company": "Simple Stock Bots", - "position": "https://gitlab.com/simple-stock-bots", - "summary": "Python project that aims to provide a simple interface to the stock market on various platforms that allow bots.", - "highlights": [ - "Thousands of monthly active users." - ] - } - ], - "awards": [ - { - "title": "Top 50 | Tegra® K1 CUDA® Vision Challenge", - "date": "2015-09-01", - "awarder": "NVIDIA", - "summary": "A competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built-in GPU." - } - ], - "skills": [ - { - "name": "Python", - "keywords": [ - "Numpy", - "Pandas", - "Matplotlib", - "SymPy", - "Serverless" - ] - }, - { - "name": "Computer Aided Design", - "keywords": [ - "Fusion 360", - "CATIA", - "3D Printing", - "Cura" - ] - }, - { - "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", - "SharePoint", - "Outlook", - "OneNote", - "Publisher", - "Visio", - "Skype" - ] - }, - { - "name": "Web Development", - "keywords": [ - "HTML", - "CSS", - "Javascript" - ] - } - ] -} \ No newline at end of file