Merge pull request #331 from feder-cr/main

v3
This commit is contained in:
Federico 2024-09-09 13:14:37 +02:00 committed by GitHub
commit 9ef928569b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 154 additions and 126 deletions

View file

@ -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