From 10980e5c51444238cb27bf9d4bc1dd2cfe8512aa Mon Sep 17 00:00:00 2001 From: Nick Kurtansky <33763338+NickRaymondKurtansky@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:14:14 -0400 Subject: [PATCH 1/3] Update various templates --- stade/core/templates/base.html | 8 ++++ stade/core/templates/data/base.html | 1 + stade/core/templates/index.html | 47 ++++--------------- .../core/templates/landing/milk10k/index.html | 5 ++ 4 files changed, 22 insertions(+), 39 deletions(-) diff --git a/stade/core/templates/base.html b/stade/core/templates/base.html index 1565ca6..25e757e 100644 --- a/stade/core/templates/base.html +++ b/stade/core/templates/base.html @@ -62,6 +62,10 @@

open_in_new + + 2024 + open_in_new + MILK10k Live @@ -82,6 +86,10 @@

open_in_new + + 2024 + open_in_new + MILK10k Live diff --git a/stade/core/templates/data/base.html b/stade/core/templates/data/base.html index b21901f..e502ff1 100644 --- a/stade/core/templates/data/base.html +++ b/stade/core/templates/data/base.html @@ -36,6 +36,7 @@

ISIC Challenge Datasets

  • 2018
  • 2019
  • 2020
  • +
  • 2024
  • MILK10k
  • diff --git a/stade/core/templates/index.html b/stade/core/templates/index.html index cac8c02..c27e873 100644 --- a/stade/core/templates/index.html +++ b/stade/core/templates/index.html @@ -11,13 +11,14 @@

    Welcome to the ISIC Challenge

    Beginning in 2016, ISIC has sponsored annual challenges for the computer science community in association with leading computer vision conferences. Over the years, the challenges have grown in scale, complexity, and participation, using high-quality - human-validated training and test sets of thousands of CC-0-licensed images and metadata. + human-validated training and test sets of thousands of images and metadata. The earlier challenges were focused primarily on diagnostic accuracy for distinguishing - melanoma from other benign and malignant skin lesions. By 2018, the diagnostic performance + dermoscopic photos of melanoma from other skin lesions. By 2018, the diagnostic performance of the leading algorithms was consistently outperforming clinicians in "reader studies". - Additional challenges in 2019 and 2020 were designed to address the out-of-distribution - problem and assess the impact of clinical context respectively. The 2020 challenge had - 3,300 participants from around the world. In addition to the annual Grand Challenges, + Challenges in 2019 and 2020 were designed to address out-of-distribution classes + and assess the impact of clinical context, respectively. + The challenge in 2024 shifted focus from dermoscopy to 3D total-body-photography and involved 3,400 participants. + In addition to the annual Grand Challenges, ISIC hosts "live challenges" that allow researchers and students to benchmark the performance of their algorithms using ISIC images on an ongoing basis.

    @@ -53,8 +54,8 @@

    About the ISIC Archive

    the largest publicly available collection of quality controlled dermoscopic images of skin lesions.

    -

    Presently, the ISIC Archive contains over 13,000 - dermoscopic images, which were collected from leading clinical centers +

    Presently, the ISIC Archive contains over 500,000 public + images, which were collected from leading clinical centers internationally and acquired from a variety of devices within each center. Broad and international participation in image contribution is designed to insure a representative clinically relevant sample. @@ -67,38 +68,6 @@

    About the ISIC Archive

    (i.e., global and focal morphologic elements in the image known to discriminate between types of skin lesions).

    -

    - The software infrastructure of the ISIC - Archive is built using the open-source - - Girder platform - - - , and the - source code for the Archive itself is - - freely available on GitHub - - - . -

    About Melanoma

    Skin cancer is a major public health problem, with over diff --git a/stade/core/templates/landing/milk10k/index.html b/stade/core/templates/landing/milk10k/index.html index efb36cc..6235445 100644 --- a/stade/core/templates/landing/milk10k/index.html +++ b/stade/core/templates/landing/milk10k/index.html @@ -8,6 +8,11 @@

    {{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}<
    +

    Summary

    From e4d74c4d09e7e3e8b0d76eddf6423c0da6d859a3 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Mon, 18 Aug 2025 17:49:24 -0400 Subject: [PATCH 2/3] Add data/2024.html template --- stade/core/templates/data/2024.html | 3 +++ stade/core/templates/data/base.html | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 stade/core/templates/data/2024.html diff --git a/stade/core/templates/data/2024.html b/stade/core/templates/data/2024.html new file mode 100644 index 0000000..18c56a1 --- /dev/null +++ b/stade/core/templates/data/2024.html @@ -0,0 +1,3 @@ +

    +

    Download this data at challenge2024.isic-archive.com.

    +
    diff --git a/stade/core/templates/data/base.html b/stade/core/templates/data/base.html index e502ff1..3f65ec0 100644 --- a/stade/core/templates/data/base.html +++ b/stade/core/templates/data/base.html @@ -36,7 +36,7 @@

    ISIC Challenge Datasets

  • 2018
  • 2019
  • 2020
  • -
  • 2024
  • +
  • 2024
  • MILK10k
  • @@ -47,6 +47,7 @@

    ISIC Challenge Datasets

    {% include 'data/2018.html' %}
    {% include 'data/2019.html' %}
    {% include 'data/2020.html' %}
    +
    {% include 'data/2024.html' %}
    {% include 'data/milk10k.html' %}
    From 0c2aeac50695f34ec73a7546f19ff4cce381bc08 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Mon, 18 Aug 2025 18:07:10 -0400 Subject: [PATCH 3/3] Add links to submission/data on MILK10k landing --- .../core/templates/landing/milk10k/index.html | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/stade/core/templates/landing/milk10k/index.html b/stade/core/templates/landing/milk10k/index.html index 6235445..20c02c9 100644 --- a/stade/core/templates/landing/milk10k/index.html +++ b/stade/core/templates/landing/milk10k/index.html @@ -8,11 +8,26 @@

    {{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}<
    -