-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
133 lines (90 loc) · 6.88 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=0.75]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{Jairo Ivo} % Your first name
\familyname{Castro Brito} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Curriculum Vitae}
%\address{}
\mobile{+55(85) 9 87684513}
%\phone{}
\email{[email protected]}
\homepage{github.com/xToshiro}{github.com/xToshiro} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
%\extrainfo{additional information}
\photo[70pt][0.4pt]{Foto} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
\quote{“Talk is cheap. Show me the code.” - Linus Torvalds}
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Educação}
\cventry{Desde 2023}{Mestrado}{Engenharia de Transportes}{Universidade Federal do Ceará (UFC)}{Fortaleza}{\textit{Área de concentração:} Planejamento e Operação de Transportes}
\cventry{2017 - 2022}{Engenharia Civil}{Unifametro}{}{Fortaleza}{} % Arguments not required can be left empty
\cventry{2018}{Excel Avançado}{SIAO Treinamentos}{Fortaleza}{}{\textit{Macros, VBA, simulação, análise de dados, cenários, tabelas dinâmicas, etc.}}{}
\cventry{2016}{Ensino Médio}{Colégio Janusa Corrêa}{Caucaia}{}{Monitoria de Física Pré-vestibular nas disciplinas de Cinética, Termodinâmica e Elétrica.}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Experiência Profissional}
%\subsection{Profissional}
\cventry{Julho/2021 - Fevereiro/2022}{Estagiário}{Núcleo de Tecnologia e Qualidade Industrial do Ceará (NUTEC)}{Laboratório de Resíduos Sólidos e Efluentes (LARSE)}{}{
Desenvolvimento de tecnologias de automação para compostagem e hortas utilizando plataforma Arduíno. Implementação de aplicativos de Realidade Aumentada usando Kotlin, Swift e Unity. Desenvolvimento de um sistema de monitoramento de qualidade do ar e fabricação de placas de circuito impresso.
}
\cventry{Desde Julho/2017}{Freelancer}{Programador}{}{}{
Experiência em desenvolvimento de software e web, incluindo:
\begin{itemize}
\item Linguagens de programação: C++, Java, Kotlin, Python, JavaScript (JS), Ruby.
\item Desenvolvimento web: HTML, CSS.
\item Business Intelligence (BI): Power BI, softwares de Big Data e planilhas avançadas no Excel.
\end{itemize}}
%------------------------------------------------
%\cventry{2010--2011}{Summer Intern}{\textsc{Lehman Brothers}}{Los Angeles}{}{Rated "truly distinctive" for Analytical Skills and Teamwork.}
%------------------------------------------------
%\subsection{Miscellaneous}
\section{Projetos}
\cventry{2023}{Desenvolvedor de Hardware e Software}{Plataforma de Monitores de Qualidade do Ar}{Fortaleza, Ceará}{}{
Participação no desenvolvimento de hardware e software para uma plataforma de monitores de qualidade do ar de baixo custo, em parceria com a Prefeitura de Fortaleza, a Secretaria Municipal de Urbanismo e Meio Ambiente (Seuma), Vital Strategies e Universidade Federal do Ceará (UFC). Este projeto visou a implementação de uma rede de monitoramento ambiental acessível para geração de dados e gestão da qualidade do ar na cidade.
\begin{itemize}
\item Desenvolvimento e implementação de soluções de hardware para coleta e transmissão de dados ambientais em tempo real;
\item Criação de software para análise e visualização de dados para facilitar a interpretação das informações coletadas e a tomada de decisões baseada em evidências;
\item Colaboração com equipes multidisciplinares e especialistas em meio ambiente, saúde pública e engenharia para assegurar a precisão e a relevância dos dados coletados;
\item Contribuição para a sustentabilidade urbana e saúde pública através da tecnologia com destaque a importância do monitoramento ambiental acessível.
\end{itemize}}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
% \section{Pasatiempos}
% \renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
% \cvlistdoubleitem{Piano}{Tenis}
% \cvlistdoubleitem{Lectura}{Computaci\'on}
% \cvlistitem{Atletismo}
%----------------------------------------------------------------------------------------
% COVER LETTER
%----------------------------------------------------------------------------------------
% To remove the cover letter, comment out this entire block
%\clearpage
%\recipient{HR Departmnet}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
%\date{\today} % Letter date
%\opening{Dear Sir or Madam,} % Opening greeting
%\closing{Sincerely yours,} % Closing phrase
%\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents
%\makelettertitle % Print letter title
%\lipsum[1-3] % Dummy text
%\makeletterclosing % Print letter signature
%----------------------------------------------------------------------------------------
\end{document}