CV and Experience Letter
Overview:
This section provides a structured template for summarizing an individual's curriculum vitae (CV) and experience letters. It covers key personal details, professional background, skills, achievements, education, and relevant affiliations or awards, enabling a comprehensive assessment of qualifications and career history.
{
"personal_information": {
"name": "string",
"contact": {
"email": "string",
"phone": "string",
"address": "string"
},
"professional_title": "string"
},
"summary_or_objective": "string",
"highlights": {
"skills_and_expertise": [
"string"
],
"performance_highlights": [
"string"
]
},
"professional_experience": [
{
"company_name": "string",
"location": "string",
"duration": "string",
"positions": [
{
"job_title": "string",
"tenure": "string",
"summary": "string or null",
"key_achievements": [
"string"
]
}
]
}
],
"education": [
{
"degree": "string",
"major": "string or null",
"university": "string",
"location": "string or null",
"year_obtained": "string or null"
}
],
"professional_affiliations_and_awards": [
"string"
]
}