Pretty much finished with adding my details
This commit is contained in:
130
main.tex
130
main.tex
@@ -605,13 +605,15 @@
|
||||
{};
|
||||
\draw (start) to (end.center);
|
||||
|
||||
%%%%%%%%%%
|
||||
% Skills %
|
||||
%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%
|
||||
% Research %
|
||||
%%%%%%%%%%%%%%
|
||||
|
||||
\node[below=0.6cm of item 3.south west,sectionTitle] (title 3) {\cvSection{Skills}};
|
||||
\node[left=\cvTimeDotSep of title 3,headerIcon] {\faStar};
|
||||
\node[below=0.6cm of item 3.south west,sectionTitle] (title 3 dummy) {\phantom{\cvSection{Education}}};
|
||||
\node[below=0.6cm of item 3.south west,sectionTitle] (title 3)
|
||||
{\cvSection{Research}};
|
||||
\node[left=\cvTimeDotSep of title 3,headerIcon] {\faFlask};
|
||||
\node[below=0.6cm of item 3.south west,sectionTitle] (title 3 dummy)
|
||||
{\phantom{\cvSection{Research}}};
|
||||
\begin{scope}[on background layer]
|
||||
\draw[line width=2pt,cvColor]
|
||||
let \p1=(title 3 dummy.south west),
|
||||
@@ -619,45 +621,91 @@
|
||||
(\x1,\y1-0.1cm) to (\x2,\y1-0.1cm);
|
||||
\end{scope}
|
||||
|
||||
\node[
|
||||
below=\cvSectionSep of title 3.south west,
|
||||
eventdottext]
|
||||
(item 1 header)
|
||||
{\phantom{Evening}};
|
||||
\node[
|
||||
below=\cvSectionSep of title 3.south west,
|
||||
sectionedutext]
|
||||
(item 1)
|
||||
{\cvExperience%
|
||||
{Research Experience}%
|
||||
{University of Kentucky}%
|
||||
{Lexington, KY}%
|
||||
{Spring 2014 -- Spring 2016}%
|
||||
{Spent two years working on a project that utilized the passive magnetic
|
||||
field shielding capabilities of $\mu$-metal material and combined it with
|
||||
an active shielding concept utilizing a Helmholtz coil design. The project
|
||||
is currently under the process of exploring patent options.}};
|
||||
\node[
|
||||
left=\cvTimeDotSep of item 1 header,
|
||||
timedot]
|
||||
(start)
|
||||
{};
|
||||
|
||||
% item 2
|
||||
\node[
|
||||
below=\cvSectionSep of item 1.south west,
|
||||
eventdottext]
|
||||
(item 2 header)
|
||||
{\phantom{Evening}};
|
||||
\node[
|
||||
below=\cvSectionSep of item 1.south west,
|
||||
sectionedutext]
|
||||
(item 2)
|
||||
{\cvExperience%
|
||||
{Inertial Electrostatic Confinement Plasma Generation}%
|
||||
{University of Kentucky}%
|
||||
{Lexington, KY}%
|
||||
{Fall 2015 -- Spring 2016}%
|
||||
{As a Senior Capstone design project I led a team of Mechanical
|
||||
Engineering students to create an electrostatically confined plasma
|
||||
generated in a vaccuum environment using a Paaschen discharge event.
|
||||
Demonstrated applications in high voltage cicuitry design and
|
||||
spectrographic analysis of plasma in a space-craft propulsion capacity.}};
|
||||
\node[
|
||||
left=\cvTimeDotSep of item 2 header,
|
||||
timedot]
|
||||
{};
|
||||
\node[
|
||||
left=\cvTimeDotSep of item 2.south west,
|
||||
invisibletimedot]
|
||||
(end)
|
||||
{};
|
||||
\draw (start) to (end.center);
|
||||
|
||||
%%%%%%%%%%
|
||||
% Skills %
|
||||
%%%%%%%%%%
|
||||
|
||||
\node[below=0.6cm of item 2.south west,sectionTitle] (title 4)
|
||||
{\cvSection{Honors, Certifications, Licenses}};
|
||||
\node[left=\cvTimeDotSep of title 4,headerIcon] {\faStar};
|
||||
\node[below=0.6cm of item 2.south west,sectionTitle] (title 4 dummy)
|
||||
{\phantom{\cvSection{Research}}};
|
||||
\begin{scope}[on background layer]
|
||||
\draw[line width=2pt,cvColor]
|
||||
let \p1=(title 4 dummy.south west),
|
||||
\p2=(current page.east) in
|
||||
(\x1,\y1-0.1cm) to (\x2,\y1-0.1cm);
|
||||
\end{scope}
|
||||
|
||||
\matrix[matrix of nodes,
|
||||
below=0.6cm of title 3.south west,
|
||||
below=0.6cm of title 4.south west,
|
||||
anchor=north west,
|
||||
column sep=6pt,
|
||||
row sep=6pt,
|
||||
every node/.style={Text Depth=tdSkills},
|
||||
column 1/.style={anchor=east,align=left},
|
||||
column 2/.style={anchor=west},
|
||||
column 3/.style={anchor=east,align=left},
|
||||
column 4/.style={anchor=west}] (skills) {
|
||||
\cvSkill{5} & MATLAB & \cvSkill{5} & \LaTeX \\
|
||||
\cvSkill{4} & Python & \cvSkill{4} & VHDL \\
|
||||
\cvSkill{4} & Microsoft Office & \cvSkill{4} & macOS \\
|
||||
\cvSkill{3} & C, C++ & \cvSkill{3} & Electrical Engineering \\};
|
||||
|
||||
|
||||
\node[below=0.6cm of skills.south west,sectionTitle] (title 4) {\cvSection{References}};
|
||||
\node[left=\cvTimeDotSep of title 4,headerIcon] {\faLink};
|
||||
\node[below=0.6cm of skills.south west,sectionTitle] (title 4 dummy) {\phantom{\cvSection{Education}}};
|
||||
\begin{scope}[on background layer]
|
||||
\draw[line width=2pt,cvColor]
|
||||
let \p1=(title 4 dummy.south west),
|
||||
\p2=(current page.east) in
|
||||
(\x1,\y1-0.1cm) to (\x2,\y1-0.1cm);
|
||||
\end{scope}
|
||||
|
||||
|
||||
\matrix[matrix of nodes,
|
||||
below=0.6cm of title 4.south west,
|
||||
anchor=north west,
|
||||
column sep=6pt,
|
||||
row sep=6pt,
|
||||
every node/.style={Text Depth=tdRefs,anchor=west}] {
|
||||
Jane Smith & \\
|
||||
Company ABC Co. Ltd. & \\
|
||||
Job title & \\
|
||||
Street lane 2 & \\
|
||||
B-1150 Brussels & \\
|
||||
+1 781 555 1212 & \\};
|
||||
every node/.style={Text Depth=tdSkills, font=\small, align=center}] {%
|
||||
US Secret Clearance &
|
||||
Private Pilot PPL (42 Hours) &
|
||||
ACT 35/36 \\
|
||||
NAUI Certified Scuba (Open Water) &
|
||||
National Merit Finalist &
|
||||
GRE: V167, Q167, W5.5 \\
|
||||
Magna Cum Laude &
|
||||
Patterson Scholar \\};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user