You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
4.9 KiB
TeX

\documentclass[letterpaper]{article}
\usepackage{titling}
\usepackage{titlesec}
\usepackage[margin=0.5in]{geometry}
\usepackage{longtable}
\usepackage{xifthen}
2 years ago
% remove the section labels and control spacing
\titleformat{\section}
{\bfseries\Large\uppercase}
{}
{0em}
{}[\titlerule]
2 years ago
\titleformat{\subsection}{\large}{}{0em}{}
2 years ago
\titleformat{\subsubsection}{}{}{0em}{}
2 years ago
\titlespacing*{\section}{0em}{0.5em}{0.5em}
\titlespacing*{\subsection}{0em}{0.5em}{0em}
\titlespacing*{\subsubsection}{0em}{0.2em}{0em}
\newcommand{\datedseciton}[2]{
\section[#1]{\textbf{#1} \hfill #2}
}
\newcommand{\datedsubsection}[2]{
2 years ago
\subsection[#1]{\textbf{#1} \hfill \small#2}
}
2 years ago
\newcommand{\skill}[2]{
\subsubsection[#1]{\textit{#1} - #2}
}
\begin{document}
\thispagestyle{empty}
\title{Resume}
\author{Keegan Deppe}
2 years ago
\begin{flushright}
\textbf{Keegan Deppe}
\textit{kdeppe@mit.edu}
keegandeppe.com
\end{flushright}
\section{Education}
\datedsubsection{Massachusetts Institute of Technology}{Sep 2019 - May 2023}
2 years ago
\textit{Majoring in Electrical Engineering and Computer Science (6-2)}\newline
\footnotesize\textit{Relevant Coursework:} Introduction to Machine Learning, Operating Systems Engineering, Introduction to EECS via Interconnected Embedded Systems, Fundamentals of Programming, Computation Structures
% {Majoring in Electrical Engineering and Computer Science (6-2)}{\footnotesize\textit{Relevant Coursework:} \footnotesize{Introduction to Machine Learning, Operating Systems Engineering, Introduction to EECS via Interconnected Embedded Systems, Fundamentals of Programming, Computation Structures}}
\section{Experience}
\datedsubsection{Embedded Systems Engineering Associate}{Jun 2022 - Apr 2023}
2 years ago
\textit{ForeLight}\newline
Continued work on the bioreactor control and monitoring scheme developed for resource-constrained embedded devices. Began implementing a central database with support for live monitoring. Designed and developed a bioreactor control and monitoring system to run on an embedded Linux device. Created with distributed systems goals in mind such as resiliency and flexibility
\datedsubsection{Electrical Engineering Intern}{Oct 2021 - May 2022}
2 years ago
\textit{ForeLight}\newline
Built several bioreactor LED control systems. Designed and built a manual control interface that was mounted into a NEMA 4 enclosure
\datedsubsection{Docker? Intern}{Jun 2022 - Apr 2023}
\textit{Novo Space}
% \entry[May 2022]{Oct 2021 -}{Electrical Engineering Intern}{ForeLight}{Built several bioreactor LED control systems. Designed and built a manual control interface that was mounted into a NEMA 4 enclosure}
% \newline
% \entry[Dec 2020]{Sep 2020 -}{Remote Internship}{Novo Space}{Worked to develop a telemetry visualization/storage system ready to be deployed on embedded systems. Utilized tools such as Docker for consistent deployment across architectures}
%\section{Relevant Coursework}
%\subsection{
%\entry{Fall 2022}{Operating Systems Engineering}{6.1810}{Focus on fundamental concepts such as virtual memory, context switches, system calls, interrupts, and other interactions between hardware and software}
%\entry{Spring 2021}{Introduction to Machine Learning}{6.036}{Covered topics such as perceptrons, neural nets, classification problems as well as hidden Markov models. Returned as a lab assistant in Fall 2021}
%}
\section{Extracurricular Activities}
\datedsubsection{Gordon Engineering Leadership}{Sep 2021 - May 2023}
Developing leadership, teamwork, and communication skills in a selective leader development program for engineering undergraduates
\datedsubsection{Delta Kappa Epsilon}{Jun 2021 - May 2022}
\textit{President}
% \extra{Sep 2021 -}{May 2023}{Gordon Engineering Leadership}{Developing leadership, teamwork, and communication skills in a selective leader development program for engineering undergraduates}
% \extra{Jun 2021 -}{May 2022}{Delta Kappa Epsilon}{Served as chapter President}
% \extra{Dec 2019 -}{May 2023}{Delta Kappa Epsilon}{Member}
\section{Skills \& Interests}
2 years ago
\skill{Programming Langauges}{Go, Python, C, Bash, TypeScript}
\skill{Linux}{Arch, Ubuntu, Debian, Fedora}
\skill{Containerization}{Dockerized an application for embedded device deployment}
\skill{Microcontroller and SoC}{Experience programming on Raspberry Pi, Beagle Bone Black, ESP-32}
% \subsection{
% \skill{-}{Experience programming in Go, Python, C/C++, and Bash}
% \skill{-}{Familiarity with several flavors of Linux including Arch, Ubuntu, Debian, and Fedora}
% \skill{-}{Dockerized an application to allow for deployment on resource-constrained embedded devices}
% \skill{-}{Experience using several microcontrollers and SoCs such as the BeagleBone Black, Raspberry Pi, and ESP-32}
% \skill{-}{Designed hardware using HDLs such as Minispec and then programmed said virtual hardware using RISC-V}
% \skill{-}{Corebooted my ThinkPad x230 with a ch341a external programmer to remove the BIOS whitelist and disable the Intel Management Engine}
% }
\end{document}