Animesh Chandra Pathak's CV
Author
Animesh Chandra Pathak
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
Animesh Chandra Pathak's CV
Animesh Chandra Pathak's CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.1 (9/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same
% directory as this .tex file. These files provide the resume style and themes
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=0.75]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{Animesh Chandra} % Your first name
\familyname{Pathak}
% All information in this block is optional, comment out any lines you don't need
\address{E-308 OBH}{IIIT Hyderabad, Gachibowli Hyderabad}
\mobile{+91-7730853210}
\email{animesh2049@gmail.com}
\extrainfo{
\httplink{https://github.com/animesh2049}
}
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\cventry{Present}{Computer Science and Engineering}{International Institute of Information Technology}{Hyderabad}{\textit{CGPA -- 7.2}}{}
\cventry{2013}{Higher Secondary}{Central Board of Secondary Education}{}{\textit{89.60\%}}{(Board Examination)}
\cventry{2011}{Secondary}{Central Board of Secondary Education}{}{\textit{CGPA -- 10}}{(Board Examination)}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Experience}
\cventry{2015}{College Annual Fest}{\textsc{Felicity}}{IIIT-Hyderabad}{}{Developed website in Django for college's annual fest, Felicity Buzz. \newline{}}
\cventry{2015}{College Registration Portal}{\textsc{IIIT-Hyderabad}}{}{}{Made a registration portal using web2py for the online registration of freshmen students entering into the college. \newline{}}
\cventry{2015}{Bash like C shell}{\textsc{Operating System}}{IIIT-Hyderabad}{}{As part of our OS (Operating System) assignment, I have implemented a bash like C-Shell having features like piping, redirection and executing multiple commands. \newline{}}
\cventry{2015}{Custom Sys-Calls in XV6}{\textsc{Operating System}}{IIIT-Hyderabad}{}{Made custom sys calls for XV6 as part of our OS (Operating System) course. \newline{}}
\cventry{2015}{Android Development}{\textsc{Structured System Analysis and Design}}{IIIT-Hyderabad}{}{Developed an Android App for WisdomKites startup as part of our SSAD Course under Prof. Raghu Reddy. \newline{}}
\cventry{2015}{OOP based game in python}{\textsc{Structured System Analysis and Design}}{IIIT-Hyderabad}{}{Developed the game Donkey Kong as part of our SSAD Project using OOP concepts. \newline{}}
\cventry{2016}{Game Development using OpenGL}{\textsc{Computer Graphics}}{IIIT-Hyderabad}{}{Made a game in OpenGL (C++) similar to angry birds as part of our Computer Graphics Assignment. \newline{}}
\cventry{2016}{File Transfer Protocol}{\textsc{Computer Networks}}{IIIT-Hyderabad}{}{Made a protocol for file sharing and transfer in C under Computer Networks course. \newline{}}
\cventry{2016}{Game bot using AI}{\textsc{Artificial Intelligence}}{IIIT-Hyderabad}{}{Made a bot for the game The Ultimate Tic-Tac-Toe using Artificial Intelligence concepts as part of our AI course. \newline{}}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Awards}
\cvitem{2011}{Cleared \textbf{RMO} (Regional Mathematical Olympiad) with State Rank - \textbf{12}}
\cvitem{2014}{Qualified for \textbf{ISI} (Indian Stastical Institute)}
\cvitem{2014}{Qualified \textbf{JEE Mains} with All India Rank (AIR) \textbf{4140}, a total of 1.3 million students appeared this year. }
\cvitem{2014}{Qualified \textbf{JEE Advanced} with All India Rank (AIR) \textbf{6626}}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Skills}
\cvitem{OS}{Linux (Preferred), Windows(very basic)}
\cvitem{Scripting}{\textsc{bash}, Python}
\cvitem{Languages}{C, C++, JavaScript}
\cvitem{DataBases}{MySql, MongoDB}
\cvitem{Text Editor}{Emacs (Preferred), Vim, Sublime}
\cvitem{Web Tech.}{HTML, CSS, jQuery, BootStrap, Nodejs, Django, Web2py}
\cvitem{Android Dev.}{Java (basic)}
\cvitem{VersionControl}{Git}
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
\section{Languages}
\cvitemwithcomment{Hindi}{Mothertongue}{}
\cvitemwithcomment{English}{Professional Efficiency}{}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interests}
\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
\cvlistdoubleitem{Piano}{Chess}
\cvlistdoubleitem{Listening Music}{}
\end{document}