fresh-standard / fresh-resume-schema

A rational schema for your résumé or CV.
https://resume.freshstandard.org
MIT License
548 stars 25 forks source link

Educational area and degree #10

Open jordiorlando opened 8 years ago

jordiorlando commented 8 years ago

I am currently a student attending university and I'm trying to convert my jrs resume to the FRESH format. I am a bit confused about the education field: what is the difference between "level" and "degree"? Also, what is "title" used for? I am an Electrical Engineering student working towards my BS, any advice on how I should represent that? Is there an equivalent to jrs's "area" field?

Btw, great work on this whole project, it's fantastic when compared with JSON Resume (no offense to them, jrs is great too!).

hacksalot commented 8 years ago

Hi @D1SC0tech thanks for the note of support and welcome to the FRESH community! The education section will receive some polish in the next version (this week, actually), but here's essentially what the fields mean:

So assuming a Western-style resume, probably the simplest thing for your case would be:

  1. Set title to BSEE.
  2. Set level to some college or in progress (no themes currently display this, so it won't matter yet).
  3. Set degree to Bachelor of Science, Electrical Engineering or whatever your school uses on official letterhead. You could also simply use BSEE here but as you're already using the abbreviation in title, degree can contain the formal statement.
  4. Ignore other fields until the next version of FRESH/FRESCA later this week : )
jordiorlando commented 8 years ago

Wow, fantastic response, thank you! That clears up a lot, and I look forward to the next version!