rendercv/examples/John_Doe_ClassicTheme_CV.yaml

155 lines
5.7 KiB
YAML
Raw Normal View History

2024-02-24 19:07:23 +00:00
cv:
name: John Doe
location: Your Location
email: youremail@yourdomain.com
phone: tel:+90-541-999-99-99
website: https://yourwebsite.com/
social_networks:
- network: LinkedIn
username: yourusername
- network: GitHub
username: yourusername
sections:
summary:
- This is an example resume to showcase the capabilities of the open-source
LaTeX CV generator, [RenderCV](https://github.com/sinaatalay/rendercv). 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**.
education:
2024-03-17 19:32:16 +00:00
- institution: University of Pennsylvania
area: Computer Science
degree: BS
start_date: 2000-09
2024-02-24 19:07:23 +00:00
end_date: 2005-05
highlights:
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
- '**Coursework:** Software Foundations, Computer Architecture, Algorithms,
Artificial Intelligence, Comparison of Learning Algorithms, Computational
Theory.'
2024-02-24 21:22:36 +00:00
experience:
2024-03-17 19:32:16 +00:00
- company: Apple Computer
position: Software Engineer, Intern
location: CA, USA
start_date: 2004-06
2024-02-24 19:07:23 +00:00
end_date: 2004-08
highlights:
2024-02-24 21:22:36 +00:00
- 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 that extracts metadata from saved chat transcripts and provides metadata
2024-02-24 19:07:23 +00:00
to a system-wide search database.
2024-02-24 21:22:36 +00:00
- Redesigned chat file format and implemented backward compatibility for
2024-02-24 19:07:23 +00:00
search.
2024-03-17 19:32:16 +00:00
- company: Microsoft Corporation
position: Lead Student Ambassador
location: WA, USA
start_date: 2003-09
2024-02-24 19:07:23 +00:00
end_date: 2005-04
highlights:
2024-02-24 21:22:36 +00:00
- 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
2024-02-24 19:07:23 +00:00
and Development.'
2024-03-17 19:32:16 +00:00
- company: University of Pennsylvania
position: Head Teaching Assistant
location: PA, USA
start_date: 2001-10
2024-02-24 19:07:23 +00:00
end_date: 2005-05
highlights:
- Implemented a user interface for the VS open file switcher (ctrl-tab)
and extended it to tool windows.
2024-02-24 21:22:36 +00:00
- Created a service to provide gradient across VS and VS add-ins. Optimized
2024-02-24 19:07:23 +00:00
service via caching.
- Programmer Productivity Research Center (Summers 2001, 2002)
2024-02-24 21:22:36 +00:00
- 'Built app to compute the similarity of all methods in a code base, reduced
2024-02-24 19:07:23 +00:00
time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$. '
2024-02-24 21:22:36 +00:00
- Created a test case generation tool that creates random XML docs from
XML Schema.
2024-03-17 19:32:16 +00:00
- company: Microsoft Corporation
position: Software Design Engineer, Intern
location: WA, USA
start_date: 2003-06
2024-02-24 19:07:23 +00:00
end_date: 2003-08
highlights:
2024-02-24 21:22:36 +00:00
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
- 15 Student Ambassadors.
2024-02-24 19:07:23 +00:00
publications:
2024-05-17 13:02:13 +00:00
- date: 2004-01
title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
2024-02-24 19:07:23 +00:00
of No-Insulation Coils
authors:
- Albert Smith
- John Doe
- Jane Derry
- Harry Tom
2024-04-08 19:31:36 +00:00
- Frodo Baggins
2024-02-24 19:07:23 +00:00
doi: 10.1109/TASC.2023.3340648
projects:
2024-03-17 19:32:16 +00:00
- name: Multi-User Drawing Tool
2024-05-17 13:02:13 +00:00
date: 2004
2024-02-24 19:07:23 +00:00
highlights:
- Developed an electronic classroom where multiple users can view and simultaneously
draw on a "chalkboard" with each person's edits synchronized.
- Used C++ and MFC.
2024-03-17 19:32:16 +00:00
- name: Synchronized Calendar
start_date: 2003
2024-02-24 19:07:23 +00:00
end_date: 2004
highlights:
- Developed a desktop calendar with globally shared and synchronized calendars,
allowing users to schedule meetings with other users.
2024-02-24 21:22:36 +00:00
- Used C#.NET, SQL, and XML.
2024-03-17 19:32:16 +00:00
- name: Operating System
2024-05-17 13:02:13 +00:00
date: 2002
2024-02-24 19:07:23 +00:00
highlights:
2024-02-24 21:22:36 +00:00
- Developed a UNIX-style OS with a scheduler, file system, text editor,
and calculator.
2024-02-24 19:07:23 +00:00
- Used C.
additional_experience_and_awards:
2024-03-10 17:13:42 +00:00
- label: Instructor (2003 - 2005)
2024-02-24 19:07:23 +00:00
details: Taught two full-credit Computer Science courses.
2024-03-10 17:13:42 +00:00
- label: Third Prize, Senior Design Projects
2024-02-24 21:22:36 +00:00
details: Awarded 3rd prize for a synchronized calendar project out of 100
projects.
2024-02-24 19:07:23 +00:00
technologies:
2024-03-10 17:13:42 +00:00
- label: Languages
2024-02-24 19:07:23 +00:00
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
2024-03-10 17:13:42 +00:00
- label: Software
2024-02-24 19:07:23 +00:00
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
design:
2024-03-08 17:08:26 +00:00
theme: classic
2024-04-30 19:03:51 +00:00
font: Source Sans 3
2024-02-24 19:07:23 +00:00
font_size: 10pt
page_size: letterpaper
color: '#004f90'
2024-04-16 11:16:40 +00:00
disable_external_link_icons: false
2024-02-24 19:07:23 +00:00
disable_page_numbering: false
page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES
2024-04-16 11:16:40 +00:00
disable_last_updated_date: false
2024-04-08 19:31:36 +00:00
last_updated_date_style: Last updated in TODAY
2024-02-24 19:07:23 +00:00
header_font_size: 30 pt
text_alignment: justified
margins:
page:
top: 2 cm
bottom: 2 cm
left: 2 cm
right: 2 cm
section_title:
top: 0.3 cm
bottom: 0.2 cm
entry_area:
left_and_right: 0.2 cm
vertical_between: 0.2 cm
2024-04-16 11:16:40 +00:00
date_and_location_width: 4.5 cm
education_degree_width: 1 cm
2024-02-24 19:07:23 +00:00
highlights_area:
top: 0.10 cm
left: 0.4 cm
vertical_between_bullet_points: 0.10 cm
header:
vertical_between_name_and_connections: 0.3 cm
bottom: 0.3 cm
horizontal_between_connections: 0.5 cm
show_timespan_in:
2024-02-24 21:22:36 +00:00
- Experience