2025 Planetary Defense Conference Extended Abstract Template
Författare
Brent Barbee
Last Updated
för en månad sedan
Licens
Creative Commons CC BY 4.0
Sammanfattning
Extended Abstract template for the 2025 Planetary Defense Conference.
%
% This template for the 4th IAA Planetary Defense Conference (2015)
% was created by Brent W. Barbee in March 2015 by modifying the
% LPSC template by Seth Humphries, described below.
%
% B. W. Barbee subsequently modified this template in June 2016 to
% update it for the 5th IAA Planetary Defense Conference (2017),
% and again for the 6th IAA Planetary Defense Conference (2019),
% and again for the 7th IAA Planetary Defense Conference (2021).
% and again for the 8th IAA Planetary Defense Conference (2023).
% and again for the 9th IAA Planetary Defense Conference (2025).
%
% This work is licensed under the Creative Commons
% Attribution-Noncommercial-Share Alike 3.0 License. To view a copy
% of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/;
% or, (b) send a letter to Creative Commons, 171 2nd Street, Suite
% 300, San Francisco, California, 94105, USA.
%
%
\documentclass[]{article} %explicitly stating 'twocolumn' is not necesary
\usepackage{lpsc_style} %%use the LPCS style
\usepackage{times}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{booktabs}
\usepackage[table]{xcolor}
\usepackage[font=bf]{caption}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
%%%%%%%%%%%%%%%%%%%%%%%%%% File Meta Data %%%%%%%%%%%%%%%%%%%%%%%%%%
%% put in information for pdf meta data
\name{Firstname Middle Lastname} %your name here
\ownemail{youremail@doman.xyz}
\DocTitle{Your title goes here} % title,
%% if you have subscripts or greek symbols you may need to use:
%% \DocTitle{\texorpdfstring{Fanc\`{e} \textbf{T}itle}{UnFancy Title}}
\OWNwebpage{your URL goes here} %your personal webpage or comment out this line.
\keys{{word1} {word2} {word3} {wordN}} %put searchable words you want internet search engines to find here
%%finish setup by setting up pdf look, output and meta data
\hypersetup{
baseurl={\OWNwebpage}, %baseurl is url that is in pdf document properties
citecolor=black, %citations show up black
colorlinks=true, %use colored links
draft=false, % prevents hyperref from draft mode...keeps bookmarks and hyperlinks in draft mode
filecolor=black, %included file links are black text
linkcolor=black, %the colored links are black for an ETD but can be otherwise
pdfauthor={\name}, %pdf document maker is you
pdfcreator={\name \ by \ PDFLaTex}, %pdf document maker is you
pdfdisplaydoctitle=true, % make display title the same as the document title instead of the filename
pdffitwindow=true, %fits one page into the open pdf reader window
pdfkeywords={\keys}, %searchable keywords
pdftitle={\DocTitle}, %pdf document title is now ETD title
plainpages=false, %use hyperlinks in pages, gets rid of a lot of warnings too
urlcolor=black %website links are black text
} %% hyperref package
\graphicspath{{figs/}}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\setlength{\headsep}{0.6in}
\setlength{\voffset}{-0.5in}
\setlength{\topmargin}{0pt}
\chead{\textcolor{gray}{9\textsuperscript{th} IAA Planetary Defense Conference -- PDC 2025}\\\textcolor{gray}{5--9 May 2025, Stellenbosch, Cape Town, South Africa}}
\rhead{\thepage}
\lhead{IAA-PDC-25-0X-XX}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End document preparation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Start text %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%% document title %%%%%
% see style guide for information about the source for the \titlearea command
% The \titlearea command takes two arguments in curly braces {}. The first
% will be used as the title, and the second as the author info.
%\rule[-.3\baselineskip]{0pt}{\baselineskip}
%\rule[-0.6ex]{0pt}{0.5in}
\titlearea{\DocTitle}{\name $^{1}$, F.M. Lastname1$^{1}$, F.M. Lastname2$^{2}$, F.M. Lastname3$^{2}$, F.M. Lastname4$^{2}$, $^{1}$Institution1, City1, ST1 Zip1 Country; \href{mailto:\ownemail}{\ownemail}; $^{2}$Institution2, City2, ST2 Zip2 Country2}
%
\textbf{\textit{Keywords:}} \textit{Maximum of five keywords separated by commas}
%
\input{s-intro}
\input{s-sec1}
\input{s-sec2}
\input{s-sec3}
\input{s-conc}
\begin{flushleft}\small{\bibliographystyle{LPSCshort_url}
\bibliography{references}}\end{flushleft}
\end{document}