first commit

This commit is contained in:
ltadeu6 2026-04-06 18:22:41 -03:00
commit eebe8257aa
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
4 changed files with 120 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.DS_Store
.idea
*.log
tmp/
old/
.auctex*

50
ATS.tex Normal file
View file

@ -0,0 +1,50 @@
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{titlesec}
\usepackage{enumitem}
\titleformat{\section}{\large\bfseries}{}{0em}{}
\begin{document}
\begin{center}
\textbf{\LARGE Lucas Tadeu Marculino} \\
Toledo, PR, Brazil \\
ltadeu6@protonmail.com | linkedin.com/in/ltadeu6 | github.com/ltadeu6
\end{center}
\section*{Summary}
Bioprocess and Biotechnology Engineer with experience in quality control in the pharmaceutical industry. Strong background in data analysis, programming (Python), and scientific research. Passionate about applying computational tools to biotechnology and industrial processes.
\section*{Experience}
\textbf{Prati-Donaduzzi} \\
Quality Control Analyst \hfill 2023 -- Present
\begin{itemize}[noitemsep]
\item Conduct analytical testing and quality assurance processes
\item Work with laboratory techniques including HPLC
\item Ensure compliance with regulatory standards
\end{itemize}
Intern Quality Control \hfill 2022 -- 2023
\section*{Education}
\textbf{B.Sc. in Bioprocess and Biotechnology Engineering} \\
UTFPR \hfill 2017 -- 2023
\textbf{Technical Degree in Chemistry} \\
ETEC \hfill 2014 -- 2016
\section*{Research \& Projects}
\begin{itemize}
\item Development of computational tool for parameter optimization in fermentation processes (TCC)
\item Biolixiviation parameter optimization research
\item Electrochemical sensor-based quantitative device
\end{itemize}
\section*{Skills}
\textbf{Programming:} Python, Data Analysis, Modeling \\
\textbf{Laboratory:} HPLC, Microscopy, Bioreactors \\
\textbf{Tools:} Excel, LaTeX, Linux \\
\textbf{Languages:} English (Full Professional)
\end{document}

25
Alta.tex Normal file
View file

@ -0,0 +1,25 @@
\documentclass[10pt,a4paper]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}
{\Huge Lucas Tadeu Marculino} \\
Bioprocess Engineer \\
\end{center}
\section*{Profile}
Engineer with strong background in biotechnology and programming, focused on applying data-driven solutions in industrial environments.
\section*{Experience}
Quality Control Analyst Prati-Donaduzzi (2023Present)
\section*{Projects}
- Fermentation optimization software (TCC)
- Biolixiviation modeling research
\section*{Skills}
Python • Data Analysis • HPLC • Linux • Excel
\end{document}

39
Modern.tex Normal file
View file

@ -0,0 +1,39 @@
\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}