From e60dda53fffae20ac7601275dbd1dffc8e732bbe Mon Sep 17 00:00:00 2001 From: maniospas Date: Fri, 21 Jun 2024 12:20:07 +0300 Subject: [PATCH] updated index --- docs/cite.md | 14 ++++++++++++++ docs/index.md | 11 ----------- mkdocs.yml | 1 + 3 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 docs/cite.md diff --git a/docs/cite.md b/docs/cite.md new file mode 100644 index 0000000..7c1626e --- /dev/null +++ b/docs/cite.md @@ -0,0 +1,14 @@ +# Citation + +To cite FairBench, please use the following BibTex entry: + +``` +@article{krasanakis2024standardizing, + title={Towards Standardizing AI Bias Exploration}, + author={Emmanouil Krasanakis and Symeon Papadopoulos}, + year={2024}, + eprint={2405.19022}, + archivePrefix={arXiv}, + primaryClass={cs.LG} +} +``` diff --git a/docs/index.md b/docs/index.md index 2369017..00ea4b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,14 +27,3 @@ Visit one of the links below, or read the full documentation. - -``` -@article{krasanakis2024standardizing, - title={Towards Standardizing AI Bias Exploration}, - author={Emmanouil Krasanakis and Symeon Papadopoulos}, - year={2024}, - eprint={2405.19022}, - archivePrefix={arXiv}, - primaryClass={cs.LG} -} -``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ad67e6c..7c4f3a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,7 @@ nav: - 'record/metrics.md' - 'record/comparisons.md' - 'record/stamps.md' + - 'cite.md' markdown_extensions: - admonition