diff --git a/docs/assets/images/classic.png b/docs/assets/images/classic.png index ff55877..7f064ba 100644 Binary files a/docs/assets/images/classic.png and b/docs/assets/images/classic.png differ diff --git a/docs/assets/images/classic/bullet_entry.png b/docs/assets/images/classic/bullet_entry.png index 2efa075..88b254c 100644 Binary files a/docs/assets/images/classic/bullet_entry.png and b/docs/assets/images/classic/bullet_entry.png differ diff --git a/docs/assets/images/classic/education_entry.png b/docs/assets/images/classic/education_entry.png index ff3c36e..083a053 100644 Binary files a/docs/assets/images/classic/education_entry.png and b/docs/assets/images/classic/education_entry.png differ diff --git a/docs/assets/images/classic/experience_entry.png b/docs/assets/images/classic/experience_entry.png index a061fb4..eeea2f9 100644 Binary files a/docs/assets/images/classic/experience_entry.png and b/docs/assets/images/classic/experience_entry.png differ diff --git a/docs/assets/images/classic/normal_entry.png b/docs/assets/images/classic/normal_entry.png index afaf975..2191a40 100644 Binary files a/docs/assets/images/classic/normal_entry.png and b/docs/assets/images/classic/normal_entry.png differ diff --git a/docs/assets/images/classic/one_line_entry.png b/docs/assets/images/classic/one_line_entry.png index 631c3ad..304a233 100644 Binary files a/docs/assets/images/classic/one_line_entry.png and b/docs/assets/images/classic/one_line_entry.png differ diff --git a/docs/assets/images/classic/publication_entry.png b/docs/assets/images/classic/publication_entry.png index 218a629..52bbe52 100644 Binary files a/docs/assets/images/classic/publication_entry.png and b/docs/assets/images/classic/publication_entry.png differ diff --git a/docs/assets/images/classic/text_entry.png b/docs/assets/images/classic/text_entry.png index 0cf0161..921a6de 100644 Binary files a/docs/assets/images/classic/text_entry.png and b/docs/assets/images/classic/text_entry.png differ diff --git a/docs/assets/images/engineeringresumes.png b/docs/assets/images/engineeringresumes.png index ca47ee1..a788602 100644 Binary files a/docs/assets/images/engineeringresumes.png and b/docs/assets/images/engineeringresumes.png differ diff --git a/docs/assets/images/engineeringresumes/bullet_entry.png b/docs/assets/images/engineeringresumes/bullet_entry.png index a6380cc..dd4d509 100644 Binary files a/docs/assets/images/engineeringresumes/bullet_entry.png and b/docs/assets/images/engineeringresumes/bullet_entry.png differ diff --git a/docs/assets/images/engineeringresumes/education_entry.png b/docs/assets/images/engineeringresumes/education_entry.png index 3e530b4..5d0b5fb 100644 Binary files a/docs/assets/images/engineeringresumes/education_entry.png and b/docs/assets/images/engineeringresumes/education_entry.png differ diff --git a/docs/assets/images/engineeringresumes/experience_entry.png b/docs/assets/images/engineeringresumes/experience_entry.png index 002bef6..5361dd7 100644 Binary files a/docs/assets/images/engineeringresumes/experience_entry.png and b/docs/assets/images/engineeringresumes/experience_entry.png differ diff --git a/docs/assets/images/engineeringresumes/normal_entry.png b/docs/assets/images/engineeringresumes/normal_entry.png index 8622eed..f188aec 100644 Binary files a/docs/assets/images/engineeringresumes/normal_entry.png and b/docs/assets/images/engineeringresumes/normal_entry.png differ diff --git a/docs/assets/images/engineeringresumes/one_line_entry.png b/docs/assets/images/engineeringresumes/one_line_entry.png index 826940f..9155c81 100644 Binary files a/docs/assets/images/engineeringresumes/one_line_entry.png and b/docs/assets/images/engineeringresumes/one_line_entry.png differ diff --git a/docs/assets/images/engineeringresumes/publication_entry.png b/docs/assets/images/engineeringresumes/publication_entry.png index 3fd2ec6..5569035 100644 Binary files a/docs/assets/images/engineeringresumes/publication_entry.png and b/docs/assets/images/engineeringresumes/publication_entry.png differ diff --git a/docs/assets/images/engineeringresumes/text_entry.png b/docs/assets/images/engineeringresumes/text_entry.png index 4c8a878..42085a7 100644 Binary files a/docs/assets/images/engineeringresumes/text_entry.png and b/docs/assets/images/engineeringresumes/text_entry.png differ diff --git a/docs/update_rendercv_files.py b/docs/update_rendercv_files.py index d66defa..871e95b 100644 --- a/docs/update_rendercv_files.py +++ b/docs/update_rendercv_files.py @@ -257,6 +257,10 @@ def generate_examples(): """Generate example YAML and PDF files.""" examples_directory_path = pathlib.Path(__file__).parent.parent / "examples" + # check if the examples directory exists, if not create it + if not examples_directory_path.exists(): + examples_directory_path.mkdir() + os.chdir(examples_directory_path) themes = dm.available_themes for theme in themes: @@ -313,7 +317,7 @@ def update_index(): if __name__ == "__main__": - generate_entry_figures() + # generate_entry_figures() generate_examples() generate_schema() update_index() diff --git a/examples/John_Doe_ClassicTheme_CV.pdf b/examples/John_Doe_ClassicTheme_CV.pdf index 493f2e1..3d3352c 100644 Binary files a/examples/John_Doe_ClassicTheme_CV.pdf and b/examples/John_Doe_ClassicTheme_CV.pdf differ diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.pdf b/examples/John_Doe_EngineeringresumesTheme_CV.pdf index 4e3891e..bbdc874 100644 Binary files a/examples/John_Doe_EngineeringresumesTheme_CV.pdf and b/examples/John_Doe_EngineeringresumesTheme_CV.pdf differ diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.yaml b/examples/John_Doe_EngineeringresumesTheme_CV.yaml index c9342e6..5653293 100644 --- a/examples/John_Doe_EngineeringresumesTheme_CV.yaml +++ b/examples/John_Doe_EngineeringresumesTheme_CV.yaml @@ -119,12 +119,12 @@ design: theme: engineeringresumes font_size: 10pt page_size: letterpaper - color: '#004f90' - disable_page_numbering: false + color: black + disable_page_numbering: true page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES - show_last_updated_date: true + show_last_updated_date: false header_font_size: 25 pt - text_alignment: justified + text_alignment: left-aligned margins: page: top: 2 cm diff --git a/examples/John_Doe_ModerncvTheme_CV.pdf b/examples/John_Doe_ModerncvTheme_CV.pdf index 37926bc..10a7d60 100644 Binary files a/examples/John_Doe_ModerncvTheme_CV.pdf and b/examples/John_Doe_ModerncvTheme_CV.pdf differ diff --git a/examples/John_Doe_Sb2NovTheme_CV.pdf b/examples/John_Doe_Sb2NovTheme_CV.pdf index c218359..a81b7a3 100644 Binary files a/examples/John_Doe_Sb2NovTheme_CV.pdf and b/examples/John_Doe_Sb2NovTheme_CV.pdf differ diff --git a/examples/John_Doe_Sb2novTheme_CV.pdf b/examples/John_Doe_Sb2novTheme_CV.pdf deleted file mode 100644 index 8030e66..0000000 Binary files a/examples/John_Doe_Sb2novTheme_CV.pdf and /dev/null differ diff --git a/examples/John_Doe_Sb2novTheme_CV.yaml b/examples/John_Doe_Sb2novTheme_CV.yaml deleted file mode 100644 index db9cfdc..0000000 --- a/examples/John_Doe_Sb2novTheme_CV.yaml +++ /dev/null @@ -1,148 +0,0 @@ -cv: - name: John Doe - location: Your Location - email: youremail@yourdomain.com - phone: tel:+90-541-999-99-99 - website: https://yourwebsite.com/ - social_networks: - - network: LinkedIn - username: yourusername - - network: GitHub - username: yourusername - sections: - summary: - - This is an example resume to showcase the capabilities of the open-source - LaTeX CV generator, [RenderCV](https://github.com/sinaatalay/rendercv). A - substantial part of the content is taken from [here](https://www.careercup.com/resume), - where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**. - education: - - institution: University of Pennsylvania - area: Computer Science - degree: BS - start_date: 2000-09 - end_date: 2005-05 - highlights: - - 'GPA: 3.9/4.0 ([Transcript](https://example.com))' - - '**Coursework:** Software Foundations, Computer Architecture, Algorithms, - Artificial Intelligence, Comparison of Learning Algorithms, Computational - Theory.' - experience: - - company: Apple Computer - position: Software Engineer, Intern - location: CA, USA - start_date: 2004-06 - end_date: 2004-08 - highlights: - - Reduced time to render the user's buddy list by 75% by implementing a - prediction algorithm. - - Implemented iChat integration with OS X Spotlight Search by creating a - tool that extracts metadata from saved chat transcripts and provides metadata - to a system-wide search database. - - Redesigned chat file format and implemented backward compatibility for - search. - - company: Microsoft Corporation - position: Lead Student Ambassador - location: WA, USA - start_date: 2003-09 - end_date: 2005-04 - highlights: - - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10 - - 15 Student Ambassadors. - - 'Created and taught a computer science course, CSE 099: Software Design - and Development.' - - company: University of Pennsylvania - position: Head Teaching Assistant - location: PA, USA - start_date: 2001-10 - end_date: 2005-05 - highlights: - - Implemented a user interface for the VS open file switcher (ctrl-tab) - and extended it to tool windows. - - Created a service to provide gradient across VS and VS add-ins. Optimized - service via caching. - - Programmer Productivity Research Center (Summers 2001, 2002) - - 'Built app to compute the similarity of all methods in a code base, reduced - time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. ' - - Created a test case generation tool that creates random XML docs from - XML Schema. - - company: Microsoft Corporation - position: Software Design Engineer, Intern - location: WA, USA - start_date: 2003-06 - end_date: 2003-08 - highlights: - - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10 - - 15 Student Ambassadors. - publications: - - title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis - of No-Insulation Coils - authors: - - Albert Smith - - John Doe - - Jane Derry - - Harry Tom - - Anotherfirstname Andsurname - doi: 10.1109/TASC.2023.3340648 - date: 2004-01 - projects: - - name: Multi-User Drawing Tool - date: '2004' - highlights: - - Developed an electronic classroom where multiple users can view and simultaneously - draw on a "chalkboard" with each person's edits synchronized. - - Used C++ and MFC. - - name: Synchronized Calendar - start_date: 2003 - end_date: 2004 - highlights: - - Developed a desktop calendar with globally shared and synchronized calendars, - allowing users to schedule meetings with other users. - - Used C#.NET, SQL, and XML. - - name: Operating System - date: '2002' - highlights: - - Developed a UNIX-style OS with a scheduler, file system, text editor, - and calculator. - - Used C. - additional_experience_and_awards: - - label: Instructor (2003 - 2005) - details: Taught two full-credit Computer Science courses. - - label: Third Prize, Senior Design Projects - details: Awarded 3rd prize for a synchronized calendar project out of 100 - projects. - technologies: - - label: Languages - details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript - - label: Software - details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder -design: - theme: sb2nov - font_size: 10pt - page_size: letterpaper - color: '#004f90' - disable_page_numbering: false - page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES - show_last_updated_date: true - header_font_size: 24 pt - text_alignment: justified - margins: - page: - top: 2 cm - bottom: 2 cm - left: 2 cm - right: 2 cm - section_title: - top: 0.3 cm - bottom: 0.2 cm - entry_area: - left_and_right: 0.2 cm - vertical_between: 0.2 cm - date_and_location_width: 4.1 cm - highlights_area: - top: 0.10 cm - left: 0.4 cm - vertical_between_bullet_points: 0.10 cm - header: - vertical_between_name_and_connections: 0.3 cm - bottom: 0.3 cm - horizontal_between_connections: 0.5 cm