correct spelling errors in examples

This commit is contained in:
Sina Atalay 2024-02-24 22:22:36 +01:00
parent fc5a7ff298
commit 22a8d7abf5
6 changed files with 61 additions and 64 deletions

View File

@ -26,16 +26,16 @@ cv:
institution: University of Pennsylvania institution: University of Pennsylvania
area: Computer Science area: Computer Science
degree: BS degree: BS
employment: experience:
- start_date: 2004-06 - start_date: 2004-06
end_date: 2004-08 end_date: 2004-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% by implementing prediction - Reduced time to render the user's buddy list by 75% by implementing a
algorithm. prediction algorithm.
- Implemented iChat integration with OS X Spotlight Search by creating tool - Implemented iChat integration with OS X Spotlight Search by creating a
which extracts metadata from saved chat transcripts and provides metadata tool that extracts metadata from saved chat transcripts and provides metadata
to a system-wide search database. to a system-wide search database.
- Redesigned chat file format and implemented backwards compatibility for - Redesigned chat file format and implemented backward compatibility for
search. search.
location: CA, USA location: CA, USA
company: Apple Computer company: Apple Computer
@ -43,9 +43,9 @@ cv:
- start_date: 2003-09 - start_date: 2003-09
end_date: 2005-04 end_date: 2005-04
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design - 'Created and taught a computer science course, CSE 099: Software Design
and Development.' and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
@ -55,23 +55,21 @@ cv:
highlights: highlights:
- Implemented a user interface for the VS open file switcher (ctrl-tab) - Implemented a user interface for the VS open file switcher (ctrl-tab)
and extended it to tool windows. and extended it to tool windows.
- Created service to provide gradient across VS and VS add-ins. Optimized - Created a service to provide gradient across VS and VS add-ins. Optimized
service via caching. service via caching.
- Programmer Productivity Research Center (Summers 2001, 2002) - Programmer Productivity Research Center (Summers 2001, 2002)
- 'Built app to compute similarity of all methods in a code base, reduced - '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)$. ' time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
- Created test case generation tool which creates random XML docs from XML - Created a test case generation tool that creates random XML docs from
Schema. XML Schema.
location: PA, USA location: PA, USA
company: University of Pennsylvania company: University of Pennsylvania
position: Head Teaching Assistant position: Head Teaching Assistant
- start_date: 2003-06 - start_date: 2003-06
end_date: 2003-08 end_date: 2003-08
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design
and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
position: Software Design Engineer, Intern position: Software Design Engineer, Intern
@ -98,19 +96,20 @@ cv:
highlights: highlights:
- Developed a desktop calendar with globally shared and synchronized calendars, - Developed a desktop calendar with globally shared and synchronized calendars,
allowing users to schedule meetings with other users. allowing users to schedule meetings with other users.
- Used C#.NET, SQL and XML. - Used C#.NET, SQL, and XML.
name: Synchronized Calendar name: Synchronized Calendar
- date: '2002' - date: '2002'
highlights: highlights:
- Developed a UNIX-style OS with scheduler, file system, text editor and - Developed a UNIX-style OS with a scheduler, file system, text editor,
calculator. and calculator.
- Used C. - Used C.
name: Operating System name: Operating System
additional_experience_and_awards: additional_experience_and_awards:
- name: Instructor (2003 - 2005) - name: Instructor (2003 - 2005)
details: Taught two full-credit Computer Science courses. details: Taught two full-credit Computer Science courses.
- name: Third Prize, Senior Design Projects - name: Third Prize, Senior Design Projects
details: Awarded 3rd prize for Synchronized Calendar project, out of 100 projects. details: Awarded 3rd prize for a synchronized calendar project out of 100
projects.
technologies: technologies:
- name: Languages - name: Languages
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
@ -148,4 +147,4 @@ design:
horizontal_between_connections: 0.5 cm horizontal_between_connections: 0.5 cm
theme: classic theme: classic
show_timespan_in: show_timespan_in:
- Employment - Experience

View File

