-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathresume.tex
104 lines (91 loc) · 3.03 KB
/
resume.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Author:
% Claud D. Park <[email protected]>
% http://www.posquit0.com
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Themes: Awesome-CV
\documentclass[11pt, a4paper]{awesome-cv}
%%% Override a directory location for fonts(default: 'fonts/')
\fontdir[fonts/]
%%% Configure a directory location for sections
\newcommand*{\sectiondir}{resume/}
%%% Override color
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
%% Color for highlight
% Define your custom color if you don't like awesome colors
\colorlet{awesome}{awesome-darknight}
%\definecolor{awesome}{HTML}{CA63A8}
%% Colors for text
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}
%%% Override a separator for social informations in header(default: ' | ')
%\headersocialsep[\quad\textbar\quad]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Needed to divide into several files
\usepackage{import}
\usepackage{etaremune}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
\name{Dr. Rachael E. }{Ainsworth}
\position{Research Software Community Manager \quad\textbar\quad Open Science Advocate}%{\enskip\cdotp\enskip}Security Expert}
\address{Software Sustainability Institute, Department of Computer Science, The University of Manchester \\ Kilburn Building, Oxford Road, Manchester, M13 9PL}
%\mobile{(+353) 86-033-6758}
%%% Social
\email{[email protected]}
\homepage{rainsworth.github.io}
\github{rainsworth}
\linkedin{rachaelainsworth}
\twitter{rachaelevelyn}
%%% Optionals
%\quote{``Make the change that you want to see in the world."}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Make a footer for CV with three arguments(<left>, <center>, <right>)
\makecvfooter
{\today}
{Dr. R. E. Ainsworth~~~·~~~CV}
{\thepage}
\begin{document}
%%% Make a header for CV with personal data
\makecvheader
%%% Import contents
\import{\sectiondir}{profile.tex}
\import{\sectiondir}{education.tex}
\import{\sectiondir}{experience.tex}
%\import{\sectiondir}{skills.tex}
\import{\sectiondir}{service.tex}
\clearpage
\import{\sectiondir}{volunteering.tex}
\clearpage
\import{\sectiondir}{publications.tex}
\import{\sectiondir}{teaching.tex}
\clearpage
\import{\sectiondir}{honors.tex}
\import{\sectiondir}{outreach.tex}
\clearpage
\import{\sectiondir}{presentations.tex}
\clearpage
\import{\sectiondir}{observing.tex}
%\import{\sectiondir}{computing.tex}
%\import{\sectiondir}{references.tex}
\end{document}