Martín Ribelotta's Curriculum Vitae in English
Author
Martin Ribelotta
Last Updated
6 years ago
License
Other (as stated in the work)
Abstract
My curriculum vitae in english, created with the ModernCV template
My curriculum vitae in english, created with the ModernCV template
\documentclass[10pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{grey} % {blue} {orange} {green} {red} {purple} {grey} {black}
%\renewcommand{\familydefault}{\sfdefault} % para seleccionar la fuente por omision, use '\sfdefault' para la fuente sans serif, '\rmdefault' para la fuente roman, o cualquier nombre de fuente
%\nopagenumbers{} % elimine el comentario para suprimir la numeracion automatica de las paginas para CVs mayores a una pagina
% codificacion de caracteres
%\usepackage[utf8]{inputenc} % reemplace con su codificacion
%\usepackage{CJKutf8} % si necesita usa CJK para redactar su CV en chino, japones o coreano
% ajustes para los margenes de pagina
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % si desea cambiar el ando de la columna para las fechas
% datos personales
\name{Mart\'in}{Ribelotta}
\title{Curr\'iculum Vitae}
\address{Vice Almirante O'Connor 647 5-2}{Bariloche (8400)}
\extrainfo{Birth: March 10 of 1984}
\phone[mobile]{+54~(294)~154~640761}
\email{martinribelotta@gmail.com}
\homepage{www.github.com/martinribelotta}
\photo[64pt][0.4pt]{face.png}
\social[linkedin]{martin-ribelotta}
% para mostrar etiquetas numericas en la bibliografia (por omision no se muestran etiquetas), solo es util si desea incluir citas en en CV
\makeatletter
\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
\makeatother
% bibliografia con varias fuentes
%\usepackage{multibib}
%\newcites{book,misc}{{Libros},{Otros}}
%----------------------------------------------------------------------------------
% contenido
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % para redactar el CV en chino usando CJK
\maketitle
%\section{Tesis de maestr\'ia}
%\cvitem{t\'itulo}{\emph{T\'itulo}}
%\cvitem{sinodares}{Sinodales}
%\cvitem{descripci\'on}{Una breve descripci\'on de la tesis}
\cventry{2011--2019}{Embedded System Developer}{Emtech S.A.}{Bahia Blanca/Bariloche}{}{
Works made:
\begin{itemize}
\item DSP simulation and testing for radar in VHDL using Questasim/Modelsim
\item Design of acquisition software using Virtex6 FPGA over PCI-express
\item Design and implementation of HDL software for radar simulation over FPGA through PCIe.
\item Design and implementation of HDL, base software, drivers and web application for remote control for acquisition subsystem board based on FPGASoC Zynq7000.
\item Implementation of Softcore LEON3 on Atlys board (Spartan6) (soft core customization, boot, linux embedded, RTEMS and bare metal)
\item RTEMS ports to custom board with Cortex-M4 (serial driver, SPI and I2c).
\item Design and implementation of bridge SPI to AHB.
\item Design and implementation of software and modification of the manufacturer's HDL for high-speed communication on telecommunication board over FPGA Virtex5 and DSP Blackfin over usb.
\item Start-up of Linux systems on ARM9 + FPGA board and implementation of driver for FPGA-SoC bridge.
\item Preliminary routing and revision of the CIAA-NXP board.
\item Schematic port and FPGA + SoC board PCB from OrCad to KiCAD.
\item Design of ad-hoc protocol for LoRa network
\item Design and implementation of IoT communication and control software over RTOS in CorterxM4.
\item Arduino API migration for diferent platforms
\end{itemize}}
\cventry{2009--2011}{Hardware/Software embedded designer and application developer}{EyCON S.A.}{Bahia Blanca}{}
{Works made:
\begin{itemize}
\item Hardware/Software redesign of veicle tracking system.
\item Hardware design, startup and mass-production of Bahia Blanca's RF-id Bus machines.
\item Middleware design of software for data loggin software of Bahia Blanca's RF-id Bus machines.
\end{itemize}}
\cventry{2008}{Junnior Developer}{Ventania Labs.}{Bahia Blanca}{}{High Performance Computing developer.\newline{}%
Works made:%
\begin{itemize}%
\item Startup and maintenance of HPC clusters
\item Image recognition programming in python with OpenCV.
\end{itemize}}
\section{Skills}
\subsection{Programming}
\cvitem{Expertice}{C/C++, Java, Python, VHDL, x86/ARM/RISC-V ASM}
\cvitem{Advance}{Javascript, Tcl, Awk, bash/sh, R(MATLAB), SPARC-ASM}
\cvitem{Mid}{Perl, Ruby, PHP, Verilog/SystemVerilog, C\#, TeX/LaTeX}
\subsection{EDA Tools}
\cvitem{PCB Design}{OrCAD, Altium PCB, KiCAD, Eagle}
\cvitem{HDL/FPGA}{Xilinx ISE, Vivado, LiberoIDE/LiberoSoC, LatticeMicro Diamond, YoSYS/ArachnePNR}
\cvitem{IDEs}{Eclipse, QtCreator, Vim, Matlab, SciLabs, VisualStudio}
\newpage
\subsection{Operating systems}
\cvitem{Linux}{Administration and maintenance of Ubuntu, Debian, Red HAT, SuSe, Slackware and others}
\cvitem{Embedded}{Buildroot, Yocto, Linux From Scratch, OpenWRT, QNX}
\cvitem{RTOS}{FreeRTOS/OpenRTOS, RTEMS, eCos, RTLinux, RTAI, vxWorks, ChibiOS, iTron\&derived, OSEK\&derived, MBED-os}
\subsection{Languages}
\cvitemwithcomment{Spanish}{Native}{Mother tongue}
\cvitemwithcomment{English}{Fluid read/write, Basic conversational}{Autodidact}
\section{Personal Projects}
\subsection{CIAA Project}
\cvlistitem{Actually sub-coordinator}
\cvlistitem{Firmware co-maintainer}
\cvlistitem{PCB Design of CIAA-NXP version}
\cvlistitem{Micropython port maintainer}
\subsection{Personal Projects}
\cvlistitem{Cortex-A9 developer board: \emph{\href{https://github.com/martinribelotta/Board-RZA1L}{@github:Board-RZA1L}}}
\cvlistitem{Embedded-IDE: \emph{\href{https://github.com/martinribelotta/embedded-ide}{@github:embedded-ide}}}
\cvlistitem{Executable loader for embedded devices: \emph{\href{https://github.com/martinribelotta/elfloader}{@github:elfloader}}}
\cvlistitem{ChibiOS javascript interpreter: \emph{\href{https://github.com/martinribelotta/ChibiOS-JS}{@github:ChibiOS-JS}}}
\section{Teaching experience}
\cvlistitem{Cortex-M3 Introduction (UTN FRBB 2011): \emph{\href{https://github.com/martinribelotta/curso\_cm3\_2011}{@github:curso\_cm3\_2011}}}
\cvlistitem{Embedded Linux driver developmen (SASE 2011-2012): \emph{\href{http://www.sase.com.ar/2011/tutoriales/desarrollo-de-driver-para-linux-embebido/}{@SASE2011}}}
\cvlistitem{Sotfware Licences (UTN Avellaneda 2015): \emph{\href{https://github.com/martinribelotta/licence-beamer-es}{@github:licence-beamer-es}}}
\cvlistitem{Micropython over EDU-CIAA. PyCON-AR Bahia Blanca 2016 \emph{\href{https://www.youtube.com/watch?v=pT-AOUzZBsw&t=195s}{mpy-pyconar2016@youtube}}}
\renewcommand{\listitemsymbol}{-~} % para cambiar el simbolo para las listas
\section{Academic formation}
\cventry{2004--2011}{Ing. Electr\'onico [Electronic Engineer]}{UTN FRBB}{Bah\'ia Blanca}{I have completed 4 over 5 years of bachelor's degree in electronic engineering}{}
% Las publicaciones tomadas de un archivo de BibTeX sin usar multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\nocite{*}
%\bibliographystyle{plain}
%\bibliography{publications} % 'publications' es el nombre del archivo BibTeX
% Las publicaciones tomadas de un archivo BibTeX usando el paquete multibib
%\section{Publicaciones}
%\nocitebook{book1,book2}
%\bibliographystylebook{plain}
%\bibliographybook{publications} % 'publications' es el nombre del archivo BibTeX
%\nocitemisc{misc1,misc2,misc3}
%\bibliographystylemisc{plain}
%\bibliographymisc{publications} % 'publications' es el nombre del archivo BibTeX
%\clearpage\end{CJK*} % si esta redactando su CV en chino usando CJK, \clearpage es requerido por fancyhdr para que funcione correctamente con CJK, aunque esto eliminara la numeracion de pagina al dejar \lastpage como no definido
\end{document}