-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpaper.tex
57 lines (46 loc) · 1.46 KB
/
paper.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
%% %%% NT includes
%% \documentclass{ntmanuscript}
%% \bibliographystyle{ans}
%% \usepackage{cite} % for ans
%% %%%
%%% ELS includes
\documentclass[review]{elsarticle}
\usepackage{lineno,hyperref}
\modulolinenumbers[5]
\journal{Nuclear Engineering and Design}
\bibliographystyle{elsarticle-num}
%%%
%%% General usepackages, definitions, etc.
\input{preamble}
%%% General setup
\graphicspath{{./figs/}}
%\include{acros}
\makeglossaries
%% %%% NT input
%% \input{ntfrontmatter} % for nuclear tech
%% %%%
\begin{document}
%%% ELS input
\input{elsfrontmatter}
%%%
\newpage
\input{intro}
\input{methods}
\input{results}
\input{conclusion}
%Don't forget there is text in \texttt{old.tex}.
%\input{old}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Acknowledgements}
The authors would like to thank the Nuclear Engineering University Program
(NEUP) for their generous support in the form of both an Integrated University
Program (IUP) fellowship as well as the grants DOE-NE00120341 and
DOE-NE0000673. The authors would also like to thank all developers of the
\Cyclus simulator, especially Kyle Oliver, Dr. Kathryn Huff, Dr. Anthony
Scopatz, Dr. Robert Carlsen, and Arrielle Opotowsky. Finally, the authors would
also like to thank Drs. James Luedtke, Michael Corradini, Laura McLay, and Erich
Schneider for their comments on the development of the methodology of the paper.
\newpage
\section*{\refname}
\bibliography{refs}
\end{document}