Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.40 KB | None | 0 0
  1. \documentclass[10pt,stdletter,dateno]{newlfm}
  2. \usepackage{kpfonts}
  3. \usepackage{url}
  4.  
  5. % portuguese support
  6. \usepackage[utf8]{inputenc}
  7. \usepackage[T1]{fontenc}
  8.  
  9.    \widowpenalty=1000
  10.    \clubpenalty=1000
  11.  
  12.    \newlfmP{headermarginskip=20pt}
  13.    \newlfmP{sigsize=50pt}
  14.    \newlfmP{dateskipafter=20pt}
  15.    \newlfmP{addrfromphone}
  16.    \newlfmP{addrfromemail}
  17.    \PhrPhone{Phone}
  18.    \PhrEmail{Email}
  19.  
  20.    \namefrom{Francisco Magno}
  21.     \addrfrom{%
  22.         \today\\[10pt]
  23.         Praceta António Vicente Campinas, n.2, 2ºC\\
  24.         8005-214 Faro\\
  25.         Faro, Portugal
  26.     }
  27.     \phonefrom{+351 91 351 79 58}
  28.    \emailfrom{flmagnom@gmail.com}
  29.  
  30.     \addrto{%
  31.     CINTAL - Universidade do Algarve,\\
  32.     Campus de Gambelas\\
  33.     8005-139 Faro}
  34.  
  35.     \greetto{To Whom It May Concern,}
  36.    \closeline{Sincerely,}
  37.    \begin{document}
  38.    \begin{newlfm}
  39.  
  40.     I am writing to apply for the position of "Técnico de operação, manutenção e gestão de equipamentos de laboratório e operação submarina" under scientific guidance of Prof. António Silva.
  41.  
  42.     My general areas of interest include robotics, automation, infrastructure software and more recently web applications design.
  43.     %Having many friends and family in the area, I would be most enthused to return to the South permanently by accepting a position at your institution.
  44.  
  45.     During my master's thesis work, under guidance of Prof. Telmo Cunha and Prof. Jose C Pedro, I focused on learning and using tools and techniques that gravitate around the design and implementation of a small IMU sensor such as the microcontroller PIC16F, MEMS sensors (acceleromer and gyroscope sensors), circuit design with a CAD tool (kicad), signal processing of the measurements taken from the sensors and algorithm implementation with a programming language (Perl).
  46.  
  47.     \href{http://google.com}{asas}
  48.  
  49.  
  50.  
  51.  
  52.    Enclosed is my curriculum vitae (including a list of
  53.    publications), contact information for my references, a research
  54.    statement, and a teaching statement.  All of my publications and
  55.    presentations are available at:
  56.  
  57.    \url{http://www.crhc.uiuc.edu/~mjmille2/publications/}
  58.  
  59.    Please let me know if there are any other materials
  60.    or information that will assist you in processing my application.
  61.  
  62.    Thank you for your consideration.  I look forward to
  63.    hearing from you.
  64.  
  65.    \end{newlfm}
  66.    \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement