Skip to content

Commit

Permalink
feat: rename for eass
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jul 12, 2023
1 parent e4f3016 commit 25d1ba3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- master
env:
LATEX_ROOT: ise-lab-knowledge-representation
LATEX_ROOT: eass23-cl-in-mas
jobs:
compile:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ise-lab-knowledge-representation.pdf
eass23-cl-in-mas.pdf

## Core latex/pdflatex auxiliary files:
*.aux
Expand Down
File renamed without changes.
File renamed without changes.
22 changes: 15 additions & 7 deletions ise-lab-knowledge-representation.tex → eass23-cl-in-mas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,30 @@
%\documentclass[handout]{beamer}\mode<handout>{\usetheme{AMSBolognaFC}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{ise-lab-common}
\usepackage{ise-lab-knowledge-representation}
\usepackage{eass23-cl-in-mas}
% version
\newcommand{\versionmajor}{1}
\newcommand{\versionminor}{1}
\newcommand{\versionpatch}{1}
\newcommand{\versionminor}{0}
\newcommand{\versionpatch}{0}
\newcommand{\version}{\versionmajor.\versionminor.\versionpatch}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title[\currentLab{} -- Knowledge Representation]{Knowledge Representation with Horn Clauses}
\title[CL in MAS]{On the role of computational logic in MAS}
%
\subtitle{\courseName{} / Module \moduleN{} (\courseAcronym)}
\subtitle{Practice with \twopkt}
%
\author[\sspeaker{\gcShort}]{\speaker{\gcFull} \\ \gcEmail}
%
\institute[\disiShort, \uniboShort]{\disi{} (\disiShort)\\\unibo}
%
\date[A.Y. \academicYearShort{} (v.\ \version)]{Academic Year \academicYear{}\\(version \version)}
\date[EASS 2023 (v.\ \version)]{
23rd European Agent Systems Summer School
\\
July 17, 2023
\\
Prague, Czech Republic
\\
(version \version)
}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
Expand Down Expand Up @@ -1354,7 +1362,7 @@ \section*{\refname}
\scriptsize
% \footnotesize
\bibliographystyle{apalike-AMS}
\bibliography{ise-lab-knowledge-representation}
\bibliography{eass23-cl-in-mas}
\end{frame}
%/////////

Expand Down

0 comments on commit 25d1ba3

Please sign in to comment.