-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
106 lines (72 loc) · 2.92 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
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
\documentclass{anstrans}
%how do i cite wikipedia? line11 body.tex
%bibliography issues
%get rid of 'no need for land purchase'
% things to consider
% maybe get rid of the environmentalists? and melt them into 'local' or 'public'
%clinton has an aquifer underneath..
% state that repository is done by DOE or exelon?
%specify who is in charge
% ---- generally more precisely describe the proposed case
% who what when where why
% wouldn't 'net cost' include everything from new above-ground facility and
% no need for additional land purchase?
% what about assessing those criterias only in a social / polical way
% and the economic aspects of those are considered in the net cost section?
% what to write about the base case ( compare it to Yucca Mountain procedure or what?)
% datadtatdatdadatadta
%meeting Oct. 11/2016
% be explicit about the metric
% have a statement saying and we developed metrics for this
% combine abstract and body to paper.tex
% have a main tex that contains all structures.
% \input{nameoffile}
% paper about wrting a paper
% abstract: motivation and results and talk about my contributions
% introduction: rest to understand the paper (background etc)
% ans transactions guidelines
% methodology : how to reproduce my results
%exactly everything to replicate result
%to do the distance analysis, I used this equation and this code:
% results and discussion : everything learned
% cite things!!!! - wikipedia, this data was scraped from public information
% mention why the weights of staekholders is the way they are.
% utilities do not have much incentive to do so.
% cost of treatment licenses
% 'skilled worker', existence.
%consider Dr.Singers:
% Don't assume money is all there
%reduce amount of money so they can be offered to the stakeholder
%%%% packages and definitions (optional)
\usepackage{graphicx} % allows inclusion of graphics
\usepackage{graphics}
\usepackage{booktabs} % nice rules (thick lines) for tables
\usepackage{microtype} % improves typography for PDF
\newcommand{\SN}{S$_N$}
\renewcommand{\vec}[1]{\bm{#1}} %vector is bold italic
\newcommand{\vd}{\bm{\cdot}} % slightly bold vector dot
\newcommand{\grad}{\vec{\nabla}} % gradient
\newcommand{\ud}{\mathop{}\!\mathrm{d}} % upright derivative symbol
\graphicspath{ {images/} }
\title{Benefits of Siting a Borehole Repository on Non-Operating Nuclear
Facility}
\author{Jin Whan Bae, William Roy, Kathryn Huff}
\institute{\underline{}
Dept. of Nuclear, Plasma, and Radiological Engineering, University of Illinois at Urbana-Champaign
\and
Urbana, IL
}
\email{jbae11@illinois.edu}
%%%% Acronym support
\usepackage[acronym,toc]{glossaries}
\include{acros}
\makeglossaries
%%%%%%%%%%%%%%actual words%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\begin{document}
\input{abstract}
\input{intro}
\input{body}
\input{acks}
\bibliographystyle{ans}
\bibliography{bibliography}
\end{document}