mirror of https://github.com/eyhc1/rendercv.git
rename study_type to degree
This commit is contained in:
parent
23ce1e76dc
commit
861849c63b
|
@ -27,7 +27,7 @@ cv:
|
||||||
- institution: My University
|
- institution: My University
|
||||||
url: https://example.com
|
url: https://example.com
|
||||||
area: Mechanical Engineering
|
area: Mechanical Engineering
|
||||||
study_type: BS
|
degree: BS
|
||||||
location: Geneva, Switzerland
|
location: Geneva, Switzerland
|
||||||
start_date: "2017-09-01"
|
start_date: "2017-09-01"
|
||||||
end_date: "2023-01-01"
|
end_date: "2023-01-01"
|
||||||
|
|
|
@ -27,7 +27,7 @@ cv:
|
||||||
- institution: My University
|
- institution: My University
|
||||||
url: https://example.com
|
url: https://example.com
|
||||||
area: Mechanical Engineering
|
area: Mechanical Engineering
|
||||||
study_type: BS
|
degree: BS
|
||||||
location: Geneva, Switzerland
|
location: Geneva, Switzerland
|
||||||
start_date: "2017-09-01"
|
start_date: "2017-09-01"
|
||||||
end_date: "2023-01-01"
|
end_date: "2023-01-01"
|
||||||
|
|
|
@ -73,7 +73,7 @@ The whole CV consists of these entries. The table below shows what sections of t
|
||||||
institution: Boğaziçi University
|
institution: Boğaziçi University
|
||||||
url: https://boun.edu.tr
|
url: https://boun.edu.tr
|
||||||
area: Mechanical Engineering
|
area: Mechanical Engineering
|
||||||
study_type: BS
|
degree: BS
|
||||||
location: Istanbul, Turkey
|
location: Istanbul, Turkey
|
||||||
start_date: "2017-09-01"
|
start_date: "2017-09-01"
|
||||||
end_date: "2023-01-01"
|
end_date: "2023-01-01"
|
||||||
|
@ -184,7 +184,7 @@ custom_sections:
|
||||||
entries:
|
entries:
|
||||||
- institution: Hop!
|
- institution: Hop!
|
||||||
area: Hop!
|
area: Hop!
|
||||||
study_type: HA
|
degree: HA
|
||||||
highlights:
|
highlights:
|
||||||
- "There are only five types of entries: *EducationEntry*, *ExperienceEntry*,
|
- "There are only five types of entries: *EducationEntry*, *ExperienceEntry*,
|
||||||
*NormalEntry*, *OneLineEntry*, and *PublicationEntry*."
|
*NormalEntry*, *OneLineEntry*, and *PublicationEntry*."
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
K{<<design.margins.entry_area.left_and_right>>}
|
K{<<design.margins.entry_area.left_and_right>>}
|
||||||
R{<<design.date_and_location_width>>}
|
R{<<design.date_and_location_width>>}
|
||||||
}
|
}
|
||||||
\textbf{<<entry.study_type>>}
|
\textbf{<<entry.degree>>}
|
||||||
&
|
&
|
||||||
\textbf{<<entry.institution>>}, <<entry.area>>
|
\textbf{<<entry.institution>>}, <<entry.area>>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue