\documentclass[11pt,a4paper]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% ATNF PROPOSAL LATEX TEMPLATE %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% For the most up-to-date information all users should carefully check the most recent call for proposals: https://www.atnf.csiro.au/facilities/apply-for-time/telescope-status/
% Any bugs/suggested fixes please email the ATNF TAC Executive Officer, ATNF Science Program Director or OPAL support team (atnf-datasup@csiro.au).
% TEMPLATE REVISION HISTORY
% 2023-05-08 - E. Mahony, Original version
% 2024-12-16 - A. Thomson, updates to improve formating, spacing and bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Useful packages %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Authors should add any additional ones here
\usepackage{lipsum} % For example text
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[numbers,sort&compress]{natbib} % adding the 'numbers' option provides numerical citations.
\usepackage[subtle]{savetrees} % condenses the text and reduces whitespace. Could use the [moderate] option instead.
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage[labelformat=simple]{subcaption}
\renewcommand\thesubfigure{(\alph{subfigure})}
\usepackage{abbreviations} % Journal definitions for the bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Page setup, spacing, and margins %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Set page size and margins
% Replace `letterpaper' with`a4paper' for UK/EU standard size
%% MARGINS MUST BE AT LEAST 1.5cm (there is no harm in making them larger!)
\usepackage[top=1.5cm,bottom=1.5cm,left=1.5cm,right=1.5cm,marginparwidth=1.75cm]{geometry}
\usepackage{titlesec}
\usepackage[T1]{fontenc} % provides fonts
%% Set text spacing
% Reduce spacing before and after section headings
\titlespacing*{\section}{0pt}{6pt}{3pt} % {command}{left}{before}{after}
\titlespacing*{\subsection}{0pt}{4pt}{2pt}
\titlespacing*{\subsubsection}{0pt}{2pt}{1pt}
\usepackage[skip=4pt, indent=0pt]{parskip}
%%% -- Bibliography formatting
\usepackage{aas_macros}
\bibliographystyle{compact}
\usepackage{paralist}
\renewenvironment{thebibliography}[1]{%
\textsc{\textbf{References:}}
\let\par\relax\let\newblock\relax%
\inparaitem[{[}1{]}]}{\endinparaitem}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@lbibitem}{\item[\hfil\NAT@anchor{#2}{\NAT@num}]}{\item[\NAT@anchor{#2}{\NAT@num}]}{}{}
\makeatother
%%% Title format
\makeatletter
\renewcommand\maketitle{
{\raggedright % Note the extra {
\begin{center}
{\bfseries\uppercase{\Large \@title }}
\end{center}}} % Note the extra }
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Guidelines from OPAL Users Guide %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Below are the guidelines on the science justification copied from the OPAL Users Guide. Users should check the OPAL guide to check these are the more recent recommendations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% PROPOSAL LENGTH:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Proposals must not exceed the page limit appropriate for the proposal type:
% For standard proposals, and for NAPA proposals that do not meet the criteria for Large Projects, the scientific case must not exceed three pages in total including figures and references.
% For large and long-term proposals, the scientific case must not exceed five pages in total including figures and references (see section 3.4 for more details about additional requirements for Large Projects).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% PROPOSAL RESUBMISSIONS:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Any proposal that is a resubmission should also include:
% - A report on observations to date, particularly from previous semesters which have not yet been published
% - A detailed response describing how the TAC comments from previous semesters have been addressed.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% FONTS and FORMATTING:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The following rules should be followed or the TAC may reduce the proposal grade:
% - The pdf file for the science case must not exceed 10 MBytes in size. OPAL will not accept larger files.
% - A font size of 11pt or larger (for all text including references).
% - Page margins of at least 1.5 cm.
% - Figures should be clearly labeled with descriptive captions. If possible, place the figures close to the relevant text.
% - Proposals should contain plenty of white space and formatting to make them clear to read.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% ANONYMISATION: %%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ATNF has moved to full anonymisation during the TAC review process. The following rules should be followed or the TAC may reduce the proposal grade. Proposals that:
% - Proposers must not list their team members in the justification.
% - Past projects should be referred to by proposal code rather than by the name of the PI.
% - We encourage proposers to consider using numbered references particularly when self-citations are included (bibtex included in this template.
% - See OPAL Users Guide specific advice for proposals for Large and Long-term Projects.
%
% NOTE: From 2023OCTS the TAC has the option to penalise proposals that do not adhere to the anonymisation guidelines. This could be a reduction in the final grade of the proposal, up to outright rejection of the proposal for particularly severe breaches (e.g. listing author names in the science justification).
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Title of proposal %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
\bfseries\uppercase{\Large%
%%
%% ENTER TITLE OF PROPOSAL BELOW THIS LINE
ATCA observations of my favourite object
%%
%%
}
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Body of scientific justification %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% ENTER TEXT AND FIGURES BELOW.
%%
Below are some suggested headings to use in your scientific justification, along with some guidelines on what the ATNF Time Assignment Committee (TAC) looks for when reading proposals. Authors are free to update section headings to suit their science case. Note that this template is provided as a guide; authors are ultimately responsible for ensuring that their proposal meets the conditions outlined in the call for proposals and in the OPAL Users Guide (https://opal.atnf.csiro.au/). This template has been tested in overleaf, but not with other LaTeX packages.
\section*{Background and Scientific Justification}
Set the scene and provide some `bigger picture' background information on why this proposal should be awarded time. This should be aimed at an astronomer who is not necessarily an expert in the field.
\section*{Proposed Observations}
Describe the proposed observations and outline how these would achieve the stated science goals.
\section*{Technical Justification and Feasibility}
Outline the technical aspects of the proposal including S/N calculations, justify facility and observing parameters (e.g. is this the best telescope to do these observations, are the frequencies proposed appropriate to achieve the science goals?). An outline of the observation strategy (including calibration overheads) should also be included here.
\subsection*{How to add citations and references list}
A separate .bib and .bst file have been included with this template. BibTeX entries should be added to your .bib file. Make sure that the \verb|[numbers]| option is listed when including the \verb|natbib| package at the beginning of this template to give you numeric citations. Citations can then be included in the text using the `\verb|\cite|' command e.g. \cite{greenwade93, cabb}.
\subsubsection*{Example text}
\begin{figure}[h]
\centering
\begin{subfigure}{0.49\columnwidth}
\includegraphics[width=\textwidth]{example-image-a}
\caption{Subfigure A caption}
\label{subfig:figure-a}
\end{subfigure}
\begin{subfigure}{0.49\columnwidth}
\includegraphics[width=\textwidth]{example-image-b}
\caption{} % Note that no caption text still provides a reference.
\label{subfig:figure-b}
\end{subfigure}
\caption{Figure caption with reference to \subref{subfig:figure-a} and \subref{subfig:figure-b}.}
\label{fig:figure-one}
\end{figure}
\lipsum[1]
%%%% BIBLIOGRAPHY STYLE TO GIVE NUMERIC CITATIONS
\vfill % places bibliograpy at the bottom of the page
{
\noindent\bibliography{sample}
}
\newpage
\section*{Tips for writing the scientific justification}
The ATNF TAC grades proposals based on information provided in three broad areas. Below are some example questions to think about when writing scientific and technical justifications.
{\bf Background and Significance:}
\begin{itemize}
\item Does the proposal set the scene and provide sufficient background information about the field?
\item What are the major outstanding questions that this proposal might try to address?
\item Is this pitched at the level of a non-expert? Is there limited jargon/acronyms?
\item Does the proposal have a well-written abstract and outreach statement?
\end{itemize}
{\bf Proposal goals and scope:}
\begin{itemize}
\item Does the proposal clearly state the goals/objectives of the proposed observations?
\item How will these observations impact the field? How will this project contribute to overall scientific progress of the field? (i.e. how does it fit into the bigger picture)?
\item How well do the specific goals address the big science questions listed in the previous criterion?
\item In the case of a detection experiment, will a non-detection still provide useful constraints/limits?
\item Is the sample/target selection well-justified (e.g. sample size, any selection effects that may bias the results)
\item If a single object proposal, how does this relate to the larger population? Why this source?
\item For NAPAs are the trigger conditions clearly explained?
\end{itemize}
{\bf Feasibility and Appropriateness:}
\begin{itemize}
\item Is the required sensitivity/total time request clearly justified?
\item Do the proposed observations follow a sensible observing strategy to achieve the science goals? Have the most appropriate frequencies/feeds/array configurations been proposed?
\item Is there sufficient calibration? Will the observations likely be strongly impacted by RFI (and has this been taken into account?)
\item Does the proposal motivate the use of this particular facility?
\item Does the data already exist (either observed by large surveys or in the archive)?
\end{itemize}
\end{document}