Skip to content

Commit 5c3078e

Browse files
authored
Merge pull request #405 from ImageMarkup/docs/milk10k-name
2 parents 808c94b + 6de86ef commit 5c3078e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

stade/core/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ <h1><a href="{% url 'index' %}"><img src="{% static 'img/isic_logo.svg' %}"
132132
<div id="temporary-transition-banner" class="notification">
133133
<div class="container">
134134
<div class="notice-content">
135-
<h1 class="banner-title">The MILK10k Challenge is open!</h1>
136-
<h4 class="notice-title"><a href="{% url 'task-detail' 57 %}">Join the competition</a>!</h4>
135+
<h1 class="banner-title">The MILK10k Benchmark is open!</h1>
136+
<h4 class="notice-title"><a href="{% url 'task-detail' 57 %}">Submit to the leaderboard!</a>!</h4>
137137
</div>
138138
</div>
139139
</div>

stade/core/templates/landing/milk10k/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block content %}
55
<section class="section container">
66
<div class="section-header">
7-
<h1>{{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}</h1>
7+
<h1>MILK10k Benchmark {% if challenge.locked %}[Closed]{% endif %}</h1>
88
</div>
99

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

0 commit comments

Comments
 (0)