-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
140 lines (121 loc) · 3.72 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
%%%%%%%%%%%%%%%%%%%% author.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for your "contribution" to a contributed volume
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[x11names,table,xcdraw,graybox]{svmult}
% choose options for [] as required from the list
% in the Reference Guide
% https://www.overleaf.com/3715123823cswkwnwybrdn
\usepackage{type1cm} % activate if the above 3 fonts are
% not available on your system
%
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
\graphicspath{{figures/}}
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\usepackage[normalem]{ulem}
%\usepackage{todonotes}
\usepackage{blindtext}
\usepackage{arydshln}
\usepackage{pbox}
\usepackage{newtxtext} %
\usepackage{newtxmath} % selects Times Roman as basic font
\usepackage{multirow}
\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
%\usepackage{booktabs}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{bbding}
\usepackage{minted}
%\usepackage{caption}
\usepackage[inline]{enumitem}
\usepackage{comment}
% ...
\newenvironment{code}{\captionsetup{type=listing}}{}
\lstset { %
language=C++,
backgroundcolor=\color{white!5}, % set backgroundcolor
basicstyle=\footnotesize,% basic font setting
}
\newcommand*{\TextVCenter}[1]{%
\text{$\vcenter{\hbox{#1}}$}%
}
% see the list of further useful packages
% in the Reference Guide
\makeindex % used for the subject index
% please use the style svind.ist with
% your makeindex program
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\title*{The Adaptable IO System (ADIOS)}
\label{chapter:ADIOS}
% Use \titlerunning{Short Title} for an abbreviated version of
% your contribution title if the original one is too long
\author{
David Pugmire$^1$,
Norbert Podhorszki$^1$,
Scott Klasky$^1$,
Matthew Wolf $^1$,
James Kress$^1$,
Mark Kim$^1$,
Nicholas Thompson$^1$,
Jeremy Logan$^1$,
Ruonan Wang$^1$,
Kshitij Mehta$^1$,
Eric Suchyta$^1$,
William Godoy$^1$,
Jong Choi$^1$,
George Ostrouchov$^1$,
Lipeng Wan$^1$,
Jieyang Chen$^1$,
Berk Geveci$^2$
Chuck Atkins$^2$,
Caitlin Ross$^2$,
Greg Eisenhauer$^3$,
Junmin Gu$^4$,
John Wu$^4$,
Axel Huebl$^4$,
Seiji Tsutsumi$^5$
}
\authorrunning{Pugmire, Klasky, Podhorszki, Wolf, Kress, Kim, Thompson, Logan, Wang, Mehta, Suchyta, Godoy, Choi, Ostrouchov, Wan, Chen, Atkins, Eisenhauer, Gu, Wu, Huebel, Tsutsumi}
\authorrunning{Pugmire, et al.}
\institute{$^1$Oak Ridge National Laboratory
\and $^2$Lawrence Berkeley National Laboratory
\and $^3$Kitware, Inc.
\and $^4$Georgia Institute of Technology
\and $^5$Japan Aerospace Exploration Agency
}
%
% Use the package "url.sty" to avoid
% problems with special characters
% used in your e-mail or web address
%
\maketitle
%The starred abstract is required for the online library stuff
\abstract*{
\input{text/abstract.tex}
}
%The non-starred abstract is optional depending if we want it in the text
\abstract{
\input{text/abstract.tex}
}
%\input{text/response.tex}
%\input{text/outline.tex}
\input{text/intro.tex}
\input{text/adiosapi2.tex}
%\input{text/adiosapi.tex}
\input{text/usecases.tex}
%\input{text/insitu.tex}
%\input{text/coupling.tex}
%\input{text/experimentaldata.tex}
%\input{text/insitu_tradeoffs.tex}
\input{text/conclusion.tex}
%\input{text/reviews.tex}
\input{text/references}
\end{document}