Update plain_text_resume.yaml

This commit is contained in:
Federico 2024-08-10 15:25:21 +01:00 committed by GitHub
parent b0e49c39f1
commit 9dc368d0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,105 +1,91 @@
{ personalInformation:
"personalInformation": { name: "[Your name]"
"name": "[Your name]", surname: "[Your surname]"
"surname": "[Your surname]", dateOfBirth: "[Your Date of Birth]"
"dateOfBirth": "[Your Date of Birth]", country: "[Your country]"
"country": "[Your country]", city: "[Your city]"
"city": "[Your city]", address: "[Your address]"
"address": "[Your address]", phonePrefix: "[Your phone number prefix]"
"phonePrefix": "[Your phone number prefix]", phone: "[Your phone number]"
"phone": "[Your phone number]", email: "[Your email]"
"email": "[Your email]", github: "[Link]"
"github": "[Link]", linkedin: "[Link]"
"linkedin": "[Link]"
}, selfIdentification:
"selfIdentification": { gender: "[Specific gender identification]"
"gender": "[Specific gender identification]", pronouns: "[Your Pronouns]"
"pronouns": "[Your Pronouns]", veteran: "[Yes/No]"
"veteran": "[Yes/No]", disability: "[Yes/No]"
"disability": "[Yes/No]", ethnicity: "[Specify ethnicity]"
"ethnicity": "[Specify ethnicity]"
}, legalAuthorization:
"legalAuthorization": { euWorkAuthorization: "[Yes/No]"
"euWorkAuthorization": "[Yes/No]", usWorkAuthorization: "[Yes/No]"
"usWorkAuthorization": "[Yes/No]", requiresUsVisa: "[Yes/No]"
"requiresUsVisa": "[Yes/No]", legallyAllowedToWorkInUs: "[Yes/No]"
"legallyAllowedToWorkInUs": "[Yes/No]", requiresUsSponsorship: "[Yes/No]"
"requiresUsSponsorship": "[Yes/No]", requiresEuVisa: "[Yes/No]"
"requiresEuVisa": "[Yes/No]", legallyAllowedToWorkInEu: "[Yes/No]"
"legallyAllowedToWorkInEu": "[Yes/No]", requiresEuSponsorship: "[Yes/No]"
"requiresEuSponsorship": "[Yes/No]"
}, workPreferences:
"workPreferences": { remoteWork: "[Yes/No]"
"remoteWork": "[Yes/No]", inPersonWork: "[Yes/No]"
"inPersonWork": "[Yes/No]", openToRelocation: "[Yes/No]"
"openToRelocation": "[Yes/No]", willingToCompleteAssessments: "[Yes/No]"
"willingToCompleteAssessments": "[Yes/No]", willingToUndergoDrugTests: "[Yes/No]"
"willingToUndergoDrugTests": "[Yes/No]", willingToUndergoBackgroundChecks: "[Yes/No]"
"willingToUndergoBackgroundChecks": "[Yes/No]"
}, educationDetails:
"educationDetails": [ - degree: "[Bachelor's/Master's/Ph.D.]"
{ university: "[Name of University]"
"degree": "[Bachelor's/Master's/Ph.D.]", gpa: "[Your GPA]"
"university": "[Name of University]", graduationYear: "[Year of Graduation]"
"gpa": "[Your GPA]", fieldOfStudy: "[Your Field of Study]"
"graduationYear": "[Year of Graduation]", skillsAcquired:
"fieldOfStudy": "[Your Field of Study]", blockchain: "[Years]"
"skillsAcquired": { iot: "[Years]"
"blockchain": "[Years]", python: "[Years]"
"iot": "[Years]",
"python": "[Years]" experienceDetails:
} - position: "[Job Title]"
} company: "[Company Name]"
], employmentPeriod: "[Month, Year] - [Month, Year]"
"experienceDetails": [ location: "[City, Country]"
{ industry: "[Industry of the Company]"
"position": "[Job Title]", keyResponsibilities:
"company": "[Company Name]", responsibility1: "[Description of responsibility1]"
"employmentPeriod": "[Month, Year] - [Month, Year]", responsibility2: "[Description of responsibility1]"
"location": "[City, Country]", responsibility3: "[Description of responsibility1]"
"industry": "[Industry of the Company]", skillsAcquired:
"keyResponsibilities": { php: "[Years]"
"responsibility1": "[Years]", python: "[Years]"
"responsibility2": "[Years]", leadership: "[Years]"
"responsibility3": "[Years]" problemSolving: "[Years]"
}, criticalThinking: "[Years]"
"skillsAcquired": { adaptability: "[Years]"
"php": "[Years]", perfectionism: "[Years]"
"python": "[Years]",
"leadership": "[Years]", projects:
"problemSolving": "[Years]", project1: "[Description of significant projects you've worked on + if available repo link]"
"criticalThinking": "[Years]", project2: "[Description of significant projects you've worked on + if available repo link]"
"adaptability": "[Years]",
"perfectionism": "[Years]" availability:
} noticePeriod: "[Specify notice period]"
}
], salaryExpectations:
"projects": { salaryRangeUSD: "[Specify your salary expectations in USD]"
"project1": "[Description of significant projects you've worked on + if available repo link]",
"project2": "[Description of significant projects you've worked on + if available repo link]" certifications:
}, - "[Certification 1]"
"availability": { - "[Certification 2]"
"noticePeriod": "[Specify notice period]" - "[Certification 3]"
},
"salaryExpectations": { languages:
"salaryRangeUSD": "[Specify your salary expectations in USD]" - language: "Italian"
}, proficiency: "Native"
"certifications": [ - language: "English"
"[Certification 1]", proficiency: "Professional"
"[Certification 2]",
"[Certification 3]" interests:
], - "[List any hobbies or interests relevant to your professional profile]"
"languages": [
{
"language": "Italian",
"proficiency": "Native"
},
{
"language": "English",
"proficiency": "Professional"
}
],
"interests": [
"[List any hobbies or interests relevant to your professional profile]"
]
}