Advertisement
Guest User

Untitled

a guest
May 8th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 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. %Version for spanish users, by dgarhdez
  8.  
  9. \documentclass[11pt,a4paper,roman]{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. \usepackage[english]{babel}
  11.  
  12.  
  13. % moderncv themes
  14. \moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  15. \moderncvcolor{green} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  16. %\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
  17. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  18.  
  19. % character encoding
  20. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  21. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  22.  
  23. % adjust the page margins
  24. \usepackage[scale=0.75]{geometry}
  25. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  26. %\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...
  27.  
  28. % personal data
  29. \name{Antunes}{Nelson Tiago}
  30. \title{Resumé title} % optional, remove / comment the line if not wanted
  31. \address{6 Chemin du Stand}{1024, Ecublens}{Switzerland}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  32. \phone[mobile]{+41 78 696 28 13} % optional, remove / comment the line if not wanted
  33. %\phone[fixed]{+2~(345)~678~901} % optional, remove / comment the line if not wanted
  34. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  35. \email{nelson.antunes@epfl.ch} % optional, remove / comment the line if not wanted
  36. %\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
  37. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  38. %\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
  39. %\quote{Some quote} % optional, remove / comment the line if not wanted
  40.  
  41. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  42. %\makeatletter
  43. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  44. %\makeatother
  45. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  46.  
  47. % bibliography with mutiple entries
  48. %\usepackage{multibib}
  49. %\newcites{book,misc}{{Books},{Others}}
  50. %----------------------------------------------------------------------------------
  51. % content
  52. %----------------------------------------------------------------------------------
  53. \begin{document}
  54. %----- letter ---------------------------------------------------------
  55. % recipient data
  56. \recipient{Centre de Recherche Informatique de Montréal: CRIM}{}
  57. \date{\today}
  58. \opening{Dear Sir/Madam,}
  59. \closing{Best Regards,} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
  60. \makelettertitle
  61.  
  62. It is with great enthusiasm that I submit my application for an internship at CRIM. I am Master student in Data Science at Swiss Federal Institute of Technology (EPFL) and the unique opportunity of this internship highly stimulates me.
  63.  
  64. As you can see from the attached CV, I've developed a strong knowledge about different areas of computer science and mathematics during my master. In addition, I've worked on multiple projects about Machine Learning, Deep Learning, Computer Vision, Databases and Big Data.
  65.  
  66. As I can see, you have 4 teams looking for an intern. As stated above, I worked on Computer Vision, Deep Learning and Natural Language Processing fields. Thereby, I acquire strong programming skills in Python with advanced skills in machine learning (PyTorch and TensorFlow). My semester's project was about Object Segmentation and I built Recurrent Neural Networks and Convolutional Neural Networks during my studies. Moreover, I like nothing better than diving into data to uncover results and I am thrilled at the possibility of doing this internship.
  67.  
  68. On a personal level, I lived in Switzerland, France and Portugal. This triggers me the desire to travel and Canada is by far the destination that I want to discover. I am a native French and Portuguese speaker, fluent in English.
  69.  
  70. I would like to thank you for your time and consideration. I would love the opportunity to discuss the value that I can bring and look forward to hearing from you.
  71.  
  72.  
  73.  
  74.  
  75.  
  76. \vspace{0.5cm}
  77.  
  78.  
  79. \makeletterclosing
  80.  
  81. \end{document}
  82.  
  83.  
  84. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement