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.

237 lines
7.5 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://ramoncalvo.com}{\Large Ramón Calvo González}}
& Email: \href{mailto:ramon@ramoncalvo.com}{ramon@ramoncalvo.com}\\
\href{http://ramoncalvo.com}{ramoncalvo.com} & Mobile: +34-633 72 71 78 \\
& Birth date: 6th of May, 1999
\end{tabular*}
% -----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{University of Alicante}{Alicante, Spain}
{Bachelor of Robotics Engineering --- (\textit{Current grade: 9.14/10})}{September 2017 -- June 2021}
\resumeSubheading
{IES Cabo de la Huerta}{Alicante, Spain}
{High School --- (Grade: 9.74/10)}{September 2015 -- June 2017}
\resumeSubheading
{IES Cabo de la Huerta}{Alicante, Spain}
{Middle School --- (Grade: 9.81/10)}{September 2011 -- June 2015}
\resumeSubHeadingListEnd
% -----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{University of Alicante -- HURO Research group}{Alicante, Spain}
{Research Internship --- Ministry Collaboration Grant}{October 2020 -- June 2021}
\resumeItemListStart
\item Trajectory optimisation and stabilisation of walking gaits for
the Talos robot.
\resumeItemListEnd \resumeSubheading {IEEE SB UA}{Alicante, Spain}
{Secretary}{May 2020 -- May 2021} \resumeSubheading
{QuixMind}{Alicante, Spain} {Extracurricular Internship}{October
2019 -- June 2020}
\resumeItemListStart
\resumeItem{Simulation} {Modeling of
a control ready robot forklift and its industrial environment in Gazebo.}
\resumeItem{Control}{Wrote linear controllers for pallet alignment.}
\resumeItem{Sensors}{Acquired data from 3D perception sensors
(RS-LiDAR-16 \& Intel RealSense) and processed them in order to perform control tasks.}
\resumeItem{Communications} {TCP connection speed up of up to 2x by using data compression.}
\resumeItem{Docker} {Deployment of the application by using containers.}
\resumeItemListEnd
\resumeSubHeadingListEnd
% -------- Languages -------------
\section{Languages}
% \resumeSubHeadingListStart
\begin{tabular}{l l l}
\textbf{Spanish} \hspace{0.1cm}&---&\hspace{0.1cm} Native\\
\textbf{English} \hspace{0.1cm}&---&\hspace{0.1cm} Proficient (Cambridge C1: grade A)
\end{tabular}
% -------- AWARDS ------------
\section{Awards}
\resumeSubHeadingListStart
\resumeSubheading
{Ministry Collaboration Grant}{Spanish Government}
{Research internship in University of Alicante's DFESTS department.}{2020 -- 2021}
\resumeSubheading
{High School Graduate with Honors}{IES Cabo de la Huerta}
{Graduated first in class.}{June 2017}
\resumeSubHeadingListEnd
% -------- COURSES AND TRAINING -------
\section{Courses and training}
\resumeSubHeadingListStart
\resumeSubheading
{Udacity}{}
{Intro to Deep Learning with PyTorch}{July 2019}
\resumeSubheading
{Coursera}{}
{Machine Learning}{June 2019}
\resumeSubheading
{University of Alicante}{Alicante, Spain}
{CUDA/C++ Workshop}{March 2019 -- April 2019}
\resumeSubheading
{University of Alicante}{Alicante, Spain}
{German: A1}{September 2017 -- December 2017}
\resumeSubHeadingListEnd
% --------- PERSONAL PROJECTS ---------
\section{Projects}
\resumeSubHeadingListStart
\resumeSubheading
{Image Captioning}{}
{Implementation in PyTorch of the paper 'CNN+CNN: Convolutional decoders for Image Captioning'.}{December 2019}
\resumeSubheading
{Double Dueling DQN}{}
{Implementation of Double Dueling DQN in PyTorch.}{August 2019}
\resumeSubheading
{3D Cellular Automata}{}
{3D visualisation of a cellular automata using C++ \& Modern OpenGL.}{November 2018}
\resumeSubheading
{Scientific Calculator}{}
{Calculator designed from scratch, based on an ARM Cortex M0+ processor.}{February 2017}
% \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. }
\resumeSubHeadingListEnd
% -------- Conferences -----------
\section{Conferences}
\resumeSubHeadingListStart
\resumeSubheading
{II International Conference of Artificial Intelligence of Alicante}{Alicante, Spain}
{Attendee}{November 2019}
\resumeSubheading
{ICIAM 2019}{Valencia, Spain}
{Volunteer}{July 2019}
\resumeSubheading
{SWYP 2019}{Alicante, Spain}
{Attendee}{April 2019}
\resumeSubheading
{IROS 2018}{Madrid, Spain}
{Volunteer at IEEE stand}{October 2018}
\resumeSubheading
{Young Professionals in SPACE}{Barcelona, Spain}
{Attendee}{July 2018}
\resumeSubHeadingListEnd
% --------SKILLS------------
\section{Skills}
\resumeSubHeadingListStart
\item{\textbf{Programming languages}\\ \hspace{0.3cm}
\begin{tabular}{l l l}
Proficient\hspace{0.5cm} & --- &\hspace{0.5cm} C, C++, Python\\
Medium& --- &\hspace{0.5cm} MATLAB, Octave\\
Basic &--- &\hspace{0.5cm} Rust
\end{tabular}}
\item{\textbf{Frameworks}{: ROS, Modern OpenGL, SDL, PyTorch.}}
\item{\textbf{Linux}{: medium sysadmin skills.}}
\item{\textbf{Tools}{: GDB, GNU Make, Git, SSH.}}
\item{\textbf{CAD}{: KiCAD, Autodesk Inventor, Autodesk FUSION 360.}}
\item{\textbf{Embedded Systems}{: AVR, STM32, MSP430, FreeRTOS, libopencm3.}}
\item{\textbf{Machine Learning}{: Deep Learning, Reinforcement Learning.}}
\item{\textbf{Other} {: \LaTeX, 3D printing, soldering.}}
\resumeSubHeadingListEnd
\section{Miscellaneous}
\resumeSubHeadingListStart
\item{ \textbf{GitHub}: \href{https://github.com/noctrog}{github.com/noctrog} }
\item{ \textbf{LinkedIn}: \href{https://www.linkedin.com/in/ramón-calvo-gonzá1lez-1236ab167/}{Link} }
\resumeSubHeadingListEnd
% -------------------------------------------
\end{document}