Guest User

Untitled

a guest
Dec 8th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. \documentclass[10pt,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')
  2. \usepackage{pgfmath}
  3.  
  4. % modern themes
  5. \moderncvstyle{banking} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
  6. \moderncvcolor{black} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  7. %\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
  8. %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
  9.  
  10. % character encoding
  11. \usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
  12. %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
  13.  
  14. % adjust the page margins
  15. \usepackage[scale=0.75]{geometry}
  16. %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
  17. %\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...
  18.  
  19. \usepackage{import}
  20.  
  21. % personal data
  22. \name{Juli}{Odomo}
  23. \title{Résumé} % optional, remove / comment the line if not wanted
  24. \address{Los Angeles, CA}{}{}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
  25. \phone[mobile]{@odomojuli} % optional, remove / comment the line if not wanted
  26. \phone[fixed]{+1 408 702 7147} % optional, remove / comment the line if not wanted
  27. %\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
  28. \email{odomo.juli@gmail.com} % optional, remove / comment the line if not wanted
  29. \homepage{www.odomojuli.com} % optional, remove / comment the line if not wanted
  30. %\extrainfo{additional information} % optional, remove / comment the line if not wanted
  31. %\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
  32. %\quote{Some quote} % optional, remove / comment the line if not wanted
  33.  
  34. % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
  35. %\makeatletter
  36. %\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
  37. %\makeatother
  38. %\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
  39.  
  40. % bibliography with mutiple entries
  41. %\usepackage{multibib}
  42. %\newcites{book,misc}{{Books},{Others}}
  43. %----------------------------------------------------------------------------------
  44. % content
  45. %----------------------------------------------------------------------------------
  46. \begin{document}
  47. %\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
  48. %----- resume ---------------------------------------------------------
  49. \makecvtitle
  50.  
  51. %\small{small description}
  52.  
  53. \section{Work History}
  54.  
  55. \vspace{6pt}
  56.  
  57. \begin{itemize}
  58.  
  59. \item{\cventry{November 2018 -- Present}{Consultant}{Self-Employed}{Los Angeles, CA}{}{\vspace{3pt}I consult mathematics in enterprise humanitarian initiatives. This is vague to be compliant.}}
  60.  
  61. \vspace{6pt}
  62.  
  63. \item{\cventry{May 2018 -- October 2018}{Director of Research and Development}{Restless Nites LLC}{Los Angeles, CA}{}{\vspace{3pt}Built Progressive Web App - eCommerce platform for managing, buying/selling, promoting tickets to nightlife events in multiple cities.}}
  64.  
  65. \vspace{6pt}
  66. \item{\cventry{September 2017 -- October 2018}{Co-Founder / COO}{Endorsify LLC}{Santa Monica, CA}{}{\vspace{3pt}Built a startup around standardizing a machine-learning based approach at standardizing influencer marketing. Manager and supervisor of data science division.}}
  67.  
  68. \vspace{6pt}
  69.  
  70. \item{\cventry{November 2017 -- Present}{Founder}{odomojuli, LLC}{Remote}{}{\vspace{3pt}Fully automated eCommerce platform for designer goods made by generative algorithms and machine learning.}}
  71. \vspace{6pt}
  72.  
  73. \item{\cventry{September 2016 -- August 2017}{Mathematician}{RISU USA LLC}{Cupertino, CA}{}{\vspace{3pt}Mathematics teacher and researcher. Specialized in Japanese curriculum.}}
  74.  
  75. \vspace{6pt}
  76.  
  77. \item{\cventry{August 2017 -- October 2018}{Lead Technical Writer}{OpenMined}{Oxford, GB}{}{\vspace{3pt}Private Multi-Party Computation documentation for blockchain-encrypted machine learning.}}
  78. \vspace{6pt}
  79.  
  80. \end{itemize}
  81.  
  82. \section{Education}
  83.  
  84. %\vspace{5pt}
  85.  
  86. %\subsection{Academic Qualifications}
  87.  
  88. \vspace{5pt}
  89.  
  90. \begin{itemize}
  91.  
  92. \item{\cventry{2011 - 2015}{Mathematics}{Santa Clara University}{Santa Clara, CA}{\textit{Bachelor of Science}}{}}
  93. \end{itemize}
  94.  
  95. \vspace{2pt}
  96. \section{Skills}
  97.  
  98. \vspace{3pt}
  99.  
  100. \begin{itemize}
  101.  
  102. \item \textbf{Skills:} I'm not going to grocery list what programming languages I know, what frameworks I've used, or the numerous technologies I've seen come and go over the years. I pick the right tool for the right job.
  103.  
  104. \end{itemize}
  105.  
  106. \section{Cover Letter}
  107.  
  108. \vspace{3pt}
  109.  
  110. \begin{itemize}
  111.  
  112. \item \textbf{Cover Letter:} I prefer to keep my resume to be one-page. This is my cover letter. I am a mathematician. I like problems. I have published research. I'm good at it. I like to keep things simple.
  113.  
  114. \end{itemize}
  115.  
  116. % Publications from a BibTeX file without multibib
  117. % for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  118. % to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  119. \nocite{*}
  120. \bibliographystyle{plain}
  121. \bibliography{publications} % 'publications' is the name of a BibTeX file
  122.  
  123. % Publications from a BibTeX file using the multibib package
  124. %\section{Publications}
  125. %\nocitebook{book1,book2}
  126. %\bibliographystylebook{plain}
  127. %\bibliographybook{publications} % 'publications' is the name of a BibTeX file
  128. %\nocitemisc{misc1,misc2,misc3}
  129. %\bibliographystylemisc{plain}
  130. %\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
  131.  
  132. %----- letter ---------------------------------------------------------
  133.  
  134. \end{document}
Add Comment
Please, Sign In to add comment