diff --git a/docs/assets/images/classic.png b/docs/assets/images/classic.png index 57e6ecc..ec2fb0f 100644 Binary files a/docs/assets/images/classic.png and b/docs/assets/images/classic.png differ diff --git a/docs/assets/images/engineeringresumes.png b/docs/assets/images/engineeringresumes.png index 2e9bc64..b51fd92 100644 Binary files a/docs/assets/images/engineeringresumes.png and b/docs/assets/images/engineeringresumes.png differ diff --git a/docs/assets/images/moderncv.png b/docs/assets/images/moderncv.png index 203976c..2b99408 100644 Binary files a/docs/assets/images/moderncv.png and b/docs/assets/images/moderncv.png differ diff --git a/docs/assets/images/sb2nov.png b/docs/assets/images/sb2nov.png index 504c40b..aaa4250 100644 Binary files a/docs/assets/images/sb2nov.png and b/docs/assets/images/sb2nov.png differ diff --git a/examples/John_Doe_ClassicTheme_CV.pdf b/examples/John_Doe_ClassicTheme_CV.pdf index 181850c..84cf5c3 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_ClassicTheme_CV.yaml b/examples/John_Doe_ClassicTheme_CV.yaml index 31273da..f5e35c2 100644 --- a/examples/John_Doe_ClassicTheme_CV.yaml +++ b/examples/John_Doe_ClassicTheme_CV.yaml @@ -42,10 +42,10 @@ cv: Theory' experience: - company: Apple - position: Software Engineer, Intern + position: Software Engineer location: Cupertino, CA - start_date: 2004-06 - end_date: 2004-08 + start_date: 2005-06 + end_date: 2007-08 highlights: - Reduced time to render the user's buddy list by 75% by implementing a prediction algorithm @@ -69,7 +69,7 @@ cv: position: Head Teaching Assistant location: Philadelphia, PA start_date: 2001-10 - end_date: 2005-05 + end_date: 2003-05 highlights: - Implemented a user interface for the VS open file switcher (ctrl-tab) and extended it to tool windows diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.pdf b/examples/John_Doe_EngineeringresumesTheme_CV.pdf index 5e4bee2..d6e5ad9 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 b915054..43c3b85 100644 --- a/examples/John_Doe_EngineeringresumesTheme_CV.yaml +++ b/examples/John_Doe_EngineeringresumesTheme_CV.yaml @@ -42,10 +42,10 @@ cv: Theory' experience: - company: Apple - position: Software Engineer, Intern + position: Software Engineer location: Cupertino, CA - start_date: 2004-06 - end_date: 2004-08 + start_date: 2005-06 + end_date: 2007-08 highlights: - Reduced time to render the user's buddy list by 75% by implementing a prediction algorithm @@ -69,7 +69,7 @@ cv: position: Head Teaching Assistant location: Philadelphia, PA start_date: 2001-10 - end_date: 2005-05 + end_date: 2003-05 highlights: - Implemented a user interface for the VS open file switcher (ctrl-tab) and extended it to tool windows diff --git a/examples/John_Doe_ModerncvTheme_CV.pdf b/examples/John_Doe_ModerncvTheme_CV.pdf index 0ce8bc3..a3d0daf 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_ModerncvTheme_CV.yaml b/examples/John_Doe_ModerncvTheme_CV.yaml index 704dc46..8258e72 100644 --- a/examples/John_Doe_ModerncvTheme_CV.yaml +++ b/examples/John_Doe_ModerncvTheme_CV.yaml @@ -42,10 +42,10 @@ cv: Theory' experience: - company: Apple - position: Software Engineer, Intern + position: Software Engineer location: Cupertino, CA - start_date: 2004-06 - end_date: 2004-08 + start_date: 2005-06 + end_date: 2007-08 highlights: - Reduced time to render the user's buddy list by 75% by implementing a prediction algorithm @@ -69,7 +69,7 @@ cv: position: Head Teaching Assistant location: Philadelphia, PA start_date: 2001-10 - end_date: 2005-05 + end_date: 2003-05 highlights: - Implemented a user interface for the VS open file switcher (ctrl-tab) and extended it to tool windows diff --git a/examples/John_Doe_Sb2novTheme_CV.pdf b/examples/John_Doe_Sb2novTheme_CV.pdf index eb4a014..87729a7 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.yaml b/examples/John_Doe_Sb2novTheme_CV.yaml index d3261bc..d132207 100644 --- a/examples/John_Doe_Sb2novTheme_CV.yaml +++ b/examples/John_Doe_Sb2novTheme_CV.yaml @@ -42,10 +42,10 @@ cv: Theory' experience: - company: Apple - position: Software Engineer, Intern + position: Software Engineer location: Cupertino, CA - start_date: 2004-06 - end_date: 2004-08 + start_date: 2005-06 + end_date: 2007-08 highlights: - Reduced time to render the user's buddy list by 75% by implementing a prediction algorithm @@ -69,7 +69,7 @@ cv: position: Head Teaching Assistant location: Philadelphia, PA start_date: 2001-10 - end_date: 2005-05 + end_date: 2003-05 highlights: - Implemented a user interface for the VS open file switcher (ctrl-tab) and extended it to tool windows diff --git a/rendercv/data_models.py b/rendercv/data_models.py index 8c96a98..f89421a 100644 --- a/rendercv/data_models.py +++ b/rendercv/data_models.py @@ -1495,9 +1495,9 @@ def get_a_sample_data_model( "experience": [ ExperienceEntry( company="Apple", - position="Software Engineer, Intern", - start_date="2004-06", - end_date="2004-08", + position="Software Engineer", + start_date="2005-06", + end_date="2007-08", location="Cupertino, CA", highlights=[ ( @@ -1537,7 +1537,7 @@ def get_a_sample_data_model( company="University of Pennsylvania", position="Head Teaching Assistant", start_date="2001-10", - end_date="2005-05", + end_date="2003-05", location="Philadelphia, PA", highlights=[ (