mirror of https://github.com/eyhc1/rendercv.git
docs: update examples
This commit is contained in:
parent
ed9b7f7b09
commit
517ee3b1af
Binary file not shown.
|
@ -11,21 +11,24 @@ cv:
|
||||||
username: yourusername
|
username: yourusername
|
||||||
sections:
|
sections:
|
||||||
welcome_to_rendercv!:
|
welcome_to_rendercv!:
|
||||||
- '[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX CV/resume framework.
|
- '[RenderCV](https://github.com/sinaatalay/rendercv) is
|
||||||
It allows you to create a high-quality CV as a PDF from a YAML file with **full
|
a LaTeX CV/resume framework. It allows you to create a
|
||||||
Markdown syntax support** and **complete control over the LaTeX code**.'
|
high-quality CV as a PDF from a YAML file with **full
|
||||||
|
Markdown syntax support** and **complete control over
|
||||||
|
the LaTeX code**.'
|
||||||
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
||||||
where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**.
|
where a *clean and tidy CV* pattern is proposed by **Gayle
|
||||||
|
L. McDowell**.
|
||||||
quick_guide:
|
quick_guide:
|
||||||
- bullet: Each section title is arbitrary, and each section contains a list
|
- bullet: Each section title is arbitrary, and each section
|
||||||
of entries.
|
contains a list of entries.
|
||||||
- bullet: 'There are seven different entry types: *BulletEntry*, *TextEntry*,
|
- bullet: 'There are seven different entry types: *BulletEntry*,
|
||||||
*EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*,
|
*TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*,
|
||||||
and *OneLineEntry*.'
|
*PublicationEntry*, and *OneLineEntry*.'
|
||||||
- bullet: Select a section title, pick an entry type, and start writing your
|
- bullet: Select a section title, pick an entry type, and
|
||||||
section!
|
start writing your section!
|
||||||
- bullet: '[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
|
- bullet: '[Here](https://docs.rendercv.com/user_guide/),
|
||||||
user guide.'
|
you can find a comprehensive user guide.'
|
||||||
education:
|
education:
|
||||||
- institution: University of Pennsylvania
|
- institution: University of Pennsylvania
|
||||||
area: Computer Science
|
area: Computer Science
|
||||||
|
@ -34,9 +37,9 @@ cv:
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
||||||
- '**Coursework:** Software Foundations, Computer Architecture, Algorithms,
|
- '**Coursework:** Software Foundations, Computer Architecture,
|
||||||
Artificial Intelligence, Comparison of Learning Algorithms, Computational
|
Algorithms, Artificial Intelligence, Comparison of
|
||||||
Theory.'
|
Learning Algorithms, Computational Theory.'
|
||||||
experience:
|
experience:
|
||||||
- company: Apple Computer
|
- company: Apple Computer
|
||||||
position: Software Engineer, Intern
|
position: Software Engineer, Intern
|
||||||
|
@ -44,49 +47,52 @@ cv:
|
||||||
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 a
|
- Reduced time to render the user's buddy list by 75%
|
||||||
prediction algorithm.
|
by implementing a prediction algorithm.
|
||||||
- Implemented iChat integration with OS X Spotlight Search by creating a
|
- Implemented iChat integration with OS X Spotlight
|
||||||
tool that extracts metadata from saved chat transcripts and provides metadata
|
Search by creating a tool that extracts metadata from
|
||||||
to a system-wide search database.
|
saved chat transcripts and provides metadata to a
|
||||||
- Redesigned chat file format and implemented backward compatibility for
|
system-wide search database.
|
||||||
search.
|
- Redesigned chat file format and implemented backward
|
||||||
|
compatibility for search.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Lead Student Ambassador
|
position: Lead Student Ambassador
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-09
|
start_date: 2003-09
|
||||||
end_date: 2005-04
|
end_date: 2005-04
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
- 'Created and taught a computer science course, CSE 099: Software Design
|
- 'Created and taught a computer science course, CSE
|
||||||
and Development.'
|
099: Software Design and Development.'
|
||||||
- company: University of Pennsylvania
|
- company: University of Pennsylvania
|
||||||
position: Head Teaching Assistant
|
position: Head Teaching Assistant
|
||||||
location: PA, USA
|
location: PA, USA
|
||||||
start_date: 2001-10
|
start_date: 2001-10
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- Implemented a user interface for the VS open file switcher (ctrl-tab)
|
- Implemented a user interface for the VS open file
|
||||||
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
|
- Created a service to provide gradient across VS and
|
||||||
service via caching.
|
VS add-ins. Optimized service via caching.
|
||||||
- Programmer Productivity Research Center (Summers 2001, 2002)
|
- Programmer Productivity Research Center (Summers 2001,
|
||||||
- 'Built app to compute the similarity of all methods in a code base, reduced
|
2002)
|
||||||
time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
|
- 'Built app to compute the similarity of all methods
|
||||||
- Created a test case generation tool that creates random XML docs from
|
in a code base, reduced time from $\mathcal{O}(n^2)$
|
||||||
XML Schema.
|
to $\mathcal{O}(n \log n)$. '
|
||||||
|
- Created a test case generation tool that creates random
|
||||||
|
XML docs from XML Schema.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Software Design Engineer, Intern
|
position: Software Design Engineer, Intern
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-06
|
start_date: 2003-06
|
||||||
end_date: 2003-08
|
end_date: 2003-08
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
publications:
|
publications:
|
||||||
- title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
|
- title: Magneto-Thermal Thin Shell Approximation for 3D
|
||||||
of No-Insulation Coils
|
Finite Element Analysis of No-Insulation Coils
|
||||||
authors:
|
authors:
|
||||||
- Albert Smith
|
- Albert Smith
|
||||||
- '***John Doe***'
|
- '***John Doe***'
|
||||||
|
@ -99,33 +105,36 @@ cv:
|
||||||
- name: Multi-User Drawing Tool
|
- name: Multi-User Drawing Tool
|
||||||
date: 2004
|
date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed an electronic classroom where multiple users can view and simultaneously
|
- Developed an electronic classroom where multiple users
|
||||||
draw on a "chalkboard" with each person's edits synchronized.
|
can view and simultaneously draw on a "chalkboard"
|
||||||
|
with each person's edits synchronized.
|
||||||
- Used C++ and MFC.
|
- Used C++ and MFC.
|
||||||
- name: Synchronized Calendar
|
- name: Synchronized Calendar
|
||||||
start_date: 2003
|
start_date: 2003
|
||||||
end_date: 2004
|
end_date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a desktop calendar with globally shared and synchronized calendars,
|
- Developed a desktop calendar with globally shared
|
||||||
allowing users to schedule meetings with other users.
|
and synchronized calendars, allowing users to schedule
|
||||||
|
meetings with other users.
|
||||||
- Used C#.NET, SQL, and XML.
|
- Used C#.NET, SQL, and XML.
|
||||||
- name: Operating System
|
- name: Operating System
|
||||||
date: 2002
|
date: 2002
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a UNIX-style OS with a scheduler, file system, text editor,
|
- Developed a UNIX-style OS with a scheduler, file system,
|
||||||
and calculator.
|
text editor, and calculator.
|
||||||
- Used C.
|
- Used C.
|
||||||
additional_experience_and_awards:
|
additional_experience_and_awards:
|
||||||
- label: Instructor (2003 - 2005)
|
- label: Instructor (2003 - 2005)
|
||||||
details: Taught two full-credit Computer Science courses.
|
details: Taught two full-credit Computer Science courses.
|
||||||
- label: Third Prize, Senior Design Projects
|
- label: Third Prize, Senior Design Projects
|
||||||
details: Awarded 3rd prize for a synchronized calendar project out of 100
|
details: Awarded 3rd prize for a synchronized calendar
|
||||||
projects.
|
project out of 100 projects.
|
||||||
technologies:
|
technologies:
|
||||||
- label: Languages
|
- label: Languages
|
||||||
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
||||||
- label: Software
|
- label: Software
|
||||||
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
|
details: Visual Studio, Microsoft SQL Server, Eclipse,
|
||||||
|
XCode, Interface Builder
|
||||||
design:
|
design:
|
||||||
theme: classic
|
theme: classic
|
||||||
font: Source Sans 3
|
font: Source Sans 3
|
||||||
|
|
Binary file not shown.
|
@ -11,21 +11,24 @@ cv:
|
||||||
username: yourusername
|
username: yourusername
|
||||||
sections:
|
sections:
|
||||||
welcome_to_rendercv!:
|
welcome_to_rendercv!:
|
||||||
- '[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX CV/resume framework.
|
- '[RenderCV](https://github.com/sinaatalay/rendercv) is
|
||||||
It allows you to create a high-quality CV as a PDF from a YAML file with **full
|
a LaTeX CV/resume framework. It allows you to create a
|
||||||
Markdown syntax support** and **complete control over the LaTeX code**.'
|
high-quality CV as a PDF from a YAML file with **full
|
||||||
|
Markdown syntax support** and **complete control over
|
||||||
|
the LaTeX code**.'
|
||||||
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
||||||
where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**.
|
where a *clean and tidy CV* pattern is proposed by **Gayle
|
||||||
|
L. McDowell**.
|
||||||
quick_guide:
|
quick_guide:
|
||||||
- bullet: Each section title is arbitrary, and each section contains a list
|
- bullet: Each section title is arbitrary, and each section
|
||||||
of entries.
|
contains a list of entries.
|
||||||
- bullet: 'There are seven different entry types: *BulletEntry*, *TextEntry*,
|
- bullet: 'There are seven different entry types: *BulletEntry*,
|
||||||
*EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*,
|
*TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*,
|
||||||
and *OneLineEntry*.'
|
*PublicationEntry*, and *OneLineEntry*.'
|
||||||
- bullet: Select a section title, pick an entry type, and start writing your
|
- bullet: Select a section title, pick an entry type, and
|
||||||
section!
|
start writing your section!
|
||||||
- bullet: '[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
|
- bullet: '[Here](https://docs.rendercv.com/user_guide/),
|
||||||
user guide.'
|
you can find a comprehensive user guide.'
|
||||||
education:
|
education:
|
||||||
- institution: University of Pennsylvania
|
- institution: University of Pennsylvania
|
||||||
area: Computer Science
|
area: Computer Science
|
||||||
|
@ -34,9 +37,9 @@ cv:
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
||||||
- '**Coursework:** Software Foundations, Computer Architecture, Algorithms,
|
- '**Coursework:** Software Foundations, Computer Architecture,
|
||||||
Artificial Intelligence, Comparison of Learning Algorithms, Computational
|
Algorithms, Artificial Intelligence, Comparison of
|
||||||
Theory.'
|
Learning Algorithms, Computational Theory.'
|
||||||
experience:
|
experience:
|
||||||
- company: Apple Computer
|
- company: Apple Computer
|
||||||
position: Software Engineer, Intern
|
position: Software Engineer, Intern
|
||||||
|
@ -44,49 +47,52 @@ cv:
|
||||||
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 a
|
- Reduced time to render the user's buddy list by 75%
|
||||||
prediction algorithm.
|
by implementing a prediction algorithm.
|
||||||
- Implemented iChat integration with OS X Spotlight Search by creating a
|
- Implemented iChat integration with OS X Spotlight
|
||||||
tool that extracts metadata from saved chat transcripts and provides metadata
|
Search by creating a tool that extracts metadata from
|
||||||
to a system-wide search database.
|
saved chat transcripts and provides metadata to a
|
||||||
- Redesigned chat file format and implemented backward compatibility for
|
system-wide search database.
|
||||||
search.
|
- Redesigned chat file format and implemented backward
|
||||||
|
compatibility for search.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Lead Student Ambassador
|
position: Lead Student Ambassador
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-09
|
start_date: 2003-09
|
||||||
end_date: 2005-04
|
end_date: 2005-04
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
- 'Created and taught a computer science course, CSE 099: Software Design
|
- 'Created and taught a computer science course, CSE
|
||||||
and Development.'
|
099: Software Design and Development.'
|
||||||
- company: University of Pennsylvania
|
- company: University of Pennsylvania
|
||||||
position: Head Teaching Assistant
|
position: Head Teaching Assistant
|
||||||
location: PA, USA
|
location: PA, USA
|
||||||
start_date: 2001-10
|
start_date: 2001-10
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- Implemented a user interface for the VS open file switcher (ctrl-tab)
|
- Implemented a user interface for the VS open file
|
||||||
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
|
- Created a service to provide gradient across VS and
|
||||||
service via caching.
|
VS add-ins. Optimized service via caching.
|
||||||
- Programmer Productivity Research Center (Summers 2001, 2002)
|
- Programmer Productivity Research Center (Summers 2001,
|
||||||
- 'Built app to compute the similarity of all methods in a code base, reduced
|
2002)
|
||||||
time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
|
- 'Built app to compute the similarity of all methods
|
||||||
- Created a test case generation tool that creates random XML docs from
|
in a code base, reduced time from $\mathcal{O}(n^2)$
|
||||||
XML Schema.
|
to $\mathcal{O}(n \log n)$. '
|
||||||
|
- Created a test case generation tool that creates random
|
||||||
|
XML docs from XML Schema.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Software Design Engineer, Intern
|
position: Software Design Engineer, Intern
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-06
|
start_date: 2003-06
|
||||||
end_date: 2003-08
|
end_date: 2003-08
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
publications:
|
publications:
|
||||||
- title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
|
- title: Magneto-Thermal Thin Shell Approximation for 3D
|
||||||
of No-Insulation Coils
|
Finite Element Analysis of No-Insulation Coils
|
||||||
authors:
|
authors:
|
||||||
- Albert Smith
|
- Albert Smith
|
||||||
- '***John Doe***'
|
- '***John Doe***'
|
||||||
|
@ -99,33 +105,36 @@ cv:
|
||||||
- name: Multi-User Drawing Tool
|
- name: Multi-User Drawing Tool
|
||||||
date: 2004
|
date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed an electronic classroom where multiple users can view and simultaneously
|
- Developed an electronic classroom where multiple users
|
||||||
draw on a "chalkboard" with each person's edits synchronized.
|
can view and simultaneously draw on a "chalkboard"
|
||||||
|
with each person's edits synchronized.
|
||||||
- Used C++ and MFC.
|
- Used C++ and MFC.
|
||||||
- name: Synchronized Calendar
|
- name: Synchronized Calendar
|
||||||
start_date: 2003
|
start_date: 2003
|
||||||
end_date: 2004
|
end_date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a desktop calendar with globally shared and synchronized calendars,
|
- Developed a desktop calendar with globally shared
|
||||||
allowing users to schedule meetings with other users.
|
and synchronized calendars, allowing users to schedule
|
||||||
|
meetings with other users.
|
||||||
- Used C#.NET, SQL, and XML.
|
- Used C#.NET, SQL, and XML.
|
||||||
- name: Operating System
|
- name: Operating System
|
||||||
date: 2002
|
date: 2002
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a UNIX-style OS with a scheduler, file system, text editor,
|
- Developed a UNIX-style OS with a scheduler, file system,
|
||||||
and calculator.
|
text editor, and calculator.
|
||||||
- Used C.
|
- Used C.
|
||||||
additional_experience_and_awards:
|
additional_experience_and_awards:
|
||||||
- label: Instructor (2003 - 2005)
|
- label: Instructor (2003 - 2005)
|
||||||
details: Taught two full-credit Computer Science courses.
|
details: Taught two full-credit Computer Science courses.
|
||||||
- label: Third Prize, Senior Design Projects
|
- label: Third Prize, Senior Design Projects
|
||||||
details: Awarded 3rd prize for a synchronized calendar project out of 100
|
details: Awarded 3rd prize for a synchronized calendar
|
||||||
projects.
|
project out of 100 projects.
|
||||||
technologies:
|
technologies:
|
||||||
- label: Languages
|
- label: Languages
|
||||||
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
||||||
- label: Software
|
- label: Software
|
||||||
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
|
details: Visual Studio, Microsoft SQL Server, Eclipse,
|
||||||
|
XCode, Interface Builder
|
||||||
design:
|
design:
|
||||||
theme: engineeringresumes
|
theme: engineeringresumes
|
||||||
font: Charter
|
font: Charter
|
||||||
|
|
Binary file not shown.
|
@ -11,21 +11,24 @@ cv:
|
||||||
username: yourusername
|
username: yourusername
|
||||||
sections:
|
sections:
|
||||||
welcome_to_rendercv!:
|
welcome_to_rendercv!:
|
||||||
- '[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX CV/resume framework.
|
- '[RenderCV](https://github.com/sinaatalay/rendercv) is
|
||||||
It allows you to create a high-quality CV as a PDF from a YAML file with **full
|
a LaTeX CV/resume framework. It allows you to create a
|
||||||
Markdown syntax support** and **complete control over the LaTeX code**.'
|
high-quality CV as a PDF from a YAML file with **full
|
||||||
|
Markdown syntax support** and **complete control over
|
||||||
|
the LaTeX code**.'
|
||||||
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
||||||
where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**.
|
where a *clean and tidy CV* pattern is proposed by **Gayle
|
||||||
|
L. McDowell**.
|
||||||
quick_guide:
|
quick_guide:
|
||||||
- bullet: Each section title is arbitrary, and each section contains a list
|
- bullet: Each section title is arbitrary, and each section
|
||||||
of entries.
|
contains a list of entries.
|
||||||
- bullet: 'There are seven different entry types: *BulletEntry*, *TextEntry*,
|
- bullet: 'There are seven different entry types: *BulletEntry*,
|
||||||
*EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*,
|
*TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*,
|
||||||
and *OneLineEntry*.'
|
*PublicationEntry*, and *OneLineEntry*.'
|
||||||
- bullet: Select a section title, pick an entry type, and start writing your
|
- bullet: Select a section title, pick an entry type, and
|
||||||
section!
|
start writing your section!
|
||||||
- bullet: '[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
|
- bullet: '[Here](https://docs.rendercv.com/user_guide/),
|
||||||
user guide.'
|
you can find a comprehensive user guide.'
|
||||||
education:
|
education:
|
||||||
- institution: University of Pennsylvania
|
- institution: University of Pennsylvania
|
||||||
area: Computer Science
|
area: Computer Science
|
||||||
|
@ -34,9 +37,9 @@ cv:
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
||||||
- '**Coursework:** Software Foundations, Computer Architecture, Algorithms,
|
- '**Coursework:** Software Foundations, Computer Architecture,
|
||||||
Artificial Intelligence, Comparison of Learning Algorithms, Computational
|
Algorithms, Artificial Intelligence, Comparison of
|
||||||
Theory.'
|
Learning Algorithms, Computational Theory.'
|
||||||
experience:
|
experience:
|
||||||
- company: Apple Computer
|
- company: Apple Computer
|
||||||
position: Software Engineer, Intern
|
position: Software Engineer, Intern
|
||||||
|
@ -44,49 +47,52 @@ cv:
|
||||||
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 a
|
- Reduced time to render the user's buddy list by 75%
|
||||||
prediction algorithm.
|
by implementing a prediction algorithm.
|
||||||
- Implemented iChat integration with OS X Spotlight Search by creating a
|
- Implemented iChat integration with OS X Spotlight
|
||||||
tool that extracts metadata from saved chat transcripts and provides metadata
|
Search by creating a tool that extracts metadata from
|
||||||
to a system-wide search database.
|
saved chat transcripts and provides metadata to a
|
||||||
- Redesigned chat file format and implemented backward compatibility for
|
system-wide search database.
|
||||||
search.
|
- Redesigned chat file format and implemented backward
|
||||||
|
compatibility for search.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Lead Student Ambassador
|
position: Lead Student Ambassador
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-09
|
start_date: 2003-09
|
||||||
end_date: 2005-04
|
end_date: 2005-04
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
- 'Created and taught a computer science course, CSE 099: Software Design
|
- 'Created and taught a computer science course, CSE
|
||||||
and Development.'
|
099: Software Design and Development.'
|
||||||
- company: University of Pennsylvania
|
- company: University of Pennsylvania
|
||||||
position: Head Teaching Assistant
|
position: Head Teaching Assistant
|
||||||
location: PA, USA
|
location: PA, USA
|
||||||
start_date: 2001-10
|
start_date: 2001-10
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- Implemented a user interface for the VS open file switcher (ctrl-tab)
|
- Implemented a user interface for the VS open file
|
||||||
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
|
- Created a service to provide gradient across VS and
|
||||||
service via caching.
|
VS add-ins. Optimized service via caching.
|
||||||
- Programmer Productivity Research Center (Summers 2001, 2002)
|
- Programmer Productivity Research Center (Summers 2001,
|
||||||
- 'Built app to compute the similarity of all methods in a code base, reduced
|
2002)
|
||||||
time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
|
- 'Built app to compute the similarity of all methods
|
||||||
- Created a test case generation tool that creates random XML docs from
|
in a code base, reduced time from $\mathcal{O}(n^2)$
|
||||||
XML Schema.
|
to $\mathcal{O}(n \log n)$. '
|
||||||
|
- Created a test case generation tool that creates random
|
||||||
|
XML docs from XML Schema.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Software Design Engineer, Intern
|
position: Software Design Engineer, Intern
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-06
|
start_date: 2003-06
|
||||||
end_date: 2003-08
|
end_date: 2003-08
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
publications:
|
publications:
|
||||||
- title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
|
- title: Magneto-Thermal Thin Shell Approximation for 3D
|
||||||
of No-Insulation Coils
|
Finite Element Analysis of No-Insulation Coils
|
||||||
authors:
|
authors:
|
||||||
- Albert Smith
|
- Albert Smith
|
||||||
- '***John Doe***'
|
- '***John Doe***'
|
||||||
|
@ -99,33 +105,36 @@ cv:
|
||||||
- name: Multi-User Drawing Tool
|
- name: Multi-User Drawing Tool
|
||||||
date: 2004
|
date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed an electronic classroom where multiple users can view and simultaneously
|
- Developed an electronic classroom where multiple users
|
||||||
draw on a "chalkboard" with each person's edits synchronized.
|
can view and simultaneously draw on a "chalkboard"
|
||||||
|
with each person's edits synchronized.
|
||||||
- Used C++ and MFC.
|
- Used C++ and MFC.
|
||||||
- name: Synchronized Calendar
|
- name: Synchronized Calendar
|
||||||
start_date: 2003
|
start_date: 2003
|
||||||
end_date: 2004
|
end_date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a desktop calendar with globally shared and synchronized calendars,
|
- Developed a desktop calendar with globally shared
|
||||||
allowing users to schedule meetings with other users.
|
and synchronized calendars, allowing users to schedule
|
||||||
|
meetings with other users.
|
||||||
- Used C#.NET, SQL, and XML.
|
- Used C#.NET, SQL, and XML.
|
||||||
- name: Operating System
|
- name: Operating System
|
||||||
date: 2002
|
date: 2002
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a UNIX-style OS with a scheduler, file system, text editor,
|
- Developed a UNIX-style OS with a scheduler, file system,
|
||||||
and calculator.
|
text editor, and calculator.
|
||||||
- Used C.
|
- Used C.
|
||||||
additional_experience_and_awards:
|
additional_experience_and_awards:
|
||||||
- label: Instructor (2003 - 2005)
|
- label: Instructor (2003 - 2005)
|
||||||
details: Taught two full-credit Computer Science courses.
|
details: Taught two full-credit Computer Science courses.
|
||||||
- label: Third Prize, Senior Design Projects
|
- label: Third Prize, Senior Design Projects
|
||||||
details: Awarded 3rd prize for a synchronized calendar project out of 100
|
details: Awarded 3rd prize for a synchronized calendar
|
||||||
projects.
|
project out of 100 projects.
|
||||||
technologies:
|
technologies:
|
||||||
- label: Languages
|
- label: Languages
|
||||||
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
||||||
- label: Software
|
- label: Software
|
||||||
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
|
details: Visual Studio, Microsoft SQL Server, Eclipse,
|
||||||
|
XCode, Interface Builder
|
||||||
design:
|
design:
|
||||||
theme: moderncv
|
theme: moderncv
|
||||||
font_size: 10pt
|
font_size: 10pt
|
||||||
|
|
Binary file not shown.
|
@ -11,21 +11,24 @@ cv:
|
||||||
username: yourusername
|
username: yourusername
|
||||||
sections:
|
sections:
|
||||||
welcome_to_rendercv!:
|
welcome_to_rendercv!:
|
||||||
- '[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX CV/resume framework.
|
- '[RenderCV](https://github.com/sinaatalay/rendercv) is
|
||||||
It allows you to create a high-quality CV as a PDF from a YAML file with **full
|
a LaTeX CV/resume framework. It allows you to create a
|
||||||
Markdown syntax support** and **complete control over the LaTeX code**.'
|
high-quality CV as a PDF from a YAML file with **full
|
||||||
|
Markdown syntax support** and **complete control over
|
||||||
|
the LaTeX code**.'
|
||||||
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
- A substantial part of the content is taken from [here](https://www.careercup.com/resume),
|
||||||
where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**.
|
where a *clean and tidy CV* pattern is proposed by **Gayle
|
||||||
|
L. McDowell**.
|
||||||
quick_guide:
|
quick_guide:
|
||||||
- bullet: Each section title is arbitrary, and each section contains a list
|
- bullet: Each section title is arbitrary, and each section
|
||||||
of entries.
|
contains a list of entries.
|
||||||
- bullet: 'There are seven different entry types: *BulletEntry*, *TextEntry*,
|
- bullet: 'There are seven different entry types: *BulletEntry*,
|
||||||
*EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*,
|
*TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*,
|
||||||
and *OneLineEntry*.'
|
*PublicationEntry*, and *OneLineEntry*.'
|
||||||
- bullet: Select a section title, pick an entry type, and start writing your
|
- bullet: Select a section title, pick an entry type, and
|
||||||
section!
|
start writing your section!
|
||||||
- bullet: '[Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive
|
- bullet: '[Here](https://docs.rendercv.com/user_guide/),
|
||||||
user guide.'
|
you can find a comprehensive user guide.'
|
||||||
education:
|
education:
|
||||||
- institution: University of Pennsylvania
|
- institution: University of Pennsylvania
|
||||||
area: Computer Science
|
area: Computer Science
|
||||||
|
@ -34,9 +37,9 @@ cv:
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
|
||||||
- '**Coursework:** Software Foundations, Computer Architecture, Algorithms,
|
- '**Coursework:** Software Foundations, Computer Architecture,
|
||||||
Artificial Intelligence, Comparison of Learning Algorithms, Computational
|
Algorithms, Artificial Intelligence, Comparison of
|
||||||
Theory.'
|
Learning Algorithms, Computational Theory.'
|
||||||
experience:
|
experience:
|
||||||
- company: Apple Computer
|
- company: Apple Computer
|
||||||
position: Software Engineer, Intern
|
position: Software Engineer, Intern
|
||||||
|
@ -44,49 +47,52 @@ cv:
|
||||||
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 a
|
- Reduced time to render the user's buddy list by 75%
|
||||||
prediction algorithm.
|
by implementing a prediction algorithm.
|
||||||
- Implemented iChat integration with OS X Spotlight Search by creating a
|
- Implemented iChat integration with OS X Spotlight
|
||||||
tool that extracts metadata from saved chat transcripts and provides metadata
|
Search by creating a tool that extracts metadata from
|
||||||
to a system-wide search database.
|
saved chat transcripts and provides metadata to a
|
||||||
- Redesigned chat file format and implemented backward compatibility for
|
system-wide search database.
|
||||||
search.
|
- Redesigned chat file format and implemented backward
|
||||||
|
compatibility for search.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Lead Student Ambassador
|
position: Lead Student Ambassador
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-09
|
start_date: 2003-09
|
||||||
end_date: 2005-04
|
end_date: 2005-04
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
- 'Created and taught a computer science course, CSE 099: Software Design
|
- 'Created and taught a computer science course, CSE
|
||||||
and Development.'
|
099: Software Design and Development.'
|
||||||
- company: University of Pennsylvania
|
- company: University of Pennsylvania
|
||||||
position: Head Teaching Assistant
|
position: Head Teaching Assistant
|
||||||
location: PA, USA
|
location: PA, USA
|
||||||
start_date: 2001-10
|
start_date: 2001-10
|
||||||
end_date: 2005-05
|
end_date: 2005-05
|
||||||
highlights:
|
highlights:
|
||||||
- Implemented a user interface for the VS open file switcher (ctrl-tab)
|
- Implemented a user interface for the VS open file
|
||||||
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
|
- Created a service to provide gradient across VS and
|
||||||
service via caching.
|
VS add-ins. Optimized service via caching.
|
||||||
- Programmer Productivity Research Center (Summers 2001, 2002)
|
- Programmer Productivity Research Center (Summers 2001,
|
||||||
- 'Built app to compute the similarity of all methods in a code base, reduced
|
2002)
|
||||||
time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
|
- 'Built app to compute the similarity of all methods
|
||||||
- Created a test case generation tool that creates random XML docs from
|
in a code base, reduced time from $\mathcal{O}(n^2)$
|
||||||
XML Schema.
|
to $\mathcal{O}(n \log n)$. '
|
||||||
|
- Created a test case generation tool that creates random
|
||||||
|
XML docs from XML Schema.
|
||||||
- company: Microsoft Corporation
|
- company: Microsoft Corporation
|
||||||
position: Software Design Engineer, Intern
|
position: Software Design Engineer, Intern
|
||||||
location: WA, USA
|
location: WA, USA
|
||||||
start_date: 2003-06
|
start_date: 2003-06
|
||||||
end_date: 2003-08
|
end_date: 2003-08
|
||||||
highlights:
|
highlights:
|
||||||
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
- Promoted to Lead Student Ambassador in the Fall of
|
||||||
- 15 Student Ambassadors.
|
2004, supervised 10 - 15 Student Ambassadors.
|
||||||
publications:
|
publications:
|
||||||
- title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
|
- title: Magneto-Thermal Thin Shell Approximation for 3D
|
||||||
of No-Insulation Coils
|
Finite Element Analysis of No-Insulation Coils
|
||||||
authors:
|
authors:
|
||||||
- Albert Smith
|
- Albert Smith
|
||||||
- '***John Doe***'
|
- '***John Doe***'
|
||||||
|
@ -99,33 +105,36 @@ cv:
|
||||||
- name: Multi-User Drawing Tool
|
- name: Multi-User Drawing Tool
|
||||||
date: 2004
|
date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed an electronic classroom where multiple users can view and simultaneously
|
- Developed an electronic classroom where multiple users
|
||||||
draw on a "chalkboard" with each person's edits synchronized.
|
can view and simultaneously draw on a "chalkboard"
|
||||||
|
with each person's edits synchronized.
|
||||||
- Used C++ and MFC.
|
- Used C++ and MFC.
|
||||||
- name: Synchronized Calendar
|
- name: Synchronized Calendar
|
||||||
start_date: 2003
|
start_date: 2003
|
||||||
end_date: 2004
|
end_date: 2004
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a desktop calendar with globally shared and synchronized calendars,
|
- Developed a desktop calendar with globally shared
|
||||||
allowing users to schedule meetings with other users.
|
and synchronized calendars, allowing users to schedule
|
||||||
|
meetings with other users.
|
||||||
- Used C#.NET, SQL, and XML.
|
- Used C#.NET, SQL, and XML.
|
||||||
- name: Operating System
|
- name: Operating System
|
||||||
date: 2002
|
date: 2002
|
||||||
highlights:
|
highlights:
|
||||||
- Developed a UNIX-style OS with a scheduler, file system, text editor,
|
- Developed a UNIX-style OS with a scheduler, file system,
|
||||||
and calculator.
|
text editor, and calculator.
|
||||||
- Used C.
|
- Used C.
|
||||||
additional_experience_and_awards:
|
additional_experience_and_awards:
|
||||||
- label: Instructor (2003 - 2005)
|
- label: Instructor (2003 - 2005)
|
||||||
details: Taught two full-credit Computer Science courses.
|
details: Taught two full-credit Computer Science courses.
|
||||||
- label: Third Prize, Senior Design Projects
|
- label: Third Prize, Senior Design Projects
|
||||||
details: Awarded 3rd prize for a synchronized calendar project out of 100
|
details: Awarded 3rd prize for a synchronized calendar
|
||||||
projects.
|
project out of 100 projects.
|
||||||
technologies:
|
technologies:
|
||||||
- label: Languages
|
- label: Languages
|
||||||
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
||||||
- label: Software
|
- label: Software
|
||||||
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
|
details: Visual Studio, Microsoft SQL Server, Eclipse,
|
||||||
|
XCode, Interface Builder
|
||||||
design:
|
design:
|
||||||
theme: sb2nov
|
theme: sb2nov
|
||||||
font: Latin Modern Serif
|
font: Latin Modern Serif
|
||||||
|
|
Loading…
Reference in New Issue