It looks from other comments that CVs are slightly different than resumes (I really had no idea, I just thought "resume" was a wording preference in the US), but I'll question your mention of your high school and "classes prépa"… M.Sc. from ENS Lyon >>> whatever high school/prep school you went to. I have recently revamped my resume with one goal of removing unnecessary or irrelevant information. E.g. I removed my st…
> I'll question your mention of your high school and "classes prépa"… M.Sc. from ENS Lyon >>> whatever high school/prep school you went to. It's France, showing off the elitist school you went to is important, even years after graduating.
Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
51–60 of 70 posts
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#52There's a problem with this CV: the publications are not numbered. That's not just a nitpick. It's important. CVs grow to many pages of publications and when you apply for a job people will refer to your publication by number when discussing your CV with one another. I do publication numbering like this: \usepackage{bibentry} %% cventry facility. Use \begin{cventries} and \end{cventries}, %% and in between you do \cv…
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#53Very nice, I like the phrasing of: "Since 2009" instead of 2009 to present, and the fb://username instead of long URL. Mine is on GitHub as well, though in the form of a web service serving JSON objects instead of XeTeX. https://github.com/kurtsiegfried/Resume-Web-Service
`curl -H 'Accept: application/json' http://#{mysite}
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#54If would be great if there was a small comparison with the standard packages (currvita, moderncv). What's similar? What's different? Why writing an own package instead of building upon the existing ones? Just for fun, or are there technical or organizatorial reasons?
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#55You don't want the CV to take the reader's attention from the content and answering the question - "do I want to hire this person?"
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#56Earlier quoted context omitted.
It's a CV, not a resume. In the US, CVs are used largely by academics and researchers in lieu of resumes. In addition to the standard resume stuff (but usually omitting things like "objectives" and "skills"), CVs include your publications, presentations, professional service, products and patents etc., and in some cases grants and teaching experience. All of it. Unlike resumes, CVs can go on as long as needed.
I understand that the length is standard for a CV, but I can't imagine a situation where the third page of any document would change someone's mind about you in consideration for a job, grant, or other opportunity. Wouldn't it still make more sense to distribute a single page with a curated subset of your work, perhaps with a URL to a more exhaustive CV?
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#57There's a problem with this CV: the publications are not numbered. That's not just a nitpick. It's important. CVs grow to many pages of publications and when you apply for a job people will refer to your publication by number when discussing your CV with one another. I do publication numbering like this: \usepackage{bibentry} %% cventry facility. Use \begin{cventries} and \end{cventries}, %% and in between you do \cv…
I'm surprised you say that. We tend to say "The paper from XXXX-YYYY" where XXXX is a year, and YYYY is a conference or journal.
At any rate, numbering is de rigeur.
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#58Since we're all sharing our LaTex resumes: http://www.jedberg.net/hire_jeremy_edberg.html My resume and source code are both on there.
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#593 pages is too many!
I don't understand this sentiment. What am I supposed to do? Even coming into college, my list of significant (and/or self-launched) projects and work experiences were too many to list on a single page alongside my education and list of "skills" (languages mostly). I spent a loooot of time making it look great and utilize space efficiency and I feel like a Chinese foot-binder whenever I get a new job or publish a new…
Re: Show HN: Open-sourcing my CV template [Helvetica, XeTeX, TikZ & Biblatex]
#60Earlier quoted context omitted.
I think you should put journal publications before conference publications, as they are generally regarded as more important.
That depends on field. In most areas of computer science, conferences are more important than journals (journals generally just publish extended conference papers).
I think the standard ordering is: books, chapters, journal articles, strongly refereed conferences, lightly refereed workshops, unrefereed works, dissertation. And numbered! Good grief.