data_models: fix sample data examples
Before Width: | Height: | Size: 519 KiB After Width: | Height: | Size: 520 KiB |
Before Width: | Height: | Size: 585 KiB After Width: | Height: | Size: 586 KiB |
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 416 KiB |
Before Width: | Height: | Size: 604 KiB After Width: | Height: | Size: 603 KiB |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=[
|
||||
(
|
||||
|
|