-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample_application.tex
116 lines (87 loc) · 2.93 KB
/
sample_application.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
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass{fwoapplication}
\author{Pierre de Buyl}
\title{Sample research project}
\date{}
\begin{document}
\maketitle
\section{Indicate the state of the art.}
\subsection{Statistical physics}
\begin{equation*}
S = k_B \log W
\end{equation*}
\begin{itemize}
\item Ensemble theory
\item Ergodicity
\item Linear response
\item Brownian motion~\cite{einstein_brownian_1905}.
\end{itemize}
\section{Describe the objectives of the research.}
\section{Describe the methodology of your research.}
\section{Work plan}
\begin{compactdesc}
\item[PROJ1] First project.
\item[PROJ2] Second project.
\item[PROJ3] Third project.
\end{compactdesc}
\begin{figure}[h]
\centering
\begin{ganttchart}[y unit title=0.5cm,
y unit chart=0.5cm,
x unit=2.3cm,
title/.append style={shape=rectangle, fill=black!10},
title height=1,
bar label font=\small,
bar inline label node/.style={font=\footnotesize},
bar/.append style={fill=black!10},
bar height=.75,
group top shift=.6,
group height=.2,
group peaks height=.2
]{1}{6}
\gantttitle{Project (years)}{6} \\
\gantttitlelist{1,...,3}{2} \\
\ganttgroup[group label node/.append style={align=left}]{Part 1 \hspace{1em}}{1}{4}
\ganttnewline\ganttnewline
\ganttbar[name=proj1-a]{proj 1 a}{1}{1}
\ganttbar[name=proj1-b, inline]{proj 1 b}{1}{1}
\ganttnewline
\ganttbar[name=proj2-a]{proj 2}{2}{2}
\ganttbar[name=proj2-b,inline]{proj 2 b}{2}{2}
\ganttbar[name=proj2-c,inline]{proj 2 c}{3}{4}
\ganttnewline
\ganttnewline[thick,black]
\ganttgroup[group label node/.append style={align=left}]{Part 2}{2}{2}
\ganttgroup{}{4}{6}
\ganttnewline\ganttnewline
\ganttbar[name=proj3-a]{proj 3 a}{2}{2}
\ganttbar[name=proj-3-b,inline]{proj 3 b}{2}{2}
\ganttnewline
\ganttbar[name=proj-4-a]{proj 4 a}{4}{4}
\ganttbar[name=proj-4-b,inline]{proj 4 b}{4}{4}
\ganttbar[name=proj-4-c,inline]{proj 4 c}{5}{5}
\ganttbar[name=proj-4-d,inline]{proj 4 d}{6}{6}
\ganttnewline
\ganttnewline[thick,black]
\ganttgroup[group label node/.append style={align=left}]{Part 3}{2}{6}
\ganttnewline\ganttnewline
\ganttbar[name=proj-5-a]{proj 5 a}{2}{3}
\ganttbar[name=proj-5-b,inline]{proj 5 b}{2}{3}
\ganttnewline
\ganttbar[name=proj-5-c]{proj 5 c}{4}{6}
\ganttbar[inline]{proj 5 d}{4}{6}
\ganttnewline
\end{ganttchart}
\caption{Provisional schedule of the project}
\label{fig:gantt}
\end{figure}
\section{Bibliography}
\begin{multicols}{2}
\bibliographystyle{unsrtnat-nourl}
\bibliography{sample_bibliography}
\end{multicols}
\clearpage
\section{Indicate below whether you think the results of the proposed research will be
suitable to be communicated to a non-expert audience and how you would undertake such
communication.}
\section{Full bibliographic details of your five main publications}
\end{document}