Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Medium Length Professional CV
  3. % LaTeX Template
  4. % Version 2.0 (8/5/13)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Rishi Shah
  11. %
  12. % Important note:
  13. % This template requires the resume.cls file to be in the same directory as the
  14. % .tex file. The resume.cls file provides the resume style used for structuring the
  15. % document.
  16. %
  17. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18.  
  19. %----------------------------------------------------------------------------------------
  20. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  21. %----------------------------------------------------------------------------------------
  22.  
  23. \documentclass{resume} % Use the custom resume.cls style
  24.  
  25. \usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
  26. \usepackage{hyperref}
  27. \usepackage{fontawesome}
  28. \newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
  29. \newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
  30. \name{FARES MEDHAT} % Your name
  31. %\address{123 Pleasant Lane \\ City, State 12345} % Your secondary address (optional)
  32. \address{(+20)114 809 2986 \space \faEnvelope\space \href{mailto:faresmhs99@gmail.com}{faresmhs99@gmail.com} } % Your phone number and email
  33. \address{\faLinkedin\space \href{https://www.linkedin.com/in/fares-mhs-040796195/}{Fares MHS}\space \faGithub\space\href{https://github.com/faresmhs}{faresmhs} }
  34. \address{Alexandria, Egypt} % Your address
  35.  
  36.  
  37. %----------------------------------------------------------------------------------------
  38. % EDUCATION SECTION
  39. %----------------------------------------------------------------------------------------
  40. \begin{document}
  41. \begin{rSection}{Education}
  42.  
  43. {\bf Faculty of Engineering, Alexandria University } \hfill {Sept 2018 - June 2022}
  44. \\ BS in Computer Engineering \hfill {Overall GPA: 3.01}
  45. \\ Department of Computer and System Engineering \hfill {Overall Percentage: 78.8}
  46. \\{\bf Relevant Coursework:}\ Programming I, Linear Algebra, Probability and Statistics, Data Structures, Object Oriented Programming.
  47. %Minor in Linguistics \smallskip \\
  48. %Member of Eta Kappa Nu \\
  49. %Member of Upsilon Pi Epsilon \\
  50.  
  51.  
  52. \end{rSection}
  53.  
  54. \begin{rSection}{PROJECTS}
  55. {\bf Smart Chess (C)} \hfill{Team of 2}
  56. \\Implemented a console application chess game that supports multiplayer modes. Featuring save/load \& undo/redo actions.
  57. \\{\bf Quine-McCluskey Calculator (C++)} \hfill{Individual}
  58. \\Implemented a console application for minimizing Boolean functions via step by step Quine-McCluskey
  59. algorithm
  60. \\ {\bf Find the pair (JavaScript)} \hfill{Team of 2}
  61. \\Designed a concentration memory game website that requires players to spot identical pairs of pictures.
  62.  
  63. \end{rSection}
  64. %--------------------------------------------------------------------------------
  65. % Projects And Seminars
  66. %-----------------------------------------------------------------------------------------------
  67. \begin{rSection}{Technical Skills}
  68.  
  69. \begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
  70. {\bf Data Structures and Algorithms} \\
  71. Main Programming Languages: & C/C++, Java \\
  72. Familiar Ones: & Python, JavaScript \\
  73. \end{tabular}
  74.  
  75. \end{rSection}
  76. %----------------------------------------------------------------------------------------
  77. % TECHNICAL STRENGTHS SECTION
  78. %----------------------------------------------------------------------------------------
  79.  
  80. \begin{rSection}{TRAINING \&ACTIVITIES}
  81. {\bf ACM Algorithms Problem-Solving Trainee, Alexandria} \hfill{ Winter \& Summer 2019}\\The Training was about learning many data-structures, algorithms and problem solving techniques,
  82. preparing for the ACM ICPC competitions.
  83.  
  84. {\bf CSED Golden Jubilee Organizer} \hfill{ 19/20 Aug 2019 }\\A major event celebrating 50 years since the foundation of our department which includes speeches of
  85. elite graduates.
  86.  
  87. \end{rSection}
  88.  
  89. %----------------------------------------------------------------------------------------
  90. % WORK EXPERIENCE SECTION
  91. %----------------------------------------------------------------------------------------
  92.  
  93. \begin{rSection}{additional skills}
  94. {\bf Language:} \ Arabic(Mother Tongue), English(fluent), Italy(beginner).
  95.  
  96. {\bf Personal Traits& Interests:} \ Leadership \& Communication skills as I've
  97. participate in many events.
  98.  
  99. {\bf Hobbies:} \ I like playing football and solving problems in any contest.
  100. \end{rSection}
  101.  
  102.  
  103. % EXAMPLE SECTION
  104. %----------------------------------------------------------------------------------------
  105.  
  106.  
  107. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement