\documentclass[11pt,a4paper,roman]{moderncv} \usepackage[english]{babel} \usepackage{csquotes} % moderncv themes \moderncvstyle{classic} \moderncvcolor{green} %\renewcommand{\familydefault}{\sfdefault} % character encoding \usepackage[utf8]{inputenc} % adjust the page margins \usepackage[scale=0.75]{geometry} %\setlength{\hintscolumnwidth}{3cm} % ---------- Personal data ---------- \name{Aayush}{Bajaj} \title{Computer Scientist \textbar{} Mathematician \textbar{} ML Engineer} \address{80 Anzac Avenue, West Ryde}{NSW} \phone[mobile]{(+61) 481 910 408} \email{j@abaj.ai} \homepage{abaj.ai} \social[github]{abaj8494} \social[linkedin]{aayush-bajaj-b655231a6} % ---------- Per-application variables ---------- \newcommand{\Company}{Alinta Energy} \newcommand{\Department}{Data Scientist Intern} \newcommand{\CompanyAddress}{Hybrid} \newcommand{\HiringManager}{Hiring Manager} \newcommand{\Role}{Data Scientist Intern} \newcommand{\AltRole}{} \newcommand{\ReqID}{} \newcommand{\PositionSource}{Seek} % ---------------------------------------------------------------------------------- % Letter % ---------------------------------------------------------------------------------- \begin{document} % recipient data \recipient{\Company}{\CompanyAddress} \date{\today} \opening{Dear \HiringManager,} \closing{Sincerely,} %\enclosure[Enclosure]{Résumé} \makelettertitle I am writing to apply for the role of \textbf{\Role{}} at \textbf{\Company{}}. I am highly interested in this opportunity because it may be the stepping-stone I require to break into the industry. I am glad that you folks apportion weight to Post-graduate degrees; I fought hard to be accepted into the Masters of Statistics at UNSW. Whilst I have not started the program yet, I will begin part-time next year -- taking on Abstract Algebra and NLP to whet my beak. Furthermore, the emphasis on a Hybrid work-flow appeals to me and my peak production capacities -- I have 2 cats that I like hanging out with whilst I wrestle with Data troubles and sip my coffees. I am very interested in gaining \textbf{experience} and working with real datasets in a mentored environments. Finally, I meet many of your criterion: \begin{itemize} \item detail oriented \item creative thinker \item enjoys challenges \item is interested in energy problems and solutions \item B. Computer Science (AI) \item Probability, Statistics, Regression, Optimisation, Analysis (Real and Complex) \item Python proficiency \end{itemize} \makeletterclosing \end{document} %% end of file `template.tex'.