Curriculum Vitae – Inglese

  • Creatore
    Topic
  • #93294
    Up
    0
    Down
    ::


    Salve ragazzi,
    dovrei scrivere un CV in inglese, che ho già pronto. Ci ho provato in Word ma mi è preso il nervoso, forte quindi dell’esperienza andata a buon fine con la laurea, riprendo ad utilizzare LaTeX.
    Ho già un modello inglese che dovrei riprendere, in soldoni:
    – Nome e cognome in grande a centro pagina con mail e numero di telefono sotto di dimensioni inferiori;
    – una linea che separi;
    – Executive Summary (titolo paragrafetto formattato a sinistra) con una linea più fina sotto che separi il riassunto;
    – … e poi altri paragrafetti simili con titolo e linea sottostante.
    – ultima cosa ogni pagina, e quindi il contenuto, deve essere contenuto in un riquadro generale.

    Potreste cortesemente indicarmi un template o qualcosa del genere dove riversare i dati?

    Molte grazie,
    Simone

Visualizzazione 10 filoni di risposte
  • Autore
    Risposte
    • #93295
      Up
      0
      Down
      ::


      Mi sembra che questo faccia al caso tuo: http://www.latextemplates.com/template/cies-resume-cv

      Altrimenti uno qualunque (a me piacemoltissimo moderncv con lo stile banking, che ha appunto nome grande sopra, dati sotto il nome e sezioni con linea sottostante i titoli) a cui aggiungi una sezione con il riassunto, no? 🙂

    • #93296
      Up
      0
      Down
      ::


      Ciao equilibrismi,
      ti ringrazio della pronta risposta, questo template l’avevo visto in rete solo che ero insoddisfatto per la soluzione centrale in due colonne.

      Invio qualcosa fatta in word.. sotto ogni paragrafetto vorrei una linea più lunga tutto qua…
      Grazie 🙂

      [attachment=960]prova.pdf[/attachment]

      Attachments:
      You must be logged in to view attached files.
    • #93297
      Up
      0
      Down
      ::


      Se guardi il link di moderncv che ti ho messo sopra hai la linea lunga sotto i paragrafi, e per l’Executive Summary basta semplicemente aggiungere un paragrafo intitolato “Executive Summary” 🙂

    • #93298
      Up
      0
      Down
      ::

      equilibrismi” post=92910Se guardi il link di moderncv che ti ho messo sopra hai la linea lunga sotto i paragrafi, e per l’Executive Summary basta semplicemente aggiungere un paragrafo intitolato “Executive Summary” 🙂

      Sì infatti ho visto dopo, scusami 🙂
      Infatti utilizzerò quello poi per la linea sotto il nome-cognome e il riquadro generale farò dopo. Molte grazie sei stato gentilissimo.

      buona serata,
      Simone

      p.s.: oppure se hai il comando che fa il riquadro generale non rompo più 🙂

    • #93299
      Up
      0
      Down
      ::


      L’ho modificato ora dovresti vedere anche il sommario. 😎

      (Insomma è estremamente manipolabile, se dai uno sguardo agli esempi e fai qualche prova te ne accorgi da solo 🙂 )

    • #93300
      Up
      0
      Down
      ::

      equilibrismi” post=92912L’ho modificato ora dovresti vedere anche il sommario. 😎

      (Insomma è estremamente manipolabile, se dai uno sguardo agli esempi e fai qualche prova te ne accorgi da solo 🙂 )

      Grazie 🙂

      ora ti chiedo di più.
      Se riesci a mettere una linea sotto il nome e cognome
      e poi far rientrare tutto il foglio o meglio quanto scritto in un box è tutto perfetto 🙂

      Grazie ancora, anyway molto gentile.

    • #93301
      Up
      0
      Down
      ::


      Ma c’è qualcuno che ti obbliga a mandare un cv inserito in un box o è per piacere personale? Per capire 😀
      Credo comunque che per poterlo fare vada modificato il pacchetto e io non lo so fare…

    • #93302
      Up
      0
      Down
      ::


      No ci mancherebbe era che avevo visto un cv di un mio amico e mi ispirava, tutto qua.

      Intanto butto giù poi vediamo la resa finale.

      grazie tante 🙂

    • #93303
      Up
      0
      Down
      ::


      Aggiungo solo il semplice riquadro finale in allegato a quanto ha gentilmente detto sopra equilibrismi che ringrazio.
      [attachment=961]res5.pdf[/attachment]

      `% LaTeX file for resume
      % This file uses the resume document class (res.cls)

      \documentclass{res}
      %\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
      %\usepackage{newcent} % uses new century schoolbook postscript font
      \newsectionwidth{0pt} % So the text is not indented under section headings
      \setlength{\textheight}{10.2in} % set text height big enough for box
      \topmargin=-.5in % to start box .5in from top of page
      \oddsidemargin=-.5in % to start box .5in from left of page

      \begin{document}

      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      % The following lines define \boxaround, used to draw a box on the page.
      % The parameter is the entire text of the resume. Must fit on one page!
      %
      % \boxaroundhmargin is the left & right margin around the text inside the box.
      % \boxaroundvmargin is the top & bottom margin around the text inside the box.
      % \boxrulethickness controls thickness of line used to draw the box.
      % You can change these 3 things in the lines below:
      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      \newdimen\boxrulethickness\newdimen\boxaroundhmargin\newdimen\boxaroundvmargin
      \boxrulethickness=.5pt %controls thickness of line
      \boxaroundhmargin=35pt % about a half inch
      \boxaroundvmargin=40pt % to fit more text on page, make this smaller
      %%%%%%%%%%%%%%%%%%%%%%%%% Don't read this stuff %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      \hsize=7.5in% \vsize=10.5in % use bigger dimensions for box
      \newbox\MACboxA \newdimen\MACdimenA
      % \borderandboxit is used inside \boxaround:
      \def\borderandboxit#1#2#3{\vbox{\hrule height#2\hbox{\vrule width#2\hskip#1\hskip-#2%
      \vbox{\vskip#1\relax#3\vskip#1}\hskip#1\hskip-#2\vrule width#2}\hrule height#2}}
      %
      \long\def\boxaround#1{\vskip6pt
      {\MACdimenA=\hsize \advance\MACdimenA by-\boxaroundhmargin
      \advance\MACdimenA by-\boxaroundhmargin % once for each side
      \setbox\MACboxA=\hbox to \hsize{\hskip\boxaroundhmargin%\hss
      \vbox{\hsize=\MACdimenA
      \vskip\boxaroundvmargin #1
      \vskip\boxaroundvmargin}\hss}%
      \borderandboxit{0pt}\boxrulethickness{\box\MACboxA}}%
      \vskip2pt plus0pt minus0pt
      }
      %%%%%%%%%%%%%%%%%%% End of \boxaround macro %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

      \boxaround{ % put the text on the page inside a box

      \name{MATTHEW M. PARKER\\[12pt]}
      \address{\bf Present Address\\2174 Seventh Street\\Troy, NY 12180\\
      (518) 272-4460}
      \address{\bf Permanent Address\\241 Park Avenue\\
      New York, NY 01810\\ (212) 742-4937}

      \begin{resume}

      \section{\sl Objective} % with postscript font \sl produces bold italic
      % with default font (CM) \sl produces slanted type
      A summer position in the field of Mechanical Engineering, with
      emphasis on Automation/Robotics

      \section{\sl Education}
      Rensselaer Polytechnic Institute, B.S., Mechanical Engineering,
      expected December 1990

      Bronx High School of Science, Graduated with Honors, June 1987

      \section{\sl Related Experience}
      \begin{ncolumn}{2}
      {\it Student Production Engineer} & 5/89-12/89
      \end{ncolumn}\\
      RCA – Missile and Surface Radar Division, Moorestown, NJ \\
      Involved in prototyping and design of a vision guided robotics
      workcell. Generated robotic workcell equipment planning diagrams,
      software specifications, and integration schematics. Using a CAD
      system, designed end-effectors, fixtures, and parts trays.
      Developed communication protocols between the vision system and
      the robots, and prototyped software to control the assembly
      process of the workcell, which in its entirety includes 2 robots,
      vision system, conveyor system, tray feeders, and various
      sensors.

      \begin{ncolumn}{2}
      {\it Industrial Engineering Trainee} & 5/88-8/88
      \end{ncolumn}\\
      Mattel Toys, Hawthorne, CA \\
      Analyzed the computing needs of the Industrial Engineering
      department, interviewed prospective vendors, evaluated their
      computer hardware and software products, and recommended the
      system that best met the department's requirements. Also
      developed a software program to graphically systemize production
      line flow charts and trained engineers and technicians to use the
      various software.

      \begin{ncolumn}{2}
      {\it Structural Engineering Trainee} & 5/87-8/87
      \end{ncolumn}\\
      S.L.N. \& Associates, New York, NY \\
      Developed user friendly software programs to perform Slope
      Stability Analysis and Retaining Wall Stability Analysis and
      performed on-site inspections to monitor the stability of
      retaining walls.

      \section{\sl Other Experience}
      Pool Attendant, Bronx High School of Science Swimming Pool,
      1985-87

      \section{\sl Honors}
      Dean's List of Distinguished Students \\
      National Honor Society

      \section{\sl Activities}
      Model United Nations Club \\
      Water Polo Club \\
      Rensselaer Christian Community \\
      Campus Life Committee \\
      Intramural Softball, Volleyball \\
      Other interests include: Squash, Sailing, Cycling, and Reading

      \end{resume}

      \vfill} % end the material being boxed.
      \end{document}

      `

      Attachments:
      You must be logged in to view attached files.
    • #93304
      Up
      0
      Down
      ::


      Buongiorno ragazzi,
      al seguente link: questo vorrei possibilmente aggiungere un riquadro intorno alla pagina come ho cercato di fare precedentemente non riuscendovi… Potreste darmi cortesemente una mano, ripeto il codice anche qui senza link, grazie.

      `%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      % “ModernCV” CV and Cover Letter
      % LaTeX Template
      % Version 1.1 (9/12/12)
      %
      % This template has been downloaded from:
      % http://www.LaTeXTemplates.com
      %
      % Original author:
      % Xavier Danaux (xdanaux@gmail.com)
      %
      % License:
      % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
      %
      % Important note:
      % This template requires the moderncv.cls and .sty files to be in the same
      % directory as this .tex file. These files provide the resume style and themes
      % used for structuring the document.
      %
      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

      %—————————————————————————————-
      % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
      %—————————————————————————————-

      \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

      \moderncvstyle{banking} % CV theme – options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
      \moderncvcolor{black} % CV color – options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'

      \usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template

      \usepackage[scale=0.75]{geometry} % Reduce document margins
      %\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
      %\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name

      %—————————————————————————————-
      % NAME AND CONTACT INFORMATION SECTION
      %—————————————————————————————-

      \firstname{John} % Your first name
      \familyname{Smith} % Your last name

      % All information in this block is optional, comment out any lines you don't need
      \title{Curriculum Vitae}
      \address{123 Broadway}{City, State 12345}
      \mobile{(000) 111 1111}
      \phone{(000) 111 1112}
      \fax{(000) 111 1113}
      \email{john@smith.com}
      %\homepage{staff.org.edu/~jsmith}{staff.org.edu/$\sim$jsmith} % The first argument is the url for the clickable link, the second argument is the url displayed in the template – this allows special characters to be displayed such as the tilde in this example
      \extrainfo{additional information}
      \photo[70pt][0.4pt]{pictures/picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
      \quote{“A witty and playful quotation” – John Smith}

      %—————————————————————————————-

      \begin{document}

      \makecvtitle % Print the CV title

      %—————————————————————————————-
      % EDUCATION SECTION
      %—————————————————————————————-

      \section{Education}

      \cventry{2011–2012}{Masters of Commerce}{The University of California}{Berkeley}{\textit{GPA — 8.0}}{First Class Honours} % Arguments not required can be left empty
      \cventry{2007–2010}{Bachelor of Business Studies}{The University of California}{Berkeley}{\textit{GPA — 7.5}}{Specialized in Commerce}

      \section{Masters Thesis}

      \cvitem{Title}{\emph{Money Is The Root Of All Evil — Or Is It?}}
      \cvitem{Supervisors}{Professor James Smith \& Associate Professor Jane Smith}
      \cvitem{Description}{This thesis explored the idea that money has been the cause of untold anguish and suffering in the world. I found that it has, in fact, not.}

      %—————————————————————————————-
      % WORK EXPERIENCE SECTION
      %—————————————————————————————-

      \section{Experience}

      \subsection{Vocational}

      \cventry{2012–Present}{1\textsuperscript{st} Year Analyst}{\textsc{Lehman Brothers}}{Los Angeles}{}{Developed spreadsheets for risk analysis on exotic derivatives on a wide array of commodities (ags, oils, precious and base metals), managed blotter and secondary trades on structured notes, liaised with Middle Office, Sales and Structuring for bookkeeping.
      \newline{}\newline{}
      Detailed achievements:
      \begin{itemize}
      \item Learned how to make amazing coffee
      \item Finally determined the reason for \textsc{PC LOAD LETTER}:
      \begin{itemize}
      \item Paper jam
      \item Software issues:
      \begin{itemize}
      \item Word not sending the correct data to printer
      \item Windows trying to print in letter format
      \end{itemize}
      \item Coffee spilled inside printer
      \end{itemize}
      \item Broke the office record for number of kitten pictures in cubicle
      \end{itemize}}

      %————————————————

      \cventry{2010–2011}{Summer Intern}{\textsc{Lehman Brothers}}{Los Angeles}{}{Rated “truly distinctive” for Analytical Skills and Teamwork.}

      %————————————————

      \subsection{Miscellaneous}

      \cventry{2008–2009}{Computer Repair Specialist}{Buy More}{Burbank}{}{Worked in the Nerd Herd and helped to solve computer problems by asking customers to turn their computers off and on again.}

      %—————————————————————————————-
      % AWARDS SECTION
      %—————————————————————————————-

      \section{Awards}

      \cvitem{2011}{School of Business Postgraduate Scholarship}
      \cvitem{2010}{Top Achiever Award — Commerce}

      %—————————————————————————————-
      % COMPUTER SKILLS SECTION
      %—————————————————————————————-

      \section{Computer skills}

      \cvitem{Basic}{\textsc{java}, Adobe Illustrator}
      \cvitem{Intermediate}{\textsc{python}, \textsc{html}, \LaTeX, OpenOffice, Linux, Microsoft Windows}
      \cvitem{Advanced}{Computer Hardware and Support}

      %—————————————————————————————-
      % COMMUNICATION SKILLS SECTION
      %—————————————————————————————-

      \section{Communication Skills}

      \cvitem{2010}{Oral Presentation at the California Business Conference}
      \cvitem{2009}{Poster at the Annual Business Conference in Oregon}

      %—————————————————————————————-
      % LANGUAGES SECTION
      %—————————————————————————————-

      \section{Languages}

      \cvitemwithcomment{English}{Mothertongue}{}
      \cvitemwithcomment{Spanish}{Intermediate}{Conversationally fluent}
      \cvitemwithcomment{Dutch}{Basic}{Basic words and phrases only}

      %—————————————————————————————-
      % INTERESTS SECTION
      %—————————————————————————————-

      \section{Interests}

      \renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists

      \cvlistdoubleitem{Piano}{Chess}
      \cvlistdoubleitem{Cooking}{Dancing}
      \cvlistitem{Running}

      %—————————————————————————————-
      % COVER LETTER
      %—————————————————————————————-

      % To remove the cover letter, comment out this entire block

      \clearpage

      \recipient{HR Departmnet}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
      \date{\today} % Letter date
      \opening{Dear Sir or Madam,} % Opening greeting
      \closing{Sincerely yours,} % Closing phrase
      \enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents

      \makelettertitle % Print letter title

      \lipsum[1-3] % Dummy text

      \makeletterclosing % Print letter signature

      %—————————————————————————————-

      \end{document}`

    • #93305
      Up
      0
      Down
      ::


      Ok, forse col titolo della discussione la mia richiesta di adesso non è inerente.
      Poverò dopo aver completato il lavoro, di chiedervi una mano aprendo un nuovo topic prossimamente.

      Scusate se ho insistito ed utilizzato il vostro spazio, buona domenica.
      Simone

Visualizzazione 10 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top