Guest User

Untitled

a guest
Aug 2nd, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7.  
  8.  
  9. \documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
  10.  
  11. % moderncv themes
  12. \moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  13. \moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  14. %\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
  15. \nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  16.  
  17. % character encoding
  18. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  19. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  20.  
  21. % adjust the page margins
  22. \usepackage[scale=0.75]{geometry}
  23. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  24. %\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
  25.  
  26. % personal data
  27. \name{Gunjan}{}
  28. \title{Karamchandani} % optional, remove / comment the line if not wanted
  29. \address{214, Parijat Niwas(A), IIITH}{Gachibowli, Hyderabad}{India-500032}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  30. \phone[mobile]{+91~8619136912} % optional, remove / comment the line if not wanted
  31. %\phone[fixed]{+2~(345)~678~901} % optional, remove / comment the line if not wanted
  32. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  33.  
  34. \homepage{linkedin.in/in/gunjan-karamchandani-188079132} % optional, remove / comment the line if not wanted
  35. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  36. %\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
  37. %\quote{Some quote} % optional, remove / comment the line if not wanted
  38. \email{gunjankaramchandani@gmail.com} % optional, remove / comment the line if not wanted
  39. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  40. %\makeatletter
  41. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  42. %\makeatother
  43. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  44.  
  45. % bibliography with mutiple entries
  46. %\usepackage{multibib}
  47. %\newcites{book,misc}{{Books},{Others}}
  48. %----------------------------------------------------------------------------------
  49. % content
  50. %----------------------------------------------------------------------------------
  51. \begin{document}
  52. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  53. %----- resume ---------------------------------------------------------
  54. \makecvtitle
  55.  
  56. \section{Education}
  57. \cventry{2016--present}{B.Tech, Computer Science and Engineering}{International Institute of Information Technology
  58. ,Hyderabad}{Hyderabad, India}{\textit{CGPA - 9.07}}{} % arguments 3 to 6 can be left empty
  59. \cventry{2014--2016}{Senior Secondary, CBSE}{MGD Girls' School}{Jaipur, India}{\textit{Percentage - 93.6}}{}
  60. \cventry{2004--2014}{Secondary, CBSE}{MGD Girls' School}{Jaipur, India}{\textit{CGPA - 10/10}}{}
  61. %\section{Master thesis}
  62. %\cvitem{title}{\emph{Title}}
  63. %\cvitem{supervisors}{Supervisors}
  64. %\cvitem{description}{Short thesis abstract}
  65.  
  66. \section{Work Experience}
  67. \cventry{Summer '18}{STEP Intern}{Google}{Bengaluru, India}{}{Worked in the GSuite commerce team to make a developers' portal (from scratch) using Google's latest internal technologies. The portal was completed and launched.{}}
  68. \cventry{Monsoon '17}{Software Engineering Intern}{SERC Lab, IIIT Hyderabad}{Hyderabad}{}{Worked on a research project to develop a smart crowdsourcing Q/A platform using DeepQA software.}
  69.  
  70. \section{Technical Mentorship}
  71. \cventry{Winter '17}{Mentor}{Google Code-in}{}{}{}{}
  72. \cventry{Summer '18}{Mentor}{GirlScript Summer of Code 2018}{}{}{}{}
  73. \cventry{Summer '18}{Mentor}{1 Million Women to Tech Summer of Code 2018}{}{}{}{}
  74. \cventry{Monsoon '18}{Teaching Assistant}{Operating Systems}{}{}{}{}
  75.  
  76.  
  77.  
  78. \section{Projects}
  79. \cventry{Python}{Ultimate Tic-Tac-Toe (UTTT) Bot}{Spring 2018}{}{}{Developed an AI bot that plays UTTT on a 4*4*4*4 board which finds the most optimal move using minimax algorithm with alpha-beta pruning and a smart heuristic function which secured \textbf{2nd position in the tournament with 75 bots.}}{}
  80.  
  81. \cventry{C++}{3D World}{Spring 2018}{}{}{Made a complex 3D world emulation using OpenGL in which the user operates a boat and shoots monsters,
  82. with mouse and keyboard controls. Implemented multiple camera views.}{}
  83. \cventry{C}{Shell}{Monsoon 2017}{}{}{Developed a shell similar to bash, coded in C. Implemented features like redirection, piping and signal handling.}{}
  84. \cventry{Python}{A HTTP web proxy server that caches web pages using socket programming}{Spring 2018}{}{}{}{}
  85. \cventry{C++}{A 2D game in C++ using OpenGL inspired by "Pacman Killer"}{Spring 2018}{}{}{}{}
  86. \cventry{Ruby on rails}{A state-restoring Quizzing portal with user and admin roles}{Monsoon 2017}{}{}{}{}
  87. \cventry{Python}{Bomberman game}{Monsoon 2017}{}{}{Developed a completely terminal-based game, similar to Bomberman, without the help of any libraries (like pygame, ncurses).}{}
  88.  
  89. \cventry{JS, Flask, SQL}{Instagram app}{Spring 2017}{}{}{Developed an application similar to Instagram, where users can upload photos on their profile, comment on photos and like photos.}{}
  90.  
  91. \section{Achievements}
  92. \cvlistitem{Selected for \textbf{Dean’s List For Academic Excellence} for all the semesters.}
  93. \cvlistitem{Participated in Hackathon conducted as a part of \textbf{Microsoft Codess} and secured an internship offer from Microsoft for commendable performance in the same.}
  94. \cvlistitem{Secured International rank \textbf{154}, All India Rank \textbf{20} in SOF's IMO.}
  95. \cvlistitem{Received a certificate from \textbf{Government of India} for being the highest scorer in India in Chemistry - 100/100 and Multimedia - 98/100 in CBSE boards.}
  96. \cvlistitem{Secured rank 325 in the pre elimination round of codechef snackdown 2017.}
  97. \cvlistitem{Cleared level A1, \textbf{DELF} and secured 92.5/100 in the same.}
  98. \cvlistitem{Secured a \textbf{99.7 percentile} in the All India JEE Mains examination.}
  99. \cvlistitem{Worked as a \textbf{developer} for the Felicity Buzz website, the college festival of IIIT.}
  100. \cvlistitem{\textbf{Open source developer} for coala, Open data Kit and Open Humans}
  101. \cvlistitem{\textbf{Teacher} at Ashakiran, a school for poor children in IIITH.}
  102. \cvlistitem{One of the 4 \textbf{House captains} at IIIT.}
  103. %\cvlistitem{Mentored a group of freshmen students at IIIT academically and non-academically.}
  104. \cvlistitem{One of the 8 \textbf{Cultural Representatives} at IIITH.}
  105. %\cvlistitem{Delegate(Honorable Mention), AMMUN - Amman, Jordan.}
  106.  
  107. \section{Relevant Courses Taken}
  108. \cvitem{}{Computer Programming, Data Structures, Algorithms, Artificial Intelligence, Introduction to Databases, Structured Systems Analysis and Design, Graphics, Computer Networks, Operating Systems, Discrete Maths, Group Theory, Complex Analysis, Probability, Formal Methods, *Data warehousing and mining, *Statistical methods in AI.}
  109. \cvitem{}{*Currently taking}
  110. \section{Technical skills}
  111. \cvitem{OS}{GNU/Linux , Windows}
  112. \cvitem{Languages}{Java, Python, Javascript, C, C++, Bash, Racket, HTML5, CSS, XQuery, Ruby, Assembly Language, Matlab}
  113. \cvitem{Frameworks}{Django, Ruby on Rails, Flask, Bootstrap, NodeJS}
  114. \cvitem{Miscellaneous}{Neo4j, BaseX, MySQL, JQuery, Git, OpenGL}
  115. \end{document}
Add Comment
Please, Sign In to add comment