Skip to content

Commit

Permalink
Render the latest CV
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 25, 2024
1 parent c364239 commit 428349a
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
Binary file added John_Doe_CV.pdf
Binary file not shown.
120 changes: 120 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!-- Remove below -->

# RenderCV Pipeline

Are you ready to revolutionize the way you manage and craft your CVs and resumes?

Picture this:

1. You simply update your `John_Doe_CV.yaml` input file and push the changes.
2. Then, a pipeline generates a new PDF and Markdown from it and uploads it to the repository.
3. When you are done with your work, you can create a new release on GitHub, tagging your CV with something like `v2024-04`. The pipeline will automatically add the PDF and the YAML as assets to the release.
4. You have successfully created your CV pipeline, and all the history is in safe hands and reproducible.

**How to start?**

1. [Click here](https://github.com/new?template_name=rendercv-pipeline&template_owner=sinaatalay) to create your CV repository based on this `rendercv-pipeline` template repository.
2. Edit `John_Doe_CV.yaml` file and push the changes. Then, see the magic happen.

**Some tips**

1. Learn more about [RenderCV](https://github.com/sinaatalay/rendercv) to understand what you can do with this tool.
2. Edit and preview your CV in your browser by creating a codespace. Click the <> **Code** button, then click the **Codespaces** tab, and then click **Create codespace on main**. The environment will be ready for RenderCV usage.

<!-- Remove above -->
# John Doe's CV

- Phone: +90 541 999 99 99
- Email: [youremail@yourdomain.com](mailto:youremail@yourdomain.com)
- Location: Your Location
- Website: [yourwebsite.com](https://yourwebsite.com/)
- LinkedIn: [yourusername](https://linkedin.com/in/yourusername)
- GitHub: [yourusername](https://github.com/yourusername)


# Welcome To Rendercv!

[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX CV/resume framework. It allows you to create a 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), where a *clean and tidy CV* pattern is proposed by **Gayle L. McDowell**.

# Quick Guide

- Each section title is arbitrary, and each section contains a list of entries.
- There are seven different entry types: *BulletEntry*, *TextEntry*, *EducationEntry*, *ExperienceEntry*, *NormalEntry*, *PublicationEntry*, and *OneLineEntry*.
- Select a section title, pick an entry type, and start writing your section!
- [Here](https://docs.rendercv.com/user_guide/), you can find a comprehensive user guide.
# Education

## University of Pennsylvania, BS in Computer Science

- Sept. 2000 to May 2005
- GPA: 3.9/4.0 ([Transcript](https://example.com))
- **Coursework:** Software Foundations, Computer Architecture, Algorithms, Artificial Intelligence, Comparison of Learning Algorithms, Computational Theory.

# Experience

## Apple Computer, Software Engineer, Intern

- June 2004 to Aug. 2004
- CA, USA
- 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.

## Microsoft Corporation, Lead Student Ambassador

- Sept. 2003 to Apr. 2005
- WA, USA
- 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.

## University of Pennsylvania, Head Teaching Assistant

- Oct. 2001 to May 2005
- PA, USA
- 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.

## Microsoft Corporation, Software Design Engineer, Intern

- June 2003 to Aug. 2003
- WA, USA
- Promoted to Lead Student Ambassador in the Fall of 2004, supervised 10 - 15 Student Ambassadors.

# Publications

## Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils ([10.1109/TASC.2023.3340648](https://doi.org/10.1109/TASC.2023.3340648))
- Jan. 2004 - Albert Smith, ***John Doe***, Jane Derry, Harry Tom, Frodo Baggins

# Projects

## Multi-User Drawing Tool

- 2004
- 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.

## Synchronized Calendar

- 2003 to 2004
- Developed a desktop calendar with globally shared and synchronized calendars, allowing users to schedule meetings with other users.
- Used C#.NET, SQL, and XML.

## Operating System

- 2002
- Developed a UNIX-style OS with a scheduler, file system, text editor, and calculator.
- Used C.

# Additional Experience And Awards

- Instructor (2003 - 2005): Taught two full-credit Computer Science courses.
- Third Prize, Senior Design Projects: Awarded 3rd prize for a synchronized calendar project out of 100 projects.
# Technologies

- Languages: C++, C, Java, Objective-C, C#.NET, SQL, JavaScript
- Software: Visual Studio, Microsoft SQL Server, Eclipse, XCode, Interface Builder

0 comments on commit 428349a

Please sign in to comment.