-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
37 lines (27 loc) · 1.42 KB
/
main.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
\documentclass[review]{elsarticle}
%% Latex documents that need direct input
\input{latex/filesystem/package_basic.tex} % contains the latex packages
\input{latex/filesystem/package_edition.tex} % packages to facilitate editing
\input{latex/filesystem/fileSetup.tex} % contains package and variables init.
\input{content/acronym_definition.tex} % contains the acronyms
\begin{document}
% Abstract and keywords are in frontmatter in this template
\input{content/frontmatter.tex} % contains the Title and authors info
\maketitle
\linenumbers
\acresetall % reset the acronyms from the abstract
\input{content/intro/intro}
\input{content/survey/background}
\input{content/method/method}
\input{content/experiment/experiment}
\input{content/experiment/discussion}
\input{content/conclusion/conclusion}
\section*{Acknowledgments}\label{sec:acknowledgements}
This project was supported by the Singapore French Institute (IFS) and the Singapore Eye Research Institute (SERI) through the PHC Merlion program (2015-2016) and the Regional Council of Burgundy (grant nb. 2015-9201AAO050S02760).
Calculations were performed using HPC resources from DSI-CCUB (Universit\'e de Bourgogne).
\section*{Conflict of interest statement}
The authors declare no conflict of interest.
\input{content/appendix/appendix}
\section*{References}
\bibliography{./content/literature_review} %>>>> bibliography data in report.bib
\end{document}