commit
9ef928569b
4 changed files with 154 additions and 126 deletions
15
README.md
15
README.md
|
|
@ -277,7 +277,8 @@ Each section has specific fields to fill out:
|
|||
- This section outlines your academic background, including degrees earned and relevant coursework.
|
||||
- **degree**: The type of degree obtained (e.g., Bachelor's Degree, Master's Degree).
|
||||
- **university**: The name of the university or institution where you studied.
|
||||
- **gpa**: Your Grade Point Average or equivalent measure of academic performance.
|
||||
- **final_evaluation_grade**: Your Grade Point Average or equivalent measure of academic performance.
|
||||
- **start_date**: The start year of your studies.
|
||||
- **graduation_year**: The year you graduated.
|
||||
- **field_of_study**: The major or focus area of your studies.
|
||||
- **exam**: A list of courses or subjects taken along with their respective grades.
|
||||
|
|
@ -285,11 +286,12 @@ Each section has specific fields to fill out:
|
|||
- Example:
|
||||
```yaml
|
||||
education_details:
|
||||
- degree: "Bachelor's Degree"
|
||||
university: "University of Example"
|
||||
gpa: "3.8/4"
|
||||
graduation_year: "2022"
|
||||
- education_level: "Bachelor's Degree"
|
||||
institution: "University of Example"
|
||||
field_of_study: "Software Engineering"
|
||||
final_evaluation_grade: "4/4"
|
||||
start_date: "2021"
|
||||
year_of_completion: "2023"
|
||||
exam:
|
||||
Algorithms: "A"
|
||||
Data Structures: "B+"
|
||||
|
|
@ -359,7 +361,8 @@ Each section has specific fields to fill out:
|
|||
|
||||
- `certifications:`
|
||||
- Include any professional certifications you have earned.
|
||||
- **certification_name**: The name of the certification.
|
||||
- name: "PMP"
|
||||
description: "Certification for project management professionals, issued by the Project Management Institute (PMI)"
|
||||
|
||||
- Example:
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue