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'
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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=[
|
||||||
(
|
(
|
||||||
|
|