diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..d429b385afe3f30088508b8227e4e865f5325760 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +#----------------------------------------------------- +# Some usefull instructions... +# +DIAGRAMS = images/*.svg +DEP = *.adoc +ANTORA = npx antora +DOCS = ./public +#----------------------------------------------------- + + +all: $(DOCS)/index.html + antora --fetch antora-playbook.yml + +# npm i -D -E antora +deploy: $(DOCS)/index.html + @echo "========================================" + @echo "==> Deploy updates " + ./deploy \ No newline at end of file diff --git a/content/antora.yml b/content/antora.yml new file mode 100644 index 0000000000000000000000000000000000000000..c6d3f782c4aad26c1e2dfc1d2cf8fcd20ebdb63f --- /dev/null +++ b/content/antora.yml @@ -0,0 +1,18 @@ +# https://docs.antora.org/antora/2.3/component-version-descriptor/ +# https://docs.antora.org/antora/2.3/component-name-and-version/ +name: main +version: '1.0' + +# https://docs.antora.org/antora/2.3/component-display-version/ +# display_version: α + +# https://docs.antora.org/antora/2.3/component-title/ +title: Welcome + +# https://docs.antora.org/antora/2.3/component-start-page/ +start_page: index.adoc + +# https://docplayer.fr/169511571-Asciidoc-asciidoctor-antora.html +nav: +- modules/ROOT/nav.adoc + diff --git a/content/modules/ROOT/attachments/FATES-MLOPS-poster2024.pdf b/content/modules/ROOT/attachments/FATES-MLOPS-poster2024.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0e17ab55d5762b9141809c1a26a9983f3a564981 Binary files /dev/null and b/content/modules/ROOT/attachments/FATES-MLOPS-poster2024.pdf differ diff --git a/content/modules/ROOT/images/fates-logo.png b/content/modules/ROOT/images/fates-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..4d957bda34ff96410feefaf774db27812245e944 Binary files /dev/null and b/content/modules/ROOT/images/fates-logo.png differ diff --git a/content/modules/ROOT/images/poster.png b/content/modules/ROOT/images/poster.png new file mode 100644 index 0000000000000000000000000000000000000000..f859a8df503aea72fbfd878860628632d84dba1b Binary files /dev/null and b/content/modules/ROOT/images/poster.png differ diff --git a/content/modules/ROOT/nav.adoc b/content/modules/ROOT/nav.adoc new file mode 100644 index 0000000000000000000000000000000000000000..8d89891d00ee1bfae38f56c2db78e5a2473395b9 --- /dev/null +++ b/content/modules/ROOT/nav.adoc @@ -0,0 +1,2 @@ +* xref:index.adoc[] +* xref:properties.adoc[] diff --git a/content/modules/ROOT/pages/definitions.adoc b/content/modules/ROOT/pages/definitions.adoc new file mode 100644 index 0000000000000000000000000000000000000000..50425c3c34bd88fedd879c9e02dfb2064a0cab52 --- /dev/null +++ b/content/modules/ROOT/pages/definitions.adoc @@ -0,0 +1,18 @@ +//Parameters +:toc: + +// Definitions +:anr: https://anr.fr/en/[ANR] +:i3s: http://i3s.unice.fr[CNRS] +:inria: https://www.inria.fr/fr/centre-inria-universite-cote-azur[INRIA] +:mac: https://mcscert.mcmaster.ca/[McMaster University] +:tsia: https://anr.fr/fr/detail/call/appel-a-projets-thematiques-specifiques-en-intelligence-artificielle-tsia-2024/[TSIA 2024]. +:ut2j: https://www.univ-tlse2.fr[Université Toulouse Jean Jaurès] + +// Persons +:fp: mailto:frederic.precioso@unice.fr[Frédéric Precioso] +:jmb: mailto:bruel@irit.fr[Jean-Michel Bruel] +:mbf: mailto:blay@i3s.unice.fr[Mireille Blay-Fornarino] +:sm: mailto:mossers@mcmaster.ca[Sébastien Mosser] +:nico: mailto:nicolas.lacroix@i3s.unice.fr[Nicolas Lacroix] +:tristan: mailto:Tristan.Gouaichault@irit.fr[Tristan Gouaichault] \ No newline at end of file diff --git a/content/modules/ROOT/pages/index.adoc b/content/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000000000000000000000000000000000000..0c7aacebe81e6a76f115cc0af70903f468763c62 --- /dev/null +++ b/content/modules/ROOT/pages/index.adoc @@ -0,0 +1,24 @@ +:title: FATES-MLOps Artefacts += {title} +include::definitions.adoc[] + +image::fates-logo.png["Logo", width=30%] + + +[WARNING] +==== +This web site is under construction. +==== + +== Abstract + +This documentation lists the set of: + +- properties xref:properties.adoc[definitions] +- associated metrics +- ... + +== Contact + +Please send an email to contact@fates-mlops.org for any request. + diff --git a/content/modules/ROOT/pages/properties.adoc b/content/modules/ROOT/pages/properties.adoc new file mode 100644 index 0000000000000000000000000000000000000000..b981025c11fa04d636a5352be8438d897476ea59 --- /dev/null +++ b/content/modules/ROOT/pages/properties.adoc @@ -0,0 +1,9 @@ += Properties + +== Fairness + +[[fairness]] +[quote, Fairness] +____ +Blabla +____ \ No newline at end of file