-
Notifications
You must be signed in to change notification settings - Fork 0
/
IFC_cv-template
62 lines (60 loc) · 2.21 KB
/
IFC_cv-template
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
\documentclass[11pt, oneside]{article} % use "amsart" instead of "article" for AMSLaTeX format
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{showframe=true} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode
% TeX will automatically convert eps --> pdf in pdflatex
\usepackage{amssymb}
\usepackage{tabularx}
\usepackage{longtable}
\begin{document}
\begin{center} Appendix 3 - Curriculum Vitae \end{center}
\begin{center} \bf BioData \end{center}
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
\newcolumntype{R}[1]{>{\raggedright\arraybackslash}p{#1}}
\begin{longtable}[t]{L{9cm}R{10.5cm}}
Name: & {name} \\
\\
Date of Birth: & {dateofbirth} \\
\\
Nationality: & {nationality} \\
\\
Education: & {education} \\
\\
Countries of Work Experience: & {countries} \\
\end{longtable}
\begin{center} \bf Employment Record \end{center}
\begin{longtable}[t]{L{9cm}R{10.5cm}}
Date range: & {daterange} \\
\\
Employer: & {employer} \\
\\
Positions Held: & {positions} \\
\end{longtable}
\begin{center} \bf Relevant Project Experience \end{center}
\begin{longtable}[t]{L{9cm}R{10.5cm}}
Name of assignment or project: & {project name} \\
\\
Year: & {project year} \\
\\
Location: & {project location} \\
\\
Client: & {projectclient} \\
\\
Main project features: & {projectfeatures} \\
\\
Positions held: & {projectposition} \\
\\
Activities performed: & {project activities} %We might want to make this a list
\end{longtable}
\begin{center} \bf Certification: \end{center}
I, the undersigned, certify that to the best of my knowledge and belief, this CV correctly describes myself, my qualifications, and my experience. I understand that any wilful misstatement described herein may lead to my disqualification or dismissal, if engaged.
\\
\begin{longtable}[t]{L{6cm}R{10.5cm}}
Date: & date \\
\\
Full name of the Advisor: & [Signature of the Advisor] Day/Month/Year
\\
\end{longtable}
\end{document}