cv update

This commit is contained in:
2024-08-15 15:50:27 +02:00
parent 1a5ccd62fd
commit a24bd35160
15 changed files with 403 additions and 3 deletions

View File

@@ -57,16 +57,25 @@ I expect to worke remote from Innsbruck, Austria.
% Experience
\section{Experience}
%
\datedexperience{MED-EL}{2018-now / Innsbruck}
\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 for fully implantable ASICs. \par
\coloredbullet\ Verification Testing for implant ASICs\par
\coloredbullet\ Digital Functional Verification simulations in hdl\par
\coloredbullet\ Scrum Master in an transcutaneous implant project\par
}
\datedexperience{MED-EL}{2021-now / Innsbruck}
\explanation{Advanced R\&D Engineer in Implant electronics}
\explanationdetail{
\coloredbullet\ Testsoftware development for prototype implant ASICs\par
\coloredbullet\ Development and mainenance of an open source based (cocotb, ghdl) hdl verification system for fully implantable ASICs. \par
\coloredbullet\ Verification Testing for implant ASICs\par
\coloredbullet\ Digital Functional Verification simulations in hdl\par
\coloredbullet\ ASIC concept development for future fully implantable systems \par
\coloredbullet\ Scrum Master in an transcutaneous implant project\par
}
% Skills
\section{Skills}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

9
2024/resume/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
*.DS_Store
*.log
*.toc
*.aux
*.nav
*.out
*.gz
*.synctex(busy)
*.synctex

View File

