% LaTeX file for resume 
% This file uses the resume document class (res.cls)

\documentclass{res} 
\usepackage[utf8]{inputenc}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent}   % uses new century schoolbook postscript font 
\setlength{\textheight}{9.5in} % increase text height to fit on 1-page 

\begin{document} 

\name{RAFAEL CUNHA DE ALMEIDA\\[12pt]}     % the \\[12pt] adds a blank
				        % line after name      

\address{\bf  ADDRESS\\R. Felipe dos Santos, 335 -- Lourdes\\apto.
1301\\Belo Horizonte, MG\\\bf CONTACTS\\ (31) 9635-0412 \ (31) 3221-0412 \\
almeidaraf@gmail.com\\\bf
DAY OF BIRTH\\19/11/1983}
\address{ }
\begin{resume}

\section{OBJECTIVE}          
	Develop free software and work together with other members of the
	free software community.

\section{EDUCATION}          
    2008 -- B.S. in Computer Science from Universidade Federal de
    Minas Gerais.
 
\section{EXPERIENCE}
   \vspace{-0.1in}	
   \begin{tabbing}
   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
    {\bf System Analyst} \> Laboratório de Computação Ciêntifica \> 2009\\
                          \>(UFMG) \\
			  \> Belo Horizonte, MG
   \end{tabbing}\vspace{-20pt}
    I was involved in the development of an application called Sherlock. Its
    goal is to help police investigators to connect different people together
    using a graph. The police has several databases at their disposal (police
    reports, information about gangs and prisioners). The application merges all
    those databases together and provides a graph visualization of it.
   \begin{tabbing}
   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
    {\bf Scientific Initiation} \> CAMPS laboratory (UFMG) \> 2008\\
                          \>Belo Horizonte, MG
   \end{tabbing}\vspace{-20pt}
    The project was done in partnership with HP and the goal was to apply
    theoretical models for workload migration between servers. I helped in the
    development of the research: I studied the subject, configured the
    environment necessary for the experiments using mostly shell scripting and
    awk (all machines were running GNU/Linux) and I helped in the design of the
    proposed model.
   \begin{tabbing}
   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
    {\bf Monography} \>  \> 2nd semester of 2008\\
   \end{tabbing}\vspace{-20pt}
    My research monograph was about indexing the records of civil defense. Those
    records are the reports of incidents registered by the police. I used the
    Java library Lucene for the project. It was done together with SIDS (Sistema
    Integrado de Defesa Social), a department of Minas Gerais military police.
   \begin{tabbing}
   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
    {\bf Internship as a developer} \>Paradigma Technologies    \>2nd semester de
    2004 to\\
                             \>Belo Horizonte, MG \> 1st
			     semester de 2005\\
   \end{tabbing}\vspace{-20pt}      % suppress blank line after tabbing
    I worked in the development of a EMR (Electronic Medical Record) system. I
    was part of the development team. I programed in Python using Zope and
    Plone. I was also required to install a few Debian GNU/Linux systems.

\section{RELATED SKILLS}
    \begin{itemize}
	\item One year of experience with Hibernate, EJB and swing.
	\item Proficient in the languages C (used for nearly all my college
	work), Java (2 year experience), Python, Bash and AWK. Good knowledge
	of C++, Ruby and Haskell.
	\item Proficient in GNU/Linux environments, in special the Debian
	distribution.
    \end{itemize}

\section{HOBBIES}
    \begin{itemize}
       \item Reading and, sometimes, patching free software code. I have dnoe
       patches for tc (traffic control), scapy, pidgin, among others.
       \item Build robots using arduino.
       \item Studying math, usually calculus or algebra.
    \end{itemize}

\section{LANGUAGES}
    Fluent in English and Portuguese.

\section{CERTIFICATION}
    First Certificate in English (FCE).

\section{OTHER ACTIVITIES}
    Participation on exchange student program during the period from 08/2000 to
    07/2001. During that period I attended to Ashland High School in Ashland, OH.

\section{AREAS OF INTEREST}
    \begin{itemize}
      \item Operating systems and hardware programming.
      \item Computer networks (administration and development).
      \item Information Retrieval (IR).
    \end{itemize}

\end{resume}
\end{document}

