Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. %----------------------------------------------------------------------------------------
  2. % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
  3. %----------------------------------------------------------------------------------------
  4.  
  5. documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
  6. % moderncv contiene anche i simboli del telefono, dell'email ecc
  7.  
  8. moderncvstyle{classic} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
  9. % L'opzione classic permette di inserire le informazioni personali (data di nascita, indirizzo, telefono, email) in alto a destr, accanto alla foto.
  10.  
  11. moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
  12.  
  13. %usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
  14.  
  15. usepackage[scale=0.75]{geometry} % Reduce document margins
  16. %setlength{hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
  17. %setlength{makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
  18.  
  19. newsavebox{skypeicon}
  20. savebox{skypeicon}{includegraphics[height=.8baselineskip]{skypefig}}
  21. newcommand{skypesocialsymbol}{usebox{skypeicon}}
  22. % Questo blocco di istruzioni serve per inserire il simbolo di Skype
  23.  
  24. usepackage{xspace}
  25. newcommand{MATLAB}{textsc{Matlab}xspace}
  26. % Questo blocco di istruzioni serve per inserire il simbolo di MATLAB
  27.  
  28. %----------------------------------------------------------------------------------------
  29. % NAME AND CONTACT INFORMATION SECTION
  30. %----------------------------------------------------------------------------------------
  31.  
  32. firstname{G} % Your first name
  33. familyname{A} % Your last name
  34.  
  35.  
  36. %----------------------------------------------------------------------------------------
  37.  
  38. begin{document}
  39.  
  40.  
  41. %----------------------------------------------------------------------------------------
  42. % CURRICULUM VITAE
  43. %----------------------------------------------------------------------------------------
  44.  
  45. makecvtitle % Print the CV title
  46.  
  47.  
  48. %----------------------------------------------------------------------------------------
  49. % CAMPI DI INTERESSE
  50. %----------------------------------------------------------------------------------------
  51.  
  52. section{Occupational Field}
  53.  
  54. cvitem{}{
  55. Academic and research field
  56. }
  57.  
  58. %----------------------------------------------------------------------------------------
  59. % EDUCATION SECTION
  60. %----------------------------------------------------------------------------------------
  61.  
  62. section{Education and Training}
  63.  
  64. cventry{}{Master's degree in robotics and automation engineering}{(in progress), University of Pisa}{Pisa (PI), Italy}{}
  65. {
  66. begin{itemize}
  67. item Extracurricular exam: biomechanics of human motion (bionics engineering)
  68. end{itemize}
  69. }
  70. {}
  71. cventry{}{Bachelor's degree in biomedical engineering (industrial curriculum)}{University of Pisa}{Pisa (PI), Italy}{textit{1}}
  72. {
  73. begin{itemize}
  74. item Thesis: Reconfigurable electrochemical biosensor; it can be used in three different measurements modes (amperometric, potentiometric, electrochemical impedance spectroscopy)
  75. end{itemize}
  76. }{}
  77. cventry{}{High school diploma (classical studies)}{Liceo Classico G. Fortunato}{Italy}{textit{1}}
  78. {
  79. %begin{itemize}
  80. %item Tesi: La Natura.
  81. %item Materie: Latino, Greco, Inglese, Biologia, Chimica, Scienze Naturali, Fisica, Matematica, Storia, Geografia, Italiano.
  82. %end{itemize}
  83. }{}
  84.  
  85.  
  86. %----------------------------------------------------------------------------------------
  87. % COMPUTER SKILLS SECTION
  88. %----------------------------------------------------------------------------------------
  89. newpage % vado in una nuova pagina, altrimenti a pag 1 compare solo "Competenze informatiche" ed il resto è a pag 2
  90. section{Computer Skills}
  91.  
  92. cvitem{}{C++, Atmel ATXMEGA256A3BU Microcontroller and Atmel Studio, LTspice, MATLAB, Wolfram Mathematica, COMSOL Multiphysics (Structural Mechanics Module, Fluid Dynamics Module, Heat Transfer Module, Deformed Mesh Module, Material Library, Fluid-Structure Interaction), LaTeX, Microsoft Windows, Microsoft Office.}
  93.  
  94.  
  95. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement