From 97dbe846379ecc0c5b4d9c7abffcccb0951b4791 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 14 May 2022 11:50:15 -0700 Subject: [PATCH] move resume to new dir --- index.html | 252 +------------------------------ resume/index.html | 271 ++++++++++++++++++++++++++++++++++ print.css => resume/print.css | 0 style.css => resume/style.css | 0 4 files changed, 272 insertions(+), 251 deletions(-) create mode 100644 resume/index.html rename print.css => resume/print.css (100%) rename style.css => resume/style.css (100%) diff --git a/index.html b/index.html index 4ee305f..4079f5c 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,6 @@ content="Anson Biggs is an undergraduate Aerospace Engineering student with a focus on Aerospace (Astro) Engineering and a minor in Computer Science at Embry-Riddle Aeronautical University" /> - - - -
-

Anson Biggs

-

- Astronautical Engineer | Computer Scientist - -
- anson@ansonbiggs.com - | (480) 322-8468 | - linkedin.com/in/ansonbiggs - | - gitlab.com/MisterBiggs - | - ansonbiggs.com - - - - - -

-
-

PROFILE

-

- I am an Aerospace Engineering undergraduate looking for employment after - graduation in May. I am passionate about space and problem-solving using - programming. I have a massive code portfolio in dozens of languages over a - decade; many of my projects have thousands of monthly active users. -

-

EDUCATION

-
-
- Embry-Riddle Aeronautical University | Prescott, AZ | Fall 2017 - May - 2022 -
-
-
    -
  • - Bachelor of Science in Aerospace Engineering (Astronautics - Concentration) | Minor in Computer Science -
  • -
  • Iceland Study abroad for Mathematics, 2018
  • -
  • - Relevant Coursework: - - Spacecraft Attitude Dynamics and Control | Mathematics - Optimization Methods | Machine Learning Directed Study - -
  • -
-
-
-

Undergraduate Grant Project

-
- Orbital Debris Classification, Undergraduate Research, Fall 2021-Spring - 2022 -
- -
- -
-

ENGINEERING EXPERIENCE

-
-
- Capstone: Spacecraft Detail Design | Prescott, AZ | Technical Lead | - 2021 -
-
-
    -
  • - Proof of concept of the viability of propulsive landings on the - surface of the Moon. -
  • -
  • - Coded from scratch a fully dynamic 6 degree of freedom simulation of - a rocket with hardware in the loop to run a simulated rocket landing - from a test stand using a real thrust vector control mechanism with - a solid rocket motor. -
  • -
  • - LQR Control system designed to throttle and control attitude of - landing vehicle designed in Simulink, then implemented in C++ to run - on hardware. -
  • -
-
-
Simple Stock Bots | Phoenix, AZ | Creator | 2018-Current
-
-
    -
  • - Bot brings stock market information and analysis to group chats, - tens of thousands of monthly active users. Uses abstracted asset API - to manage multiple types of assets from various data sources. -
  • -
  • - Programmed in Python and uses CI/CD to build, publish, and deploy - code to a Kubernetes Cluster to push canary and stable releases to - users automatically. -
  • -
-
-
-

ACHIEVEMENTS AND OTHER EXPERIENCE

- -
-
NVIDIA | Tegra K1 CUDA Vision Challenge, Top 50 | 2015
-
Discord | Verified Bot Developer | 2020
-
The Hub Grill | Mesa, AZ | Team Leader | 2012-2021
-
-
    -
  • - Coordinated communications in close partnership with external - companies to streamline the expansion of the franchise to three new - locations. -
  • -
  • - Developed technical documentation to train and onboard incoming - staff (hundreds of employees) to ensure staff represented company - values and followed clear protocols. -
  • -
  • - Worked closely with teams to help promote a healthy workplace - culture, collaboration, and team building. -
  • -
-
-
- -

SKILLS AND TOOLS

-
-
Python
-
NumPy, Pandas, Matplotlib, SymPy, Serverless, DASK, CUDA
-
Systems Programming
-
- Microcontroller: Arduino, PlatformIO, C++, Teensy, ESP8266, ESP32, - Hardware Integration -
-
- Microprocessor: Python, C++, Web Servers, High-Performance Matrix Math, - Real-time Object Detection using Deep Learning, CUDA, Raspberry Pi, - Tegra K1 -
-
Engineering and Technical
-
- Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker, - WSL, Kubernetes, CI/CD, Java, Fusion 360, CATIA, 3D Printing, Cura -
-
MATLAB
-
- Simulink, Toolboxes: - Statistics and Machine Learning, Symbolic, Control System, Aerospace, - Optimization, Image Processing, Image Acquisition -
-
Office Software
-
- Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher, - Visio, Skype, Google Workspace -
-
-

