Skip to content

Commit

Permalink
Add Current job. Fix up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marsfan committed Mar 15, 2022
1 parent cb1df41 commit d0be37f
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 47 deletions.
82 changes: 41 additions & 41 deletions Gabriel_Roper_Resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\addtolength{\parskip}{-0.5mm}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment to display a grid on the document to help with alinement %%
%% Uncomment to display a grid on the document to help with alinement %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{background}
%\newlength\mylen
Expand All @@ -29,7 +29,6 @@
\newcommand{\LinkedInPage}{https://www.linkedin.com/in/gabriel-roper/}
\newcommand{\GithubPage}{https://www.github.com/Marsfan}
\newcommand{\emailAddress}{[email protected]}
\newcommand{\streetAddress}{}
\newcommand{\phoneNumber}{469-264-4980}
\newcommand{\descriptionWidth}{33em}
\newcommand{\tableWidth}{23.5em}
Expand All @@ -40,68 +39,69 @@

% PDF settings and properties.
\hypersetup{
pdftitle={\CVTitle},
pdfauthor={\CVAuthor},
pdfsubject={\LinkedInPage},
pdfcreator={XeLaTeX},
pdfproducer={},
pdfkeywords={},
unicode=true,
bookmarks=true,
bookmarksopen=true,
pdfstartview=FitH,
pdfpagelayout=OneColumn,
pdfpagemode=UseOutlines,
hidelinks,
breaklinks}

pdftitle={\CVTitle},
pdfauthor={\CVAuthor},
pdfsubject={\LinkedInPage},
pdfcreator={XeLaTeX},
pdfproducer={},
pdfkeywords={},
unicode=true,
bookmarks=true,
bookmarksopen=true,
pdfstartview=FitH,
pdfpagelayout=OneColumn,
pdfpagemode=UseOutlines,
hidelinks,
breaklinks}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ACTUAL DOCUMENT.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
%%%%%%%%%%%%%%%
% TITLE BLOCK %
%%%%%%%%%%%%%%%
\Title{\CVAuthor}
%%%%%%%%%%%%%%%
% TITLE BLOCK %
%%%%%%%%%%%%%%%
\Title{\CVAuthor}

\begin{SubTitle}
\href{mailto:\emailAddress}{\emailAddress}
\BulletSymbol\space
{\phoneNumber}
\BulletSymbol\space
\href{\LinkedInPage}{\url{\LinkedInPage}}
\BulletSymbol\space
\href{\GithubPage}{\url{\GithubPage}}
\end{SubTitle}

\begin{SubTitle}
{\streetAddress}
\par
\href{mailto:\emailAddress}{\emailAddress}
\BulletSymbol
\,\,\phoneNumber\,
\BulletSymbol
\,\,\href{\LinkedInPage}{\url{\LinkedInPage}}
\BulletSymbol
\,\,\href{\GithubPage}{\url{\GithubPage}}
\end{SubTitle}
%%%%%%%%%%%%%%%
% BODY BLOCK %
%%%%%%%%%%%%%%%

\begin{Body}
\begin{Body}


\Section{Education}
\Section{Education}

\UnivInfo{Embry-Riddle Aeronautical University}{https://prescott.erau.edu}
{Prescott, Arizona}
{\Major}
{\Major}
{May 2021}{\GPA}

\subfile{sections/activities}

\subfile{sections/work_experience}

\subfile{sections/research}

\subfile{sections/work_experience}
\subfile{sections/skills}
\subfile{sections/activities}

\subfile{sections/skills}

\subfile{sections/license_cert}

\subfile{sections/awards}

\end{Body}
\end{Body}

\end{document}
4 changes: 2 additions & 2 deletions sections/research.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
\graphicspath{{\subfix{../images/}}}
\begin{document}
\Section{Research \& Projects}

% \PositionY{Pulsed Plasma Thruster}{2019}{Present}
% {Project currently developing a pulsed plasma thruster
% for cubesat spacecraft.}

\PositionY{Dynamic and Kinematic Quadrupedal Robot Motion Planning}{2020}{2021}
{Designed, built, and tested a quadraped walking robot that
{Designed, built, and tested a quadraped walking robot that
is capable of fully automatic leg motion planning (research paper in preparation), as well as autonomous mapping and navigation.}

\end{document}
2 changes: 1 addition & 1 deletion sections/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

\skillCategory{Programming Languages}{Arduino, Python, MATLAB, C, Basic VHDL, LaTeX, Simulink}\\

\skillCategory{Technical}{PCB Design, 3D Printing, Amplifier Design, Control Systems, Signal Analysis, Cypress PSOC, TI Launchpad, Woodworking, Soldering}\\
\skillCategory{Technical}{PCB Design, 3D Printing, Amplifier Design, Control Systems, Signal Analysis, Cypress PSOC, TI Launchpad, Woodworking, Soldering, UML}\\

\end{skillTable} % For some reason, the tabular environment is adding an extra space at the end. This removes it
\end{document}
12 changes: 9 additions & 3 deletions sections/work_experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
\begin{document}
\Section{Work Experience}

\PositionYM{Astronautics Corportion of America}
{2021}{06}{Present}{0}
{Software and Systems Engineer, Display Applications}
{Developed applications running within a real-time operating
system for use in commercial aircraft. }

\PositionYM{Katalyst Space Technologies}
{2020}{06}{2020}{08}
{Satellite Systems Development Intern}
{Created preliminary satellite bus design and concept of operations
for a next generation Geostationary Communications Satellite that will greatly increase the
{Created preliminary satellite bus design and concept of operations
for a next generation Geostationary Communications Satellite that will greatly increase the
lifespan and capabilities of future space-based communications. }

\PositionYM{L3Harris ACSS}
Expand All @@ -26,4 +32,4 @@
% {Freelance 3D Modeling}
% {Created 3D models using Blender and Sketchup for corporate
% internal marketing comic book.}
\end{document}
\end{document}

0 comments on commit d0be37f

Please sign in to comment.