@ -26,16 +26,16 @@ cv:
institution: University of Pennsylvania institution: University of Pennsylvania
area: Computer Science area: Computer Science
degree: BS degree: BS
employment: experience:
- start_date: 2004-06 - start_date: 2004-06
end_date: 2004-08 end_date: 2004-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% by implementing prediction - Reduced time to render the user's buddy list by 75% by implementing a
algorithm. prediction algorithm.
- Implemented iChat integration with OS X Spotlight Search by creating tool - Implemented iChat integration with OS X Spotlight Search by creating a
which extracts metadata from saved chat transcripts and provides metadata tool that extracts metadata from saved chat transcripts and provides metadata
to a system-wide search database. to a system-wide search database.
- Redesigned chat file format and implemented backwards compatibility for - Redesigned chat file format and implemented backward compatibility for
search. search.
location: CA, USA location: CA, USA
company: Apple Computer company: Apple Computer
@ -43,9 +43,9 @@ cv:
- start_date: 2003-09 - start_date: 2003-09
end_date: 2005-04 end_date: 2005-04
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design - 'Created and taught a computer science course, CSE 099: Software Design
and Development.' and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
@ -55,23 +55,21 @@ cv:
highlights: highlights:
- Implemented a user interface for the VS open file switcher (ctrl-tab) - Implemented a user interface for the VS open file switcher (ctrl-tab)
and extended it to tool windows. and extended it to tool windows.
- Created service to provide gradient across VS and VS add-ins. Optimized - Created a service to provide gradient across VS and VS add-ins. Optimized
service via caching. service via caching.
- Programmer Productivity Research Center (Summers 2001, 2002) - Programmer Productivity Research Center (Summers 2001, 2002)
- 'Built app to compute similarity of all methods in a code base, reduced - '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)$. ' time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
- Created test case generation tool which creates random XML docs from XML - Created a test case generation tool that creates random XML docs from
Schema. XML Schema.
location: PA, USA location: PA, USA
company: University of Pennsylvania company: University of Pennsylvania
position: Head Teaching Assistant position: Head Teaching Assistant
- start_date: 2003-06 - start_date: 2003-06
end_date: 2003-08 end_date: 2003-08
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design
and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
position: Software Design Engineer, Intern position: Software Design Engineer, Intern
@ -98,19 +96,20 @@ cv:
highlights: highlights:
- Developed a desktop calendar with globally shared and synchronized calendars, - Developed a desktop calendar with globally shared and synchronized calendars,
allowing users to schedule meetings with other users. allowing users to schedule meetings with other users.
- Used C#.NET, SQL and XML. - Used C#.NET, SQL, and XML.
name: Synchronized Calendar name: Synchronized Calendar
- date: '2002' - date: '2002'
highlights: highlights:
- Developed a UNIX-style OS with scheduler, file system, text editor and - Developed a UNIX-style OS with a scheduler, file system, text editor,
calculator. and calculator.
- Used C. - Used C.
name: Operating System name: Operating System
additional_experience_and_awards: additional_experience_and_awards:
- name: Instructor (2003 - 2005) - name: Instructor (2003 - 2005)
details: Taught two full-credit Computer Science courses. details: Taught two full-credit Computer Science courses.
- name: Third Prize, Senior Design Projects - name: Third Prize, Senior Design Projects
details: Awarded 3rd prize for Synchronized Calendar project, out of 100 projects. details: Awarded 3rd prize for a synchronized calendar project out of 100
projects.
technologies: technologies:
- name: Languages - name: Languages
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript

Binary file not shown.

View File

@ -26,16 +26,16 @@ cv:
institution: University of Pennsylvania institution: University of Pennsylvania
area: Computer Science area: Computer Science
degree: BS degree: BS
employment: experience:
- start_date: 2004-06 - start_date: 2004-06
end_date: 2004-08 end_date: 2004-08
highlights: highlights:
- Reduced time to render the user's buddy list by 75% by implementing prediction - Reduced time to render the user's buddy list by 75% by implementing a
algorithm. prediction algorithm.
- Implemented iChat integration with OS X Spotlight Search by creating tool - Implemented iChat integration with OS X Spotlight Search by creating a
which extracts metadata from saved chat transcripts and provides metadata tool that extracts metadata from saved chat transcripts and provides metadata
to a system-wide search database. to a system-wide search database.
- Redesigned chat file format and implemented backwards compatibility for - Redesigned chat file format and implemented backward compatibility for
search. search.
location: CA, USA location: CA, USA
company: Apple Computer company: Apple Computer
@ -43,9 +43,9 @@ cv:
- start_date: 2003-09 - start_date: 2003-09
end_date: 2005-04 end_date: 2005-04
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design - 'Created and taught a computer science course, CSE 099: Software Design
and Development.' and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
@ -55,23 +55,21 @@ cv:
highlights: highlights:
- Implemented a user interface for the VS open file switcher (ctrl-tab) - Implemented a user interface for the VS open file switcher (ctrl-tab)
and extended it to tool windows. and extended it to tool windows.
- Created service to provide gradient across VS and VS add-ins. Optimized - Created a service to provide gradient across VS and VS add-ins. Optimized
service via caching. service via caching.
- Programmer Productivity Research Center (Summers 2001, 2002) - Programmer Productivity Research Center (Summers 2001, 2002)
- 'Built app to compute similarity of all methods in a code base, reduced - '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)$. ' time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
- Created test case generation tool which creates random XML docs from XML - Created a test case generation tool that creates random XML docs from
Schema. XML Schema.
location: PA, USA location: PA, USA
company: University of Pennsylvania company: University of Pennsylvania
position: Head Teaching Assistant position: Head Teaching Assistant
- start_date: 2003-06 - start_date: 2003-06
end_date: 2003-08 end_date: 2003-08
highlights: highlights:
- Promoted to Lead Student Ambassador in Fall 2004, supervised 10 - 15 Student - Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
Ambassadors. - 15 Student Ambassadors.
- 'Created and taught Computer Science course, CSE 099: Software Design
and Development.'
location: WA, USA location: WA, USA
company: Microsoft Corporation company: Microsoft Corporation
position: Software Design Engineer, Intern position: Software Design Engineer, Intern
@ -98,19 +96,20 @@ cv:
highlights: highlights:
- Developed a desktop calendar with globally shared and synchronized calendars, - Developed a desktop calendar with globally shared and synchronized calendars,
allowing users to schedule meetings with other users. allowing users to schedule meetings with other users.
- Used C#.NET, SQL and XML. - Used C#.NET, SQL, and XML.
name: Synchronized Calendar name: Synchronized Calendar
- date: '2002' - date: '2002'
highlights: highlights:
- Developed a UNIX-style OS with scheduler, file system, text editor and - Developed a UNIX-style OS with a scheduler, file system, text editor,
calculator. and calculator.
- Used C. - Used C.
name: Operating System name: Operating System
additional_experience_and_awards: additional_experience_and_awards:
- name: Instructor (2003 - 2005) - name: Instructor (2003 - 2005)
details: Taught two full-credit Computer Science courses. details: Taught two full-credit Computer Science courses.
- name: Third Prize, Senior Design Projects - name: Third Prize, Senior Design Projects
details: Awarded 3rd prize for Synchronized Calendar project, out of 100 projects. details: Awarded 3rd prize for a synchronized calendar project out of 100
projects.
technologies: technologies:
- name: Languages - name: Languages
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript