From 4fb871fb8d04ed25e78d23eb9ea020bd321e5159 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 19 Nov 2023 20:30:20 +0100 Subject: [PATCH] update starting input file --- rendercv/templates/new_input.yaml.j2 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/rendercv/templates/new_input.yaml.j2 b/rendercv/templates/new_input.yaml.j2 index 52deab9..71e010b 100644 --- a/rendercv/templates/new_input.yaml.j2 +++ b/rendercv/templates/new_input.yaml.j2 @@ -1,13 +1,15 @@ cv: name: <> label: Mechanical Engineer - location: Geneva, Switzerland + location: TX, USA email: johndoe@example.com phone: "+33749882538" website: https://example.com social_networks: - network: GitHub username: johndoe + - network: LinkedIn + username: johndoe summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta vitae dolor vel placerat. Class aptent taciti sociosqu ad litora torquent per conubia @@ -32,7 +34,7 @@ cv: url: https://boun.edu.tr area: Mechanical Engineering study_type: BS - location: Istanbul, Turkey + location: Ankara, Türkiye start_date: "2017-09-01" end_date: "2023-01-01" transcript_url: https://example.com @@ -63,7 +65,7 @@ cv: scelerisque, lorem ipsum dolor sit amet. - company: AmIACompany position: Summer Intern - location: Istanbul, Turkey + location: Istanbul, Türkiye url: https://example.com start_date: "2022-06-15" end_date: "2022-08-01" @@ -74,18 +76,18 @@ cv: - Modeled and simulated a metal-forming process deep drawing using finite element analysis with open-source software called CalculiX. academic_projects: - - name: Design and Construction of a Dynamometer - location: Istanbul, Turkey + - name: Design and Construction of a Robot + location: Istanbul, Türkiye date: Fall 2022 highlights: - - Designed and constructed a controllable dynamometer that measures an electric - motor's torque and power output at different speeds for my senior design project. + - Designed and constructed a controllable robot that measures a car's torque and + power output at different speeds for my senior design project. url: https://example.com - - name: Design and Construction of an Automatic Guitar Tuner - location: Istanbul, Turkey + - name: Design and Construction of an Another Robot + location: Istanbul, Türkiye date: Fall 2020 highlights: - - Designed, built, and programmed a microcontroller-based device that tunes a + - Designed, built, and programmed a microcontroller-based device that plays a guitar with DC motors as part of a mechatronics course term project. url: https://example.com publications: @@ -200,10 +202,9 @@ design: top: 0.13 cm bottom: 0.13 cm entry_area: - left: 0.2 cm - right: 0.2 cm + left_and_right: 0.2 cm vertical_between: 0.12 cm highlights_area: top: 0.12 cm left: 0.6 cm - vertical_between_bullet_points: 0.07 cm + vertical_between_bullet_points: 0.07 cm \ No newline at end of file