|
1 | 1 | --- |
2 | | -title: "Overlooked Dynamics in Algorithmic Recourse" |
| 2 | +title: "Endogenous Dynamics in Algorithmic Recourse" |
| 3 | +author: | |
| 4 | + \author{\IEEEauthorblockN{Patrick Altmeyer} |
| 5 | + \IEEEauthorblockA{\textit{Delft University of Technology} \\ |
| 6 | + \textit{EEMCS}\\ |
| 7 | + Delft, Netherlands \\ |
| 8 | + p.altmeyer[at]tudelft.nl} |
| 9 | + \and |
| 10 | + \IEEEauthorblockN{Cynthia C. S. Liem} |
| 11 | + \IEEEauthorblockA{\textit{Delft University of Technology} \\ |
| 12 | + \textit{EEMCS}\\ |
| 13 | + Delft, Netherlands \\ |
| 14 | + c.c.s.liem[at]tudelft.nl} |
| 15 | + \and |
| 16 | + \IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname} |
| 17 | + \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\ |
| 18 | + \textit{name of organization (of Aff.)}\\ |
| 19 | + City, Country \\ |
| 20 | + email address or ORCID} |
| 21 | + \and |
| 22 | + \IEEEauthorblockN{4\textsuperscript{th} Given Name Surname} |
| 23 | + \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\ |
| 24 | + \textit{name of organization (of Aff.)}\\ |
| 25 | + City, Country \\ |
| 26 | + email address or ORCID} |
| 27 | + \and |
| 28 | + \IEEEauthorblockN{5\textsuperscript{th} Given Name Surname} |
| 29 | + \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\ |
| 30 | + \textit{name of organization (of Aff.)}\\ |
| 31 | + City, Country \\ |
| 32 | + email address or ORCID} |
| 33 | + \and |
| 34 | + \IEEEauthorblockN{6\textsuperscript{th} Given Name Surname} |
| 35 | + \IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\ |
| 36 | + \textit{name of organization (of Aff.)}\\ |
| 37 | + City, Country \\ |
| 38 | + email address or ORCID} |
| 39 | + } |
3 | 40 | format: |
4 | 41 | pdf: |
| 42 | + documentclass: IEEEtran |
| 43 | + classoption: conference |
5 | 44 | include-in-header: tex/preamble.tex |
6 | | - include-before-body: tex/before_body.tex |
7 | | - html: default |
8 | | -link-citations: true |
| 45 | +csl: https://raw.githubusercontent.com/citation-style-language/styles/master/ieee.csl |
| 46 | +number-sections: true |
| 47 | +license: "CC BY" |
9 | 48 | --- |
10 | 49 |
|
11 | | -```{.include} |
12 | | -sections/abstract.qmd |
13 | | -``` |
| 50 | +{{< include sections/abstract.qmd >}} |
14 | 51 |
|
15 | | -```{.include} |
16 | | -sections/introduction.qmd |
17 | | -``` |
| 52 | +{{< include sections/introduction.qmd >}} |
18 | 53 |
|
19 | | -@schut2021generating |
| 54 | +# Acknoledgment {.unnumbered} |
20 | 55 |
|
21 | | -```{.include} |
22 | | -sections/appendix.qmd |
23 | | -``` |
| 56 | +P. A. thanks ... |
| 57 | + |
| 58 | +# References {.unnumbered} |
| 59 | + |
| 60 | +::: {#refs} |
| 61 | +::: |
| 62 | + |
| 63 | +{{< include sections/appendix.qmd >}} |
24 | 64 |
|
0 commit comments