Guest User

Untitled

a guest
Dec 26th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Friggeri Resume/CV
  3. % XeLaTeX Template
  4. % Version 1.0 (5/5/13)
  5. %
  6. % This template has been downloaded from:
  7. % http://www.LaTeXTemplates.com
  8. %
  9. % Original author:
  10. % Adrien Friggeri (adrien@friggeri.net)
  11. % https://github.com/afriggeri/CV
  12. %
  13. % License:
  14. % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
  15. %
  16. % Important notes:
  17. % This template needs to be compiled with XeLaTeX and the bibliography, if used,
  18. % needs to be compiled with biber rather than bibtex.
  19. %
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21.  
  22. documentclass[]{friggeri-cv} % Add 'print' as an option into the square bracket to
  23. remove colors from this template for printing
  24.  
  25. usepackage{unicode-math}
  26. usepackage{fontawesome}
  27.  
  28. %RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math}
  29.  
  30. %RequirePackage{unicode-math}
  31.  
  32.  
  33. definecolor{light-gray}{gray}{0.55}
  34. definecolor{skype}{HTML}{12A5F4}
  35. definecolor{html5}{HTML}{e34c26}
  36. definecolor{php}{HTML}{6c7eb7}
  37. definecolor{db}{HTML}{FF9900}
  38. definecolor{linkedin}{HTML}{1683BB}
  39.  
  40. addbibresource{bibliography.bib} % Specify the bibliography file to include
  41. publications
  42.  
  43. begin{document}
  44. newfontfamily{FA}{FontAwesome}
  45.  
  46. header{S }{K}{} % Your name and current job title/field
  47.  
  48. %----------------------------------------------------------------------------------------
  49. % SIDEBAR SECTION
  50. %----------------------------------------------------------------------------------------
  51.  
  52. begin{aside} % In the aside, each new line forces a line break
  53. section{Personal Info}
  54. emph{Father Name} SA
  55. emph{D.O.B} 00$^{st}$ Jan, 000
  56. emph{Nationality} ABC
  57. emph{Marital status} ABC
  58. section{{FA faHome}}
  59. A Road, M
  60. R
  61. P
  62. section{faPhone}
  63. 000000000000
  64. %~
  65. %section{includegraphics[scale=0.11]{linkedinLogo.png}}
  66. %{linkedin.com/in/yourname}
  67. %~
  68. section{includegraphics[scale=0.11]{skypeLogo.png}}
  69. {84}
  70. %~
  71. section{faEnvelope}
  72. %1946@students.edu
  73. %{ms@gmail.com}
  74. sn\@gmail.com
  75. %href{http://www.smith.com}{http://www.smith.com}
  76. %href{http://facebook.com/johnsmith}{fb://jsmith}
  77. section{Languages}
  78. emph{proficient} English
  79. emph{mother tongue} English
  80. emph{} Chinese
  81. emph{} Punjabi
  82. section{Computer Skills}
  83. {color{red} $varheartsuit$} LaTeX, Tikz, jPicEdt
  84. Matlab, Mathematica, C/C++
  85. LaTeX Draw, Mayura Draw, MS Office
  86. section{Hobbies}
  87. Movies, Photography
  88. end{aside}
  89.  
  90. %----------------------------------------------------------------------------------------
  91. % Objective SECTION
  92. %----------------------------------------------------------------------------------------
  93. section{Objective}
  94. researcher in my field.
  95. %----------------------------------------------------------------------------------------
  96. % WORK EXPERIENCE SECTION
  97. %----------------------------------------------------------------------------------------
  98.  
  99. section{Experience}
  100.  
  101. begin{entrylist}
  102. %------------------------------------------------
  103. entry
  104. {2015-Present}
  105. {US}
  106. {Campus, US}
  107. {emph{Lecturer} \
  108. begin{itemize}
  109. item Teaching Calculus, Differential Equations, Numerical Analysis.
  110. end{itemize}}
  111. %---------------------------------
  112. entry
  113. {2013 - 2014}
  114. {AU}
  115. {abc}
  116. {emph{Teacher Assistant} \
  117. begin{itemize}
  118. item Assist various courses named "Numerical Analysis".
  119. item Assist Computing Labs in Department of Mathematics.
  120. end{itemize}}
  121. %%------------------------------------------------
  122.  
  123. %------------------------------------------------
  124. end{entrylist}
  125. %----------------------------------------------------------------------------------------
  126. % EDUCATION SECTION
  127. %----------------------------------------------------------------------------------------
  128.  
  129. section{Education}
  130. begin{entrylist}
  131. %------------------------------------------------
  132. entry
  133. {2010-2013}
  134. {Masters {normalfont in MathematicS}}
  135. {Abc, ABC}
  136. {Specialized in Finite Element Methods}
  137. %------------------------------------------------
  138. end{entrylist}
  139. %---------------------------------------------------
  140. %newpage
  141. %----------------------------------------------------------------------------------------
  142. % Research SECTION
  143. %----------------------------------------------------------------------------------------
  144. section{Research}
  145.  
  146. %%----------------------------------------------------------------------------------------
  147. %% Research SECTION
  148. %%----------------------------------------------------------------------------------------
  149. newpage
  150. section{Semester Projects}
  151. %%----------------------------------------------------------------------------------------
  152. %% Research Interest SECTION
  153. %%----------------------------------------------------------------------------------------
  154. section{Research Interest}
  155. begin{itemize}
  156. item Differential Equations
  157. item Finite Element Methods
  158. end{itemize}
  159. %%----------------------------------------------------------------------------------------
  160. %% Teaching Interest SECTION
  161. %%----------------------------------------------------------------------------------------
  162. section{Teaching Interest}
  163. begin{itemize}
  164. item Calculus
  165. item Numerical Analysis
  166. end{itemize}
  167. %%----------------------------------------------------------------------------------------
  168. %% references SECTION
  169. %%----------------------------------------------------------------------------------------
  170. section{References}
  171. emph{textbf{Name}} Dr(Supervisor)\
  172. emph{textbf{Email}} @mail.edu\
  173. emph{textbf{Phone}} 0000000000000000\
  174. emph{textbf{Designation}} Professor\
  175. emph{textbf{Name of University}}AU.
  176.  
  177.  
  178. end{document}
Add Comment
Please, Sign In to add comment