Advertisement
Guest User

Untitled

a guest
Aug 30th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2015 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. \documentclass[10pt,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')
  9.  
  10. % moderncv themes
  11. \moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
  12. \moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red'
  13. %\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
  14. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  15.  
  16. % character encoding
  17. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  18. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  19.  
  20. % adjust the page margins
  21. \usepackage[scale=0.80]{geometry}
  22. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  23. %\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...
  24. \geometry{top = 17mm}
  25. \geometry{bottom = 10mm}
  26. \geometry{left = 20mm}
  27. \geometry{right = 20mm}
  28. \setlength{\footskip}{1pt}
  29.  
  30. \usepackage{xpatch}
  31. \xpatchcmd{\cventry}{.\strut}{\strut}{}{}
  32.  
  33. % personal data
  34. \name{Aashil}{Desai}
  35. \phone[mobile]{+1~(609)~357~7313}
  36. \social[linkedin]{aashil-desai} % optional, remove / comment the line if not wanted
  37. \social[github]{AashilDesai} % optional, remove / comment the line if not wanted
  38. \email{aashild@wharton.upenn.edu}
  39.  
  40. % bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX)
  41. % to show numerical labels in the bibliography (default is to show no labels)
  42. \makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
  43. % to redefine the bibliography heading string ("Publications")
  44. %\renewcommand{\refname}{Articles}
  45.  
  46. % bibliography with mutiple entries
  47. %\usepackage{multibib}
  48. %\newcites{book,misc}{{Books},{Others}}
  49.  
  50. \newlength{\seplinewidth}
  51. \newlength{\seplinesep}
  52. \setlength{\seplinewidth}{1mm}
  53. \setlength{\seplinesep}{2mm}
  54. \colorlet{sepline}{blue}
  55. \newcommand*{\sepline}{%
  56. \vspace{\dimexpr\seplinesep+.5\parskip}%
  57. \cleaders
  58. \vbox{%
  59. \begingroup % because of color
  60. \color{sepline}%
  61. \hrule width 0.72\textwidth height\seplinewidth
  62. \endgroup
  63. }\vskip\seplinewidth
  64. \vspace{\dimexpr\seplinesep-.5\parskip}%
  65. }
  66.  
  67.  
  68. %----------------------------------------------------------------------------------
  69. % content
  70. %----------------------------------------------------------------------------------
  71. \begin{document}
  72. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  73. %----- resume ---------------------------------------------------------
  74. \makecvtitle
  75. \vspace*{-12mm}
  76.  
  77. \section{Education}
  78. \cventry{Expected 2019}{University of Pennsylvania}{}{}{}{
  79. \begin{enumerate}
  80. \item[]
  81. \textbf{BS in Computer Science} (School of Engineering and Applied Science)
  82. \newline
  83. \textbf{BS in Economics (Statistics concentration)} (The Wharton School)
  84. \vspace*{1mm}
  85. \begin{itemize}
  86. \item \textbf{GPA}: 3.7/4.0
  87. \item \textbf{Graduate Coursework}: Randomized Algorithms, Machine Learning, Data Mining, Stochastic Processes
  88. \item \textbf{Undergraduate Coursework}: Data Structures \& Algorithms, Discrete Mathematics, Scalable \&
  89. Cloud Computing, Computer Security, Decision Processes, Negotiations, Economics, Marketing
  90. \end{itemize}
  91. \end{enumerate}
  92. }
  93. \cventry{2015}{West Windsor-Plainsboro High School South}{}{}{}{
  94. \begin{enumerate}
  95. \item[]
  96. % \textbf{Master of Arts in Applied Mathematics and Computational Science} (College of Arts and Sciences)
  97. \begin{itemize}
  98. \item\textbf{GPA}: 3.9/4.0 (Top 20 Class Rank)
  99. % \item \textbf{Awards}: Top 20 Class Rank, National Honors Society, Math Honors Society, National Merit Scholarship
  100. \end{itemize}
  101. \end{enumerate}
  102. }
  103. \vspace*{0mm}
  104.  
  105. \section{Work and Experience}
  106. \cventry{Summer 2018}{McKinsey \& Company}{Summer Business Analyst}{}{}{
  107. \begin{enumerate}
  108. \item[]
  109. Crafted strategy recommendations to revitalize a struggling shipping company with stagnated growth:%
  110. \begin{itemize}%
  111. \item Recommended pivoting into a new industry, based on client interviews and market analysis.
  112. \end{itemize}
  113. \item[]Built Data Science pipeline for financial firm that automated financial research, boosting analyst productivity:
  114. \begin{itemize}
  115. \item Led problem solving sessions to scope problem and ensure performance aligned with client expectations.
  116. \item Tested on 181 documents, correctly extracted and categorized 94.5\% of desired financial information
  117. \end{itemize}
  118. \end{enumerate}
  119. }
  120. \cventry{Summer 2017}{Zuora}{Software Developer Intern}{}{}{
  121. \begin{enumerate}
  122. \item[]
  123. Worked on Technical Consulting team and built Customer Support Portal, a heavily-requested feature.%
  124. \begin{itemize}%
  125. \item Wrote both front-end and back-end (Full-Stack) and used a Model-View-Controller design pattern:
  126. \begin{enumerate}
  127. \item[-] Taught myself to use Lightning and Communities, technologies Zuora had never worked with before.
  128. \item[-] Developed in Lightning, with HTML/CSS/JavaScript front-end and Apex/SQL back-end.
  129. \end{enumerate}
  130. \item Subjected program to various stress tests to ensure Zuora's databases updated in real-time.
  131. \end{itemize}
  132. \end{enumerate}
  133. }
  134. \cventry{Summer 2016}{ShopKeep}{Technology Intern}{}{}{
  135. \begin{enumerate}
  136. \item[]
  137. Worked across multiple teams to solve engineering problems on an ad-hoc basis.
  138. % \vspace*{1mm}
  139. % Analyzed online multiplayer matchmaking and created improved matching algorithms. Presented findings on multiplayer matchmaking to the CMO and the VP of Marketing Science and Analytics.%
  140. \begin{itemize}%
  141. \item Wrote Address Verifier, a Ruby Gem designed for the Marketing and E-commerce teams that determined whether or not a customer's address was valid (and if there was a typo, gave possible intended spellings).
  142. \end{itemize}
  143. \end{enumerate}
  144. }
  145. \vspace{2mm}
  146. \centering
  147. \textcolor{blue}{\rule[2mm]{0.72\textwidth}{.4pt}}
  148. % \sepline
  149.  
  150. \cventry{2017-2018}{Teaching Assistant}{CIS 320: Introduction to Algorithms}{}{}{}
  151. \cventry{2016-2018}{Teaching Assistant}{CIS 160: Mathematical Foundations in Computer Science, }{}{}{
  152. \begin{itemize}
  153. \item[]Taught recitations (consistently highly rated by student reviews), led review sessions and graded assignments.
  154. \item[]As Homework Committee Chair, worked with professor and Head TAs to create homework assignments.
  155. \end{itemize}}
  156. \cventry{2015 -2017}{ILMUNC}{Chief of Staff}{}{}{
  157. \begin{itemize}
  158. \item[]On Board of Directors of registered 501c3 non-profit and largest high school MUN conference in the US.
  159. \item[]Wrote software in Ruby that automated staffing logistics for 3000+ delegates and 100+ staffers.
  160. \end{itemize}
  161. }
  162. %\cventry{Summer 2014}{Materials Science RA}{Stony Brook University}{}{}{Researched with Miriam Rafailovich on improving the performance of organic photovoltaic cells (OPVCs).%
  163. %\begin{itemize}%
  164. %\item Engineered chemical functionalizations of graphene and verified conductive/electrostatic properties under various forms of spectroscopy.
  165. %\item Developed a method for incorporating graphene derivatives into the hole extraction layer of OPVC devices and simulated effects under solar simulation.
  166. %\e
  167.  
  168. \vspace*{0mm}
  169.  
  170. \section{Projects and Awards}
  171. \cventry{Spring 2018}{Food Truck App}{}{}{}{
  172. \begin{enumerate}
  173. \item[] \begin{itemize}
  174. \item Android app that allowed users to see local food trucks on a map, including menus, hours of operation, and past reviews written by other users (as well as write a review themselves).
  175. \item Utilized FireBase to store user profiles, truck information, reviews, and user profile pictures
  176. \end{itemize}
  177. \end{enumerate}}
  178. \cventry{Fall 2016}{Pennbook}{}{}{}{
  179. \begin{enumerate}
  180. \item[] \begin{itemize}
  181. \item Simplified version of Facebook that let users friend each other, post statuses, and comment
  182. on walls.
  183. \item Wrote Backend in NodeJS and Java, Frontend in HTML (Bootstrap), CSS, and JavaScript.
  184. \item Stored data in DynamoDB and calculates friend recommendations using an Adsorption algorithm written in
  185. Java (using Hadoop MapReduce). Entire project was deployed on AWS EC2.
  186. \end{itemize}
  187. \end{enumerate}}
  188.  
  189. \centering
  190. \textcolor{blue}{\rule[2mm]{0.72\textwidth}{.4pt}}
  191. \cventry{2015-2018}{Model United Nations}{}{7 National Circuit Awards, including 3 Best Delegates}{}{}
  192. \cventry{April 2015}{National Honors Society, Math Honors Society, National Merit Scholarship Finalist}{}{}{}{}
  193.  
  194. \section{Skills and Interests}
  195. \cvdoubleitem{Data Analysis}{SQL, R, Hadoop (MapReduce)}{Markup}{HTML/CSS, \LaTeX}
  196. \cvdoubleitem{Programming}{Java, Python Javascript, Ruby, Bash}{Technologies}{Android, AWS (DynamoDB, EC2), JUnit}
  197. \centering
  198. \textcolor{blue}{\rule[2mm]{0.72\textwidth}{.4pt}}
  199. % \vspace{2mm}
  200. \cvdoubleitem{Languages}{English, Spanish, Hindi/Urdu}{Interests}{Linguistics, Speech/Debate, Dance}
  201. % \cvdoubleitem{Reading}{Mistborn, A Song of Ice and Fire}{Activities}{Ultimate Frisbee, Melee, Speech/Debate}
  202.  
  203. %\section{References}
  204. %\begin{cvcolumns}
  205. % \cvcolumn{Category 1}{\begin{itemize}\item Person 1\item Person 2\item Person 3\end{itemize}}
  206. % \cvcolumn{Category 2}{Amongst others:\begin{itemize}\item Person 1, and\item Person 2\end{itemize}(more upon request)}
  207. % \cvcolumn[0.5]{All the rest \& some more}{\textit{That} person, and \textbf{those} also (all available upon request).}
  208. %\end{cvcolumns}
  209.  
  210. % Publications from a BibTeX file without multibib
  211. % for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  212. % to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  213. %\nocite{*}
  214. %\bibliographystyle{plain}
  215. %\bibliography{publications} % 'publications' is the name of a BibTeX file
  216.  
  217. % Publications from a BibTeX file using the multibib package
  218. %\section{Publications}
  219. %\nocitebook{book1,book2}
  220. %\bibliographystylebook{plain}
  221. %\bibliographybook{publications} % 'publications' is the name of a BibTeX file
  222. %\nocitemisc{misc1,misc2,misc3}
  223. %\bibliographystylemisc{plain}
  224. %\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
  225. \end{document}
  226.  
  227.  
  228. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement