From 8b4ddb069f5f0be9ef85a66709f5d58d9086ec06 Mon Sep 17 00:00:00 2001 From: Naama Date: Sun, 15 Mar 2026 09:14:32 +0000 Subject: [PATCH 1/4] Add ANNITIA data challenge --- competitions.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/competitions.json b/competitions.json index 2ca2db5..82dd307 100644 --- a/competitions.json +++ b/competitions.json @@ -1,5 +1,31 @@ { "data": [ + + { + "name": "ANNITIA Data Challenge – Predict Progression of Metabolic Liver Disease", + "url": "https://annitia.trustii.io/", + "tags": [ + "supervised", + "medical", + "healthcare", + "timeseries", + "clinical", + "science", + "machine learning", + "measurable" + ], + "launched": "16 Mar 2026", + "registration-deadline": "11 May 2026", + "deadline": "11 May 2026", + "prize": "€14,000", + "platform": "Trustii.io", + "sponsor": "IHU ICAN, Health Data Hub, France 2030", + "conference": null, + "conference_year": null, + "additional_urls": [ + "https://health-data-hub.fr/page/le-data-challenge-annitia" + ] + }, { "name": "Optimise LLM Inference Performance on AMD MI355X GPUs", "url": "https://luma.com/cqq4mojz?ref=mlcontests", From c556fe1beede93e8786c1184f6d8afa6928ff958 Mon Sep 17 00:00:00 2001 From: Naama Date: Sun, 15 Mar 2026 09:18:54 +0000 Subject: [PATCH 2/4] Fix ANNITIA challenge schema validation --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 82dd307..97f739a 100644 --- a/competitions.json +++ b/competitions.json @@ -2,7 +2,7 @@ "data": [ { - "name": "ANNITIA Data Challenge – Predict Progression of Metabolic Liver Disease", + "name": "ANNITIA – MASLD Progression Prediction Challenge", "url": "https://annitia.trustii.io/", "tags": [ "supervised", @@ -17,7 +17,7 @@ "launched": "16 Mar 2026", "registration-deadline": "11 May 2026", "deadline": "11 May 2026", - "prize": "€14,000", + "prize": "$16,000", "platform": "Trustii.io", "sponsor": "IHU ICAN, Health Data Hub, France 2030", "conference": null, From c0905abcaa1a0d987a368707d076b4eb06b9b4d7 Mon Sep 17 00:00:00 2001 From: Naama Date: Sun, 15 Mar 2026 09:21:10 +0000 Subject: [PATCH 3/4] Fix ANNITIA challenge schema validation 2 --- competitions.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/competitions.json b/competitions.json index 97f739a..46be20a 100644 --- a/competitions.json +++ b/competitions.json @@ -5,14 +5,12 @@ "name": "ANNITIA – MASLD Progression Prediction Challenge", "url": "https://annitia.trustii.io/", "tags": [ + "measurable", "supervised", + "regression", + "tabular", "medical", - "healthcare", - "timeseries", - "clinical", - "science", - "machine learning", - "measurable" + "science" ], "launched": "16 Mar 2026", "registration-deadline": "11 May 2026", From c586588ee3991b04edc017c25f710ba54d059a5f Mon Sep 17 00:00:00 2001 From: Harald Carlens <7941504+hcarlens@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:54:21 +0000 Subject: [PATCH 4/4] Use platform name in line with site filters; add more descriptive competition title --- competitions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/competitions.json b/competitions.json index 46be20a..c29c81f 100644 --- a/competitions.json +++ b/competitions.json @@ -2,8 +2,8 @@ "data": [ { - "name": "ANNITIA – MASLD Progression Prediction Challenge", - "url": "https://annitia.trustii.io/", + "name": "Predict Liver-Related Events from Synthetic Patient Data", + "url": "https://annitia.trustii.io/?ref=mlcontests", "tags": [ "measurable", "supervised", @@ -16,7 +16,7 @@ "registration-deadline": "11 May 2026", "deadline": "11 May 2026", "prize": "$16,000", - "platform": "Trustii.io", + "platform": "Trustii", "sponsor": "IHU ICAN, Health Data Hub, France 2030", "conference": null, "conference_year": null,