Giter Club home page Giter Club logo

cv's Introduction

Banner

simple CV

Import

\usepackage{simplecv}

Name

\name{<Your Name>}

Important

Replace values wrapped in < and > signs with your actual data.

Note

Please do not add a space after{ or } symbols in commands. For example use \name{Sajed Zarinpor} instead of \name{ Sajed zarinpour }

Contact information

\contactInfo{<Location>}{<Phone>}{<Email>}{<LinkedIn>}

Education

\eduEntry{<Start Year> - <End Year>}{<University Name>}{<Degree>}{<Thesis title>}

Experience

\expEntry{<Start Date> - <End Date>}{<Job Title>}{<Company>}{<Location>}
{
	\explist{ 
		item 1;
		%
		item 2;
		%
		item 3
	}
	
	\skills{item1, item2}
}

Tip

Entries to \explist are divided by ;. If you wish to separate them in your code, use % so it will not interrupt the command and remain readable. Do not add ; at the end of the last entry

Tip

In my opinion, including the skills used in a job here in your job entry is good practice.

Research & Interests

\interestslist{item1, item2, item3}

Warning

Note that this list uses the , sign to separate items.

Schools & Conferences

\confEntry{<Date>}{<Title>}{<Host>}

languages

\languageEnry{<Language>}{<Profiecency>}

Tip

If you wish, you can use https://europass.cedefop.europa.eu/resources/european-language-levels-cefr chart. If you did that, use the following command.

\selfAssessedEng{<Listening>}{<Reading>}{<Spoken Interaction>}{<Spoken Production>}{<Writing>}

Skills

\skills{item1, item2, item3}

Warning

Note that this list uses the , sign to separate items.

References

\refEntry{(<Relation>)}{<Title & Name>}{<Associasion>}{<eMail>}{<Address>}

Tip

Try not to include your references occasionally. You can say Available on request in this section. Moreover, I suggest separating your references in another file.

PDF Metadata

Caution

Don't forget to edit lines 29, 30, and 31 in the simplecv.sty file. You shall see the following content.

 \usepackage[
	bookmarks, 
	colorlinks, 
	breaklinks, 
	% ---- FILL IN HERE THE TITLE AND AUTHOR
	pdftitle={Sajed Zarinpour - vita},
	pdfauthor={Sajed Zarinpour},
	pdfproducer={https://github.com/sajed-zarrinpour}
 ]{hyperref}

cv's People

Contributors

sajed-zarrinpour avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.