Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created July 6, 2011 10:45
Show Gist options
  • Select an option

  • Save shadeslayer/1066984 to your computer and use it in GitHub Desktop.

Select an option

Save shadeslayer/1066984 to your computer and use it in GitHub Desktop.
%%%%%%
% Rohan Garg - curriculum vitae
% Edited using kile
% Uses LaTeX and moderncv
%%%%%%
\documentclass[11pt,a4paper]{moderncv}
% \usepackage{helvet}
% moderncv themes
\moderncvtheme[blue]{classic} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
%\moderncvtheme[green]{classic} % idem
% character encoding
\usepackage[utf8]{inputenc} % replace by the encoding you are using
% adjust the page margins
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
\AtBeginDocument{\setlength{\maketitlenamewidth}{10cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
% personal data
\firstname{Rohan}
\familyname{Garg}
\title{Resumé}
\address{303-P, Sector-14}{Gurgaon, India, 122001} % optional, remove the line if not wanted
\mobile{+91-9953129014} % optional, remove the line if not wanted
\email{[email protected]} % optional, remove the line if not wanted
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{Education}
\cventry {2008--Current}{Bachelor of Technology}{Maharishi Dayanand University}{Gurgaon}{Electronics and Communication}{Aggregate : 67\% }
\cventry {2007--2008}{C.B.S.E. Senior Secondary}{D.A.V. Public School}{Gurgaon}{}{Aggregate : 86\%}
\cventry {2005--2006}{C.B.S.E. Secondary}{D.A.V. Public School}{Gurgaon}{}{Aggregate : 86\%}
\section{Technical Skills}
\cvcomputer
{\textbf{Operating Systems}}{Linux, Windows}
{\textbf{Programming Languages}}{C, C++, Python, XML}
\cvcomputer
{\textbf{Development Tools}}{CMake, qmake, emacs, gdb, git, cvs/svn, bzr, zsh, bash, KDevelop, QtCreator, Kile}
{\textbf{Frameworks}}{KDE, Qt, QtQuick, SyncEvolution, Telepathy}
\cvcomputer
{\textbf{Software Packages}}{qdbus/mdbus/gdbus, ssh, pbuilder, inkscape, docbook, \LaTeX{}}
{}{}
% --------------------------------------
% WORK EX
% --------------------------------------
\section{Work Experience and Positions}
\cventry{May 2011 -- Current}{Google Summer of Code 2011}{Student Contractor}{Google}{}{Developed a GUI Frontend for SyncEvolution using the KDE Framework}
\subsection{F/OSS Contributions}
\cventry{April 2011 -- Current}{Telepathy KDE}{Community Developer}{KDE}{}{Bug fixes, Ux improvements}
\cventry{September 2010 -- Current}{Project Neon}{Maintainer}{Kubuntu}{Revived Project Neon for Kubuntu along with 2 other developers making use of Launchpad's new feature for daily builds}{\href{https://launchpad.net/~neon}{\textit{Project Neon at Launchpad}}}
\cventry{July 2010 -- April 2011}{rekonq}{Community Developer}{KDE}{Adding support for multiple protocols, Bug triaging, Initial docbook}{\href{https://projects.kde.org/rekonq}{\textit{rekonq Project Page}}}
\cventry{August 2007 -- Current}{Kubuntu}{Community Developer}{}{KDE Packaging, fixing build failiures and Packaging bugs}{\href{https://launchpad.net/~rohangarg}{\textit{My Launchpad page}}}
% \subsection{Voluntary Work}
% Insert college stuff over here after looking at certificates
\section{Talks and Travels}
\cventry{March 2011}{Project Neon - Make your PC dazzle with neon lights}{conf.kde.in, Bangalore}{}{}{How to use Project Neon to develop KDE/Qt applications}
\cventry{October 2010}{Lightning Talk - Project Neon \& Launchpad}{UDS-N, Florida}{}{}{A talk on how Project Neon is utilizing Launchpad daily build recipes to build trunk KDE Packages}
%---------------------------------------
% STUFF
%---------------------------------------
\section{Interests}
% \cvline{Books}{\small Description}
\cvline{\textbf{Operating Systems}}{\small Deploying Linux based operating systems on x86/ARM based devices}
\cvline{\textbf{Personal Information Management}}{\small Deploying PIM sync solutions on multiple devices}
\cvline{\textbf{Instant Messaging}}{\small Developing Telepathy-Qt based Instant Messaging solutions}
\section{Languages}
\cvlanguage{Hindi}{Native}{}
\cvlanguage{English}{Fluent}{}
\end{document}
%% end of file `template_en.tex'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment