Novas habilidades
This commit is contained in:
parent
75203d0791
commit
373531a4e4
4 changed files with 32 additions and 9 deletions
26
AGENTS.md
Normal file
26
AGENTS.md
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
# AGENTS.md
|
||||||
|
|
||||||
|
## Projeto
|
||||||
|
Currículos em LaTeX (PT-BR e EN) com build via Makefile.
|
||||||
|
|
||||||
|
## Arquivos principais
|
||||||
|
- `curriculo-ptbr.tex`
|
||||||
|
- `curriculo-en.tex`
|
||||||
|
- `habilidades.md`
|
||||||
|
- `Makefile`
|
||||||
|
|
||||||
|
## Convenções
|
||||||
|
- Texto em PT-BR no arquivo PT-BR e em EN no arquivo EN.
|
||||||
|
- Atualize `habilidades.md` antes de refletir mudanças em `*.tex`.
|
||||||
|
- Evite duplicar conteúdo; mantenha as seções alinhadas entre os dois idiomas.
|
||||||
|
- Use estrutura simples e ATS-friendly (sem imagens ou tabelas).
|
||||||
|
|
||||||
|
## Build
|
||||||
|
- `make` compila todos os `.tex`, limpa artefatos e abre os PDFs.
|
||||||
|
- `make clear` remove apenas artefatos do LaTeX.
|
||||||
|
- Após cada alteração, rode `make`.
|
||||||
|
|
||||||
|
## Estilo
|
||||||
|
- Seções curtas e objetivas.
|
||||||
|
- Bullets com verbos no início.
|
||||||
|
- Datas no formato `AAAA -- AAAA` (ou `Atual`).
|
||||||
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ build: $(PDFS)
|
||||||
$(LATEX) $<
|
$(LATEX) $<
|
||||||
|
|
||||||
open: $(PDFS)
|
open: $(PDFS)
|
||||||
@for f in $(PDFS); do $(OPEN) "$$f"; done
|
@for f in $(PDFS); do $(OPEN) "$$f" >/dev/null 2>&1 & done
|
||||||
|
|
||||||
clean clear:
|
clean clear:
|
||||||
@rm -f *.aux *.log *.out *.toc *.synctex.gz *.fls *.fdb_latexmk \
|
@rm -f *.aux *.log *.out *.toc *.synctex.gz *.fls *.fdb_latexmk \
|
||||||
|
|
|
||||||
|
|
@ -28,11 +28,10 @@ Quality Control Analyst \hfill 2023 -- Present
|
||||||
Intern -- Quality Control \hfill 2022 -- 2023
|
Intern -- Quality Control \hfill 2022 -- 2023
|
||||||
|
|
||||||
\section*{Education}
|
\section*{Education}
|
||||||
\textbf{B.Sc. in Bioprocess and Biotechnology Engineering} \\
|
\textbf{UTFPR} -- B.Sc. in Bioprocess and Biotechnology Engineering \hfill 2017 -- 2023
|
||||||
UTFPR \hfill 2017 -- 2023
|
|
||||||
|
|
||||||
\textbf{Technical Degree in Chemistry} \\
|
|
||||||
ETEC \hfill 2014 -- 2016
|
\noindent\textbf{ETEC} -- Technical Degree in Chemistry \hfill 2014 -- 2016
|
||||||
|
|
||||||
\section*{Research \& Projects}
|
\section*{Research \& Projects}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
|
||||||
|
|
@ -28,11 +28,9 @@ Analista de Controle de Qualidade \hfill 2023 -- Atual
|
||||||
Estagiário -- Controle de Qualidade \hfill 2022 -- 2023
|
Estagiário -- Controle de Qualidade \hfill 2022 -- 2023
|
||||||
|
|
||||||
\section*{Formação}
|
\section*{Formação}
|
||||||
\textbf{Bacharelado em Engenharia de Bioprocessos e Biotecnologia} \\
|
\textbf{UTFPR} -- Bacharelado em Engenharia de Bioprocessos e Biotecnologia \hfill 2017 -- 2023
|
||||||
UTFPR \hfill 2017 -- 2023
|
|
||||||
|
|
||||||
\textbf{Técnico em Química} \\
|
\noindent\textbf{ETEC} -- Técnico em Química \hfill 2014 -- 2016
|
||||||
ETEC \hfill 2014 -- 2016
|
|
||||||
|
|
||||||
\section*{Pesquisa \& Projetos}
|
\section*{Pesquisa \& Projetos}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue