Type the title of your paper, only capitalize first word and proper nouns111This is an example for title footnote coding.
Abstract
Please type your abstract here, and the rest of the text, figures, tables, equations etc. in the main body. Please do not modify LaTeX commands unless you need to modify them and know how to do it.
keywords:
\KWDKeyword1, Keyword2, Keyword31 Introduction
Please use elsarticle.cls
for typesetting your paper. Additionally,
make sure not to remove the package jasr.sty
already included in the
preamble:
\usepackage{jasr}
Make sure to have the file jasr-model5-names.bst
to produce the references in
the correct format.
Any instructions relevant to the elsarticle.cls
are
applicable here as well. See the online instruction available at:
https://support.stmdocs.in/wiki/ index.php?title=Elsarticle.cls
Following commands are defined for this journal which are not in
elsarticle.cls
.
\received{} \finalform{} \accepted{} \availableonline{} \communicated{}
1.1 Subsection
This is only a LaTeX template if you need one. See the detailed guidelines for manuscript preparation and submission at:
https://ees.elsevier.com/asr
2 Main text of your manuscript
You like to write, don’t you?
3 How to include a figure?
Change the file name of the figure below with your own figure. And remember to change the figure caption too!
\begin{figure} \centering \includegraphics[scale=0.5]{fig01} \caption{Write the figure caption here.} \label{fig:pendulum} \end{figure}

3.1 And a table?
Just replace the text/values in the template table below with your own. You can change the number of lines/rows as necessary.
Column Name1 | Column Name2 | Column Name3 | Column Name4 |
---|---|---|---|
Parameter Name1 | Value | Value | Value |
Parameter Name2 | Value | Value | Value |
Parameter Name3 | Value | Value | Value |
3.2 Equations
Conventionally, in mathematical equations, variables and anything that represents a value appear in italics. All equations should be numbered for easy referencing. The number should appear at the right margin.
(1) |
In mathematical expressions in running text ”/” should be used for division (not a horizontal line).
4 Citations
Citations in the text can be made using
\citet{NewmanGirvan2004}
for citation in running text like in
NewmanGirvan2004 or using
\citep{Vehlowetal2013,NewmanGirvan2004}
for citation within parentheses like in
(Vehlowetal2013; NewmanGirvan2004).
Please use the actual \cite
command in the text.
Also, please double-check the \citep
command.
5 Reference style
You can include the references in the main text file in LaTeXformat. Alternately, you can include a separate bibliography file (refs.bib in this example) and run the following set of commands:
================== pdflatex myfile.tex bibtex myfile (no extension in this line!) pdflatex myfile.tex pdflatex myfile.tex ==================
6 A sample entry in the bibliography file
================== @ARTICLE{NewmanGirvan2004, author = {Newman, M. E. J. and Girvan, M.}, title = {Finding and evaluating community structure in networks}, journal = {Phys. Rev. E.}, volume = {69}, number = {21}, year = {2004}, pages = {026113} } ==================
7 Acknowledgments
Acknowledgments should be inserted at the end of the paper, before the references, not as a footnote to the title. Use the unnumbered Acknowledgements Head style for the Acknowledgments heading.