Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stade/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ <h1><a href="{% url 'index' %}"><img src="{% static 'img/isic_logo.svg' %}"
<div id="temporary-transition-banner" class="notification">
<div class="container">
<div class="notice-content">
<h1 class="banner-title">The MILK10k Challenge is open!</h1>
<h4 class="notice-title"><a href="{% url 'task-detail' 57 %}">Join the competition</a>!</h4>
<h1 class="banner-title">The MILK10k Benchmark is open!</h1>
<h4 class="notice-title"><a href="{% url 'task-detail' 57 %}">Submit to the leaderboard!</a>!</h4>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions stade/core/templates/landing/milk10k/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}</h1>
<h1>MILK10k Benchmark {% if challenge.locked %}[Closed]{% endif %}</h1>
</div>

<div class="section-content">
Expand All @@ -16,7 +16,7 @@ <h3 class="subtitle is-4 has-text-white mb-4">Get Started</h3>
<span class="icon">
<i class="material-icons">upload</i>
</span>
<span><strong>Submit to Challenge</strong></span>
<span><strong>Submit to leaderboard</strong></span>
</a>
<a href="{% url 'data' %}#milk10k" class="button is-white is-medium">
<span class="icon">
Expand All @@ -40,7 +40,7 @@ <h2>Summary</h2>
<li>Metadata (more detail below)</li>
</ul>
<p>
This live challenge features the MILK10k training dataset (5,240 lesions) and a blind
This benchmark features the MILK10k training dataset (5,240 lesions) and a blind
held-out test dataset (479 lesions) called the MILK10k Benchmark.
</p>
</div>
Expand Down Expand Up @@ -174,7 +174,7 @@ <h2>Evaluation</h2>
<div id="datasets">
<h2>Datasets</h2>
<p>
This live challenge features the MILK10k Benchmark dataset, comprising 958 images —
This benchmark features the MILK10k Benchmark dataset, comprising 958 images —
specifically, close-up and dermatoscopic image pairs for 479 skin lesions. The benchmark
dataset originates from the same sources as the original
<a href="https://doi.org/10.34970/262082">MILK10k</a> and covers the same eleven
Expand Down