docs: update figures and examples
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 295 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 350 KiB After Width: | Height: | Size: 335 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 124 KiB |
After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 271 KiB After Width: | Height: | Size: 272 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
@ -168,12 +168,12 @@ def generate_entry_figures():
|
||||||
"""Generate an image for each entry type and theme."""
|
"""Generate an image for each entry type and theme."""
|
||||||
# Generate PDF figures for each entry type and theme
|
# Generate PDF figures for each entry type and theme
|
||||||
entries = {
|
entries = {
|
||||||
# "education_entry": dm.EducationEntry(**education_entry),
|
"education_entry": dm.EducationEntry(**education_entry),
|
||||||
# "experience_entry": dm.ExperienceEntry(**experience_entry),
|
"experience_entry": dm.ExperienceEntry(**experience_entry),
|
||||||
# "normal_entry": dm.NormalEntry(**normal_entry),
|
"normal_entry": dm.NormalEntry(**normal_entry),
|
||||||
# "publication_entry": dm.PublicationEntry(**publication_entry),
|
"publication_entry": dm.PublicationEntry(**publication_entry),
|
||||||
# "one_line_entry": dm.OneLineEntry(**one_line_entry),
|
"one_line_entry": dm.OneLineEntry(**one_line_entry),
|
||||||
# "text_entry": f"{text_entry}",
|
"text_entry": f"{text_entry}",
|
||||||
"bullet_entry": dm.BulletEntry(**bullet_entry),
|
"bullet_entry": dm.BulletEntry(**bullet_entry),
|
||||||
}
|
}
|
||||||
themes = dm.available_themes
|
themes = dm.available_themes
|
||||||
|
|
|
@ -134,6 +134,13 @@ design:
|
||||||
section_title:
|
section_title:
|
||||||
top: 0.3 cm
|
top: 0.3 cm
|
||||||
bottom: 0.2 cm
|
bottom: 0.2 cm
|
||||||
|
entry_area:
|
||||||
|
left_and_right: 0 cm
|
||||||
|
vertical_between: 0.1 cm
|
||||||
|
highlights_area:
|
||||||
|
top: 0.10 cm
|
||||||
|
left: 0 cm
|
||||||
|
vertical_between_bullet_points: 0.10 cm
|
||||||
header:
|
header:
|
||||||
vertical_between_name_and_connections: 0.3 cm
|
vertical_between_name_and_connections: 0.3 cm
|
||||||
bottom: 0.3 cm
|
bottom: 0.3 cm
|
||||||
|
|
|
@ -0,0 +1,148 @@
|
||||||
|
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:
|
||||||
|
- institution: University of Pennsylvania
|
||||||
|
area: Computer Science
|
||||||
|
degree: BS
|
||||||
|
start_date: 2000-09
|
||||||
|
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.'
|
||||||
|
experience:
|
||||||
|
- company: Apple Computer
|
||||||
|
position: Software Engineer, Intern
|
||||||
|
location: CA, USA
|
||||||
|
start_date: 2004-06
|
||||||
|
end_date: 2004-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 that extracts metadata from saved chat transcripts and provides metadata
|
||||||
|
to a system-wide search database.
|
||||||
|
- Redesigned chat file format and implemented backward compatibility for
|
||||||
|
search.
|
||||||
|
- company: Microsoft Corporation
|
||||||
|
position: Lead Student Ambassador
|
||||||
|
location: WA, USA
|
||||||
|
start_date: 2003-09
|
||||||
|
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: PA, USA
|
||||||
|
start_date: 2001-10
|
||||||
|
end_date: 2005-05
|
||||||
|
highlights:
|
||||||
|
- Implemented a user interface for the VS open file switcher (ctrl-tab)
|
||||||
|
and extended it to tool windows.
|
||||||
|
- Created a service to provide gradient across VS and VS add-ins. Optimized
|
||||||
|
service via caching.
|
||||||
|
- Programmer Productivity Research Center (Summers 2001, 2002)
|
||||||
|
- '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)$. '
|
||||||
|
- Created a test case generation tool that creates random XML docs from
|
||||||
|
XML Schema.
|
||||||
|
- company: Microsoft Corporation
|
||||||
|
position: Software Design Engineer, Intern
|
||||||
|
location: WA, USA
|
||||||
|
start_date: 2003-06
|
||||||
|
end_date: 2003-08
|
||||||
|
highlights:
|
||||||
|
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10
|
||||||
|
- 15 Student Ambassadors.
|
||||||
|
publications:
|
||||||
|
- title: Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis
|
||||||
|
of No-Insulation Coils
|
||||||
|
authors:
|
||||||
|
- Albert Smith
|
||||||
|
- John Doe
|
||||||
|
- Jane Derry
|
||||||
|
- Harry Tom
|
||||||
|
- Anotherfirstname Andsurname
|
||||||
|
doi: 10.1109/TASC.2023.3340648
|
||||||
|
date: 2004-01
|
||||||
|
projects:
|
||||||
|
- name: Multi-User Drawing Tool
|
||||||
|
date: '2004'
|
||||||
|
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.
|
||||||
|
- name: Synchronized Calendar
|
||||||
|
start_date: 2003
|
||||||
|
end_date: 2004
|
||||||
|
highlights:
|
||||||
|
- Developed a desktop calendar with globally shared and synchronized calendars,
|
||||||
|
allowing users to schedule meetings with other users.
|
||||||
|
- Used C#.NET, SQL, and XML.
|
||||||
|
- name: Operating System
|
||||||
|
date: '2002'
|
||||||
|
highlights:
|
||||||
|
- Developed a UNIX-style OS with a scheduler, file system, text editor,
|
||||||
|
and calculator.
|
||||||
|
- Used C.
|
||||||
|
additional_experience_and_awards:
|
||||||
|
- label: Instructor (2003 - 2005)
|
||||||
|
details: Taught two full-credit Computer Science courses.
|
||||||
|
- label: Third Prize, Senior Design Projects
|
||||||
|
details: Awarded 3rd prize for a synchronized calendar project out of 100
|
||||||
|
projects.
|
||||||
|
technologies:
|
||||||
|
- label: Languages
|
||||||
|
details: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
|
||||||
|
- label: Software
|
||||||
|
details: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder
|
||||||
|
design:
|
||||||
|
theme: sb2nov
|
||||||
|
font_size: 10pt
|
||||||
|
page_size: letterpaper
|
||||||
|
color: '#004f90'
|
||||||
|
disable_page_numbering: false
|
||||||
|
page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES
|
||||||
|
show_last_updated_date: true
|
||||||
|
header_font_size: 24 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
|
||||||
|
date_and_location_width: 4.1 cm
|
||||||
|
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
|