This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmsbr-reproc.tex
98 lines (76 loc) · 2.19 KB
/
msbr-reproc.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
\documentclass[review]{elsarticle}
\usepackage{lineno}
\usepackage{xspace}
\modulolinenumbers[5]
\journal{Annals of Nuclear Energy}
%% `Elsevier LaTeX' style
\bibliographystyle{elsarticle-num}
%%%%%%%%%%%%%%%%%%%%%%%
%%%% packages and definitions (optional)
\usepackage{placeins}
\usepackage{booktabs} % nice rules (thick lines) for tables
\usepackage{microtype} % improves typography for PDF
\usepackage{hhline}
\usepackage{amsmath}
%\usepackage[demo]{graphicx}
%\usepackage{caption}
%\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{threeparttable, tablefootnote}
\usepackage{tabularx}
\newcolumntype{b}{>{\hsize=1.0\hsize}X}
\newcolumntype{s}{>{\hsize=.5\hsize}X}
\newcolumntype{m}{>{\hsize=.75\hsize}X}
\newcolumntype{x}{>{\hsize=.25\hsize}X}
\graphicspath{{figures/}}
% tikz %
\usepackage{tikz}
\usetikzlibrary{positioning, arrows, decorations, shapes}
\usetikzlibrary{shapes.geometric,arrows}
\tikzstyle{process} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=blue!30]
\tikzstyle{object} = [ellipse, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=green!30]
\tikzstyle{arrow} = [thick,->,>=stealth]
% hyperref %
\usepackage[hidelinks]{hyperref}
% after hyperref %
\usepackage{cleveref}
\usepackage{datatool}
\usepackage[acronym,toc]{glossaries}
\include{acros}
\makeglossaries
\begin{document}
\begin{frontmatter}
\title{Modeling and Simulation of Online Reprocessing in the Thorium-Fueled Molten Salt Breeder Reactor}
\date{} %% if you don't need date to appear
%% Authors
\input{authors}
% Institutes of the authors
\input{institutions}
\begin{keyword}
molten salt reactor \sep
molten salt breeder reactor \sep
python \sep
depletion \sep
online reprocessing \sep
nuclear fuel cycle \sep
salt treatment
\end{keyword}
\input{abstract}
\end{frontmatter}
\glsresetall
\linenumbers
\input{introduction}
\FloatBarrier
\input{methods}
\FloatBarrier
\input{results}
\FloatBarrier
%\input{discussion}
%\FloatBarrier
\input{conclusion}
\FloatBarrier
\input{acks}
\FloatBarrier
%\nocite{robertson_conceptual_1971} % placeholder until citations appear
\bibliography{2018-msbr-reproc}
\end{document}