Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. %% start of file `template.tex'.
  2. %% Copyright 2006-2013 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.  
  9. \documentclass[11pt,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')
  10.  
  11. % moderncv themes
  12. \moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  13. \moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  14. %\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
  15. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  16.  
  17. % character encoding
  18. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  19. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  20.  
  21. % adjust the page margins
  22. \usepackage[scale=0.75]{geometry}
  23. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  24. %\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...
  25.  
  26. % personal data
  27. \name{Valentin}{Vasiliu}
  28. \title{Cover Letter} % optional, remove / comment the line if not wanted
  29. \address{Campus Ring 1}{28759 Bremen}{Germany}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  30. \phone[mobile]{(+49) 01573 8727163} % optional, remove / comment the line if not wanted
  31. %\phone[fixed]{+2~(345)~678~901} % optional, remove / comment the line if not wanted
  32. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  33. \email{v.vasiliu@jacobs-university.de}
  34. %\email{vali15tnt51v@gmail.com} % optional, remove / comment the line if not wanted
  35. %\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
  36. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  37. %\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
  38. \quote{Some quote} % optional, remove / comment the line if not wanted
  39.  
  40. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  41. %\makeatletter
  42. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  43. %\makeatother
  44. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  45.  
  46. % bibliography with mutiple entries
  47. %\usepackage{multibib}
  48. %\newcites{book,misc}{{Books},{Others}}
  49. %----------------------------------------------------------------------------------
  50. % content
  51. %----------------------------------------------------------------------------------
  52. \begin{document}
  53. %----- letter ---------------------------------------------------------
  54. % recipient data
  55. \recipient{University Admission team}{University of Amsterdam\\1012 WX Amsterdam, Netherlands}
  56. \date{\today}
  57. \opening{Dear Sir or Madam,}
  58. \closing{Yours faithfully,}
  59. %\enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
  60. \makelettertitle
  61.  
  62. My name is Valentin Vasiliu and I am a Computer Science student in my last semester at Jacobs University Bremen. I am writing to express my interest in applying for a master's programme in AI at the University of Amsterdam. I believe that my good academic results and my perseverance in pursuing knowledge would enable me to make a solid contribution to your programme.
  63.  
  64. I discovered my interest for Machine Learning and Artificial Intelligence while I took an online course from Stanford University on the topic, and as I learned more about the field my interest only grew. After that, I focused on specialized courses from Jacobs University that would help me improve my understanding of the subject and I realized this is the path I should follow in my future studies. My internship at the German Research Centre for AI (DFKI - Bremen) gave me the opportunity to do software development for a mobile robot's mapping process and gain valuable practical experience into the field of robotics. Currently I am writing my bachelor thesis on automatic language identification using a special type of recurrent neural network developed by my thesis supervisor. My aim is to create an efficient and robust model which showcases the method's practical applicability into the field of language recognition.
  65.  
  66. Furthermore, in order to follow my recently discovered passion, I attend the weekly meetings of the MINDS (Modelling Intelligent Dynamical Systems) research group at Jacobs where we discuss about current advancements in topics like cognition and deep learning and what effects could these have on the future of human-machine interaction. Such experiences motivate me even more to keep pursuing a career into this area.
  67.  
  68. High quality academic standards, the collaborative projects with industry players and an excellent faculty team comprised of researchers leading in their own fields convinced me to apply for a master programme in AI at your university. Another factor which attracted my interest is how a considerable amount of your research work is targeted towards practical applications like healthcare and well-being, search technology, and machine translation to name a few.
  69.  
  70. Your comprehensive study programme which includes courses like Information Retrieval, Knowledge Representation, Evolutionary Computing and Deep Learning matches with my studying interests and offers ample learning opportunities. Moreover the diverse and competitive international community will be a rich environment for personal growth. I am confident that with my strong academic record, dedication and enthusiasm to the field I will be able to live up to your high expectations.
  71.  
  72. For further questions or inquiries, please do not hesitate to contact me. I am looking forward to your response.
  73.  
  74. Thank you for your time and consideration.
  75.  
  76. \makeletterclosing
  77.  
  78. \end{document}
  79.  
  80.  
  81. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement