-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprizes.html
228 lines (198 loc) · 6.57 KB
/
prizes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SegRap2025 Challenge</title>
<link rel="stylesheet" href="shared.css">
<style>
.evaluate-section {
margin-bottom: 60px;
}
.evaluate-content {
background: white;
border-radius: 12px;
padding: 10px;
margin-top: 0px;
margin-bottom: 0px;
}
.leaderboard-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.task-content {
background: white;
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
}
.task-content li {
color: #064b43;
margin-bottom: 0.3em;
line-height: 1.5;
}
.leaderboard-table th,
.leaderboard-table td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #eee;
}
.leaderboard-table th {
font-weight: 500;
color: var(--text-primary);
background: #f8f9fa;
}
.leaderboard-table td {
color: var(--text-secondary);
}
.rank {
font-weight: 600;
color: var(--primary-color);
}
.team-name {
color: var(--text-primary);
font-weight: 500;
}
.metric-value {
font-family: monospace;
}
.evaluation-metrics {
margin-top: 20px;
}
.metric-item {
margin-bottom: 20px;
}
.metric-name {
font-weight: 500;
color: var(--text-primary);
font-size: 20px;
margin-bottom: 8px;
margin-top: 0px;
}
.metric-description {
color: var(--text-secondary);
font-size: 0.95em;
line-height: 1.5;
width: 100%;
}
.metric-description ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
.metric-description li {
margin-bottom: 8px;
}
.submit-section {
margin-top: 30px;
width: 100%;
}
.submit-button {
display: inline-block;
padding: 12px 24px;
background: var(--primary-color);
color: white;
border-radius: 4px;
text-decoration: none;
transition: background 0.2s ease;
}
.submit-button:hover {
background: var(--primary-dark);
}
.news-list {
list-style: none;
padding: 0;
margin: 0;
}
.news-list li {
position: relative;
padding-left: 25px;
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.5;
color: rgb(0, 0, 0);
font-weight: 500;
}
.news-list li::before {
content: "•";
position: absolute;
left: 10px;
color: #00bfa5;
}
.news-list a {
color: #00bfa5;
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.news-list a:hover {
color: #00897b;
}
</style>
</head>
<body>
<div class="site-header">
<div class="header-image" style="text-align: center;">
<img src="logo_web.png" alt="SegRap Logo" style="width: 50%; height: auto;">
</div>
<div class="header-container">
<div class="content-section">
<nav class="nav-links">
<a href="index.html">Home</a>
<a href="tasks.html">Tasks</a>
<a href="evaluate.html">Evaluate</a>
<a href="prizes.html" class="active">Prizes</a>
<a href="leaderboard.html">Leaderboard</a>
<a href="organizing.html">Organizing</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</div>
</div>
<main class="main-content">
<!-- Leaderboards Section -->
<section id="leaderboards" class="evaluate-section">
<h1 class="section-title">Prizes</h1>
<div class="task-content">
<p>SegRap2025 offers the following rewards:</p>
<ul class="news-list">
<li>Cash awards and Certificates</li>
<li>Co-author with the challenge paper, which will be submitted to Top Journal</li>
</ul>
<!-- <p><strong>Cash awards for each task ($4,000 in total)</strong></p>
<ul class="news-list">
<li><em>1st</em> place for each task: $1,000</li>
<li><em>2nd</em> place for each task: $600</li>
<li><em>3rd</em> place for each task: $400</li>
</ul>
<p><strong>Publication</strong></p>
<p>The top teams will be invited to give oral presentations at the MICCAI DALI workshop as well as the
MICCAI2025 Satellite
Event. Besides, the top-performing teams will be invited to co-author the challenge paper, which
will be submitted to a
Top journal (MedIA/TMI).</p> -->
</div>
<!-- Cash awards -->
<div class="evaluate-content">
<div class="metric-name">Cash awards for each task ($4,000 in total)</div>
<ul class="news-list">
<li><em>1st</em> place for each task: $1,000</li>
<li><em>2nd</em> place for each task: $600</li>
<li><em>3rd</em> place for each task: $400</li>
</ul>
</div>
<!-- Publication -->
<div class="evaluate-content">
<div class="metric-name">Publication</div>
<p class="metric-description">
The top teams will be invited to give oral presentations at the MICCAI DALI workshop as well as the
MICCAI2025 Satellite Event. Besides, the top-performing teams will be invited to co-author the
challenge paper, which will be submitted to a Top journal (MedIA/TMI).
</p>
</div>
</section>
</main>
</body>
</html>