Modern Curriculum
Author
Paulo Leal
Last Updated
5 years ago
License
Other (as stated in the work)
Abstract
Implementação de um currículo moderno e visualmente agradável. Adapted and inspired by the TwentySeconds CV template.
Implementação de um currículo moderno e visualmente agradável. Adapted and inspired by the TwentySeconds CV template.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Modern Curriculum
% LaTeX Template
% Version 1.0 (16/09/2019)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Author: Paulo Leal (pauloolileal@gmail.com)
% Baseado no modelo de: Carmine Spagnuolo (cspagnuolo@unisa.it) and Vel (vel@LaTeXTemplates.com)
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{moderncurriculum} % a4paper for A4
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% HEADER BAR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\header{Antony Edward "Tony" Stark}{Iron Man/Avenger}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SIDE BAR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% DETAILS
%----------------------------------------------------------------------------------------
\birth{29 de Maio 1970} % Date of birth
\address{10880 Malibu Point \newline Malibu - Califórnia} % Endereço
\phonenumber{+99 99999-9999} % Phone number
\site{pt.wikipedia.org/wiki/} % Personal website
\mail{stark@starkindustries.com} % Email address
%----------------------------------------------------------------------------------------
% Profile
%----------------------------------------------------------------------------------------
\profile{Graduado em Mecatrônica, apaixonado por tecnologia e robótica.
Sempre desenvolvendo novos equipamentos e aparelhos visando a melhoria da qualidade de vida
da sociedade.}
%----------------------------------------------------------------------------------------
% LANGUAGEs
%----------------------------------------------------------------------------------------
\languages{
Inglês: Nativo \newline
Espanhol: Leitura \newline
Russo: Leitura
}
%----------------------------------------------------------------------------------------
% SKILLS
%----------------------------------------------------------------------------------------
\skills{
- Habilidade de aprendizado rápido\newline
- Facilidade de trabalhar sozinho \newline
- Pilotagem
}
%------------------------------------------------
\knowledge{%
{C,},{C++,},{Java,},{Assembly,},%
{Tecnologias vestiveis,},{Interface Homem-Maquina,},
{MySQL,},{PostgreSQL,},{SQLite,}%
}
%----------------------------------------------------------------------------------------
\sidebar % Print the sidebar
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Educação}
%\shortlistitem{<dates>}{<title>}{<location>}{<description>}
\begin{shortlist} % Environment for a list with descriptions
\shortlistitem{1990-1993}
{Pós-graduação}
{Massachusetts Institute of Technology - Cambridge, MA}
{Física e Engenharia}
\shortlistitem{1985-1989}
{Ensino Superior}
{Massachusetts Institute of Technology - Cambridge, MA}
{Graduação em Mecatônica}
\shortlistitem{1981-1984}
{Ensino médio}
{Escola - Cidade, ES}
{}
\shortlistitem{1975-1978}
{Ensino Fundamental}
{Escola - Cidade, ES}
{}
\end{shortlist}
%----------------------------------------------------------------------------------------
% PUBLICATIONS
%----------------------------------------------------------------------------------------
\section{Publicações}
\begin{biglist}
\biglistitem{2018}
{Nome do artigo}
{Congresso Ano}
{Descrição simplificada do artigo}
\end{biglist}
%----------------------------------------------------------------------------------------
% AWARDS
%----------------------------------------------------------------------------------------
\section{Prêmios}
%\shortlistitem{<dates>}{<title/description>}
\begin{shortlist} % Environment for a short list with no descriptions
\shortlistitem{1989}{Best work.}{}{}
\shortlistitem{1991}{Best robotic equipment}{}{}
\end{shortlist}
%----------------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Expreriência Profissional}
%\biglistitem{<dates>}{<title>}{<location>}{<description>}
\begin{biglist} % Environment for a list with descriptions
\biglistitem{1986-1988}%
{Stark Industries}%
{Estágio}%
{Desenvolvimento de equipamentos robóticos}
\biglistitem{1994-atual}{Stark Industries}%
{CEO}%
{Administração e liderança das empresas Stark}%
\end{biglist}
%----------------------------------------------------------------------------------------
% OTHER INFORMATION
%----------------------------------------------------------------------------------------
\section{Outras informações}
%\subsection{Review}
Esse é um curriculo ficticio do personagem Tony Stark da Marvel.
%----------------------------------------------------------------------------------------
% SECOND PAGE EXAMPLE
%----------------------------------------------------------------------------------------
%\newpage % Start a new page
%\sidebar % Print the sidebar
%\section{Other information}
%\subsection{Review}
% Text
%----------------------------------------------------------------------------------------
\end{document}