Status: Works Fine (October 2020)
Welcome to JSON Resume Studio - a generator and editor for JSON Resume files.
All the magic happens in your local browser. No registration possible, even if you wanted to. No data stored.
To create a JSON resume file:
See it in action now. Copy a resume from https://gist.github.com/jsnelders/cab89beb9bc0e677ef3f5ec30ef4260b.
Currently developed to use the schema defined at https://jsonresume.org/schema/,
with additional attributes found at https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json.
"url" attributes are current identified as "website" per the published shema at jsonresume.org.
Enjoy!
Name of the organisation you volunteered for.
Role or position title.
Company website.
Date you started work (full date or month and year)
End date (if not current).
Details of your work, responsibilities and achievements. And a little about the company.
Name of the institution (e.g. Massachusetts Institute of Technology).
Discipline or area of interest (e.g. Arts).
Type of study (e.g. Bachelor, Masters, PhD).
Date you started
Date completed study.
Grade Point Average (e.g. 3.67/4.0).
Specify any awards you have received throughout your professional career.
Name of the award (e.g. One of the 100 greatest minds of the century).
When the award was received
Who gave the award (e.g. Time Magazine).
Describe the award and circumstances (e.g. Received for my work with Quantum Physics).
Where have you published articles or work?
Name of the article (e.g. The World Wide Web).
Name of the publication (e.g. IEEE, Computer Magazine).
When it was published.
URL of the publisher or the actual publication.
Details of the article (e.g. Discussion of the World Wide Web, HTTP, HTML.).
List out your professional skill-set.
Name of a particular skill or a group of skills (e.g. Web Development).
Your level of experience (e.g. Master).
List any other languages you speak.
Name of the language (e.g. English, Spanish).
Fluency in the language (e.g. Fluent, Beginner).
Name of the intest (e.g. Philosophy).
List references you have received.
Name of the person (e.g. Don Long).
The reference given by the person (e.g. Joe blogs was a great employee, who turned up to work at least once a week. He exceeded my expectations when it came to doing nothing).
Name of the company or organisation where you worked.
Your role or position title.
Company website.
Date you started in the position.
Date you finished in the position (leave blank if you are still currently in it).
{{$root.sections.basics.label}}
{{$root.displayLocation()}}
{{$root.sections.basics.email}}
{{$root.sections.basics.phone}}
Skills
{{skill.name}}
Languages
{{language.language}}
{{vol.position}}
{{edu.area}}, {{edu.studyType}}
GPA: {{edu.gpa}}
{{award.awarder}}
{{skill.level}}
Paste existing resume JSON and import to continue editing.
Copy the following text in a text file and save it with the exctension ".json" (.e.g resume.json).
Developed by Jason Snelders and Chris Mann.
Source code at https://github.com/chris2fr/profile-studio.