-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy patherc-stg-eligibility-extension-request-template.tex
More file actions
113 lines (91 loc) · 2.64 KB
/
Copy patherc-stg-eligibility-extension-request-template.tex
File metadata and controls
113 lines (91 loc) · 2.64 KB
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
105
106
107
108
109
110
111
112
113
\documentclass[12pt]{scrartcl}
% {{{ packages
\usepackage{iftex}
\usepackage{xparse}
\usepackage{geometry}
\usepackage[hypertexnames=false,breaklinks=true]{hyperref}
\usepackage[table]{xcolor}
% better typography
\usepackage{microtype}
\ifpdftex
\usepackage[T1]{fontenc}
\usepackage{tgtermes}
\else
\usepackage{fontspec}
\IfFontExistsTF{Times New Roman}{
\setmainfont[Ligatures=Rare]{Times New Roman}}{
\IfFontExistsTF{TeX Gyre Termes}{
\setmainfont{TeX Gyre Termes}
}{\PackageWarning{erc-stg}{No Times New Roman-type font could be found}}}
\fi
% force serif fonts
\addtokomafont{disposition}{\rmfamily}
% }}}
% {{{ formatting
\hypersetup{
colorlinks=true,
urlcolor=blue,
citecolor=black,
linkcolor=black
}
% NOTE: color used for comments
\definecolor{ERCGray}{RGB}{140, 140, 140}
\KOMAoptions{
paper=A4,
parskip=half,
footnotes=multiple,
}
\geometry{top=2.25cm, bottom=2.25cm, left=2.35cm, right=2.35cm}
\NewDocumentCommand \erccomment { m } {\textcolor{ERCGray}{#1}}
% }}}
\begin{document}
\begin{center}
\textbf{ELIGIBILITY EXTENSION REQUEST}
\end{center}
\erccomment{
\textbf{THE ELIGIBILITY CALCULATION WILL BE BASED ON THE SUCCESSFUL PHD DEFENCE DATE;
PLEASE ATTACH THE REQUESTED DOCUMENTS TO PROVE YOUR PHD DEFENCE DATE AND THE DOCUMENT(S)
SUPPORTING YOUR EXTENSION REQUEST.}
}
In connection with my \erccomment{[call identifier: STG 2027/ COG 2027]} proposal
acronym \erccomment{[indicate acronym]}, I am requesting an extension of the eligibility
window period due to:
\vfill
Calculation of the extension period for the applicable circumstances \erccomment{[each
event should be listed separately]}:
{
\footnotesize
\begin{tabular}{
|b{0.03\textwidth}
|b{0.11\textwidth}
|b{0.218\textwidth}
|b{0.098\textwidth}
|b{0.09\textwidth}
|b{0.165\textwidth}
|b{0.11\textwidth}|
} \hline
\textbf{No.} &
\textbf{Leave/Event} &
\textbf{Short description$^{**}$} &
\textbf{Start date$^*$} &
\textbf{End date$^*$} &
\textbf{Calculated number of days/months/years} &
\textbf{Supporting document(s) (type)} \\\hline
\textbf{1.} & & & & & & \\\hline
\textbf{2.} & & & & & & \\\hline
\textbf{3.} & & & & & & \\\hline
\multicolumn{5}{|l|}{\textbf{Total extension request (1 + 2 + 3 + \dots):}} &
\multicolumn{2}{l|}{}
\\\hline
\end{tabular}
\erccomment{
* not needed for a flat rate. \\
** if applicable, e.g.\ taking care of a sick family member.
}
\vspace{1cm}
}
\footnotetext[1]{Over 90 days for the Principal Investigator or a close family member
(child, spouse, parent or sibling).}
\footnotetext[2]{For a minimum of 90 days.}
\end{document}
% kate: default-dictionary en_GB;