Skip to content

Commit

Permalink
guided-resume-starter-cgc:2.0.0 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spelkington committed May 6, 2024
1 parent 15b1668 commit 60745f7
Show file tree
Hide file tree
Showing 8 changed files with 1,165 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./**/*.pdf
24 changes: 24 additions & 0 deletions packages/preview/guided-resume-starter-cgc/2.0.0/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
143 changes: 143 additions & 0 deletions packages/preview/guided-resume-starter-cgc/2.0.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
# Resume Starter

This template is a starter resume for people looking to focus on the content of their resume, without having to worry about the hassle of formatting.

## Get Started!

### Quickstart: Typst Universe

1. If you haven't already, [create a (free!) Typst account](https://typst.app).
2. Once you have an account, go to the template on [Typst Universe](https://typst.app/universe/package/resume-starter-cgc)
3. Click on "Create Project in App", give your project a title, and press "Create".
4. Start editing! This copy is your own personal copy to edit however you want!

There are two files included in this project:

- `starter.typ` contains the full template, along with a written guide to help you put your best (single-paged) foot forward!
- `resume.typ` is the same template, but without the full guide included.
- `templates/resume.template.typ` contains the formatting and style for the underlying pieces.

**I would highly recommend reading `starter.typ` or skimming through the [online guide](https://blog.chaoticgood.computer/writing/notes/typst-resume-template) to understand best practices when using the template.**

### Alternative: Typst CLI

If you'd prefer to simply download & modify the template, you can use the [Typst CLI](https://github.com/typst/typst) to download it instead:

```sh
typst init @preview/resume-starter-cgc
```

## Layout

### Header

The resume can be created with a header with the following attributes:

- `author`: Your name
- `location`: The city, state/province, and country you reside in.
- `contacts`: A list of contact information and additional information

#### Header Example

```typ
#show: resume.with(
author: "Dr. Emmit \"Doc\" Brown",
location: "Hill Valley, CA",
contacts: (
[#link("mailto:your_email@yourmail.com")[Email]],
[#link("https://your-cool-site.com")[Website]],
[#link("https://github.com/your-linkedin")[GitHub]],
[#link("https://linkedin.com/in/your-linkedin")[LinkedIn]],
)
)
```

### Education

The Education (`#edu`) section can be used to highlight for formal education and certifications.

- `institution`: Name of the institution where you study, or have graduated from.
- `date`: Your graduation date, or expected graduation date.
- `degrees`: The degrees you received at the institution
- Each entry is two sections: the **title** of the degree, and the **subject** that you studied.
- `gpa` (optional): Your GPA, or other additional information.

#### Education Example

```typ
#edu(
institution: "University of Colombia",
date: "Aug 1948",
gpa: "3.9 of 4.0, Summa Cum Laude",
degrees: (
("Bachelor's of Science", "Nuclear Engineering"),
("Minors", "Automobile Design, Arabic"),
("Focus", "Childcare, Education")
),
)
```

### Skills

An additional Skills (`#skills`) section to list skills relevant to the job you're applying for.

The input is a list of `Label: Skills[]`, in order to easily toggle comments on skills that you may want to leave in but not render for a particular application.

#### Skills Example

```typ
#skills((
("Expertise", (
[Theoretical Physics],
[Time Travel],
[Nuclear Material Management],
[Student Mentoring],
)),
("Software", (
[AutoDesk CAD],
[Delorean OS],
[Windows 1],
)),
("Languages", (
[C++],
[C Language],
[MatLab],
[Punch Cards],
)),
))
```

### Experience

The bulk of your resume, the Experience (`#exp`) sections provide a compact & concise formatting for bulleted details of your previous and current work experience.

This section is meant to be flexible, and can also be used to talk about projects and other experiences that may fall outside of the traditional definition of "work."

- `role`: The title of your position/role in this experience.
- `project`: The company you worked at, or the name of the project you worked on.
- `date`: The start and end dates of this experience.
- `details`: A description of the work you did in this position
- It is **highly encouraged** to use bullet points in this section.
- `location` (optional): The location of the experience
- `summary` (optional): A brief summary of the company's mission or project goal.

#### Experience Example

```typ
#exp(
role: "Theoretical Physics Consultant",
project: "Doc Brown's Garage",
date: "June 1953 - Oct 2015",
location: "Hill Valley, CA",
summary: "Specializing in development of time travel devices and student tutoring",
details: [
- Lead development of time travel devices, resulting in the ability to travel back and forth through time
- Managed and executed a budget of \$14 million dollars gained from an unexplained family fortune
- Oversaw QA testing for time travel devices, minimizing risk of maternal time-travel related incidents
]
)
```

## Questions & Suggestions

Have any questions, comments, or suggestions about the template? Please feel free to reach out at [`mentoring@chaoticgood.computer`](mailto:mentoring@chaoticgood.computer)!
127 changes: 127 additions & 0 deletions packages/preview/guided-resume-starter-cgc/2.0.0/template/resume.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
#import "@preview/guided-resume-starter-cgc:2.0.0": *

#show: resume.with(
author: "Dr. Emmit \"Doc\" Brown",
location: "Hill Valley, CA",
contacts: (
[#link("mailto:sample_resume@chaoticgood.computer")[Email]],
[#link("https://chaoticgood.computer")[Website]],
[#link("https://github.com/spelkington")[GitHub]],
[#link("https://linkedin.com/in/spelkington")[LinkedIn]],
),
// footer: [#align(center)[#emph[References available on request]]]
)

= Education
#edu(
institution: "University of California, Berkeley",
date: "Aug 1953",
location: "Berkeley, CA",
degrees: (
("Ph.D.", "Theoretical Physics"),
),
)

#edu(
institution: "University of Colombia",
date: "Aug 1948",
gpa: "3.9 of 4.0, Summa Cum Laude",
degrees: (
("Bachelor's of Science", "Nuclear Engineering"),
("Minors", "Automobile Design, Arabic"),
("Focus", "Childcare, Education")
),
)

= Skills
#skills((
("Expertise", (
[Theoretical Physics],
[Time Travel],
[Nuclear Material Management],
[Student Mentoring],
// [Ethics],
// [Hair Cair],
// [Jumpsuit Design],
// [Conflict Resolution],
)),
("Software", (
[AutoDesk CAD],
[Delorean OS],
[Windows 1],
// [Microsoft Word],
// [Car Maintenance],
)),
("Languages", (
[C++],
[C Language],
[MatLab],
[Punch Cards],
// [Python],
// [C\#]
)),
))


= Experience
#exp(
role: "Theoretical Physics Consultant",
project: "Doc Brown's Garage",
date: "June 1953 - Oct 2015",
location: "Hill Valley, CA",
summary: "Specializing in development of time travel devices and student tutoring",
details: [
- Lead development of time travel devices, resulting in the ability to travel back and forth through time
- Managed and executed a budget of \$14 million dollars gained from an unexplained family fortune
- Oversaw QA testing for time travel devices, minimizing risk of maternal time-travel related incidents
]
)

