39 lines
945 B
TeX
39 lines
945 B
TeX
\documentclass[11pt,a4paper]{moderncv}
|
|
|
|
\moderncvstyle{classic}
|
|
\moderncvcolor{blue}
|
|
|
|
\usepackage[scale=0.85]{geometry}
|
|
|
|
\name{Lucas Tadeu}{Marculino}
|
|
\email{ltadeu6@protonmail.com}
|
|
\social[linkedin]{ltadeu6}
|
|
\social[github]{ltadeu6}
|
|
|
|
\begin{document}
|
|
|
|
\makecvtitle
|
|
|
|
\section{Summary}
|
|
Bioprocess Engineer with experience in pharmaceutical quality control, data analysis, and programming.
|
|
|
|
\section{Experience}
|
|
\cventry{2023--Present}{Quality Control Analyst}{Prati-Donaduzzi}{}{}{
|
|
\begin{itemize}
|
|
\item Analytical testing and quality assurance
|
|
\item HPLC and laboratory techniques
|
|
\end{itemize}
|
|
}
|
|
|
|
\cventry{2022--2023}{Intern}{Prati-Donaduzzi}{}{}{}
|
|
|
|
\section{Education}
|
|
\cventry{2017--2023}{B.Sc. Bioprocess Engineering}{UTFPR}{}{}{}
|
|
\cventry{2014--2016}{Technical in Chemistry}{ETEC}{}{}{}
|
|
|
|
\section{Skills}
|
|
\cvitem{Programming}{Python, Data Analysis}
|
|
\cvitem{Laboratory}{HPLC, Bioreactors}
|
|
\cvitem{Tools}{Excel, Linux, LaTeX}
|
|
|
|
\end{document}
|