mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-24 08:40:00 -04:00
improve sample_content.yaml
This commit is contained in:
@@ -2,7 +2,7 @@ name: John Doe
|
||||
location: Your Location
|
||||
email: youremail@yourdomain.com
|
||||
phone: tel:+90-541-999-99-99
|
||||
website: https://yourwebsite.com/
|
||||
website: yourwebsite.com
|
||||
social_networks:
|
||||
- network: LinkedIn
|
||||
username: yourusername
|
||||
@@ -36,9 +36,8 @@ sections:
|
||||
end_date: 2005-05
|
||||
highlights:
|
||||
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
||||
- '**Coursework:** Computer Architecture, Artificial
|
||||
Intelligence, Comparison of Learning Algorithms, Computational
|
||||
Theory'
|
||||
- '**Coursework:** Computer Architecture,
|
||||
Comparison of Learning Algorithms, Computational Theory'
|
||||
experience:
|
||||
- company: Apple
|
||||
position: Software Engineer
|
||||
@@ -46,11 +45,11 @@ sections:
|
||||
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
|
||||
- Implemented iChat integration with OS X Spotlight
|
||||
Search by creating a tool to extract metadata from
|
||||
saved chat transcripts and provide metadata to a system-wide
|
||||
- Reduced time to render user buddy lists by 75% by
|
||||
implementing a prediction algorithm
|
||||
- Implemented iChat integration with Spotlight Search
|
||||
by creating a tool to extract metadata from saved chat
|
||||
transcripts and provide metadata to a system-wide
|
||||
search database
|
||||
- Redesigned chat file format and implemented backward
|
||||
compatibility for search
|
||||
@@ -61,19 +60,19 @@ sections:
|
||||
end_date: 2005-04
|
||||
highlights:
|
||||
- Promoted to Lead Student Ambassador in the Fall of
|
||||
2004, supervised 10-15 Student Ambassadors
|
||||
- 'Created and taught a computer science course, CSE
|
||||
099: Software Design and Development'
|
||||
- company: University of Pennsylvania
|
||||
position: Head Teaching Assistant
|
||||
location: Philadelphia, PA
|
||||
start_date: 2001-10
|
||||
end_date: 2003-05
|
||||
2004, supervised 15 Student Ambassadors
|
||||
- 'Created and taught CSE 099: Software Design and
|
||||
Development'
|
||||
- company: Microsoft
|
||||
position: Software Engineer Intern
|
||||
location: Redmond, WA
|
||||
start_date: 2003-06
|
||||
end_date: 2003-08
|
||||
highlights:
|
||||
- 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
|
||||
- Created a service to provide gradient across VS and
|
||||
VS add-ins, optimized its performance via caching
|
||||
VS add-ins, optimizing its performance via caching
|
||||
- Programmer Productivity Research Center (Summers 2001,
|
||||
2002)
|
||||
- Built an app to compute the similarity of all methods
|
||||
@@ -81,12 +80,6 @@ sections:
|
||||
to $\mathcal{O}(n \log n)$
|
||||
- Created a test case generation tool that creates random
|
||||
XML docs from XML Schema
|
||||
- company: Microsoft
|
||||
position: Software Engineer, Intern
|
||||
location: Redmond, WA
|
||||
start_date: 2003-06
|
||||
end_date: 2003-08
|
||||
highlights:
|
||||
- Automated the extraction and processing of large datasets
|
||||
from legacy systems using SQL and Perl scripts
|
||||
publications:
|
||||
@@ -105,7 +98,7 @@ sections:
|
||||
date: '[github.com/name/repo](https://github.com/sinaatalay/rendercv)'
|
||||
highlights:
|
||||
- Developed an electronic classroom where multiple users
|
||||
can view and simultaneously draw on a "chalkboard"
|
||||
can simultaneously view and draw on a "chalkboard"
|
||||
with each person's edits synchronized
|
||||
- 'Tools Used: C++, MFC'
|
||||
- name: Synchronized Calendar
|
||||
@@ -118,7 +111,7 @@ sections:
|
||||
- name: Operating System
|
||||
date: 2002
|
||||
highlights:
|
||||
- Developed a UNIX-style OS with a scheduler, file system,
|
||||
- Built a UNIX-style OS with a scheduler, file system,
|
||||
text editor, and calculator
|
||||
- 'Tools Used: C'
|
||||
additional_experience_and_awards:
|
||||
|
||||
Reference in New Issue
Block a user