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.
214 lines
6.0 KiB
214 lines
6.0 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 --- (\textit{Current grade: 9.15/10})}{Sep. 2017 -- Present}
|
|
\resumeSubHeadingListEnd
|
|
|
|
|
|
%-----------EXPERIENCE-----------------
|
|
\section{Experience}
|
|
\resumeSubHeadingListStart
|
|
|
|
\resumeSubheading
|
|
{QuixMind}{Alicante, Spain}
|
|
{Internship}{July 2019 -- Present}
|
|
\resumeItemListStart
|
|
\resumeItem{ROS Robot Simulation}
|
|
{modeled a robot forklift and its environment, simulated using Gazebo.}
|
|
\resumeItem{Sensors}
|
|
{took measurements from perception sensors (LIDAR, Intel RealSense) and processed them in order
|
|
to perform control tasks.}
|
|
\resumeItem{Communications}
|
|
{connected the ROS application to a Windows app through TCP/IP, using compression to
|
|
accelerate the transmission rate.}
|
|
\resumeItem{Docker}
|
|
{containarized ROS environment so it can be run anywhere.}
|
|
\resumeItemListEnd
|
|
|
|
\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}{}
|
|
{CUDA/C++ Workshop}{March 2019 -- April 2019}
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
%--------SKILLS------------
|
|
\section{Skills}
|
|
\resumeSubHeadingListStart
|
|
\item{
|
|
\textbf{Languages}{: C, C++, Python, MATLAB/Octave, Rust}
|
|
}
|
|
\item{
|
|
\textbf{Tools}{: ROS, Modern OpenGL, SDL, PyTorch, \LaTeX}
|
|
}
|
|
\item{
|
|
\textbf{Linux}{: Bash, GDB, GNU Make, Vim, Tmux, Git, SSH, basic sysadmin skills}
|
|
}
|
|
\item{
|
|
\textbf{CAD}{: KiCAD, Autodesk Inventor, Autodesk FUSION 360}
|
|
}
|
|
\item{
|
|
\textbf{Embedded Systems}{: AVR, STM32, FreeRTOS, libopencm3}
|
|
}
|
|
\item{
|
|
\textbf{Machine Learning}{: Deep Learning, Reinforcement Learning}
|
|
}
|
|
\item{
|
|
\textbf{Other} {: 3D printing, soldering}
|
|
}
|
|
\resumeSubHeadingListEnd
|
|
|
|
% -------- Languages -------------
|
|
\section{Languages}
|
|
\resumeSubHeadingListStart
|
|
|
|
\item{\textbf{Spanish}: Native }
|
|
\item{\textbf{English}: Fluent (B2) }
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
% --------- PERSONAL PROJECTS ---------
|
|
\section{Projects}
|
|
\resumeSubHeadingListStart
|
|
|
|
\item{ \textbf{Image Captioning}: implementation in Pytorch of the paper CNN+CNN:
|
|
Convolutional decoders for Image Captioning}
|
|
\item{ \textbf{DDQN}: implementation of Double Dueling DQN in Pytorch, trained in Breakout
|
|
OpenAI environment}
|
|
%\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
|
|
|
|
% -------- Conferences -----------
|
|
\section{Conferences}
|
|
|
|
\resumeSubHeadingListStart
|
|
|
|
\resumeSubheading
|
|
{II International Conference of Artificial Intelligence of Alicante}{Alicante, Spain}
|
|
{}{November 2019}
|
|
\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
|
|
|
|
\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}
|
|
|