-
Notifications
You must be signed in to change notification settings - Fork 1
/
karencv_example.tex
89 lines (69 loc) · 1.94 KB
/
karencv_example.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
\documentclass{karencv}
\begin{document}
\cvheader{John Doe}
\section{Contact Information}
John Doe\\
12 Street\\
123 45, Somewhere~\\
Country\\~\\
Phone: +1-23456789\\
E-mail: \email{john.doe@email.com}\\
Website: \url{http://www.google.com}
\section{Education}
\makecol{2014--}{Ph. D. student, University, Department}
\makecol{2014}{M. Sc., Major, University}
\makecol{2012}{B. Sc., Major, University}
\section{Professional Experience}
\makecol[0.15]{2012--2014}{Some job, Somewhere}
\section{Publications}
\makecol{2018}{Paper A, \emph{Journal}}
\makecol{2017}{Paper B, \emph{Journal}}
\section{Manuscripts in Submission}
Paper C
\section{Manuscripts in Preparation}
\begin{articlelist}
\item Paper D: This paper has a very long title so when the line breaks it is indented to distinguish the entries more clearly
\item Paper E
\end{articlelist}
\section{Presentations}
\subsection{Conference talks}
\makecol{2017}{"Paper A", The Conference in London, UK. December 1--2.}
\subsection{Departmental talks}
\makecol{2017}{Department, University. December 3.}
\section{Professional Service}
Reviewer for Journal of Research, International Journal of Research
\section{Departmental Service}
Board of the Department, board member, 2015--2016
\section{Teaching Experience}
\makecol[0.15]{2012--2014}{Teaching assistant, University, Department}
\subsection{Instructor}
\makecol[0.15]{2016--2017}{Course A}
\makecol[0.15]{2015--2016}{Course B}
\makecol[0.15]{2015}{Course C}
\makecol[0.15]{2014--2015}{Course D}
\section{Computer Skills}
\subsection{Programming}
R, C++
\subsection{Software development}
GitHub
\section{Languages}
Swedish (native)\\
English (fluent)
\section{References}
\begin{reflist}
\item Jane Smith \\
Department, University\\
12 Street \\
123 45 City\\
Country\\
+1-23456789\\
\email{jane@email.com}
\item Jane Smith \\
Department, University\\
12 Street \\
123 45 City\\
Country\\
+1-23456789\\
\email{jane@email.com}
\end{reflist}
\end{document}