From 9acd72a5b8eb32cc94df8e863a893e1b13e1638b Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Tue, 9 Jun 2026 11:57:40 +0700 Subject: [PATCH 1/4] Add new competition for identity document fraud detection --- competitions.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/competitions.json b/competitions.json index 5933f21..b54b87a 100644 --- a/competitions.json +++ b/competitions.json @@ -6568,6 +6568,28 @@ "https://www.codabench.org/competitions/16010/" ], "added": "11 May 2026" + }, + { + "name": "Detect next-generation identity document fraud", + "url": "https://freuid2026.microblink.com/", + "tags": [ + "supervised", + "classification", + "vision", + "business" + ], + "deadline": "14 Jul 2026", + "registration-deadline": null, + "launched": "15 May 2026", + "prize": "$6,000", + "platform": "Kaggle", + "sponsor": "Microblink", + "conference": "IJCAI-ECAI", + "conference-year": 2026, + "additional_urls": [ + "https://www.kaggle.com/competitions/the-freuid-challenge-2026-ijcai-ecai/overview" + ], + "added": "9 June 2026" } ] } From ea12e6eec968d91177c4e554d60e3e3881a593ca Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Tue, 9 Jun 2026 12:01:29 +0700 Subject: [PATCH 2/4] Fix date format and add comma in competitions.json --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index b54b87a..b55588c 100644 --- a/competitions.json +++ b/competitions.json @@ -6587,9 +6587,9 @@ "conference": "IJCAI-ECAI", "conference-year": 2026, "additional_urls": [ - "https://www.kaggle.com/competitions/the-freuid-challenge-2026-ijcai-ecai/overview" + "https://www.kaggle.com/competitions/the-freuid-challenge-2026-ijcai-ecai/overview", ], - "added": "9 June 2026" + "added": "9 Jun 2026" } ] } From d6747c00882960a8a106437570e065e354c3c5e0 Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Tue, 9 Jun 2026 12:10:14 +0700 Subject: [PATCH 3/4] Fix JSON formatting in competitions.json --- competitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/competitions.json b/competitions.json index b55588c..7f5148a 100644 --- a/competitions.json +++ b/competitions.json @@ -6591,5 +6591,5 @@ ], "added": "9 Jun 2026" } - ] + } From 27d724361161e42316fc0ab6a85446875da52921 Mon Sep 17 00:00:00 2001 From: naiborhujosua Date: Tue, 9 Jun 2026 12:23:11 +0700 Subject: [PATCH 4/4] Fix formatting in competitions.json --- competitions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competitions.json b/competitions.json index 7f5148a..f7d6478 100644 --- a/competitions.json +++ b/competitions.json @@ -6587,9 +6587,9 @@ "conference": "IJCAI-ECAI", "conference-year": 2026, "additional_urls": [ - "https://www.kaggle.com/competitions/the-freuid-challenge-2026-ijcai-ecai/overview", + "https://www.kaggle.com/competitions/the-freuid-challenge-2026-ijcai-ecai/overview" ], "added": "9 Jun 2026" } - + ] }