feat: add latex-aaai and latex-aamas templates to flake environment
All checks were successful
ci / treefmt (push) Successful in 2m19s
All checks were successful
ci / treefmt (push) Successful in 2m19s
This commit is contained in:
parent
bf4a6e63ce
commit
4f6159a935
9 changed files with 8222 additions and 0 deletions
|
|
@ -85,6 +85,8 @@
|
||||||
devenv.description = "devenv development environment";
|
devenv.description = "devenv development environment";
|
||||||
devshell.description = "nixpkgs mkshell development environment";
|
devshell.description = "nixpkgs mkshell development environment";
|
||||||
|
|
||||||
|
latex-aaai.description = "latex aaai paper template";
|
||||||
|
latex-aamas.description = "latex aamas paper template";
|
||||||
latex-chicago.description = "latex chicago paper template";
|
latex-chicago.description = "latex chicago paper template";
|
||||||
latex-ieee.description = "latex ieee paper template";
|
latex-ieee.description = "latex ieee paper template";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
1493
templates/latex-aaai/aaai25.bst
Normal file
1493
templates/latex-aaai/aaai25.bst
Normal file
File diff suppressed because it is too large
Load diff
315
templates/latex-aaai/aaai25.sty
Normal file
315
templates/latex-aaai/aaai25.sty
Normal file
|
|
@ -0,0 +1,315 @@
|
||||||
|
\NeedsTeXFormat{LaTeX2e}%
|
||||||
|
\ProvidesPackage{aaai25}[2025/05/08 AAAI 2025 Submission format]%
|
||||||
|
\def\year{2025}%
|
||||||
|
\typeout{Conference Style for AAAI for LaTeX 2e -- version for submission}%
|
||||||
|
%
|
||||||
|
\def\copyright@on{T}
|
||||||
|
\def\showauthors@on{T}
|
||||||
|
\def\nocopyright{\gdef\copyright@on{}} % Copyright notice is required for camera-ready only.
|
||||||
|
\DeclareOption{submission}{%
|
||||||
|
\gdef\copyright@on{}%
|
||||||
|
\gdef\showauthors@on{}%
|
||||||
|
\long\gdef\pdfinfo #1{\relax}%
|
||||||
|
}%
|
||||||
|
\DeclareOption{draft}{%
|
||||||
|
\gdef\copyright@on{}%
|
||||||
|
}%
|
||||||
|
\ProcessOptions\relax%
|
||||||
|
% WARNING: IF YOU ARE USING THIS STYLE SHEET FOR AN AAAI PUBLICATION, YOU
|
||||||
|
% MAY NOT MODIFY IT FOR ANY REASON. MODIFICATIONS (IN YOUR SOURCE
|
||||||
|
% OR IN THIS STYLE SHEET WILL RESULT IN REJECTION OF YOUR PAPER).
|
||||||
|
%
|
||||||
|
% WARNING: This style is NOT guaranteed to work. It is provided in the
|
||||||
|
% hope that it might make the preparation of papers easier, but this style
|
||||||
|
% file is provided "as is" without warranty of any kind, either express or
|
||||||
|
% implied, including but not limited to the implied warranties of
|
||||||
|
% merchantability, fitness for a particular purpose, or noninfringement.
|
||||||
|
% You use this style file at your own risk. Standard disclaimers apply.
|
||||||
|
% There are undoubtably bugs in this style. If you would like to submit
|
||||||
|
% bug fixes, improvements, etc. please let us know. Please use the contact form
|
||||||
|
% at www.aaai.org.
|
||||||
|
%
|
||||||
|
% Do not use this file unless you are an experienced LaTeX user.
|
||||||
|
%
|
||||||
|
% PHYSICAL PAGE LAYOUT
|
||||||
|
\setlength\topmargin{-0.25in} \setlength\oddsidemargin{-0.25in}
|
||||||
|
\setlength\textheight{9.0in} \setlength\textwidth{7.0in}
|
||||||
|
\setlength\columnsep{0.375in} \newlength\titlebox \setlength\titlebox{2.25in}
|
||||||
|
\setlength\headheight{0pt} \setlength\headsep{0pt}
|
||||||
|
%\setlength\footheight{0pt} \setlength\footskip{0pt}
|
||||||
|
\thispagestyle{empty} \pagestyle{empty}
|
||||||
|
\flushbottom \twocolumn \sloppy
|
||||||
|
% We're never going to need a table of contents, so just flush it to
|
||||||
|
% save space --- suggested by drstrip@sandia-2
|
||||||
|
\def\addcontentsline#1#2#3{}
|
||||||
|
% gf: PRINT COPYRIGHT NOTICE
|
||||||
|
\def\copyright@year{\number\year}
|
||||||
|
\def\copyright@text{Copyright \copyright\space \copyright@year,
|
||||||
|
Association for the Advancement of Artificial Intelligence (www.aaai.org).
|
||||||
|
All rights reserved.}
|
||||||
|
\def\copyrighttext#1{\gdef\copyright@on{T}\gdef\copyright@text{#1}}
|
||||||
|
\def\copyrightyear#1{\gdef\copyright@on{T}\gdef\copyright@year{#1}}
|
||||||
|
% gf: End changes for copyright notice (used in \maketitle, below)
|
||||||
|
% Title stuff, taken from deproc.
|
||||||
|
%
|
||||||
|
\def\maketitle{%
|
||||||
|
\par%
|
||||||
|
\begingroup % to make the footnote style local to the title
|
||||||
|
\def\thefootnote{\fnsymbol{footnote}}
|
||||||
|
\twocolumn[\@maketitle] \@thanks%
|
||||||
|
\endgroup%
|
||||||
|
% Insert copyright slug unless turned off
|
||||||
|
\if T\copyright@on\insert\footins{\noindent\footnotesize\copyright@text}\fi%
|
||||||
|
%
|
||||||
|
\setcounter{footnote}{0}%
|
||||||
|
\let\maketitle\relax%
|
||||||
|
\let\@maketitle\relax%
|
||||||
|
\gdef\@thanks{}%
|
||||||
|
\gdef\@author{}%
|
||||||
|
\gdef\@title{}%
|
||||||
|
\let\thanks\relax%
|
||||||
|
}%
|
||||||
|
\long\gdef\affiliations #1{ \def \affiliations_{\if T\showauthors@on#1\fi}}%
|
||||||
|
%
|
||||||
|
\def\@maketitle{%
|
||||||
|
\def\theauthors{\if T\showauthors@on\@author\else Anonymous submission\fi}
|
||||||
|
\newcounter{eqfn}\setcounter{eqfn}{0}%
|
||||||
|
\newsavebox{\titlearea}
|
||||||
|
\sbox{\titlearea}{
|
||||||
|
\let\footnote\relax\let\thanks\relax%
|
||||||
|
\setcounter{footnote}{0}%
|
||||||
|
\def\equalcontrib{%
|
||||||
|
\ifnum\value{eqfn}=0%
|
||||||
|
\footnote{These authors contributed equally.}%
|
||||||
|
\setcounter{eqfn}{\value{footnote}}%
|
||||||
|
\else%
|
||||||
|
\footnotemark[\value{eqfn}]%
|
||||||
|
\fi%
|
||||||
|
}%
|
||||||
|
\vbox{%
|
||||||
|
\hsize\textwidth%
|
||||||
|
\linewidth\hsize%
|
||||||
|
\vskip 0.625in minus 0.125in%
|
||||||
|
\centering%
|
||||||
|
{\LARGE\bf \@title \par}%
|
||||||
|
\vskip 0.1in plus 0.5fil minus 0.05in%
|
||||||
|
{\Large{\textbf{\theauthors\ifhmode\\\fi}}}%
|
||||||
|
\vskip .2em plus 0.25fil%
|
||||||
|
{\normalsize \affiliations_\ifhmode\\\fi}%
|
||||||
|
\vskip .5em plus 2fil%
|
||||||
|
}%
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
\newlength\actualheight%
|
||||||
|
\settoheight{\actualheight}{\usebox{\titlearea}}%
|
||||||
|
\ifdim\actualheight>\titlebox%
|
||||||
|
\setlength{\titlebox}{\actualheight}%
|
||||||
|
\fi%
|
||||||
|
%
|
||||||
|
\vbox to \titlebox {%
|
||||||
|
\let\footnote\thanks\relax%
|
||||||
|
\setcounter{footnote}{0}%
|
||||||
|
\def\equalcontrib{%
|
||||||
|
\ifnum\value{eqfn}=0%
|
||||||
|
\footnote{These authors contributed equally.}%
|
||||||
|
\setcounter{eqfn}{\value{footnote}}%
|
||||||
|
\else%
|
||||||
|
\footnotemark[\value{eqfn}]%
|
||||||
|
\fi%
|
||||||
|
}%
|
||||||
|
\hsize\textwidth%
|
||||||
|
\linewidth\hsize%
|
||||||
|
\vskip 0.625in minus 0.125in%
|
||||||
|
\centering%
|
||||||
|
{\LARGE\bf \@title \par}%
|
||||||
|
\vskip 0.1in plus 0.5fil minus 0.05in%
|
||||||
|
{\Large{\textbf{\theauthors\ifhmode\\\fi}}}%
|
||||||
|
\vskip .2em plus 0.25fil%
|
||||||
|
{\normalsize \affiliations_\ifhmode\\\fi}%
|
||||||
|
\vskip .5em plus 2fil%
|
||||||
|
}%
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
\renewenvironment{abstract}{%
|
||||||
|
\centerline{\bf Abstract}%
|
||||||
|
\vspace{0.5ex}%
|
||||||
|
\setlength{\leftmargini}{10pt}%
|
||||||
|
\begin{quote}%
|
||||||
|
\small%
|
||||||
|
}{%
|
||||||
|
\par%
|
||||||
|
\end{quote}%
|
||||||
|
\vskip 1ex%
|
||||||
|
}%
|
||||||
|
\newenvironment{links}{%
|
||||||
|
\newcommand{\link}[2]{\par\textbf{##1} --- \url{##2}}%
|
||||||
|
\setlength{\hangindent}{10pt}%
|
||||||
|
\setlength{\parskip}{2pt}%
|
||||||
|
\begin{flushleft}%
|
||||||
|
}{%
|
||||||
|
\end{flushleft}%
|
||||||
|
\vskip 1ex%
|
||||||
|
}%
|
||||||
|
% jsp added:
|
||||||
|
\def\pubnote#1{
|
||||||
|
\thispagestyle{myheadings}%
|
||||||
|
\pagestyle{myheadings}%
|
||||||
|
\markboth{#1}{#1}%
|
||||||
|
\setlength\headheight{10pt}%
|
||||||
|
\setlength\headsep{10pt}%
|
||||||
|
}%
|
||||||
|
%
|
||||||
|
% SECTIONS with less space
|
||||||
|
\def\section{\@startsection {section}{1}{\z@}{-2.0ex plus
|
||||||
|
-0.5ex minus -.2ex}{3pt plus 2pt minus 1pt}{\Large\bf\centering}}
|
||||||
|
\def\subsection{\@startsection{subsection}{2}{\z@}{-2.0ex plus
|
||||||
|
-0.5ex minus -.2ex}{3pt plus 2pt minus 1pt}{\large\bf\raggedright}}
|
||||||
|
\def\subsubsection{\@startsection{subparagraph}{3}{\z@}{-6pt plus
|
||||||
|
%%% DIEGO changed: 29/11/2009
|
||||||
|
%% 2pt minus 1pt}{-1em}{\normalsize\bf}}
|
||||||
|
-2pt minus -1pt}{-1em}{\normalsize\bf}}
|
||||||
|
%%% END changed
|
||||||
|
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{-6pt plus -2pt minus -1pt}{-1em}{\normalsize\bf}}%
|
||||||
|
\setcounter{secnumdepth}{0}
|
||||||
|
% add period to section (but not subsection) numbers, reduce space after
|
||||||
|
%\renewcommand{\thesection}
|
||||||
|
% {\arabic{section}.\hskip-0.6em}
|
||||||
|
%\renewcommand{\thesubsection}
|
||||||
|
% {\arabic{section}.\arabic{subsection}\hskip-0.6em}
|
||||||
|
% FOOTNOTES
|
||||||
|
\footnotesep 6.65pt %
|
||||||
|
\skip\footins 9pt plus 4pt minus 2pt
|
||||||
|
\def\footnoterule{\kern-3pt \hrule width 5pc \kern 2.6pt }
|
||||||
|
\setcounter{footnote}{0}
|
||||||
|
% LISTS AND PARAGRAPHS
|
||||||
|
\parindent 10pt
|
||||||
|
\topsep 4pt plus 1pt minus 2pt
|
||||||
|
\partopsep 1pt plus 0.5pt minus 0.5pt
|
||||||
|
\itemsep 0.5pt plus 1pt minus 0.5pt
|
||||||
|
\parsep 2pt plus 1pt minus 0.5pt
|
||||||
|
\leftmargin 10pt \leftmargini 13pt \leftmarginii 10pt \leftmarginiii 5pt \leftmarginiv 5pt \leftmarginv 5pt \leftmarginvi 5pt
|
||||||
|
\labelwidth\leftmargini\advance\labelwidth-\labelsep \labelsep 5pt
|
||||||
|
\def\@listi{\leftmargin\leftmargini}
|
||||||
|
\def\@listii{\leftmargin\leftmarginii
|
||||||
|
\labelwidth\leftmarginii\advance\labelwidth-\labelsep
|
||||||
|
\topsep 2pt plus 1pt minus 0.5pt
|
||||||
|
\parsep 1pt plus 0.5pt minus 0.5pt
|
||||||
|
\itemsep \parsep}
|
||||||
|
\def\@listiii{\leftmargin\leftmarginiii
|
||||||
|
\labelwidth\leftmarginiii\advance\labelwidth-\labelsep
|
||||||
|
\topsep 1pt plus 0.5pt minus 0.5pt
|
||||||
|
\parsep \z@
|
||||||
|
\partopsep 0.5pt plus 0pt minus 0.5pt
|
||||||
|
\itemsep \topsep}
|
||||||
|
\def\@listiv{\leftmargin\leftmarginiv
|
||||||
|
\labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
|
||||||
|
\def\@listv{\leftmargin\leftmarginv
|
||||||
|
\labelwidth\leftmarginv\advance\labelwidth-\labelsep}
|
||||||
|
\def\@listvi{\leftmargin\leftmarginvi
|
||||||
|
\labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
|
||||||
|
\abovedisplayskip 7pt plus2pt minus5pt%
|
||||||
|
\belowdisplayskip \abovedisplayskip
|
||||||
|
\abovedisplayshortskip 0pt plus3pt%
|
||||||
|
\belowdisplayshortskip 4pt plus3pt minus3pt%
|
||||||
|
% Less leading in most fonts (due to the narrow columns)
|
||||||
|
% The choices were between 1-pt and 1.5-pt leading
|
||||||
|
\def\normalsize{\@setfontsize\normalsize\@xpt{11}} % 10 point on 11
|
||||||
|
\def\small{\@setfontsize\small\@ixpt{10}} % 9 point on 10
|
||||||
|
\def\footnotesize{\@setfontsize\footnotesize\@ixpt{10}} % 9 point on 10
|
||||||
|
\def\scriptsize{\@setfontsize\scriptsize\@viipt{10}} % 7 point on 8
|
||||||
|
\def\tiny{\@setfontsize\tiny\@vipt{7}} % 6 point on 7
|
||||||
|
\def\large{\@setfontsize\large\@xipt{12}} % 11 point on 12
|
||||||
|
\def\Large{\@setfontsize\Large\@xiipt{14}} % 12 point on 14
|
||||||
|
\def\LARGE{\@setfontsize\LARGE\@xivpt{16}} % 14 point on 16
|
||||||
|
\def\huge{\@setfontsize\huge\@xviipt{20}} % 17 point on 20
|
||||||
|
\def\Huge{\@setfontsize\Huge\@xxpt{23}} % 20 point on 23
|
||||||
|
|
||||||
|
\AtBeginDocument{%
|
||||||
|
\@ifpackageloaded{natbib}%
|
||||||
|
{%
|
||||||
|
% When natbib is in use, set the proper style and fix a few things
|
||||||
|
\let\cite\citep
|
||||||
|
\let\shortcite\citeyearpar
|
||||||
|
\setcitestyle{aysep={}}
|
||||||
|
\setlength\bibhang{0pt}
|
||||||
|
\bibliographystyle{aaai25}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{hyperref}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{You must not use hyperref in AAAI papers.}{You (or one of the packages you imported) are importing the hyperref package, which is forbidden in AAAI papers. You must remove it from the paper to proceed.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{bbm}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{You must not use bbm package in AAAI papers because it introduces Type 3 fonts which are forbidden.}{See https://tex.stackexchange.com/questions/479160/a-replacement-to-mathbbm1-with-type-1-fonts for possible alternatives.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{authblk}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package authblk is forbbidden.}{Package authblk is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{balance}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package balance is forbbidden.}{Package balance is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{CJK}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package CJK is forbbidden.}{Package CJK is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{flushend}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package flushend is forbbidden.}{Package flushend is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{fontenc}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package fontenc is forbbidden.}{Package fontenc is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{fullpage}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package fullpage is forbbidden.}{Package fullpage is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{geometry}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package geometry is forbbidden.}{Package geometry is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{grffile}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package grffile is forbbidden.}{Package grffile is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{navigator}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package navigator is forbbidden.}{Package navigator is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{savetrees}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package savetrees is forbbidden.}{Package savetrees is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{setspace}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package setspace is forbbidden.}{Package setspace is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{stfloats}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package stfloats is forbbidden.}{Package stfloats is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{tabu}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package tabu is forbbidden.}{Package tabu is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{titlesec}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package titlesec is forbbidden.}{Package titlesec is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{tocbibind}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package tocbibind is forbbidden.}{Package tocbibind is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{ulem}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package ulem is forbbidden.}{Package ulem is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
\@ifpackageloaded{wrapfig}%
|
||||||
|
{%
|
||||||
|
\PackageError{aaai}{Package wrapfig is forbbidden.}{Package wrapfig is forbbiden. You must find an alternative.}
|
||||||
|
}{}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\let\endthebibliography=\endlist
|
||||||
65
templates/latex-aaai/main.tex
Normal file
65
templates/latex-aaai/main.tex
Normal file
|
|
@ -0,0 +1,65 @@
|
||||||
|
%===============================================================================
|
||||||
|
% PREAMBLE
|
||||||
|
%===============================================================================
|
||||||
|
\documentclass[letterpaper]{article} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{aaai25} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{times} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{helvet} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{courier} % DO NOT CHANGE THIS
|
||||||
|
\usepackage[hyphens]{url} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{graphicx} % DO NOT CHANGE THIS
|
||||||
|
\urlstyle{rm} % DO NOT CHANGE THIS
|
||||||
|
\def\UrlFont{\rm} % DO NOT CHANGE THIS
|
||||||
|
\usepackage{natbib} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT
|
||||||
|
\usepackage{caption} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT
|
||||||
|
\frenchspacing % DO NOT CHANGE THIS
|
||||||
|
\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS
|
||||||
|
\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS
|
||||||
|
|
||||||
|
\usepackage{algorithm, algorithmic}
|
||||||
|
\usepackage{algorithmic}
|
||||||
|
|
||||||
|
\usepackage{newfloat}
|
||||||
|
\usepackage{listings}
|
||||||
|
\DeclareCaptionStyle{ruled}{labelfont=normalfont,labelsep=colon,strut=off} % DO NOT CHANGE THIS
|
||||||
|
\lstset{%
|
||||||
|
basicstyle={\footnotesize\ttfamily},% footnotesize acceptable for monospace
|
||||||
|
numbers=left,numberstyle=\footnotesize,xleftmargin=2em,% show line numbers, remove this entire line if you don't want the numbers.
|
||||||
|
aboveskip=0pt,belowskip=0pt,%
|
||||||
|
showstringspaces=false,tabsize=2,breaklines=true}
|
||||||
|
\floatstyle{ruled}
|
||||||
|
\newfloat{listing}{tb}{lst}{}
|
||||||
|
\floatname{listing}{Listing}
|
||||||
|
|
||||||
|
\pdfinfo{
|
||||||
|
/TemplateVersion (2025.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
\setcounter{secnumdepth}{0}
|
||||||
|
|
||||||
|
\title{}
|
||||||
|
\author{}
|
||||||
|
\affiliations{}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% MAIN DOCUMENT
|
||||||
|
%===============================================================================
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\begin{abstract}
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% Main Text
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
|
\section{Introduction}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% Bibliography
|
||||||
|
%===============================================================================
|
||||||
|
\bibliography{references}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
111
templates/latex-aaai/references.bib
Normal file
111
templates/latex-aaai/references.bib
Normal file
|
|
@ -0,0 +1,111 @@
|
||||||
|
@book{em:86,
|
||||||
|
editor = "Engelmore, Robert and Morgan, Anthony",
|
||||||
|
title = "Blackboard Systems",
|
||||||
|
year = 1986,
|
||||||
|
address = "Reading, Mass.",
|
||||||
|
publisher = "Addison-Wesley",
|
||||||
|
}
|
||||||
|
|
||||||
|
@inproceedings{c:83,
|
||||||
|
author = "Clancey, William J.",
|
||||||
|
year = 1983,
|
||||||
|
title = "{Communication, Simulation, and Intelligent
|
||||||
|
Agents: Implications of Personal Intelligent Machines
|
||||||
|
for Medical Education}",
|
||||||
|
booktitle="Proceedings of the Eighth International Joint Conference on Artificial Intelligence {(IJCAI-83)}",
|
||||||
|
pages = "556-560",
|
||||||
|
address = "Menlo Park, Calif",
|
||||||
|
publisher = "{IJCAI Organization}",
|
||||||
|
}
|
||||||
|
@inproceedings{c:84,
|
||||||
|
author = "Clancey, William J.",
|
||||||
|
year = 1984,
|
||||||
|
title = "{Classification Problem Solving}",
|
||||||
|
booktitle = "Proceedings of the Fourth National
|
||||||
|
Conference on Artificial Intelligence",
|
||||||
|
pages = "45-54",
|
||||||
|
address = "Menlo Park, Calif.",
|
||||||
|
publisher="AAAI Press",
|
||||||
|
}
|
||||||
|
@article{r:80,
|
||||||
|
author = {Robinson, Arthur L.},
|
||||||
|
title = {New Ways to Make Microcircuits Smaller},
|
||||||
|
volume = {208},
|
||||||
|
number = {4447},
|
||||||
|
pages = {1019--1022},
|
||||||
|
year = {1980},
|
||||||
|
doi = {10.1126/science.208.4447.1019},
|
||||||
|
publisher = {American Association for the Advancement of Science},
|
||||||
|
issn = {0036-8075},
|
||||||
|
URL = {https://science.sciencemag.org/content/208/4447/1019},
|
||||||
|
eprint = {https://science.sciencemag.org/content/208/4447/1019.full.pdf},
|
||||||
|
journal = {Science},
|
||||||
|
}
|
||||||
|
@article{r:80x,
|
||||||
|
author = "Robinson, Arthur L.",
|
||||||
|
year = 1980,
|
||||||
|
title = "{New Ways to Make Microcircuits Smaller---Duplicate Entry}",
|
||||||
|
journal = "Science",
|
||||||
|
volume = 208,
|
||||||
|
pages = "1019-1026",
|
||||||
|
}
|
||||||
|
@article{hcr:83,
|
||||||
|
title = {Strategic explanations for a diagnostic consultation system},
|
||||||
|
journal = {International Journal of Man-Machine Studies},
|
||||||
|
volume = {20},
|
||||||
|
number = {1},
|
||||||
|
pages = {3-19},
|
||||||
|
year = {1984},
|
||||||
|
issn = {0020-7373},
|
||||||
|
doi = {https://doi.org/10.1016/S0020-7373(84)80003-6},
|
||||||
|
url = {https://www.sciencedirect.com/science/article/pii/S0020737384800036},
|
||||||
|
author = {Diane Warner Hasling and William J. Clancey and Glenn Rennels},
|
||||||
|
abstract = {This article examines the problem of automatte explanation of reasoning, especially as it relates to expert systems. By explanation we mean the ability of a program to discuss what it is doing in some understandable way. We first present a general framework in which to view explanation and review some of the research done in this area. We then focus on the explanation system for NEOMYCIN, a medical consultation program. A consultation program interactively helps a user to solve a problem. Our goal is to have NEOMYCIN explain its problem-solving strategies. An explanation of strategy describes the plan the program is using to reach a solution. Such an explanation is usually concrete, referring to aspects of the current problem situation. Abstract explanations articulate a general principle, which can be applied in different situations; such explanations are useful in teaching and in explaining by analogy. We describe the aspects of NEOMYCIN that make abstract strategic explanations possible—the representation of strategic knowledge explicitly and separately from domain knowledge— and demonstrate how this representation can be used to generate explanations.}
|
||||||
|
}
|
||||||
|
@article{hcrt:83,
|
||||||
|
author = "Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas",
|
||||||
|
year = 1983,
|
||||||
|
title = "{Strategic Explanations in Consultation---Duplicate}",
|
||||||
|
journal = "The International Journal of Man-Machine Studies",
|
||||||
|
volume = 20,
|
||||||
|
number = 1,
|
||||||
|
pages = "3-19",
|
||||||
|
}
|
||||||
|
@techreport{r:86,
|
||||||
|
author = "Rice, James",
|
||||||
|
year = 1986,
|
||||||
|
title = "{Poligon: A System for Parallel Problem Solving}",
|
||||||
|
type = "Technical Report",
|
||||||
|
number = "KSL-86-19",
|
||||||
|
institution = "Dept.\ of Computer Science, Stanford Univ.",
|
||||||
|
}
|
||||||
|
@phdthesis{c:79,
|
||||||
|
author = "Clancey, William J.",
|
||||||
|
year = 1979,
|
||||||
|
title = "{Transfer of Rule-Based Expertise
|
||||||
|
through a Tutorial Dialogue}",
|
||||||
|
type = "{Ph.D.} diss.",
|
||||||
|
school = "Dept.\ of Computer Science, Stanford Univ.",
|
||||||
|
address = "Stanford, Calif.",
|
||||||
|
}
|
||||||
|
@unpublished{c:21,
|
||||||
|
author = "Clancey, William J.",
|
||||||
|
title = "{The Engineering of Qualitative Models}",
|
||||||
|
year = 2021,
|
||||||
|
note = "Forthcoming",
|
||||||
|
}
|
||||||
|
@misc{c:22,
|
||||||
|
title={Attention Is All You Need},
|
||||||
|
author={Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin},
|
||||||
|
year={2017},
|
||||||
|
eprint={1706.03762},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.CL}
|
||||||
|
}
|
||||||
|
@misc{c:23,
|
||||||
|
title = "Pluto: The 'Other' Red Planet",
|
||||||
|
author = "{NASA}",
|
||||||
|
howpublished = "\url{https://www.nasa.gov/nh/pluto-the-other-red-planet}",
|
||||||
|
year = 2015,
|
||||||
|
note = "Accessed: 2018-12-06"
|
||||||
|
}
|
||||||
2965
templates/latex-aamas/aamas.bst
Normal file
2965
templates/latex-aamas/aamas.bst
Normal file
File diff suppressed because it is too large
Load diff
3091
templates/latex-aamas/aamas.cls
Normal file
3091
templates/latex-aamas/aamas.cls
Normal file
File diff suppressed because it is too large
Load diff
61
templates/latex-aamas/main.tex
Normal file
61
templates/latex-aamas/main.tex
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
%===============================================================================
|
||||||
|
% PREAMBLE
|
||||||
|
%===============================================================================
|
||||||
|
\documentclass[sigconf]{aamas}
|
||||||
|
|
||||||
|
\usepackage{balance}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%%% AAMAS-2026 copyright block (do not change!)
|
||||||
|
|
||||||
|
\setcopyright{ifaamas}
|
||||||
|
\acmConference[AAMAS '26]{Proc.\@ of the 25th International Conference
|
||||||
|
on Autonomous Agents and Multiagent Systems (AAMAS 2026)}{May 25 -- 29, 2026}
|
||||||
|
{Paphos, Cyprus}{C.~Amato, L.~Dennis, V.~Mascardi, J.~Thangarajah (eds.)}
|
||||||
|
\copyrightyear{2026}
|
||||||
|
\acmYear{2026}
|
||||||
|
\acmDOI{}
|
||||||
|
\acmPrice{}
|
||||||
|
\acmISBN{}
|
||||||
|
\acmSubmissionID{}
|
||||||
|
|
||||||
|
\title[]{}
|
||||||
|
|
||||||
|
\author{}
|
||||||
|
\affiliation{
|
||||||
|
\institution{}
|
||||||
|
\city{}
|
||||||
|
\country{}}
|
||||||
|
\email{}
|
||||||
|
|
||||||
|
\begin{abstract}
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
\keywords{}
|
||||||
|
|
||||||
|
\newcommand{\BibTeX}{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% MAIN DOCUMENT
|
||||||
|
%===============================================================================
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\pagestyle{fancy}
|
||||||
|
\fancyhead{}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% Main Text
|
||||||
|
%===============================================================================
|
||||||
|
|
||||||
|
\section{Introduction}
|
||||||
|
|
||||||
|
%===============================================================================
|
||||||
|
% Bibliography
|
||||||
|
%===============================================================================
|
||||||
|
\bibliographystyle{aamas}
|
||||||
|
\bibliography{references}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
119
templates/latex-aamas/references.bib
Normal file
119
templates/latex-aamas/references.bib
Normal file
|
|
@ -0,0 +1,119 @@
|
||||||
|
@book{Lam94,
|
||||||
|
author = {Leslie Lamport},
|
||||||
|
title = {{\LaTeX}: A Document Preparation System},
|
||||||
|
publisher = {Addison-Wesley},
|
||||||
|
address = {Reading, MA},
|
||||||
|
edition = {2nd},
|
||||||
|
year = {1994}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{WoJe95,
|
||||||
|
title = {Intelligent Agents: Theory and Practice},
|
||||||
|
author = {Wooldridge, Michael J. and Jennings, Nicholas R.},
|
||||||
|
journal = {The Knowledge Engineering Review},
|
||||||
|
volume = {10},
|
||||||
|
number = {2},
|
||||||
|
pages = {115--152},
|
||||||
|
year = {1995}
|
||||||
|
}
|
||||||
|
|
||||||
|
@article{GrKr96,
|
||||||
|
title = {Collaborative Plans for Complex Group Action},
|
||||||
|
author = {Grosz, Barbara J. and Kraus, Sarit},
|
||||||
|
journal = {Artificial Intelligence},
|
||||||
|
volume = {86},
|
||||||
|
number = {2},
|
||||||
|
pages = {269--357},
|
||||||
|
year = {1996}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Techreport{Har78,
|
||||||
|
author = "David Harel",
|
||||||
|
year = "1978",
|
||||||
|
title = "Logics of programs: axiomatics and descriptive power",
|
||||||
|
institution = "Massachusetts Institute of Technology",
|
||||||
|
type = "MIT Research Lab Technical Report",
|
||||||
|
number = "TR-200",
|
||||||
|
address = "Cambridge, MA",
|
||||||
|
month = "",
|
||||||
|
note = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
@Phdthesis{Cla85,
|
||||||
|
author = "Kenneth L. Clarkson",
|
||||||
|
year = "1985",
|
||||||
|
title = "Algorithms for Closest-Point Problems (Computational Geometry)",
|
||||||
|
school = "Stanford University",
|
||||||
|
address = "Palo Alto, CA",
|
||||||
|
note = "UMI Order Number: AAT 8506171",
|
||||||
|
type = "",
|
||||||
|
month = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{Oba08,
|
||||||
|
author = "Barack Obama",
|
||||||
|
year = "2008",
|
||||||
|
title = "A More Perfect Union",
|
||||||
|
howpublished = "Video",
|
||||||
|
day = "5",
|
||||||
|
url = "http://video.google.com/videoplay?docid=6528042696351994555",
|
||||||
|
month = mar,
|
||||||
|
lastaccessed = "March 21, 2008",
|
||||||
|
note = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
@misc{Sci09,
|
||||||
|
author = "Joseph Scientist",
|
||||||
|
year = "2009",
|
||||||
|
title = "The fountain of youth",
|
||||||
|
note = "Patent No. 12345, Filed July 1st., 2008, Issued Aug. 9th., 2009",
|
||||||
|
url = "",
|
||||||
|
howpublished = "",
|
||||||
|
month = aug,
|
||||||
|
lastaccessed = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
@ArtifactDataset{AnMC13,
|
||||||
|
author = {Sam Anzaroot and Andrew McCallum},
|
||||||
|
title = {{UMass} Citation Field Extraction Dataset},
|
||||||
|
year = 2013,
|
||||||
|
organization = {University of Massachusetts},
|
||||||
|
url =
|
||||||
|
{http://www.iesl.cs.umass.edu/data/data-umasscitationfield},
|
||||||
|
lastaccessed = {May 27, 2019}
|
||||||
|
}
|
||||||
|
|
||||||
|
@inproceedings{Hag1993,
|
||||||
|
title = {Maintaining Discrete Probability Distributions Optimally},
|
||||||
|
author = {Hagerup, Torben and Mehlhorn, Kurt and Munro, J. Ian},
|
||||||
|
booktitle = {Proceedings of the 20th International Colloquium on Automata, Languages and Programming},
|
||||||
|
series = {Lecture Notes in Computer Science},
|
||||||
|
volume = {700},
|
||||||
|
pages = {253--264},
|
||||||
|
year = {1993},
|
||||||
|
publisher = {Springer-Verlag},
|
||||||
|
address = {Berlin}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Book{Knu97,
|
||||||
|
author = "Donald E. Knuth",
|
||||||
|
title = "The Art of Computer Programming, Vol. 1: Fundamental Algorithms",
|
||||||
|
publisher = "Addison Wesley",
|
||||||
|
year = "1997",
|
||||||
|
address = "Reading, Massachusetts",
|
||||||
|
edition = "3rd",
|
||||||
|
editor = "",
|
||||||
|
volume = "",
|
||||||
|
number = "",
|
||||||
|
series = "",
|
||||||
|
month = "",
|
||||||
|
note = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
@MASTERSTHESIS{Ani03,
|
||||||
|
author = {David A. Anisi},
|
||||||
|
title = {Optimal Motion Control of a Ground Vehicle},
|
||||||
|
school = {Royal Institute of Technology (KTH), Stockholm, Sweden},
|
||||||
|
intitution = {FOI-R-0961-SE, Swedish Defence Research Agency (FOI)},
|
||||||
|
year = {2003},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue