data_models: fix sample data examples

This commit is contained in:
Sina Atalay 2024-05-31 20:03:45 +03:00
parent f4bfa5fe68
commit 8ee2b76a8d
13 changed files with 20 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

After

Width:  |  Height:  |  Size: 520 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 KiB

After

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 KiB

After

Width:  |  Height:  |  Size: 603 KiB

View File

@ -42,10 +42,10 @@ cv:
Theory' Theory'
experience: experience:
- company: Apple - company: Apple
position: Software Engineer, Intern position: Software Engineer
location: Cupertino, CA location: Cupertino, CA
start_date: 2004-06 start_date: 2005-06
end_date: 2004-08 end_date: 2007-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% - Reduced time to render the user's buddy list by 75%
by implementing a prediction algorithm by implementing a prediction algorithm
@ -69,7 +69,7 @@ cv:
position: Head Teaching Assistant position: Head Teaching Assistant
location: Philadelphia, PA location: Philadelphia, PA
start_date: 2001-10 start_date: 2001-10
end_date: 2005-05 end_date: 2003-05
highlights: highlights:
- Implemented a user interface for the VS open file - Implemented a user interface for the VS open file
switcher (ctrl-tab) and extended it to tool windows switcher (ctrl-tab) and extended it to tool windows

View File

@ -42,10 +42,10 @@ cv:
Theory' Theory'
experience: experience:
- company: Apple - company: Apple
position: Software Engineer, Intern position: Software Engineer
location: Cupertino, CA location: Cupertino, CA
start_date: 2004-06 start_date: 2005-06
end_date: 2004-08 end_date: 2007-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% - Reduced time to render the user's buddy list by 75%
by implementing a prediction algorithm by implementing a prediction algorithm
@ -69,7 +69,7 @@ cv:
position: Head Teaching Assistant position: Head Teaching Assistant
location: Philadelphia, PA location: Philadelphia, PA
start_date: 2001-10 start_date: 2001-10
end_date: 2005-05 end_date: 2003-05
highlights: highlights:
- Implemented a user interface for the VS open file - Implemented a user interface for the VS open file
switcher (ctrl-tab) and extended it to tool windows switcher (ctrl-tab) and extended it to tool windows

View File

@ -42,10 +42,10 @@ cv:
Theory' Theory'
experience: experience:
- company: Apple - company: Apple
position: Software Engineer, Intern position: Software Engineer
location: Cupertino, CA location: Cupertino, CA
start_date: 2004-06 start_date: 2005-06
end_date: 2004-08 end_date: 2007-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% - Reduced time to render the user's buddy list by 75%
by implementing a prediction algorithm by implementing a prediction algorithm
@ -69,7 +69,7 @@ cv:
position: Head Teaching Assistant position: Head Teaching Assistant
location: Philadelphia, PA location: Philadelphia, PA
start_date: 2001-10 start_date: 2001-10
end_date: 2005-05 end_date: 2003-05
highlights: highlights:
- Implemented a user interface for the VS open file - Implemented a user interface for the VS open file
switcher (ctrl-tab) and extended it to tool windows switcher (ctrl-tab) and extended it to tool windows

Binary file not shown.

View File

@ -42,10 +42,10 @@ cv:
Theory' Theory'
experience: experience:
- company: Apple - company: Apple
position: Software Engineer, Intern position: Software Engineer
location: Cupertino, CA location: Cupertino, CA
start_date: 2004-06 start_date: 2005-06
end_date: 2004-08 end_date: 2007-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% - Reduced time to render the user's buddy list by 75%
by implementing a prediction algorithm by implementing a prediction algorithm
@ -69,7 +69,7 @@ cv:
position: Head Teaching Assistant position: Head Teaching Assistant
location: Philadelphia, PA location: Philadelphia, PA
start_date: 2001-10 start_date: 2001-10
end_date: 2005-05 end_date: 2003-05
highlights: highlights:
- Implemented a user interface for the VS open file - Implemented a user interface for the VS open file
switcher (ctrl-tab) and extended it to tool windows switcher (ctrl-tab) and extended it to tool windows

View File

@ -1495,9 +1495,9 @@ def get_a_sample_data_model(
"experience": [ "experience": [
ExperienceEntry( ExperienceEntry(
company="Apple", company="Apple",
position="Software Engineer, Intern", position="Software Engineer",
start_date="2004-06", start_date="2005-06",
end_date="2004-08", end_date="2007-08",
location="Cupertino, CA", location="Cupertino, CA",
highlights=[ highlights=[
( (
@ -1537,7 +1537,7 @@ def get_a_sample_data_model(
company="University of Pennsylvania", company="University of Pennsylvania",
position="Head Teaching Assistant", position="Head Teaching Assistant",
start_date="2001-10", start_date="2001-10",
end_date="2005-05", end_date="2003-05",
location="Philadelphia, PA", location="Philadelphia, PA",
highlights=[ highlights=[
( (