Engineering Project Writeups

-
- +

Hi I'm Anson

diff --git a/resume/index.html b/resume/index.html new file mode 100644 index 0000000..9e1845e --- /dev/null +++ b/resume/index.html @@ -0,0 +1,271 @@ + + + + Anson Biggs Resume + + + + + + + + + + + +
+

Anson Biggs

+

+ Astronautical Engineer | Computer Scientist + +
+ anson@ansonbiggs.com + | (480) 322-8468 | + linkedin.com/in/ansonbiggs + | + gitlab.com/MisterBiggs + | + ansonbiggs.com + + + + + +

+
+

PROFILE

+

+ I am an Aerospace Engineering undergraduate looking for employment after + graduation in May. I am passionate about space and problem-solving using + programming. I have a massive code portfolio in dozens of languages over a + decade; many of my projects have thousands of monthly active users. +

+

EDUCATION

+
+
+ Embry-Riddle Aeronautical University | Prescott, AZ | Fall 2017 - May + 2022 +
+
+
    +
  • + Bachelor of Science in Aerospace Engineering (Astronautics + Concentration) | Minor in Computer Science +
  • +
  • Iceland Study abroad for Mathematics, 2018
  • +
  • + Relevant Coursework: + + Spacecraft Attitude Dynamics and Control | Mathematics + Optimization Methods | Machine Learning Directed Study + +
  • +
+
+
+

Undergraduate Grant Project

+
+ Orbital Debris Classification, Undergraduate Research, Fall 2021-Spring + 2022 +
+ +
+ +
+

ENGINEERING EXPERIENCE

+
+
+ Capstone: Spacecraft Detail Design | Prescott, AZ | Technical Lead | + 2021 +
+
+
    +
  • + Proof of concept of the viability of propulsive landings on the + surface of the Moon. +
  • +
  • + Coded from scratch a fully dynamic 6 degree of freedom simulation of + a rocket with hardware in the loop to run a simulated rocket landing + from a test stand using a real thrust vector control mechanism with + a solid rocket motor. +
  • +
  • + LQR Control system designed to throttle and control attitude of + landing vehicle designed in Simulink, then implemented in C++ to run + on hardware. +
  • +
+
+
Simple Stock Bots | Phoenix, AZ | Creator | 2018-Current
+
+
    +
  • + Bot brings stock market information and analysis to group chats, + tens of thousands of monthly active users. Uses abstracted asset API + to manage multiple types of assets from various data sources. +
  • +
  • + Programmed in Python and uses CI/CD to build, publish, and deploy + code to a Kubernetes Cluster to push canary and stable releases to + users automatically. +
  • +
+
+
+

ACHIEVEMENTS AND OTHER EXPERIENCE

+ +
+
NVIDIA | Tegra K1 CUDA Vision Challenge, Top 50 | 2015
+
Discord | Verified Bot Developer | 2020
+
The Hub Grill | Mesa, AZ | Team Leader | 2012-2021
+
+
    +
  • + Coordinated communications in close partnership with external + companies to streamline the expansion of the franchise to three new + locations. +
  • +
  • + Developed technical documentation to train and onboard incoming + staff (hundreds of employees) to ensure staff represented company + values and followed clear protocols. +
  • +
  • + Worked closely with teams to help promote a healthy workplace + culture, collaboration, and team building. +
  • +
+
+
+ +

SKILLS AND TOOLS

+
+
Python
+
NumPy, Pandas, Matplotlib, SymPy, Serverless, DASK, CUDA
+
Systems Programming
+
+ Microcontroller: Arduino, PlatformIO, C++, Teensy, ESP8266, ESP32, + Hardware Integration +
+
+ Microprocessor: Python, C++, Web Servers, High-Performance Matrix Math, + Real-time Object Detection using Deep Learning, CUDA, Raspberry Pi, + Tegra K1 +
+
Engineering and Technical
+
+ Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker, + WSL, Kubernetes, CI/CD, Java, Fusion 360, CATIA, 3D Printing, Cura +
+
MATLAB
+
+ Simulink, Toolboxes: + Statistics and Machine Learning, Symbolic, Control System, Aerospace, + Optimization, Image Processing, Image Acquisition +
+
Office Software
+
+ Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher, + Visio, Skype, Google Workspace +
+
+

Engineering Project Writeups

+
+ + + diff --git a/print.css b/resume/print.css similarity index 100% rename from print.css rename to resume/print.css diff --git a/style.css b/resume/style.css similarity index 100% rename from style.css rename to resume/style.css