forked from rkurchin/Kurchin_CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKurchin_CV_2pager.tex
86 lines (66 loc) · 2.74 KB
/
Kurchin_CV_2pager.tex
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
79
80
81
82
83
84
85
86
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Adapted from "Rishi Shah's Resume" at
% http://www.LaTeXTemplates.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%---------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%---------------------------------------------
\documentclass{cv} % Use the custom resume.cls style
% to populate the top areas
\name{Rachel C. Kurchin}
\uni{Carnegie Mellon University}
\dept{Mechanical Engineering \& Materials Science and Engineering}
\addressone{3404 Wean Hall, Hamerschlag Drive}
\addresstwo{Pittsburgh, PA 15213}
\email{[email protected]}
\website{rkurchin.github.io}
\scholar{https://scholar.google.com/citations?user=CSHe53oAAAAJ\&hl=en\&oi=ao}
% some squish distances
\sectionfudge{-0.58cm} % spacing at end of sections
\topfudge{-0.13cm} % spacing after top section
\begin{document}
\thispagestyle{empty}
\begin{cvSection}{Education}[-8pt][2.1cm]
\cvItem{2019}
{Massachusetts Institute of Technology}
{Cambridge, MA, USA}
{Ph.D., Materials Science and Engineering, GPA 4.6/5.0}
\cvItem{2014}
{University of Cambridge}
{Cambridgeshire, UK}
{MPhil, Materials Science \& Metallurgy (research-based)}
\cvItem{2013}
{Yale University}
{New Haven, CT, USA}
{B.S., Physics (Intensive), with distinction (magna cum laude, GPA 3.9/4.0)}
\end{cvSection}
% these don't change too often so I didn't bother writing a Python function for this section
\begin{cvSection}{Recent Research Positions}[-9pt][2.1cm]
\cvItem{2019 -- pres.}
{Carnegie Mellon University}
{Depts. of Mechanical Engineering, Materials Science\newline and Engineering}
{MFI ('19-'20), MolSSI ('21) Postdoctoral Fellow with Venkat Viswanathan and Jay Whitacre}
\cvItem{2014 -- 2019}
{Massachusetts Institute of Technology}
{Dept. of Mechanical Engineering}
{Ph.D. student with Tonio Buonassisi (committee: V. Stevanovi\'c, J. Grossman, B. Yildiz)}
\cvItem{2016 -- 2017}
{National Renewable Energy Laboratory}
{Solar Energy Research Facility}
{Summer Visiting Graduate Student with Vladan Stevanovi\'c}
\end{cvSection}
%\vspace{-5mm}
% next sections input files generated by cv.py
% aesthetically, second optional argument (width of left column) should match for sections on the same page (in RCK's case, awards and pubs sections for example)
\begin{cvSection}{Recent Fellowships and Awards}[-22pt][2.1cm]
\input{inputs_2pager/awards.tex}
\end{cvSection}
% title defaults to Publications, third argument can change it
\begin{pubsSection}[-7pt][2.1cm][Recent Publications]
\input{inputs_2pager/pubs.tex}
\end{pubsSection}
%\vspace{-1mm}
\begin{cvSection}{Recent Talks}[-10pt][2.1cm]
\input{inputs_2pager/talks.tex}
\end{cvSection}
\end{document}