You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

192 lines
4.9 KiB

%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://noctrog.github.io}{\Large Ramón Calvo González}} & Email :
\href{mailto:r.calvo@ieee.org}{r.calvo@ieee.org}\\
\href{http://noctrog.github.io/}{https://noctrog.github.io} & Mobile : +34-633 72 71 78 \\
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{University of Alicante}{Alicante, Spain}
{Bachelor of Robotics Engineering}{Sep. 2017 -- Present}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{QuixMind}{Alicante, Spain}
{Internship}{July 2019 - Present}
%\resumeItemListStart
%\resumeItem{ROS Robot Modeling}
%{}
%\resumeItemListEnd
\resumeSubHeadingListEnd
% -------- COURSES AND TRAINING -------
\section{Courses and training}
\resumeSubHeadingListStart
\resumeSubheading
{Coursera}{}
{Machine Learning}{June 2019}
\resumeSubheading
{Udacity}{}
{Intro to Deep Learning with Pytorch}{July 2019}
\resumeSubHeadingListEnd
% -------- Conferences -----------
\section{Conferences}
\resumeSubHeadingListStart
\resumeSubheading
{ICIAM 2019}{Valencia, Spain}
{Volunteer}{July 2019}
\resumeSubheading
{SWYP 2019}{Alicante, Spain}
{}{April 2019}
\resumeSubheading
{IROS 2018}{Madrid, Spain}
{Volunteer at IEEE stand}{October 2018}
\resumeSubheading
{Young Professionals in SPACE}{Barcelona, Spain}
{}{July 2018}
\resumeSubHeadingListEnd
% -------- Languages -------------
\section{Languages}
\resumeSubHeadingListStart
\item{\textbf{Spanish}: Native }
\item{\textbf{English}: Fluent (B2) }
\resumeSubHeadingListEnd
%--------PROGRAMMING SKILLS------------
\section{Skills}
\resumeSubHeadingListStart
\item{
\textbf{Languages}{: C, C++, MATLAB, Python}
}
\item{
\textbf{Technologies}{: Modern OpenGL, SDL, CUDA, PyTorch, \LaTeX}
}
\item{
\textbf{Linux} {: GCC, GDB, GNU Make, Vim, tmux, Git, SSH}
}
\item{
\textbf{CAD} {: KiCAD, Autodesk Inventor, Autodesk FUSION 360}
}
\item{
\textbf{Other} {: AVR, STM32, libopencm3, FreeRTOS, 3D printing, soldering}
}
\resumeSubHeadingListEnd
% --------- PERSONAL PROJECTS ---------
\section{Projects}
\resumeSubHeadingListStart
\item{ \textbf{Melanoma detection}: A melanoma detection CNN with an accuracy of 85\%. }
\item{ \textbf{3D Cellular Automata}: A 3D version of Game of Life using C++ \& OpenGL. }
\item{ \textbf{Bluetooth-controlled 3-stage coil gun tank}: powered by an AVR MCU and
controlled through an Android App. }
\item{ \textbf{Scientific Calculator}: designed from scratch, powered by an ARM Cortex M0
MCU using MBED. }
\resumeSubHeadingListEnd
\section{Miscellaneous}
\resumeSubHeadingListStart
\item{ \textbf{GitHub}: \href{https://github.com/noctrog}{https://github.com/noctrog} }
\item{ \textbf{LinkedIn}: \href{https://www.linkedin.com/in/ramón-calvo-gonzá1lez-1236ab167/}{Link} }
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}