Mapana Journal of Sciences
Author
Joseph Varghese Kureethara
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
Template for the Mapana Journal of Sciences
\RequirePackage{tikz}
\documentclass{mapana}
%%
%%download mapana.cls and save it in the folder of your source file
%%
%%suggested packages to be included
\usepackage{graphicx,amsmath,bm, pstricks}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{natbib}
%%The following packages are included with the class file.
%%Please download if these packages are not included
%%in your local TeX distribution
%%txfonts,balance,textcase,float
%%
%----- Tikz Environments ---------------------------------------
\usepackage{float}
\usepackage{calc,tikz}
\usetikzlibrary{arrows,decorations.markings,positioning,shapes.geometric,}
\tikzstyle{vertex}=[circle, draw, inner sep=1pt, minimum size=4pt]
\newcommand{\vertex}{\node[vertex]}
\newcounter{Angle}
\tikzstyle{ann} = [fill=white,font=\footnotesize,inner sep=1pt]
\tikzstyle{arrow} = [thick,<-->,>=stealth]
%----- Tikz Environments ---------------------------------------
\begin{document}
%%paper title
%%For line breaks \\ can be used within title
\title{Title of the Article}
%%author names are separated by comma (,)
%%use \and before the last author name
%%\textsuperscript{number} is used for affiliation
%%use a * along with the number separated by comma
%% for the author for correspondence
\author{Author 1\thanks{Department, University; author1@email.com}, Author 2\thanks{Department, University; author2@email.com} and Last Author\thanks{Department, University; lastauthor@email.com}}
%\titlerunning{short title}
%\authorrunning{name(s) of author(s)}
\titlerunning{Short Title of the Article}
\authorrunning{Author 1, Author 2 and Last Author}
%\symbolfootnote[0]{\affilOne{\textsuperscript{1} Department of P, University X\\}
%\affilTwo{\textsuperscript{2} Department of Q, University Z}}
%%escape two column mode for title, affiliation and abstract
%%by giving \twocolumn command as shown
%%include \msinfo for
%%manuscript information such as
%%received, revised and accepted dates
%%
\maketitle
%%abstract
\begin{abstract}
Abstract here a maximum of 200 words.
\end{abstract}
%%insert keywords separated by comma using \keywords{words}
\keywords{keyword 1, keyword 2, keyword3}
%%include \msc{number} to print the Mathematics Subject classification number
\msc{05C10}
%%abstract
\author{Author 1\thanks{Department, University; author1@email.com}, Author 2\thanks{Department, University; author2@email.com} and Last Author\thanks{Department, University; lastauthor@email.com}}
%\titlerunning{short title}
%\authorrunning{name(s) of author(s)}
\titlerunning{Short Title of the Article}
\authorrunning{Author 1, Author 2 and Last Author (No words from the Title or Abstract is to used here)}
%%include \msc{number} to print the Mathematics Subject classification number
%\msc{05C10}
%\msinfo{1 January 2015}{1 January 2015}
%%include \doinum{number}for the DOI number in the header
%%include \volnum{number} for the volume number in the header
%%include \year{yyyy} for year of publication in the header
%%include \pgrange{num--num} page range of article in the header
%%include \lp to print last page of the article
%%include \setcounter{page}{pagenum} for the exact starting page of the article
%%Authors need not fill in this area.
\doinum{10.12723/mjs.50.21}
\volnum{50}
\issuenum{3}
\year{2021}
\pgrange{34--45}
\setcounter{page}{34}
\msinfo{}
\barcode{\includegraphics[width=22mm]{qr.png}}
%%Authors need not fill in the above area.
\section{Introduction}\label{sec_1}
Introduction
\section{Scientific Goals}\label{sec_2}
Section \ref{sec_1}. You may use the following commands.
\begin{thm}
content...
\end{thm}
\begin{lem}
content...
\end{lem}
\begin{cly}
content...
\end{cly}
\begin{rmk}
content...
\end{rmk}
\begin{exm}
content...
\end{exm}
\begin{dfn}
content...
\end{dfn}
\begin{conj}
content...
\end{conj}
\begin{obs}
content...
\end{obs}
\begin{nt}
content...
\end{nt}
Alla the above items take the numbers from the respective sections.
\section{Spacecraft Overview}\label{sec_3}
Section \ref{sec_2} contents may be attributed to Hayes \cite{Hayes}.
\begin{thm}
content...
\end{thm}
\begin{lem}
content...
\end{lem}
\begin{cly}
content of Section \ref{sec_3} and \ref{sec_4}.
\end{cly}
\begin{rmk}
content...
\end{rmk}
\subsection{Subsection of Spacecraft Overview}\label{sub_sec_1}
\begin{exm}
content...
\end{exm}
\begin{dfn}
content...
\end{dfn}
\begin{conj}
content...
\end{conj}
\begin{obs}
content...
\end{obs}
\begin{nt}
content of subsection \ref{sub_sec_1}
\end{nt}
\section{Analysis}\label{sec_4}
Diagrams have to be in .png form. See Figure \ref{fig:image}. Please see a sample table in Table \ref{tab:sample_table}. Equations have to in equation environment. See a sample in equation \ref{eq:refname1}.
\subsection{Data Analysis}
\begin{figure*}[h!]
\centering
\includegraphics[width=0.4\linewidth]{image}
\caption{Caption of the Diagram}
\label{fig:image}
\end{figure*}
A sample TikZ picture is given in Figure \ref{fig_tikz1}.
\begin{figure}[h!]
\centering
\begin{tikzpicture}
\vertex (u0) at (0,0)[label=below:{$[0.1, 0.6]$}] {d};
\vertex (u1) at (3,0)[label=below:{$[0.2, 0.4]$}] {c};
\vertex (u00) at (0,3)[label=above:{$[0.3, 0.5]$}] {a};
\vertex (u11) at (3,3)[label=above:{$[0.2, 0.3]$}] {b};
\path
(u0) edge node[below] {$[0.1, 0.3]$} (u1)
(u0) edge node [above, rotate=90, pos=0.5] {$[0.1, 0.3]$} (u00)
(u1) edge node[below, rotate=90, pos=0.5] {$[0.2, 0.4]$}(u11)
%(u0) edge node[above, rotate=45, pos=0.5] {$[0.1, 0.3]$} (u11)
(u00) edge node[above] {$[0.1, 0.2]$} (u11)
;
\end{tikzpicture}
\caption{Illustration of TikZ}\label{fig_tikz1}
\end{figure}
\section{Sample Table}\label{sec_5}
An example table in section \ref{sec_5}.\cite{Hayes}
\begin{table}[htbp]
\centering
\caption{\bf Caption of the Table}
\begin{tabular}{ccc}
\hline
local node & $\{N\}_m$ & $\{\Phi_i\}_m$ $(i=x,y,z)$ \\
\hline
$m = 1$ & $L_1(2L_1-1)$ & $\Phi_{i1}$ \\
$m = 2$ & $L_2(2L_2-1)$ & $\Phi_{i2}$ \\
$m = 3$ & $L_3=4L_1L_2$ & $\Phi_{i3}$ \\
\hline
\end{tabular}
\label{tab:sample_table}
\end{table}
\section{Sample Equation}\label{sec_6}
Let $X_1, X_2, \ldots, X_n$ be a sequence of independent and identically distributed random variables with $\text{E}[X_i] = \mu$ and $\text{Var}[X_i] = \sigma^2 < \infty$, and let
\begin{equation}
S_n = \frac{X_1 + X_2 + \cdots + X_n}{n}
= \frac{1}{n}\sum_{i}^{n} X_i
\label{eq:refname1}
\end{equation}
denote their mean. Then as $n$ approaches infinity, the random variables $\sqrt{n}(S_n - \mu)$ converge in distribution to a normal $\mathcal{N}(0, \sigma^2)$.\cite{Nelson}, \cite{Bass}
\section{Conclusion}\label{coclusion}
Conclusion in section \ref{coclusion} is here summarizing your work and mentioning about the future possibilities of the work.
%\nocite{*}
\section*{Acknowledgments}
We thank ...
%%Use table* environment to get the table spanning both the columns
%%Appendix
%%References section
\begin{thebibliography}{99}
%Book
\bibitem{Hayes} R. Hayes, G. Pisano, and S. Wheelwright, \textit{Operations, Strategy, and Technical Knowledge}. Hoboken, NJ: Wiley, 2007.
%EBook
\bibitem{Bass} L. Bass, P. Clements, and R. Kazman, \textit{Software Architecture in Practice}, 2$^{nd}$ ed. Reading, MA: Addison Wesley, 2003. [E-book] Available: Safari e-book.
%Article
\bibitem{Nelson} K. A. Nelson, R. J. Davis, D. R. Lutz, and W. Smith, ``Optical generation of tunable ultrasonic waves,'' \textit{Journal of Applied Physics}, vol. 53, no. 2, Feb., pp.
1144-1149, 2002.
\end{thebibliography}
\end{document}