% Template author: Cass T. Miller
% Version: 0.40
% Last Updated: 6 August 2024
% Designed for ARC Alliance Geophysical Research
\documentclass[11pt]{article}
% Set page size and margins
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Journal staff entry of volume, paper, and doi
\newcommand{\ARCjournal}{ARC Geophysical Research }
\newcommand{\ARCyear}{(2025) }
\newcommand{\ARCvolume}{1}
\newcommand{\ARCpaper}{---}
\newcommand{\ARCdoi}{doi:xxx}
% Headers and footers
\usepackage{fancyhdr}
\fancypagestyle{plain}{\fancyhf{} \fancyhead[C]{{\scriptsize\color{blue} \ARCjournal \ARCyear \ARCvolume, \ARCpaper}}\renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}}
\fancypagestyle{fancy}{\fancyhf{} \fancyhead[L]{{\scriptsize\it \ARCauthors}} \fancyhead[R]{{\scriptsize\it \ARCjournal \ARCyear \ARCvolume, \ARCpaper}}\fancyfoot[C]{\thepage}\renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}}
\pagestyle{fancy}
% Authors and affiliation package
\usepackage{authblk}
% Referencing
\usepackage[numbers,sort&compress]{natbib}
% Hyperlinks
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{orcidlink}
% AMS math
\usepackage{amsmath}
% Graphics support
\usepackage{graphicx}
\usepackage{subcaption}
% Color support
\usepackage{xcolor}
% Unnumbered footnotes
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
% Creative Common licensing
\usepackage[
type={CC},
modifier={by-nc},
version={4.0},
]{doclicense}
% AUTHORS AND PRODUCTION: Enable line numbers for review and turn off for production
\usepackage{lineno}
\linenumbers
% AUTHORS style files needed for their manuscript
\usepackage{ctmmath-v3} % this example may never be of use to anyone and can be deleted!
% AUTHORS enter title
\title{Paper Title}
\author[1]{First Author\orcidlink{0000-0000-0000-0000}\thanks{Corresponding Author}}
\author[1,2]{Second Author\orcidlink{0000-0000-0000-0000}}
\author[2]{Third Author\orcidlink{0000-0000-0000-0000}}
% AUTHORS entered affiliations
\affil[1]{{\scriptsize First Affiliation}}
\affil[2]{{\scriptsize Second Affiliation}}
\date{}
% AUTHORS enter abbreviation for all authors to be used in running head
\newcommand{\ARCauthors}{F. Author et al.}
\begin{document}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{arc-gr-banner.png}
\end{figure}
%\ARCbanner
{\let\newpage\relax\maketitle}
% AUTHORS enter abstract and up to five keywords
\noindent
\hrule
\begin{abstract}
To be clear, this example document is not intended as a tutorial on how to write a scientific paper. This document is an example of how to properly format an ARC Alliance journal manuscript. Entries that are made by journal staff and authors, repsectively, are clearly marked in the template. Authors should not change margins, fonts, bibliographic style etc that are defined to ensure a consistent layout for all journal articles. Other packages needed for optimal presentation of the authors' work are permitted, including personally written style files that do not clash with the standard example template. Those familiar with the \LaTeX\ documentclass \verb|article| should find this template straightforward to use. Those unfamiliar with \LaTeX\ will be able to more easily come up the learning curve because of the standard class and package approach used with this template. Many good resources exist online for those entering the \TeX\ world \cite[e.g.][]{greenwade93}.
\vskip 8 pt
\noindent
{\it Keywords: Keyword one, Keyword two, Keyword three}
\vskip 8 pt
\noindent
\hrule
\vskip 8 pt
\end{abstract}
% AUTHORS enter email addresses for at least the corresponding author or all authors
\blfootnote{E-mail addresses:}
% Placemet of doi for paper to be published
\blfootnote{\ARCdoi}
% Creative Commons license
\blfootnote{\vspace{-15pt}\doclicenseThis}
\vspace{-40 pt}
% AUTHORS write the body of the manuscript
\section{Introduction}
\label{sec:intro}
Because ARC Alliance journals are Diamond Open Access there exists a desire to produce uniform professionally typeset documents indicative of a fine journal but without an expensive production process. This template is designed to enable authors to produce a near final form of such a document, while requiring only minimal touch by production staff---for example to add paper identifiers for archiving, indexing, and distribution purposes. LaTeX\ is a mature, open-source standard for publishing that can produce beautiful output. Because of its open-source nature, a vast community of contributors has developed packages and posted them on public repositories such as \verb|CTAN|. This vast, and growing, number of packages enables relatively straightforward typeset quality production of sophisticated mathematics and graphic laden manuscripts.
The purpose of this brief example is to illustrate example components of an ARC Alliance Geophysical Research manuscript. Many of the elements of such a manuscript follow standard conventions from documentclass \verb|article|. To produce a modern look and feature-rich document several packages have been combined with this basic class to produce the desired design and functionality. While documentation is available for all of these add-on packages, the more subtle aspects of the template may never need to be understood by some users and details for the packages used are available on line for the curious. A summary of main aspects of the template follows.
\section{Sections and Such}
\label{sec:sections}
Sections, subsections, and subsubsections follow the standard \LaTeX\ usage style and are the main elements used to organize a manuscript. These constructs are numbered and are typically used for common components of a manuscript, such as the introduction, background, methods, results, discussion, and conclusions. Of course, no rigid style is appropriate for all manuscripts, so deviations from these sections occurs. Subdivisions within each section will vary as well. It is common to add labels to sections to facilitate back references to specific material within a manuscript. Avoid organizations that include only a single level of construct. For example, if subsections are created within a section then their should be more than one subsection.
\section{Floats}
Floats refer collectively to figures and tables. \LaTeX\ add on packages provide full support for publication quality graphics. Automatic referencing of figures and tables is also supported using the \verb|label| command. Some simple examples can be used to illustrate floats. \autoref{fig:ex1} illustrates a simple figure, where \verb|autoref| has been used to refer to the figure, which is hyperlinked. \autoref{fig:ex2} is a hyperlinked multi-pane figure. The \verb|graphix| package was used for these examples, and this extensive flexible package can meet essentially all graphics needs for most users, especially when supplemented with the \verb|subcaption| package used for \autoref{fig:ex2}. Other packages exist as well for special graphics presentation. \autoref{tab:example} is an example of a simple hyperlinked table. Standard \LaTeX\ can be used to produce a wide range of tables that can meet most needs. Special table needs can be handled through various available packages that authors may choose to use.
\begin{figure}[h]
\centering
\includegraphics[width=1\textwidth]{scales.png}
\caption{Example publication quality figure.}
\label{fig:ex1}
\end{figure}
\begin{figure*}[t]
\centering
\begin{subfigure}[b]{0.33\linewidth}
\includegraphics[width=\linewidth]{BCC.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.35\linewidth}
\includegraphics[width=\linewidth]{BCE.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.3\linewidth}
\includegraphics[width=\linewidth]{PSF_25S.png}
\caption{}
\end{subfigure}
\\
\begin{subfigure}[b]{0.4\linewidth}
\includegraphics[width=\linewidth]{PEF_25E.png}
\caption{}
\end{subfigure}
\begin{subfigure}[b]{0.4\linewidth}
\includegraphics[width=\linewidth]{PSF_1000S.png}
\caption{}
\end{subfigure}
\caption{Multipane figure example: (a) pane a description; (b) pane b description; (c) pane c description; (d) pane d description; and (e) pane e description.}
\label{fig:ex2}
\end{figure*}
\begin{table*}[h]
\centering
\caption{\label{tab:example} Table example.}
\begin{tabular}{lcccc}
Column 1 & Column 2 & Column 3 & Column 4 & Column 5
\\
\cline{1-5}
\\
1 & 5.60 & 12.31 & 1.53 & 5.57
\\
2 & 7.69 & 14.02 & 1.28 & 4.80
\\
3 & 4.07 & 17.83 & 1.35 & 5.12
\\
4 & 3.79 & 17.94 & 1.40 & 5.28
\\
\cline{1-5}
\end{tabular}
\end{table*}
\section{Bibliographic References}
Bibliographic entries should be created using a standard \verb|.bib| file. Formatting of entries and the citation style is implemented using the \verb|natbib| package. For example, a reference to \verb|CTAN| can be made as a parenthetical entry \cite{greenwade93} or as an in text entry as \citet{greenwade93}. Multiple references can be added in a single citation. Popular database systems can be used to generate a \verb|.bib| file or utilities such as \verb|JabRef| can also be used. Only the entries from the \verb|.bib| file that are cited will be included in the paper. All references are hyperlinked to ease navigation.
\section{Equation Construction}
Equation constructs follow normal \LaTeX\ conventions. A simple equation is
\begin{equation}
y=mx+b\;,
\label{eq:ex1}
\end{equation}
where note that equations should be punctuated. All normal constructs are available, including those from the \verb|amsmath| package. The usual approach is to use native \LaTeX\ and \verb|amstex| to typseset equations. This provides easily understandable code for the knowledgeable reader without the need to learn a lot of new commands and minimal problems with clashes among defined variables.
In some cases, using native \LaTeX\ and the \verb|amsmath| package is not sufficient alone for the most efficient typesetting of a document. Authors may define macros to ease the typesetting job or even rely upon packages that do not clash with other packages loaded in the template. An example of such a case is shown in the following equation
%\begin{comment}
\begin{align}
&
\ewn\pdt {J_n^\wn}
-J_n^\wn\deld\lrp{\ewn \vec w^\wn}
+J_n^\wn\aop{J_n \mn n\vdot\vmi\wn}\wn{}{}
+2\deld\aop{\vec w_\wn J_n}\wn{}{}
\nonumber \\
&
-2\aop{(\vmi\wn \vdot\mn n) K_n}\wn{}{}
+\del\del\dd\aop{\lrp{\tI-\tGmi\wn}(\vmi\wn\vdot\mn n)}\wn{}{}
-\aop{\mn \wn\vdot\vmi\wns J_n}\wns{}{}
\nonumber\\
&
+\deld\aop{\mn \wn \vmi\wn\vdot\mn n}\wns{}{}
+\aop{\mn \wn\vdot\deli(\vmi\wn\vdot\mn n)}\wns{}{}
+J_n^\wn\aop{\mn \wn\vdot\vmi\wns}\wns{}{}
=0\;.
\label{eq:ex2}
\end{align}
%\end{comment}
\autoref{eq:ex2} could of course be typeset without added macros or packages, but the complexity of the symbols and operators would make such an effort burdensome. When complicated equations with specialized notation that become significantly longer than this example are needed, challenges mount and user packages specially tailored to the job can make things easier. Such specialized approaches are allowable with ARC Alliance journals.
\section{Conclusions}
Some elements of the template have been shown. A conclusions section is not required, but it will often appear.
\section*{Acknowledgements}
Sources of funding and other acknowledgments should appear in an unnumbered section.
\section*{Data Availability}
Availability of all data and codes used to process or generate the data is required in a publicly accessible and persistent repository at the time of publication.
\section*{Author Contributions}
The specific contributions of each author should be noted with each author denoted by their initials and starting on a new line.
% AUTHORS: appendics go here, if not needed, just omit sections after \appendix
\appendix
\section{Appendix Title}
Appendices, if used, are placed here.
% AUTHORS should prepare a .bib file for references but do not change the style file
\bibliographystyle{abbrvnat}
\bibliography{example}
\end{document}