\documentclass{article}

\usepackage{droid}
\usepackage{hyperref}
\usepackage{mdwlist}
\usepackage[margin=1.5in]{geometry}

\renewcommand{\familydefault}{\sfdefault}
\setcounter{secnumdepth}{-1}
\setlength{\parindent}{0in}

\def\name{Felipe Contreras}

\hypersetup{
  colorlinks = true,
  urlcolor = blue,
  pdfauthor = {\name},
  pdftitle = {\name: Curriculum Vitae},
  pdfsubject = {Curriculum Vitae},
}

\begin{document}

\thispagestyle{empty}
\pagestyle{empty}

{\huge \name}

\begin{tabular}{ll}
Phone: & +358504872618 \\
Email: & \href{mailto:felipe.contreras@gmail.com}{felipe.contreras@gmail.com} \\
Blog: & \href{http://felipec.wordpress.com/}{http://felipec.wordpress.com/} \\
Other: & \href{http://www.linkedin.com/profile/view?id=4727138}{LinkedIn},
  \href{https://www.ohloh.net/accounts/felipec}{ohloh} (ranked 1100 of 1340291),
  \href{https://github.com/felipec/}{github}
\end{tabular}

\section{Areas of Interest}

Open Source, Multimedia technologies, Mobile devices, Linux kernel, Instant
messaging, Performance optimization.

\section{Corporate Experience}

\subsection{Nokia}
\textbf{Senior Software Engineer} \hfill {March 2007~-- Present}

Primarily I have been the main developer for multimedia video hardware
adaptation on the Maemo/MeeGo team for the
\href{http://swipe.nokia.com/}{Nokia N9}, and
\href{http://maemo.nokia.com/n900/}{Nokia N900}.

My main role has been to enable the use of hardware accelerated video codecs
(e.g. Texas Instruments' OMAP3) in our multimedia framework: GStreamer. I
started and became the main developer of
\href{http://www.freedesktop.org/wiki/GstOpenMAX}{gst-openmax} and
\href{http://code.google.com/p/gst-dsp/}{gst-dsp} which are open source
projects used in different products (not only in Nokia).

I also became involved in many related projects in a vertical manner in order to
optimize the system as a whole and contributed to the Linux kernel, specially
in TI's \href{http://lwn.net/Articles/393255/}{dspbridge driver}.

Other projects I started are:
\href{https://github.com/felipec/gst-omapfb}{gst-omapfb},
\href{https://github.com/felipec/dsp-tools}{dsp-tools}, and
\href{https://github.com/felipec/dsp-dummy}{dsp-dummy}. Also, test related
tools such as: \href{https://github.com/felipec/milaatu}{milaatu}, and
\href{https://github.com/felipec/gst-xssim}{gst-xssim}
(element to verify SSIM efficiently).

\subsection{Dextra Technologies}
\textbf{Software Developer} \hfill {February 2005~-- December 2006}

I worked in a variety of projects as a subcontractor for companies like Nokia,
Texas Instruments, and HP. I used technologies such as Symbian, J2ME and Helix.

The most important project was the development of GStreamer wrappers for
OpenMAX IL components, which led to the creation of gst-openmax.

\section{Personal Experience}

\subsection{\href{http://www.pidgin.im/}{Pidgin}}

\textbf{Member of the development team}

My task was basically to provide all the support for the MSN Messenger module, so
I had to know all the details of the communication between the client and
server of the MSN Messenger IM protocol. I was the most active (only one?) in
this module at the time.

\subsection{\href{http://code.google.com/p/msn-pecan/}{msn-pecan}}

\textbf{Author and main developer}

msn-pecan is basically a libpurple plug-in that provides better support for MSN
Messenger. It's one of the most used third-party plug-ins for Pidgin, and also
one of the
\href{http://maemo.org/downloads/product/Maemo5/telepathy-msn-pecan/}{most
downloaded applications} for the Nokia N900.

\subsection{Other}

I also have created a wide variety of open projects, such as
\href{https://github.com/felipec/libmtag}{libmtag} (music tagging),
\href{https://github.com/felipec/libscrobbler}{libscrobber} (last.fm/libre.fm scrobbling),
\href{https://github.com/felipec/libpurple-mini}{libpurple-mini} (minimalistic version of libpurple),
\href{https://github.com/felipec/gst-av}{gst-av} (FFmpeg's avcodec GStreamer wrapper).
And contributed to open projects such as Git, and \href{http://omxil.sourceforge.net/}{Bellagio OpenMAX IL}.

\section{Academic References}

\begin{tabular}{ll}
Computing Systems Engineer (4.5y B.S.) \\
\href{http://en.wikipedia.org/wiki/Monterrey Institute of Technology and Higher Education}
{Monterrey Institute of Technology and Higher Education} \\
Campus Monterrey, December 2004 \\
Cumulative Average Grade: 83/100
\end{tabular}

\section{Technical Skills}

\begin{tabular}{ll}
Expert: & C, Git, Vim, GStreamer, Make, Bash, Ruby, MySQL, Scratchbox \\
Advanced: & Python, C++, autotools
\end{tabular}

\section{Personal Traits}

\begin{itemize*}
\item Attention to details
\item Self-driven
\item Collaborative
\item Fast learner
\end{itemize*}

\begin{center}
\begin{footnotesize}
Last updated: \today
\end{footnotesize}
\end{center}

\end{document}

