ALMA Cycle 7 regular proposal
Author
Marco Tazzari
Last Updated
6 years ago
License
Other (as stated in the work)
Abstract
Original template for ALMA Cycle 7 regular proposals
Original template for ALMA Cycle 7 regular proposals
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LaTeX template for the science justification to be %%
%% submitted as part of a regular ALMA proposal. %%
%% This template should also be used for a ToO, Solar, or %%
%% mm-VLBI ALMA proposal, but NOT for Large Programs %%
%% (these have a separate template with more sections) %%
%% %%
%% ALMA Cycle 7 %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% How to convert this document to PDF %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If your figures are stored as PostScript files, you can use the
% following commands to generate a PDF file of your proposal:
%% latex file.tex
%% dvips file.dvi
%% ps2pdf file.ps file.pdf
% If your figures are PDF images or bitmap pictures in PNG, JPG, or GIF format,
% you can use the pdflatex command to generate a PDF file from this template
% (note, however, that the pdflatex command does not handle PostScript files):
% pdflatex file.tex
% Warnings:
% 1. You must make sure that PDF output generated from this
% template is complete both when displayed with a viewer
% (acroread, for example) and when printed on paper.
% LaTeX installations vary greatly and therefore it might
% not be possible to get all proposals to come out
% correctly with a single text page layout.
% In some cases you will have to adjust the
% \topmargin=-7mm command in the template to center the
% text vertically in the page.
% 2. The scientific justification, figures, tables, references,
% and public outreach statement must all fit within the
% 4-page limit.
% 3. You are free to include colour images in your proposal
% justification. Proposals are distributed to ALMA Review Panels
% in electronic form. However, the scientific content of the
% images should still remain clear when displayed or printed
% in black and white.
% 4. This template is for regular, ToO, Solar, or mm-VLBI ALMA proposals,
% but NOT for Large Programs: these have a separate template with
% more sections, and is available from the ALMA Science Portal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Default format: 12pt single column %%%%%
%% 12pt is the minimum font size allowed !! %%
%% This applies to everything, including %%
%% references, figure captions, and tables %%
%% ==> Proposals not compliant to this will %%
%% be rejected. See Section 5.2.1 in %%
%% the ALMA Proposer's Guide %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper]{article} %% DO NOT CHANGE to 11pt or less !
\usepackage{graphics,graphicx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% Page dimensions %%%%%
%%%%%% DO NOT CHANGE %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\textheight=247mm
\textwidth=180mm
\topmargin=-7mm
\oddsidemargin=-10mm
\evensidemargin=-10mm
\parindent 10pt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Start of document %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagestyle{plain}
\pagenumbering{arabic}
%% The title, abstract and list of investigators should NOT be included in the
%% Scientific justification, as this information is already on the cover page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Body of science justification %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ENTER TEXT, FIGURES AND TABLES BELOW
%% Minimum font size for all text, references, figure captions, and tables is 12pt
%% Proposals not compliant to this will be rejected. See Section 5.2.1 in the ALMA Proposer's Guide.
\section{Scientific justification}
% NEW FOR CYCLE 7: Only for large-programs one can disclose the name of the PIs
% (as part of the management plan)
%
% In Cycle 7, the investigators will be listed with the first letter of the first name
% and the full surname, and the list of investigators on the cover sheet will be randomized
% to reduce the biases affecting the outcomes of the proposal review process.
% The ALMA proposal review panels will be able to see the team that is behind
% the proposal. PIs of large programs can be named in the management plan
%
% Please describe the scientific background of the project,
% pertinent references and previous work relevant to this
% proposal, together with any figures and tables that you judge necessary
% (use the following two examples as templates, or remove)
%-----------------------------Figure Start---------------------------
% The 'scale' parameter below allows you to scale the figure so that it fits within the page.
% In this case the figure was scaled to 20% of its original size.
% Note: for .png files one has to use pdflatex, not classic latex
%
% Minimum font size for references: 12pt
% Proposals not compliant to this will be rejected. See Section 5.2.1 in the ALMA Proposer's Guide.
\begin{figure}[tbh]
\includegraphics[scale=0.2]{CO_velfield.png}
\caption{\em{The CO(1-0) velocity field of NGC\,3256, with contours
of the total line emission map overlaid (ALMA Science Verification Data).
}}
\end{figure}
%-----------------------------Figure End------------------------------
%-----------------------------Table Start-----------------------------
% Minimum font size for references: 12pt
% Proposals not compliant to this will be rejected. See Section 5.2.1 in the ALMA Proposer's Guide.
\begin{table}[tbh]
\begin{center}
\caption[]{\em{Here we show the continuum sensitivity required per band.}}
\begin{tabular}{cc}
\hline \noalign {\smallskip}
Frequency (GHz) & Sensitivity (mJy) \\
\hline \noalign {\smallskip}
100 & 0.01 \\
300 & 0.10 \\
\hline \noalign {\smallskip}
\end{tabular}
\end{center}
\end{table}
%-----------------------------Table End ------------------------------
\section{Description of observations}
% Please describe the observations to be made and their specific
% purpose, with a clear explanation of the need for, and
% appropriateness of, ALMA Cycle 7 data.
\section{References}
% List references here
% Minimum font size for references: 12pt
% Proposals not compliant to this will be rejected. See Section 5.2.1 in the ALMA Proposer's Guide.
\noindent [1] Author1 et al. year, journal, vol, page
\noindent [2] Author2 et al. year, journal, vol, page
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% End of document %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}