-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech-curriculo.tex
More file actions
289 lines (246 loc) · 10 KB
/
tech-curriculo.tex
File metadata and controls
289 lines (246 loc) · 10 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Twenty Seconds Resume/CV
% LaTeX Template
% Version 1.0 (14/7/16)
%
% Original author:
% Carmine Spagnuolo (cspagnuolo@unisa.it) with major modifications by
% Vel (vel@LaTeXTemplates.com) and Harsh (harsh.gadgil@gmail.com)
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{twentysecondcv} % a4paper for A4
% Command for printing skill overview bubbles
\newcommand\skills{
\smartdiagram[bubble diagram]{
\textbf{Information}\\\textbf{~~~~~Engineering~~~~~},
\textbf{Full Stack}\\\textbf{~~~Web Dev~~~},
\textbf{Dev}\\\textbf{~~~~~Ops~~~~~},
\textbf{Mobile}\\\textbf{~~~~~Dev~~~~~},
\textbf{Data}\\\textbf{~~~Analysis~~~},
\textbf{Image}\\\textbf{Processing}
}
}
% Programming skill bars
\programming{{HTML5 $\textbullet$ JS $\textbullet$ CSS / 5}, {Python $\textbullet$ SQL $\textbullet$ Matlab / 5}, {Java $\textbullet$ C $\textbullet$ C++ $\textbullet$ C\# / 4}, {Docker $\textbullet$ NGINX $\textbullet$ AWS / 3}}
% Projects text
\projects{
\textbf{Animated Mascot} - Developed a HTML5 and JS-based animated mascot for educational platform \\\\
\textbf{Scientific Initiation} - Studied Image Processing with Matlab in a Scientific Initiation Research Program \\\\
\textbf{Lego 2d Printer} - Developed a printing 2d program in Java for a printer built in Lego \\\\
\textbf{Scientific Initiation} - Concluded a Scientific Initiation in Data Compression
}
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
%----------------------------------------------------------------------------------------
% If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
\cvname{João M. Lima} % Your name
\cvjobtitle{ Information Engineer\\Graduating } % Job
% title/career
\cvlinkedin{/in/joaomiguelmoreno}
\cvgithub{}
\cvnumberphone{(11) 96700-2399} % Phone number
%\cvsite{}
\cvmail{miguel91\_it@hotmail.com} % Email address
%----------------------------------------------------------------------------------------
\begin{document}
\makeprofile % Print the sidebar
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Education}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{2016 - 2020}
{}
{Information Engineer Graduating \textnormal{}}
{\href{http://prograd.ufabc.edu.br/cursos/ei}\\{Universidade Federal do ABC, Brazil}}
{}
{}
\twentyitem
{2010 - 2014}
{}
{Systems Analysis and Development Technologist \textnormal{}}
{\href{https://spo.ifsp.edu.br/tads}\\{Instituto Federal de São Paulo, Brazil}}
{}
{}
%\twentyitem{<dates>}{<title>}{<organization>}{<location>}{<description>}
\end{twenty}
\section{Research}
\begin{twenty}
\twentyitem
{2017 -}
{2017}
{Scientific Initiation in Images Processing}
{\href{http://prograd.ufabc.edu.br/}{Universidade Federal do ABC}}
{}
{
\textbf{Thesis}: Deconvolution in Image Processing\\
{\begin{itemize}
\item Studied signals processing, Discrete Fourier Transform and Matlab with the goal of applying in the study of image deconvolution techniques
\item \textbf{Tools}: Matlab and Linux\\ \vspace{2mm}
\end{itemize}}
}
\twentyitem
{2016 -}
{2017}
{Scientific Initiation in Data Compression}
{\href{http://prograd.ufabc.edu.br/}{Universidade Federal do ABC}}
{}
{
\textbf{Thesis}: Data Compression Techniques for Introduction to Computing \\
{\begin{itemize}
\item \textbf{Award}: Awarded among the three best scientific initiation projects at the UFABC Scientific Initiation Symposium {\includegraphics[scale=0.05]{img/trophy.png}} \\
\item Explored some data compression algorithms, developed and tested its own python algorithms for each one studied and built a 300 pages of didactic material about work done
\item \textbf{Tools}: Python and Linux \vspace{2mm}
\end{itemize}}
}
\end{twenty}
%\section{Publications}
%L. Antonie, H. Gadgil, G. Grewal, and K. Inwood, “Historical Data Integration - A Study of WWI Canadian Soldiers,” in 2016 IEEE 16th International Conference on Data Mining Workshops (ICDMW), pp. 186-193, IEEE, 2016. \vspace{2mm}
%----------------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Experience}
%************ Curriculo CABAÇO - Omissao de certos carrgos *****************************
% \begin{comment}
% \begin{twenty} % Environment for a list with descriptions
% \twentyitem
% {Sep 2017 -}
% {Present}
% {Web Development Intern}
% {\href{}{Universidade Federal do ABC}}
% {}
% {\begin{itemize}
% \item Developing HTML5-based web animation for a distance learning platform
% \item Developing a book donation program to the CET (Core of Educational Technologies) department
% \item \textbf{Tools}: HTML5 and JS \vspace{2mm}
% \end{itemize}}
% \\
% \end{twenty}
% \begin{twenty} % Environment for a list with descriptions
% \twentyitem
% {Feb 2017 -}
% {Oct 2017}
% {Volunteer Physics Teacher}
% {\href{}{Cursinho Saquarema}}
% {}
% {\begin{itemize}
% \item Physics Teacher at the free pre-university course Saquarema
% \end{itemize}}
% \\
% \end{twenty}
% \begin{twenty} % Environment for a list with descriptions
% \twentyitem
% {Feb 2016 -}
% {Oct 2016}
% {Volunteer Mathematics Teacher}
% {\href{}{Cursinho Emancipa}}
% {}
% {\begin{itemize}
% \item Mathematics Teacher at the free pre-university course Emancipa
% \end{itemize}}
% \\
% \end{twenty}
% \begin{twenty} % Environment for a list with descriptions
% \twentyitem
% {Jan 2011 -}
% {Dec 2014}
% {ERP System Developer}
% {\href{}{Alcateia Engenharia de Sistemas LTDA}}
% {}
% {\begin{itemize}
% \item Developed an electronic invoices issuing service to the parent company and its subsidiaries
% \item Developed improvements in the Financial, Accounting, Commercial and Logistics modules
% \item \textbf{Tools}: JS, ASP, T-SQL, .NET, Delphi \vspace{2mm}
% \end{itemize}}
% \\
% \end{twenty}
% \end{comment}
%************FIM Curriculo CABAÇO - Omissao de certos carrgos *****************************
%************ Curriculo COMPLETO *****************************
%\begin{comment}
\begin{twenty} % Environment for a list with description
\twentyitem
{Apr 2018 -}
{Present}
{FAPESP TT4 Researcher}
{\href{}{RECICLAPAC}}
{}
{\begin{itemize}
\item Developing a system for industrial packaging management (using IOT)
\item Implementing and improving (and learning) DevOps practices
\item IOT Data Processing and Data Analysis
\item \textbf{Tools}: Angular, NodeJs, Mongodb, Docker, AWS, Python, IOT \vspace{2mm}
\end{itemize}}
\end{twenty}
\begin{twenty} % Environment for a list with description
\twentyitem
{Sep 2017 -}
{Present}
{Web Developer}
{\href{}{Universidade Federal do ABC}}
{}
{\begin{itemize}
\item Developed web animation for a distance learning platform
% \item Developing a book donation program to the CET (Core of Educational Technologies) department
\item \textbf{Tools}: HTML5 and JS \vspace{2mm}
\end{itemize}}
\end{twenty}
% \begin{twenty} % Environment for a list with descriptions
% \twentyitem
% {Feb 2016 -}
% {Oct 2017}
% {Volunteer Teacher}
% {\href{}{}}
% {}
% {\begin{itemize}
% \item Physics Teacher at the free pre-university course Saquarema - 2016
% \item Mathematics Teacher at the free pre-university course Emancipa - 2017
% \end{itemize}}
% \end{twenty}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Sep 2013 -}
{Dec 2014}
{ERP System Developer Coordinator}
{\href{}{Alcateia Engenharia de Sistemas LTDA}}
{}
{\begin{itemize}
\item Responsible for developing an electronic invoices issuing service project to the parent company and its subsidiaries (Project Completed)
\item Developed improvements in the Financial and Accounting modules
\item \textbf{Tools}: JS, ASP, T-SQL, .NET, Delphi \vspace{2mm}
\end{itemize}}
\end{twenty}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Oct 2012 -}
{Jul 2013}
{Trainee}
{\href{}{Ernst \& Young}}
{}
{\begin{itemize}
\item Consultant in process analysis and development
\item Worked with data processing, data mining and data migration
\end{itemize}}
\end{twenty}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Jan 2011 -}
{Oct 2012}
{ERP System Developer Coordinator}
{\href{}{Alcateia Engenharia de Sistemas LTDA}}
{}
{\begin{itemize}
\item Developed improvements in the Human Resources, Logistics and Accounting modules
\item \textbf{Tools}: JS, ASP, T-SQL, .NET, Delphi \vspace{2mm}
\end{itemize}}
\end{twenty}
%\end{comment}
%************ FIM Curriculo COMPLETO *****************************
\end{document}