#exp(
role: "Teaching Assistant",
project: "University of Colombia, Wernher von Braun Lab",
date: "Oct 1949 - June 1953",
summary: "Integrating German scientists' curriculi for undergraduate audiences",
details: [
- Assisted in designing physics course structure and assignments in English, Spanish and German
- Designed confidential rocket designs used in NASA Space Race initiatives and the Apollo Program
- Developed and executed university DEI initiatives and onboarding programs for transfer professors
]
)


= Projects
#exp(
role: link("https://www.imdb.com/title/tt0088763/")[The Delorean],
project: "Doc Brown's Garage",
date: "May 1954 - June 1985",
summary: "A stylish and fully-featured vehicle capable of time travel - with mixed results",
details: [
- Designed vehicle modifications allowing for time travel and *37% increased cup holder capacity*
- Ethically sourced materials from various international Colombian and Libyan providers
- Coordinated business relationships with potential clients and interested parties
]
)

#exp(
role: "Doc Brown's Mega Cup-o-Matic",
project: "Doc Brown's Garage",
date: "October 1949 - June 1953",
details: [
- Filed a patent for a new type of car cupholder, for storing cups of nuclear material up to 1L
- Developed nuclear hazard procedures for high school students interested in time and nuclear physics
]
)


= Volunteering
#exp(
role: "Student Advisor",
project: "Doc's Kidz After-School Child Care Service",
date: "May 1954 - June 1985",
summary: "Giving random highschoolers hands-on experience in live nuclear engineering",
details: [
- Created community initiative to teach local student(s) about the wonders of nuclear physics
- Provided interesting time travel research opportunities for students to add to their college applications
]
)
Loading

0 comments on commit 60745f7

Please sign in to comment.