Browse Source

Listo pa suiza

master
Ramón Calvo 5 years ago
parent
commit
c4117bfaf1
  1. BIN
      resume.pdf
  2. 254
      resume.tex

BIN
resume.pdf

Binary file not shown.

254
resume.tex

@ -1,8 +1,8 @@
%------------------------- % -------------------------
% Resume in Latex % Resume in Latex
% Author : Sourabh Bajaj % Author : Sourabh Bajaj
% License : MIT % License : MIT
%------------------------ % ------------------------
\documentclass[letterpaper,11pt]{article} \documentclass[letterpaper,11pt]{article}
@ -41,20 +41,20 @@
\vspace{-4pt}\scshape\raggedright\large \vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%------------------------- % -------------------------
% Custom commands % Custom commands
\newcommand{\resumeItem}[2]{ \newcommand{\resumeItem}[2]{
\item\small{ \item\small{
\textbf{#1}{: #2 \vspace{-2pt}} \textbf{#1}{: #2 \vspace{-2pt}}
} }
} }
\newcommand{\resumeSubheading}[4]{ \newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item \vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\ \textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\ \textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt} \end{tabular*}\vspace{-5pt}
} }
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}} \newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
@ -62,153 +62,169 @@
\renewcommand{\labelitemii}{$\circ$} \renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]} \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} \newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%------------------------------------------- % -------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} \begin{document}
%----------HEADING----------------- % ----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://noctrog.github.io}{\Large Ramón Calvo González}} & Email : \textbf{\href{https://ramoncalvo.com}{\Large Ramón Calvo González}}
\href{mailto:r.calvo@ieee.org}{r.calvo@ieee.org}\\ & Email : \href{mailto:ramon@ramoncalvo.com}{ramon@ramoncalvo.com}\\
\href{http://noctrog.github.io/}{https://noctrog.github.io} & Mobile : +34-633 72 71 78 \\ \href{http://ramoncalvo.com}{https://ramoncalvo.com} & Mobile : +34-633 72 71 78 \\
& Birth date: 6th of May, 1999
\end{tabular*} \end{tabular*}
%-----------EDUCATION----------------- % -----------EDUCATION-----------------
\section{Education} \section{Education}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\resumeSubheading \resumeSubheading
{University of Alicante}{Alicante, Spain} {University of Alicante}{Alicante, Spain}
{Bachelor of Robotics Engineering --- (\textit{Current grade: 9.15/10})}{Sep. 2017 -- Present} {Bachelor of Robotics Engineering --- (\textit{Current grade: 9.14/10})}{September 2017 -- June 2021}
\resumeSubHeadingListEnd \resumeSubheading
{IES Cabo de la Huerta}{Alicante, Spain}
{High School --- (Grade: 9.74/10) 1st of Promotion}{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 % -----------EXPERIENCE-----------------
{QuixMind}{Alicante, Spain} \section{Experience}
{Internship}{July 2019 -- Present} \resumeSubHeadingListStart
\resumeItemListStart \resumeSubheading
\resumeItem{ROS Robot Simulation} {University of Alicante -- HURO}{Alicante, Spain}
{modeled a robot forklift and its environment, simulated using Gazebo.} {Research Internship --- Ministry Collaboration Grant}{October 2020 -- June 2021}
\resumeItem{Sensors} \resumeItemListStart
{took measurements from perception sensors (LIDAR, Intel RealSense) and processed them in order \item Trajectory optimization and stabilization of walking gaits for
to perform control tasks.} the Talos robot.
\resumeItem{Communications}
{connected the ROS application to a Windows app through TCP/IP, using compression to \resumeItemListEnd \resumeSubheading {IEEE SB UA}{Alicante, Spain}
accelerate the transmission rate.} {Secretary}{May 2020 -- May 2021} \resumeSubheading
\resumeItem{Docker} {QuixMind}{Alicante, Spain} {Extracurricular Internship}{October
{containarized ROS environment so it can be run anywhere.} 2019 -- June 2020}
\resumeItemListEnd \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 \resumeSubHeadingListEnd
% -------- COURSES AND TRAINING ------- % -------- Languages -------------
\section{Courses and training} \section{Languages}
\resumeSubHeadingListStart % \resumeSubHeadingListStart
\resumeSubheading \begin{tabular}{l l l}
{Udacity}{} \textbf{Spanish} \hspace{0.1cm}&---&\hspace{0.1cm} Native\\
{Intro to Deep Learning with Pytorch}{July 2019} \textbf{English} \hspace{0.1cm}&---&\hspace{0.1cm} Proficient (Cambridge C1: grade 201)
\resumeSubheading \end{tabular}
{Coursera}{} % \item{\textbf{Spanish}: Native }
{Machine Learning}{June 2019} % \item{\textbf{English}: Proficient (Cambridge C1 grade 201) }
\resumeSubheading
{University of Alicante}{}
{CUDA/C++ Workshop}{March 2019 -- April 2019}
\resumeSubHeadingListEnd % \resumeSubHeadingListEnd
%--------SKILLS------------ % -------- COURSES AND TRAINING -------
\section{Skills} \section{Courses and training}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\item{
\textbf{Languages}{: C, C++, Python, MATLAB/Octave, Rust} \resumeSubheading
} {Udacity}{}
\item{ {Intro to Deep Learning with PyTorch}{July 2019}
\textbf{Tools}{: ROS, Modern OpenGL, SDL, PyTorch, \LaTeX} \resumeSubheading
} {Coursera}{}
\item{ {Machine Learning}{June 2019}
\textbf{Linux}{: Bash, GDB, GNU Make, Vim, Tmux, Git, SSH, basic sysadmin skills} \resumeSubheading
} {University of Alicante}{Alicante, Spain}
\item{ {CUDA/C++ Workshop}{March 2019 -- April 2019}
\textbf{CAD}{: KiCAD, Autodesk Inventor, Autodesk FUSION 360} \resumeSubheading
} {University of Alicante}{Alicante, Spain}
\item{ {German: A1}{September 2017 -- December 2017}
\textbf{Embedded Systems}{: AVR, STM32, FreeRTOS, libopencm3}
}
\item{
\textbf{Machine Learning}{: Deep Learning, Reinforcement Learning}
}
\item{
\textbf{Other} {: 3D printing, soldering}
}
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
% -------- Languages ------------- % --------- PERSONAL PROJECTS ---------
\section{Languages} \section{Projects}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\item{\textbf{Spanish}: Native } \resumeSubheading
\item{\textbf{English}: Fluent (B2) } {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 visualization 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 \resumeSubHeadingListEnd
% --------- PERSONAL PROJECTS --------- % -------- Conferences -----------
\section{Projects} \section{Conferences}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\item{ \textbf{Image Captioning}: implementation in Pytorch of the paper CNN+CNN: \resumeSubheading
Convolutional decoders for Image Captioning} {II International Conference of Artificial Intelligence of Alicante}{Alicante, Spain}
\item{ \textbf{DDQN}: implementation of Double Dueling DQN in Pytorch, trained in Breakout {Attendee}{November 2019}
OpenAI environment} \resumeSubheading
%\item{ \textbf{Melanoma detection}: A melanoma detection CNN with an accuracy of 85\%. } {ICIAM 2019}{Valencia, Spain}
\item{ \textbf{3D Cellular Automata}: A 3D version of Game of Life using C++ \& OpenGL. } {Volunteer}{July 2019}
\item{ \textbf{Bluetooth-controlled 3-stage coil gun tank}: powered by an AVR MCU and \resumeSubheading
controlled through an Android App. } {SWYP 2019}{Alicante, Spain}
\item{ \textbf{Scientific Calculator}: designed from scratch, powered by an ARM Cortex M0 {Attendee}{April 2019}
MCU using MBED. } \resumeSubheading
{IROS 2018}{Madrid, Spain}
{Volunteer at IEEE stand}{October 2018}
\resumeSubheading
{Young Professionals in SPACE}{Barcelona, Spain}
{Attendee}{July 2018}
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
% -------- Conferences ----------- % --------SKILLS------------
\section{Conferences} \section{Skills}
\resumeSubHeadingListStart
\resumeSubHeadingListStart \item{\textbf{Programming languages}\\ \hspace{0.3cm}
\begin{tabular}{l l l}
\resumeSubheading Proficient\hspace{0.5cm} & --- &\hspace{0.5cm} C, C++, Python\\
{II International Conference of Artificial Intelligence of Alicante}{Alicante, Spain} Medium& --- &\hspace{0.5cm} MATLAB, Octave\\
{}{November 2019} Basic &--- &\hspace{0.5cm} Rust
\resumeSubheading \end{tabular}}
{ICIAM 2019}{Valencia, Spain} \item{\textbf{Frameworks}{: ROS, Modern OpenGL, SDL, PyTorch.}}
{Volunteer}{July 2019} \item{\textbf{Linux}{: medium sysadmin skills.}}
\resumeSubheading \item{\textbf{Tools}{: GDB, GNU Make, Git, SSH.}}
{SWYP 2019}{Alicante, Spain} \item{\textbf{CAD}{: KiCAD, Autodesk Inventor, Autodesk FUSION 360.}}
{}{April 2019} \item{\textbf{Embedded Systems}{: AVR, STM32, MSP430, FreeRTOS, libopencm3.}}
\resumeSubheading \item{\textbf{Machine Learning}{: Deep Learning, Reinforcement Learning.}}
{IROS 2018}{Madrid, Spain} \item{\textbf{Other} {: \LaTeX, 3D printing, soldering.}}
{Volunteer at IEEE stand}{October 2018} \resumeSubHeadingListEnd
\resumeSubheading
{Young Professionals in SPACE}{Barcelona, Spain} \section{Miscellaneous}
{}{July 2018}
\resumeSubHeadingListEnd
\section{Miscellaneous}
\resumeSubHeadingListStart \resumeSubHeadingListStart
\item{ \textbf{GitHub}: \href{https://github.com/noctrog}{https://github.com/noctrog} } \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} } \item{ \textbf{LinkedIn}: \href{https://www.linkedin.com/in/ramón-calvo-gonzá1lez-1236ab167/}{Link} }
\resumeSubHeadingListEnd \resumeSubHeadingListEnd
%------------------------------------------- % -------------------------------------------
\end{document} \end{document}

Loading…
Cancel
Save