mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
22 lines
477 B
TeX
22 lines
477 B
TeX
\documentclass[11pt]{ainotes}
|
|
\usepackage{biblatex}
|
|
\addbibresource{./references.bib}
|
|
|
|
\title{Cognition and Neuroscience\\(Module 2)}
|
|
\date{2023 -- 2024}
|
|
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
|
\def\giturl{{PLACEHOLDER-GIT-URL}}
|
|
|
|
\newtheorem*{casestudy}{Case study}
|
|
|
|
\begin{document}
|
|
|
|
\makenotesfront
|
|
\newpage
|
|
|
|
\input{./sections/_object_recognition.tex}
|
|
\input{./sections/_nn_recognition.tex}
|
|
|
|
\printbibliography[heading=bibintoc]
|
|
|
|
\end{document} |