@@ -0,0 +1,31 @@
\documentclass{muratcan_cv}
\setname{Murat Can}{Karacabey}
\setaddress{Munich/Germany}
\setmobile{xx xxx xx xx}
\setmail{muratcankaracabey@gmail.com}
\setposition{Work Student} %ignored for now
\setlinkedinaccount{https://www.linkedin.com/in/murat-can-karacabey-568a96b1/} %you can play with color of the template (red is also nice..)
\setgithubaccount{https://github.com/muratcankaracabey} %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
%
\setcompanyname{GOOGLE INC.}
\setcontactperson{Mr.Brown}
\setclaimedposition{Junior Data Scientist}
\coverletter{ %
\indent \lipsum[1][1-20] %replace this part with actual text
\lipsum[2][1-20] %replace this part with actual text
}
%Footnote
\createfootnote
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

200
2024/resume/muratcan_cv.cls Executable file
View File

@@ -0,0 +1,200 @@
% Created by Murat Can Karacabey
% this is inspired by Michael Pollind's Awesome CV
% Created from scratch as a much simpler alternative to it to actually learn LaTeX.
% Might be interpreted as an easier-to-edit or easier-to-understand-what-is-going-on version of it.
\author{Murat Can Karacabey}
\RequirePackage[dvipsnames]{xcolor} % moved here I guess article class causes option clash with xcolor if used after loading the class
\LoadClass[11pt]{article}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{muratcan_cv}[2020/04/15 Muratcan CV Class]
\RequirePackage[sfdefault]{noto}
\RequirePackage{etoolbox}
\RequirePackage{pgffor}
\RequirePackage{titlesec}
\RequirePackage{tikz}
\RequirePackage{fontspec}
\RequirePackage[left=0.75in,top=0.3in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\RequirePackage{hyperref}
\RequirePackage{fontawesome}
\RequirePackage{mfirstuc}
\RequirePackage{ifthen}
\RequirePackage{lipsum}
\RequirePackage{array}
\pagestyle{empty}
%Setup
\newcommand*{\setname}[2]{\def\@firstname{#1}\def\@lastname{#2}}
\newcommand*{\setaddress}[1]{\def\@address{#1}}
\newcommand*{\setmobile}[1]{\def\@mobile{#1}}
\newcommand*{\setposition}[1]{\def\@position{#1}}
\newcommand*{\setmail}[1]{\def\@mail{#1}}
\newcommand*{\setthemecolor}[1]{\def\@themecolor{#1}}
\newcommand*{\setlinkedinaccount}[1]{\def\@linkedinaccount{#1}}
\newcommand*{\setgithubaccount}[1]{\def\@githubaccount{#1}}
%Setup for coverletter
\newcommand*{\setcompanyname}[1]{\def\@companyname{#1}}
\newcommand*{\setcontactperson}[1]{\def\@contactperson{#1}}
\newcommand*{\setclaimedposition}[1]{\def\@claimedposition{#1}}
\hypersetup{
colorlinks=true,
urlcolor=cyan,
}
% View commands
% Header
% can makebox also be used?
\newcommand\headerview{
\begin{minipage}{0.5\linewidth}
\profpic{0.45}{images/profilepicture}
\end{minipage}%
\hfill
\begin{minipage}{0.45\linewidth}
\center \name \\[0.05cm]
\contact % address \ mobile \\ mail
\end{minipage}
}
%profilpicture
\newsavebox{\picbox}
\newcommand{\profpic}[2]{%
\savebox{\picbox}{%
\includegraphics[scale=#1]{#2}}%
\tikz\node [draw, circle,%
line width=4pt, color=white,%
minimum width=\wd\picbox,minimum height=\ht\picbox,%
path picture={ \node at (path picture bounding box.center)%
{\usebox{\picbox}};}]%
{};}
%contactsubviews
\newcommand{\linkedinview}{\href{\@linkedinaccount}{\faLinkedinSquare\ \footnotesize linkedin}}
\newcommand{\githubview}{\href{\@githubaccount}{\faGithubSquare\ \footnotesize github}}
\newcommand{\name}{%
{\large \@firstname \ \textsc{\@lastname}}
}
\newcommand{\contact}{%
{\small \@address \cps \@mobile \\ \@mail%
\\%
\githubview %\cps \linkedinview
} %
}
% Covverletterview
\newcommand\coverletter[1]{
\\ \coverlettersubview
\section{} \vspace{1ex}
\textbf{ Dear \@contactperson, \\[0.1cm]}
#1
}
\newcommand\coverlettersubview{
\begin{tabular}{>{\scshape \bfseries \color{\@themecolor}}l >{\small }l}
Company: & \@companyname \\
Position: & \@claimedposition \\
\end{tabular}
}
% Helper commands
\newcommand\ruleafter[1]{#1~{\color{black!60!\@themecolor}\hrulefill}} % a trick to put the line with <before> parameter in \titleformat
%colorfulpipeseperator
\newcommand{\cps}{{\color{\@themecolor} \quad\textbar\quad}}
\newcommand{\cpshalf}{{\color{\@themecolor} \hspace{0.2em}\textbar\hspace{0.2em}}}
\newcommand{\coloredbullet}{{\color{\@themecolor} \textbullet}}
% Edit section styles
\titleformat{\section} % Customise the \section command
{\large\bfseries\scshape\raggedright\color{\@themecolor}} % Make the \section headers large (\Large),
% small capitals (\scshape) and left aligned (\raggedright)
{}{0em} % Can be used to give a prefix to all sections, like 'Section ...'
{\ruleafter} % Can be used to insert code before the heading
\titlespacing*{\section}{-1pt}{0pt}{0pt}
% Textview commands
\newcommand{\experience}[2]{%
\mbox { \hspace{1em} \scshape \textbf{#1} }%
}
\newcommand{\datetext}[1]{%
{\itshape \footnotesize \mdseries \color{black!60!\@themecolor} #1 }
}
\newcommand{\datedexperience}[2]{%
\begin{small} \mbox { \hspace{1em} \scshape \textbf{#1} } \end{small} \hfill \datetext{#2}\\[0.01cm] %
}
\newcommand{\explanation}[1]{%
\mbox { \scshape \hspace{1.2em} \footnotesize #1}\\[0.05cm]
}
\newcommand{\explanationdetail}[1]{%
\indent \begin{minipage}{0.96\linewidth} \footnotesize #1 \end{minipage} \\[0.1cm]
}
\newcommand{\itemwithtext}[1]{%
\begin{minipage}{\linewidth} \footnotesize \item #1 \end{minipage}
}
\newcommand{\addblocktext}[2]{%
\section{#1}
\indent \explanationdetail{#2}
%\indent \explanationdetail{\hspace{4ex} #2}
}
\newcommand\createskill[2]{%
\textsc{\textbf{#1}} & #2
}
\newcommand\createtablecontent[1]{%
\foreach \x [count=\xi] in {#1} {\ifthenelse{\xi=1}{\x}{\\ \x}}
}
\newcommand\createskillsanothertry[1]{%not used
\begin{tabular}{r|l}
\createtablecontent{#1}
\end{tabular}
}
\newcommand\createskills[1]{%
\explanationdetail{
\begin{tabular}{rl}
\makeatletter
\@for\thisitem:=#1\do{\thisitem\\[0.1cm]}
\makeatother
\end{tabular}
}
}
\newcommand\createbullets[1]{%
\renewcommand{\labelitemi}{\coloredbullet}
\begin{itemize}
\makeatletter
\@for\thisitem:=#1\do{\itemwithtext{\thisitem}}
\makeatother
\end{itemize}
}
\newcommand\createfootnote{%
\renewcommand{\footnotesize}{\fontsize{7pt}{11pt}\selectfont}
\renewcommand\footnoterule{\rule{0.3\linewidth}{0.5pt}}
\let\thefootnote\relax\footnote{\today}
}

View File

@@ -0,0 +1,141 @@
% !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}

5
hello.tex Normal file
View File

@@ -0,0 +1,5 @@
\documentclass{article}
\begin{document}
This a file. test sbv
\end{document}

5
readme.md Normal file
View File

@@ -0,0 +1,5 @@
# Build Environment
- Latex workshop on vscode
- Texlive
- sudo apt install texlive-science texlive-latex-extra texlive-extra-utils latexmk texlive-publishers texlive-science texlive-fonts-extra
- Execute latexmk lualatex