Guest User

Untitled

a guest
Nov 18th, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 KB | None | 0 0
  1. documentclass[11pt,a4paper]{moderncv}
  2. moderncvtheme[blue]{classic}
  3. usepackage[T1]{fontenc}
  4. usepackage[utf8]{inputenc}
  5. usepackage[croatian]{babel}
  6. usepackage{footmisc}
  7. usepackage{hyphenat}
  8. usepackage{tikz}
  9. usepackage{lipsum}
  10.  
  11. usepackage[scale=0.75]{geometry}
  12. setlength{hintscolumnwidth}{3.6cm}
  13. recomputelengths
  14.  
  15. fancyfoot{}
  16. fancyfoot[LE,RO]{thepage}
  17. fancyfoot[RE,LO]{footnotesize }
  18.  
  19. % personal datas
  20. firstname{Haziq}
  21. familyname{Razali}
  22. address{Bukit Batok West Ave 6 \ Block 189 #15-27 \ Singapore 650189 \}{}
  23. mobile{(+65) 9172-2319}
  24. extrainfo{ \ [email protected]\
  25. }
  26. }
  27. photo[84pt]{Haziq.jpg}
  28.  
  29. AtBeginDocument{
  30. hypersetup{
  31. colorlinks=false,
  32. urlbordercolor=red,
  33. pdfborder = {0 0 1}
  34. }
  35. }
  36.  
  37. nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  38.  
  39. %usepackage{lmodern}
  40. usepackage[rm={lining,proportional},sf={lining,proportional},tt={lining,tabular,monowidth}]{cfr-lm}
  41. globalletbfseriessbweight
  42.  
  43. %----------------------------------------------------------------------------------
  44. % EDUCATION
  45. %----------------------------------------------------------------------------------
  46.  
  47. begin{document}
  48.  
  49. maketitle
  50.  
  51. %Section
  52. section{Education}
  53.  
  54. cventry{Aug 2013 -- Oct 2016}{Nanyang Technological University, Singapore}{}{}{}{normalsize{B.Eng. Electrical and Electronics Engineering, 1st Class Honours} newline{}}
  55.  
  56. cventry{Jul 2014 -- Dec 2014}{University of Western Ontario, Canada}{}{}{}{normalsize{Exchange Student} newline{}}
  57.  
  58. %----------------------------------------------------------------------------------
  59. % EXPERIENCE
  60. %----------------------------------------------------------------------------------
  61.  
  62. section{Relevant Experience}
  63. %
  64. cventry{Aug 2016 -- Aug 2017}{href{http://www.ipal.cnrs.fr/}
  65. {Image & Pervasive Access Lab} (Centre national de la recherche scientifique)}{textnormal{Research Engineer}}{textit{Object Detection in RGBD images} vspace{2mm}}{}{
  66. begin{itemize}
  67. item AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA vspace{3mm}
  68. item AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  69. vspace{4mm}
  70. end{itemize}}
  71.  
  72. cventry{May 2016 -- Jul 2016}{href{http://www.i2r.a-star.edu.sg/department/vc/index.html}
  73. {Institute for Infocomm Research}}{textnormal{Intern}}{textit{Object Detection for Mobility Safety Applications} vspace{2mm}}{}{
  74. begin{itemize}
  75. item Conducted a survey of Deep Learning methods for object detection and recognition and developed an end-to-end CNN for pedestrian detection in RGB-Thermal images vspace{4mm}
  76. end{itemize}
  77. }
  78.  
  79. cventry{Aug 2015 -- Apr 2016}{href{http://adsc.illinois.edu/}
  80. {Advanced Digital Sciences Centre} (University of Illinois at Urbana Champaign)}{textnormal{Junior Research Assistant}}{textit{Real Time Automated Analysis of Soccer Videos}vspace{2mm}}{}{
  81. begin{itemize}
  82. item Designed algorithms that enhanced the ball tracker by utilizing the rules and textit{a-priori} knowledge of soccer and implemented height estimation techniques based on the epipolar geometry of stereo vision vspace{3mm}
  83. item Designed an algorithm for unsupervised learning of player-team based on k-means clustering and improved the kalman-filtering based player tracker with an occlusion handler that employed an adaptive template vspace{3mm}
  84. item Worked on camera calibration and homography for the mapping of objects onto a common coordinate system for object fusion and analysis in world coordinates vspace{4mm}
  85. end{itemize}
  86. }
  87.  
  88. cventry{Jan 2015 -- May 2015}{Nanyang Technological University}{}{textit{Face Recognition - Undergraduate Research Opportunities Program} vspace{2mm}}{}{
  89. begin{itemize}
  90. item Conducted a detailed survey of existing techniques on 2D Face Recognition and implemented PCA and LDA on Matlab for performance evaluation vspace{5mm}
  91. end{itemize}{}}
  92.  
  93. %----------------------------------------------------------------------------------------
  94. % AWARDS
  95. %----------------------------------------------------------------------------------------
  96.  
  97. section{Awards}
  98.  
  99. cventry{2014 -- 2016}{mdseries{Yayasan Mendaki - Institution of Engineers (Singapore) Scholarship}}{}{}{}{footnotesize{The scholarship is awarded to normalsize{textbf{one Malay student}} per year across all engineering disciplines by nomination from NUS/NTU/SIT/SUTDnewline{}}}
  100.  
  101. %----------------------------------------------------------------------------------------
  102. % COMPUTER SKILLS
  103. %----------------------------------------------------------------------------------------
  104.  
  105. section{Relevant Skills normalsizecolor{black}(Proficient, color{gray}Basic)}
  106. cvitem{Languages}{C++, Matlab, color{gray} Python}
  107. cvitem{Libraries}{OpenCV, Point Cloud Library, OpenMP, MatConvNet, color{gray} Caffenewline{}}
  108. %cvitem{Others}{LaTeXnewline{}}
  109.  
  110. %----------------------------------------------------------------------------------------
  111. % SERVICE
  112. %----------------------------------------------------------------------------------------
  113.  
  114. section{References}
  115.  
  116. renewcommand{listitemsymbol}{}
  117.  
  118. cventry{}{Dr. Nizar Ouarti}{}{}{}{normalsize{Associate Professor}newline Image and Pervasive Access Lab / Université Pierre et Marie Curie newline [email protected] newline}
  119.  
  120. cventry{}{Dr. Lu Shijian}{}{}{}{normalsize{Scientist II / Adjunct Assistant Professor}newline Institute for Infocomm Research / Nanyang Technological University newline [email protected] newline}
  121.  
  122. cventry{}{Dr. Stefan Winkler}{}{}{}{normalsize{Principal Research Scientist}newline Advanced Digital Sciences Center / U. of Illinois at Urbana-Champaign newline [email protected] newline}
  123.  
  124. closesection{} % needed to renewcommands
  125.  
  126. end{document}
  127.  
  128. documentclass[11pt,a4paper]{moderncv}
  129.  
  130. moderncvtheme[blue]{classic}
  131.  
  132. usepackage[T1]{fontenc}
  133. usepackage[utf8]{inputenc}
  134. usepackage[croatian]{babel}
  135.  
  136. usepackage{footmisc}
  137. usepackage{hyphenat}
  138. usepackage{tikz}
  139. usepackage{lipsum}
  140.  
  141. usepackage[%
  142. scale=0.75,
  143. showframe, % <=======================================================
  144. ]{geometry}
  145. setlength{hintscolumnwidth}{3.6cm}
  146. recomputelengths
  147.  
  148. fancyfoot{}
  149. fancyfoot[LE,RO]{thepage}
  150. fancyfoot[RE,LO]{footnotesize }
  151.  
  152. % personal datas
  153. firstname{Haziq}
  154. familyname{Razali}
  155. address{Bukit Batok West Ave 6 \ Block 189 #15-27 \ Singapore 650189 \}{}
  156. mobile{(+65) 9172-2319}
  157. extrainfo{\ [email protected]\}
  158. photo[84pt]{example-image-a.jpg}% Haziq.jpg
  159.  
  160. AtBeginDocument{
  161. hypersetup{
  162. colorlinks=false,
  163. urlbordercolor=red,
  164. pdfborder = {0 0 1}
  165. }
  166. }
  167.  
  168. nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  169.  
  170. %usepackage{lmodern}
  171. usepackage[rm={lining,proportional},sf={lining,proportional},tt={lining,tabular,monowidth}]{cfr-lm}
  172. globalletbfseriessbweight
  173.  
  174. %----------------------------------------------------------------------------------
  175. % EDUCATION
  176. %----------------------------------------------------------------------------------
  177.  
  178. begin{document}
  179.  
  180. maketitle
  181.  
  182. %Section
  183. section{Education}
  184.  
  185. cventry{Aug 2013 -- Oct 2016}{Nanyang Technological University, Singapore}{}{}{}{normalsize{B.Eng. Electrical and Electronics Engineering, 1st Class Honours} newline{}}
  186.  
  187. cventry{Jul 2014 -- Dec 2014}{University of Western Ontario, Canada}{}{}{}{normalsize{Exchange Student} newline{}}
  188.  
  189. %----------------------------------------------------------------------------------
  190. % EXPERIENCE
  191. %----------------------------------------------------------------------------------
  192.  
  193. section{Relevant Experience}
  194. %
  195. cventry{Aug 2016 -- Aug 2017}%
  196. {href{http://www.ipal.cnrs.fr/}{Image & Pervasive Access Lab} (Centre national de la recherche scientifique)}%
  197. {textnormal{Research Engineer}}%
  198. {textit{Object Detection in RGBD images} vspace{2mm}}{}{%
  199. begin{itemize}
  200. item AAAAAAAAAAAAA AAAAAAAAAAAAA AAAAA AAAAA AAAAAAAAA AAAAAAAAAAAAAA vspace{3mm}
  201. item AAAAAAAAAAAAAAA AAAAAAAAAAA AAAAAA AAAAA AAAAAAAAAAA AAAAAAAAAAA
  202. vspace{4mm}
  203. end{itemize}}
  204.  
  205. cventry{May 2016 -- Jul 2016}{href{http://www.i2r.a-star.edu.sg/department/vc/index.html}
  206. {Institute for Infocomm Research}}{textnormal{Intern}}{textit{Object Detection for Mobility Safety Applications} vspace{2mm}}{}{
  207. begin{itemize}
  208. item Conducted a survey of Deep Learning methods for object detection and recognition and developed an end-to-end CNN for pedestrian detection in RGB-Thermal images vspace{4mm}
  209. end{itemize}
  210. }
  211.  
  212. cventry{Aug 2015 -- Apr 2016}{href{http://adsc.illinois.edu/}
  213. {Advanced Digital Sciences Centre} (University of Illinois at Urbana Champaign)}{textnormal{Junior Research Assistant}}{textit{Real Time Automated Analysis of Soccer Videos}vspace{2mm}}{}{
  214. begin{itemize}
  215. item Designed algorithms that enhanced the ball tracker by utilizing the rules and textit{a-priori} knowledge of soccer and implemented height estimation techniques based on the epipolar geometry of stereo vision vspace{3mm}
  216. item Designed an algorithm for unsupervised learning of player-team based on k-means clustering and improved the kalman-filtering based player tracker with an occlusion handler that employed an adaptive template vspace{3mm}
  217. item Worked on camera calibration and homography for the mapping of objects onto a common coordinate system for object fusion and analysis in world coordinates vspace{4mm}
  218. end{itemize}
  219. }
  220.  
  221. cventry{Jan 2015 -- May 2015}{Nanyang Technological University}{}{textit{Face Recognition - Undergraduate Research Opportunities Program} vspace{2mm}}{}{
  222. begin{itemize}
  223. item Conducted a detailed survey of existing techniques on 2D Face Recognition and implemented PCA and LDA on Matlab for performance evaluation vspace{5mm}
  224. end{itemize}{}}
  225.  
  226. %----------------------------------------------------------------------------------------
  227. % AWARDS
  228. %----------------------------------------------------------------------------------------
  229.  
  230. section{Awards}
  231.  
  232. cventry{2014 -- 2016}{mdseries{Yayasan Mendaki - Institution of Engineers (Singapore) Scholarship}}{}{}{}{footnotesize{The scholarship is awarded to normalsize{textbf{one Malay student}} per year across all engineering disciplines by nomination from NUS/NTU/SIT/SUTDnewline{}}}
  233.  
  234. %----------------------------------------------------------------------------------------
  235. % COMPUTER SKILLS
  236. %----------------------------------------------------------------------------------------
  237.  
  238. section{Relevant Skills normalsizecolor{black}(Proficient, color{gray}Basic)}
  239. cvitem{Languages}{C++, Matlab, color{gray} Python}
  240. cvitem{Libraries}{OpenCV, Point Cloud Library, OpenMP, MatConvNet, color{gray} Caffenewline{}}
  241. %cvitem{Others}{LaTeXnewline{}}
  242.  
  243. %----------------------------------------------------------------------------------------
  244. % SERVICE
  245. %----------------------------------------------------------------------------------------
  246.  
  247. section{References}
  248.  
  249. renewcommand{listitemsymbol}{}
  250.  
  251. cventry{}{Dr. Nizar Ouarti}{}{}{}{normalsize{Associate Professor}newline Image and Pervasive Access Lab / Université Pierre et Marie Curie newline [email protected] newline}
  252.  
  253. cventry{}{Dr. Lu Shijian}{}{}{}{normalsize{Scientist II / Adjunct Assistant Professor}newline Institute for Infocomm Research / Nanyang Technological University newline [email protected] newline}
  254.  
  255. cventry{}{Dr. Stefan Winkler}{}{}{}{normalsize{Principal Research Scientist}newline Advanced Digital Sciences Center / U. of Illinois at Urbana-Champaign newline [email protected] newline}
  256.  
  257. closesection{} % needed to renewcommands
  258.  
  259. end{document}
Add Comment
Please, Sign In to add comment