Advertisement
yoyo106

cv v2

Oct 14th, 2019
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.86 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Medium Length Graduate Curriculum Vitae
  3. % LaTeX Template
  4. % Version 1.2 (3/28/15)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Rensselaer Polytechnic Institute
  11. % (http://www.rpi.edu/dept/arc/training/latex/resumes/)
  12. %
  13. % Modified by:
  14. % Daniel L Marks <xleafr@gmail.com> 3/28/2015
  15. %
  16. % Important note:
  17. % This template requires the res.cls file to be in the same directory as the
  18. % .tex file. The res.cls file provides the resume style used for structuring the
  19. % document.
  20. %
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. %-------------------------------------------------------------------------------
  24. %   PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  25. %-------------------------------------------------------------------------------
  26.  
  27. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28. % You can have multiple style options the legal options ones are:
  29. %
  30. %   centered:   the name and address are centered at the top of the page
  31. %               (default)
  32. %
  33. %   line:       the name is the left with a horizontal line then the address to
  34. %               the right
  35. %
  36. %   overlapped: the section titles overlap the body text (default)
  37. %
  38. %   margin:     the section titles are to the left of the body text
  39. %      
  40. %   11pt:       use 11 point fonts instead of 10 point fonts
  41. %
  42. %   12pt:       use 12 point fonts instead of 10 point fonts
  43. %
  44. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  45.  
  46. \documentclass[margin]{res}  
  47.  
  48. % Default font is the helvetica postscript font
  49. \usepackage{helvet}
  50.  
  51. % Increase text height
  52. \textheight=700pt
  53.  
  54. \begin{document}
  55.  
  56. %-------------------------------------------------------------------------------
  57. %   NAME AND ADDRESS SECTION
  58. %-------------------------------------------------------------------------------
  59. \name{Youssef Hussein Abd El-Salam}
  60.  
  61. % Note that addresses can be used for other contact information:
  62. % -phone numbers
  63. % -email addresses
  64. % -linked-in profile
  65.  
  66. \address{\\LinkedIn : www.linkedin.com/in/youssefhussein
  67. %\\Github : https://www.github.com/Aneesh540\\
  68. }
  69. \address{youssef.hussein42@gmail.com \\(+20) 1553126905\\}
  70.  
  71. % Uncomment to add a third address
  72. %\address{Address 3 line 1\\Address 3 line 2\\Address 3 line 3}
  73. %-------------------------------------------------------------------------------
  74.  
  75. \begin{resume}
  76.  
  77. %-------------------------------------------------------------------------------
  78. %   EDUCATION SECTION
  79. %-------------------------------------------------------------------------------
  80. \section{OBJECTIVE}
  81. {\sl Seeking a position as a Software Engineering Intern in order to employ my abilities, skills and experience gained through relevant educational background and projects to contribute to the ongoing success of the company. }
  82.  
  83. \section{EDUCATION}
  84. {2017--Current }{Bachelor of Science, }{Computer Science and Communications, }{Faculty of Engineering, Alexandria  University, }{Alexandria, Egypt. Graduation expected in July, 2022. }{\textit{\textbf{Overall GPA} -- 3.71/4.00}}
  85.  
  86.  
  87.  
  88. %-------------------------------------------------------------------------------
  89. %   COMPUTER SKILLS SECTION
  90. %-------------------------------------------------------------------------------
  91. \section{TECHNICAL\\SKILLS}
  92.  
  93. \textbf{Languages : } C, C++, Java
  94. \\
  95. \textbf{Familiar : } JavaFX, Python, HTML, CSS
  96. \\
  97. \textbf{General : } Data Structures, Algorithm, Object Oriented Programming
  98.  
  99. %-------------------------------------------------------------------------------
  100. % Modify the format of each position
  101. \begin{format}
  102. \title{l}\\
  103. \dates{l}\location{r}\\
  104. \body\\
  105. \end{format}
  106. %-------------------------------------------------------------------------------
  107.  
  108. \section{PROJECTS}
  109. \employer{LNMIIT}
  110. \location{}
  111. \title{\textbf{Fruit Ninja\hfill May 2019}
  112. }
  113. \begin{position}
  114. % \begin{itemize}
  115. Java based recreation of the well known mobile game. Various types of fruit fly across the screen and the user tries to slice them using the mouse cursor, avoiding exploding bombs.
  116. % \end{itemize}
  117. \end{position}
  118.  
  119. \employer{LNMIIT}
  120. \location{}
  121. \title{\textbf{River Crossing Puzzle \hfill April 2019}
  122. }
  123. \begin{position}
  124. % \begin{itemize}
  125. Java based two-dimensional puzzle game with a variety of stories and level difficulties. In order to win, the user has to follow the level's instructions.
  126. % \end{itemize}
  127. \end{position}
  128.  
  129. \employer{LNMIIT}
  130. \location{}
  131. \title{\textbf{Commuting Application \hfill March 2019}
  132. }
  133. \begin{position}
  134. % \begin{itemize}
  135. A very simple application used by different users, customers to book their tickets and means of transportation, managers to create/delete/edit trips and assign them to drivers, and drivers to check trips assigned to them.
  136. % \end{itemize}
  137. \end{position}
  138.  
  139. \employer{LNMIIT}
  140. \location{}
  141. \title{\textbf{Spell Checker \hfill April 2019}
  142. }
  143. \begin{position}
  144. % \begin{itemize}
  145. A C implementation of an English/Spanish/Italian/German spell checking system based on a binary search tree. User types a sentence and each word is checked for. If a word is misspelt, three suggestions are printed, leaf node/predecessor/successor.
  146. % \end{itemize}
  147. \end{position}
  148.  
  149.  
  150. \section{RELEVANT\\COURSES}
  151. \par
  152.  
  153. \normalfont{\textbullet{} Computer Programming(Basic C) -- 3.70/4.00(A-)}
  154. \newline
  155. \normalfont{ \textbullet{} Programming I(Advanced C) -- 4.00/4.00(A+)}
  156. \newline
  157. \normalfont{ \textbullet{} Programming II(Java) -- 4.00/4.00(A)}
  158. \newline
  159. \normalfont{\textbullet{} Data Structures I(C/C++) -- 4.00/4.00(A+)}
  160. \newline
  161. \normalfont{\textbullet{} Discrete Structures for Computing -- 4.00/4.00(A+)}
  162.  
  163. \section{ADDITIONAL ACTIVITIES}
  164.  
  165. \normalfont{ \textbullet{} Participated in AlexCPC 2019}
  166.  
  167. %-------------------------------------------------------------------------------
  168.  
  169.  
  170. \end{resume}
  171. \(\)\end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement