paper migration

This commit is contained in:
2025-10-22 12:20:28 +02:00
commit 634f685c91
11 changed files with 171 additions and 0 deletions

22
paper/src/main.tex Normal file
View File

@@ -0,0 +1,22 @@
% -*- TeX-master: t -*-
\documentclass[12pt]{article}
\input{preamble}
\begin{document}
\title{Agent-Aware Defenses for Dynamic Pricing and Recommendation Systems under Adversarial Traffic}
\author{Daniel Rösel\\
\texttt{daniel@alves.world}\\[0.5em]
IE University\\
Madrid, Spain}
\date{}
\maketitle
\begin{abstract}
The introduction of AI agents into the ecosystem of online commerce which is run on dynamic pricing algorithms is disruptive to their own nature.
\end{abstract}
\input{chapters/01-intro}
\printbibliography
\end{document}