From 339f30dc4db2df05026204cbe4ac308e8da0d61e Mon Sep 17 00:00:00 2001 From: bruel <jbruel@gmail.com> Date: Fri, 4 Apr 2025 18:44:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Adding=20concepts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/modules/ROOT/pages/concepts.adoc | 14 ++++++++++++++ content/modules/ROOT/pages/index.adoc | 10 +++++++--- content/modules/ROOT/pages/properties.adoc | 8 +++++++- 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 content/modules/ROOT/pages/concepts.adoc diff --git a/content/modules/ROOT/pages/concepts.adoc b/content/modules/ROOT/pages/concepts.adoc new file mode 100644 index 0000000..4a8fbdd --- /dev/null +++ b/content/modules/ROOT/pages/concepts.adoc @@ -0,0 +1,14 @@ += Concepts + +== Bias + +Definition:: +[[bias]] +[quote, Bias] +____ +... +____ + +Associated properties:: +* xref:definitions.adoc#fairness[Fairness] +* xref:definitions.adoc#ethics[Ethics] \ No newline at end of file diff --git a/content/modules/ROOT/pages/index.adoc b/content/modules/ROOT/pages/index.adoc index fa10add..a625e21 100644 --- a/content/modules/ROOT/pages/index.adoc +++ b/content/modules/ROOT/pages/index.adoc @@ -14,10 +14,14 @@ This web site is under construction. This documentation lists the set of: -- properties xref:properties.adoc[definitions] +- Properties xref:properties.adoc[definitions] ** xref:properties.adoc#fairness[Fairness] -** ... -- associated metrics +** xref:properties.adoc#ethics[Ethics] +- Associated concepts +** xref:concepts.adoc#bias[Bias] +** xref:concepts.adoc#discrimination[Discrimination] +** xref:concepts.adoc#equity[Equity] +- Associated metrics - ... == Contact diff --git a/content/modules/ROOT/pages/properties.adoc b/content/modules/ROOT/pages/properties.adoc index 1b6ad6d..70db9ba 100644 --- a/content/modules/ROOT/pages/properties.adoc +++ b/content/modules/ROOT/pages/properties.adoc @@ -2,8 +2,14 @@ == Fairness +Definition:: [[fairness]] [quote, Fairness, Oxford Dictionary] ____ Imperfect and just treatment or behavior without favoritism or discrimination. -____ \ No newline at end of file +____ + +Associated concepts:: +* xref:concepts.adoc#bias[Bias] +* Discrimination +* Equity \ No newline at end of file -- GitLab