Files
Bewerbungen/2024/resume/resume_patrick_struebin.tex
2024-08-15 15:50:27 +02:00

142 lines
5.8 KiB
TeX
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% !TeX program = lualatex
\documentclass{muratcan_cv}
\setname{Patrick}{Struebin}
\setaddress{Innsbruck/Austria}
\setmobile{+4369918284045}
\setmail{struebin.patrick@gmail.com}
\setposition{Advanced RD Engineer} %ignored for now
\setlinkedinaccount{https://www.linkedin.com} %you can play with color of the template (red is also nice..)
\setgithubaccount{https://github.com/pstrueb} %you can play with color of the template (red is also nice..)
\setthemecolor{red} %you can play with color of the template (red is also nice..)
\begin{document}
%Set variables
%You can add sections, texts, explanations just by copying the style below. Replace the dummy texts "\lipsum[1][x-x]\par" with actual texts.
%Create header
\headerview
\vspace{1ex}
%Sections
%
% Summary
\addblocktext{Summary}{From my working experience in the R\&D of a medical device company, I know how important verification and testing against and requirements is.
This comes naturally with my Science background as a Physicist. With this background I have a strong methodology in analyzing and solving complex problems.
Throughout completing my master thesis and working as an R\&D Engineer I developed Software using Python on a daily basis.
The emphysis on Software development and testing started during my University education and grew even stronger during my masters thesis.
}
%5 years of python development experience on a daily basis
% built a verification framework before
% lots of experience in testing as required in medical industry
% multiple tapeouts
% Know state of the art development methodology (SCRUM)
% Benefits from CPRE- FL (UML)
%
%Education
\section{Education}
\datedexperience{University of Innsbruck}{2015-2018}
\explanation{MSc in Physics}
\explanationdetail{
\coloredbullet\ Experimental Applied and ion phyiscs\par
\coloredbullet\ \href{https://diglib.uibk.ac.at/ulbtirolhs/content/titleinfo/2480047/full.pdf}{Master thesis}
}
%
\datedexperience{University of Innsbruck}{2012-2015}
\explanation{BSc in Physics}
%
\datedexperience{Technical College Freiburg}{2010-2012}
\explanation{High-School Diploma}
%
\datedexperience{LITEF GmbH Freiburg}{2007-2010}
\explanation{Apprenticeship Electronic technician for devices and systems}
% Experience
\section{Experience}
%
\datedexperience{MED-EL}{2018-21 / Innsbruck}
\explanation{R\&D Engineer in Implant electronics}
\explanationdetail{
\coloredbullet\ Testsoftware development for prototype implant ASICs\par
\coloredbullet\ Testsoftware development for prototype implant ASICs\par
\coloredbullet\ Development and mainenance of an open source based (cocotb, ghdl) hdl verification system. \par
\coloredbullet\ Verification Testing for implantable Hardware\par
\coloredbullet\ Digital Functional Verification simulations in hdl\par
}
\datedexperience{MED-EL}{2021-2024 / Innsbruck}
\explanation{Advanced R\&D Engineer in Implant electronics}
\explanationdetail{
\coloredbullet\ Development and mainenance of open source based test frameworks. \par
\coloredbullet\ Verification Testing for implant ASICs\par
\coloredbullet\ Scrum Master\par
}
% Skills
\section{Skills}
%
\newcommand{\skillone}{\createskill{Programming Languages}{\textbf{\emph{Advanced:}} \ \ Python \ \
\textbf{\emph{Intermediate:}} \ \ Labview \cpshalf C \cpshalf C++ \cpshalf \LaTeX \cpshalf SQL \ \
}}
%
\newcommand{\skilltwo}{\createskill{Software Development}{Azure Devops \cpshalf GIT \cpshalf SVN \cpshalf SCRUM Methodology
}}
%
\newcommand{\skillthree}{\createskill{Frameworks \ \& \ Libraries}{\textbf{\emph{Advanced:}} \ \ cocotb \cpshalf NI-DAQmx Python \cpshalf tkinter \cpshalf Matplotplib \cpshalf numpy \cpshalf Pandas \ \
}}
%
\newcommand{\skillthreecont}{\createskill{}{
\textbf{\emph{Intermediate:}} \ \ qt \cpshalf Scipy \cpshalf flask\ \ \textbf{\emph{Beginner:}} \ \ ROOT
}}
%
\newcommand{\skillfour}{\createskill{Hardware Development}{
\textbf{\emph{Advanced:}} \ \ NI-daq \ \
\textbf{\emph{Intermediate:}} \ \ VHDL \cpshalf LTspice \cpshalf Altium Designer \cpshalf Arduino \cpshalf Raspi
}}
%
\newcommand{\skillfourcont}{\createskill{}{
\textbf{\emph{Beginner:}} \ \ Verilog
}}
%
\newcommand{\skillfive}{\createskill{Languages}{\textbf{\emph{Native:}} \ \ German \ \ \textbf{\emph{Fluent:}} \ \ English \ \ }}
%
\createskills{\skillone, \skilltwo, \skillthree, \skillthreecont, \skillfour, \skillfourcont, \skillfive}
%
% Experience
\section{Certificates}
\newcommand{\extraone}{%
Professional Scrum Master I\par %replace this part with actual text
}
%
\newcommand{\extratwo}{%
IREB Certified Professional for Requirements Engineering - Foundation level (CPRE-FL) - by Sep. 2022\par
}
%
% \newcommand{\extrathree}{%
% \lipsum[1][11-12]%replace this part with actual text
% }
%
\newcommand{\listofextras}{\extraone, \extratwo}
%
\createbullets{\listofextras}
\section{Publications}
\newcommand{\pubone}{%
\href{https://diglib.uibk.ac.at/ulbtirolhs/content/titleinfo/2480047/full.pdf}{Rovibrational state preparation for reactive
scattering experiments}
}
%
\newcommand{\pubtwo}{%
\href{https://pubs.rsc.org/en/content/articlehtml/2020/cp/d0cp00727g}{Proton transfer dynamics modified by CH-stretching excitation}
}
\newcommand{\pubthree}{%
\href{https://pubs.acs.org/doi/full/10.1021/acs.jpclett.0c01095}{Influence of Vibrational Excitation on the Reaction of F with CH3I: Spectator Mode Behavior, Enhancement, and Suppression}
}
%
\newcommand{\listofpubs}{\pubone, \pubtwo, \pubthree}
%
\createbullets{\listofpubs}
%Footnote
\createfootnote
\end{document}