Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fresh-standard/fresh-resume-schema
A rational schema for your résumé or CV.
https://github.com/fresh-standard/fresh-resume-schema
Last synced: 2 months ago
JSON representation
A rational schema for your résumé or CV.
- Host: GitHub
- URL: https://github.com/fresh-standard/fresh-resume-schema
- Owner: fresh-standard
- License: mit
- Created: 2015-11-19T12:48:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T09:19:57.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T12:37:09.698Z (2 months ago)
- Homepage: https://resume.freshstandard.org
- Size: 63.5 KB
- Stars: 550
- Watchers: 21
- Forks: 25
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-repos - fresh-standard/fresh-resume-schema - A rational schema for your résumé or CV. (Others)
- awesome-starred - fresh-standard/fresh-resume-schema - A rational schema for your résumé or CV. (others)
README
The FRESH Resume Schema
======
*A rational schema for your résumé or CV. Based on [FRESH][f].*The [FRESH résumé schema][fresh] is an open source, standards-friendly,
JSON/YAML-driven format for résumé / CVs and other employment artifacts.- [**View the official FRESH schema document.**][schema]
- [**View a sample FRESH resume.**][exemplar]FRESH is supported natively by [HackMyResume][hmr] and can be trivially
converted to and from the [JSON Resume][jrs] format.## What It Does
FRESCA establishes an optimized, human-readable, computer-friendly
representation for your résumé and career data based on JSON or equivalent
YAML...```js
// Pared-down FRESH/FRESCA resume representation (JSON)
{
"name": "Jane Doe",
"info": { /* Basic info */ },
"contact": { /* Contact information */ },
"location": { /* Location / address */ },
"meta": { /* Resume metadata */ },
"employment": { /* Employment history */ },
"projects": [ /* Project history */ ],
"skills": [ /* Skills and technologies */ ],
"education": { /* Schools, training, certifications */ },
"affiliation": { /* Clubs, groups, and associations */ },
"service": { /* Volunteer, military, civilian service */ },
"disposition": { /* Disposition towards work, relocation, schedule */ },
"writing": [ /* Writing, blogging, and publications */ ],
"reading": [ /* Books and publication a la StackOverflow Careers */ ],
"speaking": [ /* Writing, blogging, and publications */ ],
"governance": [ /* Board memberships, committees, standards groups */ ],
"recognition": [ /* Awards and commendations */ ],
"samples": [ /* Work samples and portfolio pieces */ ],
"social": [ /* Social networking & engagement */ ],
"references": [ /* Candidate references */ ],
"testimonials": [ /* Public candidate testimonials */ ],
"extracurricular": [ /* Interests & hobbies */ ],
"interests": [ /* Interests & hobbies */ ],
"languages": [ /* languages spoken */ ]
}
```...which you can use to generate resumes and other career artifacts in specific
concrete formats (HTML, LaTeX, Markdown, PDF, etc.) as well as enable
21st-century analysis of your resume and career data in a way that's not
possible with traditional, 20th-century resume tools and formats.## Anatomy of a FRESH Resume
FRESH resumes are:
- Text-based.
- Versionable.
- Standards-compliant.
- Human-readable/editable.
- Computer-friendly / easily parsable by tools.
- Built from JSON or equivalent YAML.
- Used to generate specific formats like HTML, PDF, or LaTeX.
- Free from proprietary structures or site- and/or tool-specific lock-in.## License
The FRESH resume schema is licensed under MIT. Go crazy.
[f]: https://freshstandard.org
[hmr]: https://fluentdesk.com/hackmyresume
[fresh]: https://resume.freshstandard.org
[schema]: schema/fresh-resume-schema.json
[cli]: https://www.npmjs.com/package/fluentcv
[fluentcv]: https://fluentdesk.com/fluentcv
[jrs]: http://jsonresume.org
[exemplar]: https://github.com/fluentdesk/jane-q-fullstacker/blob/master/resume/jane-resume.json
[npm]: https://www.npmjs.com/package/fluentcv