base resume from fall 22
This commit is contained in:
commit
c6fc8ad2ec
135
resume.tex
Normal file
135
resume.tex
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
\documentclass[letterpaper]{article}
|
||||||
|
|
||||||
|
\usepackage{titling}
|
||||||
|
\usepackage{titlesec}
|
||||||
|
\usepackage[margin=0.5in]{geometry}
|
||||||
|
\usepackage{longtable}
|
||||||
|
|
||||||
|
\titleformat{\section}
|
||||||
|
{\bfseries\Large\uppercase}
|
||||||
|
{}
|
||||||
|
{0em}
|
||||||
|
{}[\titlerule]
|
||||||
|
|
||||||
|
\titleformat{\subsection}
|
||||||
|
{}
|
||||||
|
{}
|
||||||
|
{0em}
|
||||||
|
{}
|
||||||
|
|
||||||
|
\titleformat{\subsubsection}
|
||||||
|
{}
|
||||||
|
{}
|
||||||
|
{0em}
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
\newcommand{\skill}[2]{
|
||||||
|
|
||||||
|
\begin{minipage}[t]{.05\textwidth}\
|
||||||
|
\hfill{#1}
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}[t]{.90\textwidth}
|
||||||
|
#2
|
||||||
|
|
||||||
|
\end{minipage}\\\vspace{-0.5em}}
|
||||||
|
|
||||||
|
\newcommand{\entry}[4]{
|
||||||
|
|
||||||
|
\begin{minipage}[t]{.15\textwidth}
|
||||||
|
\hfill \textsc{#1}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill\vline\hfill
|
||||||
|
\begin{minipage}[t]{.80\textwidth}
|
||||||
|
\textbf{#2}
|
||||||
|
|
||||||
|
\textit{#3}
|
||||||
|
|
||||||
|
#4
|
||||||
|
\end{minipage}\\\vspace{.1em}}
|
||||||
|
|
||||||
|
\newcommand{\school}[3]{
|
||||||
|
|
||||||
|
\begin{minipage}[t]{.30\textwidth}
|
||||||
|
\hfill \textsc{#1}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill\vline\hfill
|
||||||
|
\begin{minipage}[t]{.65\textwidth}
|
||||||
|
\textbf{#2}
|
||||||
|
|
||||||
|
#3
|
||||||
|
\end{minipage}\\\vspace{.2em}}
|
||||||
|
|
||||||
|
\newcommand{\research}[3]{
|
||||||
|
|
||||||
|
\begin{minipage}[t]{.15\textwidth}
|
||||||
|
\hfill \textsc{#1}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill\vline\hfill
|
||||||
|
\begin{minipage}[t]{.80\textwidth}
|
||||||
|
\textbf{#2}
|
||||||
|
|
||||||
|
#3
|
||||||
|
\end{minipage}\\\vspace{.2em}}
|
||||||
|
|
||||||
|
\newcommand{\customtitle}[4]{
|
||||||
|
\begin{flushright}
|
||||||
|
\textbf{#1}
|
||||||
|
|
||||||
|
\textit{#2}
|
||||||
|
|
||||||
|
\textit{#3}
|
||||||
|
|
||||||
|
\textit{#4}
|
||||||
|
\end{flushright}
|
||||||
|
}
|
||||||
|
|
||||||
|
\titlespacing*{\section}{0em}{0em}{0em}
|
||||||
|
\titlespacing*{\subsection}{0em}{0em}{0em}
|
||||||
|
\titlespacing*{\subsubsection}{0em}{0em}{0em}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\thispagestyle{empty}
|
||||||
|
\title{Resume}
|
||||||
|
\author{Keegan Deppe}
|
||||||
|
\customtitle{Keegan Deppe}{kdeppe@mit.edu}{(616) 540-6381}{keegandeppe.com}
|
||||||
|
\section{Education}
|
||||||
|
\subsection{
|
||||||
|
\entry{Present}{Massachusetts Institute of Technology}{September 2019 - Expected Graduation Date of May 2023}{Majoring in Electrical Engineering and Computer Science (6-2) \newline
|
||||||
|
{\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}
|
||||||
|
\subsection{
|
||||||
|
\entry{Fall 2022}{ForeLight}{Embedded Systems Engineering Intern}{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}
|
||||||
|
\entry{Summer 2022}{ForeLight}{Embedded Systems Engineering Intern}{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}
|
||||||
|
\entry{Fall 2021}{ForeLight}{Electrical Engineering Intern}{Built several bioreactor LED control systems. Designed and built a manual control interface that was mounted into a NEMA 4 enclosure}
|
||||||
|
\entry{Fall 2020}{Novo Space}{Remote Internship}{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{Skills \& Interests}
|
||||||
|
\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}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Extracurricular Activities}
|
||||||
|
\subsection{
|
||||||
|
\research{Present}{Gordon Engineering Leadership}{Developing leadership, teamwork, and communication skills in a selective leader development program for engineering undergraduates}
|
||||||
|
\research{Present}{Delta Kappa Epsilon}{Served as chapter President during the 21-22 academic year}
|
||||||
|
}
|
||||||
|
\end{document}
|
BIN
resume_f22.pdf
Normal file
BIN
resume_f22.pdf
Normal file
Binary file not shown.
BIN
review_f21.pdf
Normal file
BIN
review_f21.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user