-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmain_document.tex
286 lines (199 loc) · 6.26 KB
/
main_document.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
%%
%% Copyright 2019 Elsevier Ltd
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% ! ! ! SUBMISSION CHECKLIST ! ! ! %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Please confirm that your submission follows all the requirements of the guidelines, including the submission checklist:
%% _ Cover letter
%% _ Highlights
%% _ Authorship statement
%% _ The manuscript must be single column and double spaced
%% _ Reference must be in the author-date format
%% _ Code availability section
%%
%% *All the manuscripts in disagreement with the guidelines will be desk-rejected without editorial check.
%%
%% --------------------------------------
%%
%% This file is part of the 'CAS Bundle'.
%%
%% It may be distributed under the conditions of the LaTeX Project Public
%% License, either version 1.2 of this license or (at your option) any
%% later version. The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% The list of all files belonging to the 'CAS Bundle' is
%% given in the file `manifest.txt'.
%%
%% Template article for cas-dc documentclass for
%% double column output.
%\documentclass[a4paper,fleqn,longmktitle]{cas-dc}
\documentclass[a4paper,fleqn]{cas-sc}
\usepackage[authoryear]{natbib}
\usepackage{graphicx}
\usepackage{float}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{color}
\usepackage{setspace}
\usepackage[nomarkers,figuresonly]{endfloat}
\newcommand{\colorComments}{black}
%%%Author definitions
\def\tsc#1{\csdef{#1}{\textsc{\lowercase{#1}}\xspace}}
\tsc{WGM}
\tsc{QE}
\tsc{EP}
\tsc{PMS}
\tsc{BEC}
\tsc{DE}
%%%
\usepackage{lineno}
\linenumbers
\begin{document}
\let\WriteBookmarks\relax
\def\floatpagepagefraction{1}
\def\textpagefraction{.001}
\shorttitle{Short title}
\shortauthors{short author name}
\title [mode = title]{Manuscript title - \LaTeX template for Computers \& Geosciences }
\author[1]{Author 1}[type=editor,
auid=000,bioid=1,orcid=0000-0000-0000-0000]
\credit{ Author 1 contribution }
\author[2]{Author 2}
\credit{Author 2 contribution }
\author[3]{Author 3}
\credit{Author 3 contribution}
\address[1]{Author 1 affiliation}
\address[2]{Author 2 affiliation}
\address[3]{Author 3 affiliation}
\begin{abstract}
Abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here, abstract text here.
\end{abstract}
\begin{coverletter}
Dear Editors-in-Chief,
\newline
please find the enclosed manuscript "..." which we are submitting for exclusive consideration for publication in Computers \& Geosciences. We confirm that the submission follows all the requirements and includes all the items of the submission checklist.
\newline
The manuscript presents ...
\newline
We provide the source codes in a public repository with details listed in the section "Code availability".
\newline
Thanks for your consideration.
\newline
Sincerely,
\newline
Authors names
Corresponding author affiliation and e-mail
\newline
\textbf{Delete before submission:}
Please confirm that your submission follows all the requirements of the guidelines, including the submission checklist:
- Cover letter
- Highlights
- Authorship statement
- The manuscript must be single column and double spaced
- Reference must be in the author-date format
- Code availability section
*The manuscripts that do meet the requirement guidelines will be desk-rejected.
\end{coverletter}
\begin{highlights}
\item Highlight 1
\item Highlight 2
\item Highlight 3
\item Highlight 4
\item Highlight 5
\end{highlights}
\begin{keywords}
Keyword 1 \sep Keyword 2 \sep Keyword 3 \sep Keyword 4
\end{keywords}
\maketitle
\printcredits
\doublespacing
\section{Introduction}
\label{intro}
Examples of citations:
\cite{gomez1990isim3d, pebesma2004multivariable, hansen2018multiple}
Examples of citations in parentheses:
\citep{gomez1990isim3d, pebesma2004multivariable, hansen2018multiple}
\section{Methodology}
This section includes an example of equation.
\begin{equation}
\label{eqn:linear}
y=ax+b.
\end{equation}
\subsection{Subsection}
This section contains another example of equation, different from Eq. \ref{eqn:linear}.
\begin{equation}
\label{eqn:quadratic}
y=ax^2+bx+c
\end{equation}
\section{Algorithm and implementation}
Example of algorithm:
\begin{algorithm}
\caption{Algorithm example }
\begin{algorithmic}
\label{alg:Alg1}
\State \textbf{Input:} ...
\newline
\Statex \textit{1.} Step1
\Statex \textit{2.} Step2;
\State \textit{3.} Step3;
\newline
\For{ i = 1,..., m}
\State \textit{4.} Step 4;
\For{ j = 2,..., n}
\State \textit{5.} Step 5;
\State \textit{6.} Step 6;
\EndFor
\EndFor
\newline
\State \textbf{Output: } ...
\end{algorithmic}
\end{algorithm}
\section{Results}
This section includes an example of figure (Figure \ref{fig:Figure1}), from \cite{de2021direct}.
\begin{figure}
\centering
\includegraphics[width=0.75\textwidth]{figs_rev1/uncond_distribution_reference.png}
\caption{ Caption here. Image from \cite{de2021direct}.}
\label{fig:Figure1}
\end{figure}
This section includes an example of table (Table \ref{tab:Table1}).
\begin{table}
\centering
\caption{Example of table.}
\label{tab:Table1}
\begin{tabular}{ |c||c|c|c|}
\hline
& $a$ & $b$ & $c$\\
\hline
\hline
$a$ & 0.014 & 0.20 & 0.13 \\
\hline
$b$ & 0.20 & 0.17 & 2.46 \\
\hline
$c$ & 0.13 & 2.5 & 0.31 \\
\hline
\end{tabular}
\end{table}
\subsection{Subsection}
Text ...
\section{Conclusions}
Conclusions here...
\section{Acknowledgments}
The authors would like to acknowledge ...
\newpage
\textbf{Code availability section}
Name of the code/library
Contact: e-mail and phone number
Hardware requirements: ...
Program language: ...
Software required: ...
Program size: ...
The source codes are available for downloading at the link:
https://github.com/ . . . .
\bibliographystyle{cas-model2-names}
\bibliography{bibliography}
\end{document}