From 2f5a1662954f1edfb686449b0f118fb58b73f5ba Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Apr 2022 11:54:53 -0500 Subject: Work on resume Signed-off-by: Matt Strapp --- .gitignore | 3 ++- papers/resume.tex | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cc61da5..af7b558 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ node_modules/ **/package-lock.json **/public/contacts.html .DS_Store -colab/ \ No newline at end of file +colab/ +.dccache diff --git a/papers/resume.tex b/papers/resume.tex index 912514c..7b19237 100644 --- a/papers/resume.tex +++ b/papers/resume.tex @@ -120,7 +120,7 @@ \resumeProjectHeading {\textbf{Student Senator} $|$ University of Minnesota University Senate}{April 2020 -- Present} \resumeItemListStart - \resumeItem{Elected as one of 4 undergradutes to represent the College of Science and Engineering in the University Senate} + \resumeItem{Elected as one of 4 undergradutes for the College of Science and Engineering in the University Senate} \resumeItem{Organized back end of campaign that allowed students to take classes Pass/Fail} \resumeItem{Hosted the Academic Affairs Committee meetings over Zoom} \resumeItemListEnd @@ -129,7 +129,14 @@ %-----------PROJECTS----------- \section{Projects} \resumeSubHeadingListStart - % \resumeProjectHeading{\textbf{}}{} + \resumeProjectHeading + {\textbf{Remotely Accessible Inverted Pendulum} $|$ \emph{Senior Design Project, in TypeScript}}{January 2022 -- Present} + \resumeItemListStart + \resumeItem{Used TypeScript to develop a web application that allows users to control lab equiptment remotely} + \resumeItem{Designed, documented and implemented an API that would allow users to upload code and run code} + \resumeItem{Integrated the application with the University's Single Sign-On system} + \resumeItem{Wrote documentation for the existing system code so future users could easily understand the system} + \resumeItemListEnd \resumeProjectHeading {\textbf{Differential Current Sensor} $|$ \emph{Circuits and Electronics Lab II}}{January -- May 2021} \resumeItemListStart @@ -139,17 +146,17 @@ \resumeItem{Assisted in creating output of corresponding current differential to a screen over I2C} \resumeItemListEnd \resumeProjectHeading - {\textbf{HTTP Server} $|$ \emph{Introduction to Operating Systems, in C}}{November -- December 2020} + {\textbf{HTTP Server} $|$ \emph{Introduction to Operating Systems}}{November -- December 2020} \resumeItemListStart - \resumeItem{Developed an HTTP server from scratch that processed simple GET requests} + \resumeItem{Created a server in C from scratch that processed and responded to HTTP 1.1 GET requests} \resumeItem{Interfaced with the Linux kernel to create and interface with sockets} \resumeItem{Implemented POSIX threads to allow multiple pages to be served} \resumeItem{Created a fixed-sized FIFO cache to reduce needed disk I/O and increase speed} \resumeItemListEnd \resumeProjectHeading - {\textbf{Internet of Things Door} $|$ \emph{Introduction to Computing Systems, in C++}} {March -- May 2019} + {\textbf{Internet of Things Door} $|$ \emph{Introduction to Computing Systems}} {March -- May 2019} \resumeItemListStart - \resumeItem{Built the framework for a door to operating using a pair of Particle Photon microcontrollers} + \resumeItem{Used C++ to build the framework for a door to operating using a pair of Particle Photon microcontrollers} \resumeItem{Configured keypad and motion detector for security, logged with timestamps} \resumeItem{Drafted communication using Particle's API to allow the microcontrollers to share states} \resumeItemListEnd -- cgit v1.2.3