-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStandardResume.qmd
More file actions
78 lines (62 loc) · 1.96 KB
/
StandardResume.qmd
File metadata and controls
78 lines (62 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: ""
format:
pdf:
documentclass: article
pdf-engine: xelatex
papersize: letter
fontsize: 10pt
geometry:
- top=9mm
- left=12mm
- right=12mm
- bottom=8mm
colorlinks: true
linkcolor: blue
urlcolor: blue
include-in-header:
- file: preamble_consulting.tex
- text: |
\renewcommand{\csection}[1]{%
\vspace{10pt}%
\noindent\textbf{#1}\\[-8pt]%
\rule{\textwidth}{0.5pt}\par%
\vspace{-6pt}%
}
\renewcommand{\centry}[4]{%
\vspace{9pt}%
\noindent\textbf{#1}\hfill\mbox{#3}\par%
\noindent\textit{#2}\hfill\mbox{#4}\par%
}
\renewcommand{\centrynorole}[3]{%
\vspace{9pt}%
\noindent\textbf{#1}\hfill\mbox{#2}\par%
\noindent\hfill\mbox{#3}\par%
}
\newcommand{\ceduentryfull}[5]{%
\vspace{9pt}%
\noindent\textbf{#1}\hfill\mbox{#4}\par%
\noindent\textit{#2}\hfill\mbox{#5}\par%
\noindent\textit{#3}\par%
}
\newcommand{\csubrole}[2]{%
\vspace{3pt}%
\noindent\textit{#1}\hfill\mbox{#2}\par%
}
---
{{< include sections/header.qmd >}}
\csection{EDUCATION}
{{< include sections/education/stanford.qmd >}}
{{< include sections/education/ohio_state.qmd >}}
\csection{PROFESSIONAL EXPERIENCE}
{{< include sections/work/veridian_senior.qmd >}}
{{< include sections/work/veridian_analyst.qmd >}}
{{< include sections/work/freelance.qmd >}}
{{< include sections/work/brightside.qmd >}}
{{< include sections/work/research_assistant.qmd >}}
{{< include sections/work/intern.qmd >}}
\csection{LEADERSHIP AND COMMUNITY INVOLVEMENT}
{{< include sections/leadership/stanford_club.qmd >}}
{{< include sections/leadership/alumni_mentor.qmd >}}
{{< include sections/leadership/junior_achievement.qmd >}}
{{< include sections/leadership/triathlon_club.qmd >}}