Skip to content

Commit 167324b

Browse files
committed
Add faq
1 parent 72aebb2 commit 167324b

1 file changed

Lines changed: 37 additions & 21 deletions

File tree

index.html

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -604,29 +604,46 @@ <h3 class="text-xl font-semibold text-gray-800 mb-4">Scientific Committee</h3>
604604
</div>
605605
</section>
606606

607-
<section class="max-w-4xl mx-auto text-left px-4 mt-10">
608-
<h2 class="text-2xl font-bold mb-6 text-gray-900">News</h2>
609-
<div class="bg-white p-6 rounded-lg shadow-md text-black">
610-
<div class="mb-6 pb-6 border-b border-gray-200">
611-
<h3 class="text-xl font-semibold">Signup is Now Open</h3>
612-
<p class="text-sm text-gray-700">April 20, 2026</p>
613-
<p class="mt-2">
614-
Registration for FOMO26 is now open! <a href="/signup" class="text-indigo-600 hover:underline">Sign up</a> to participate and get access to the pretraining dataset and finetuning data.
615-
</p>
616-
</div>
617-
<div>
618-
<h3 class="text-xl font-semibold">Announcing FOMO26</h3>
619-
<p class="text-sm text-gray-700">April 3, 2026</p>
620-
<p class="mt-2">
621-
We are excited to announce FOMO26, the Foundation Model Challenge for Brain MRI at MICCAI 2026. Full
622-
documentation and registration details will be published soon.
623-
</p>
624-
</div>
607+
<section class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md">
608+
<h2 class="text-2xl font-bold mb-6">News</h2>
609+
<div class="mb-6 pb-6 border-b border-gray-200">
610+
<h3 class="text-xl font-semibold">Signup is Now Open</h3>
611+
<p class="text-sm text-gray-700">April 20, 2026</p>
612+
<p class="mt-2">
613+
Registration for FOMO26 is now open! <a href="/signup" class="text-indigo-600 hover:underline">Sign up</a> to participate and get access to the pretraining dataset and finetuning data.
614+
</p>
615+
</div>
616+
<div>
617+
<h3 class="text-xl font-semibold">Announcing FOMO26</h3>
618+
<p class="text-sm text-gray-700">April 3, 2026</p>
619+
<p class="mt-2">
620+
We are excited to announce FOMO26, the Foundation Model Challenge for Brain MRI at MICCAI 2026. Full
621+
documentation and registration details will be published soon.
622+
</p>
623+
</div>
624+
</section>
625+
626+
<section id="faq" class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md">
627+
<h2 class="text-2xl font-bold mb-8">FAQ</h2>
628+
<div class="space-y-3">
629+
<details class="border border-gray-200 rounded-lg">
630+
<summary class="cursor-pointer px-5 py-4 text-lg font-semibold text-gray-900 select-none list-none flex justify-between items-center">
631+
How will you process my models?
632+
<span class="text-gray-400 text-xl leading-none">+</span>
633+
</summary>
634+
<p class="px-5 pb-4 text-gray-700">Models will only be used for purposes of the challenge and subsequently deleted. The challenge organizers are able to sign confidentiality agreements when necessary. Please contact us for more info.</p>
635+
</details>
636+
<details class="border border-gray-200 rounded-lg">
637+
<summary class="cursor-pointer px-5 py-4 text-lg font-semibold text-gray-900 select-none list-none flex justify-between items-center">
638+
Am I required to make my code publicly available?
639+
<span class="text-gray-400 text-xl leading-none">+</span>
640+
</summary>
641+
<p class="px-5 pb-4 text-gray-700">Publishing code is not mandatory. However, participants must provide sufficient methodological detail in their submission to allow reproducibility if they wish to be included in the follow-up publication. We of course highly encourage all participants to publish their code.</p>
642+
</details>
625643
</div>
626644
</section>
627645

628-
<section class="max-w-4xl mx-auto px-4 mt-10">
629-
<div class="bg-white rounded-lg shadow-md p-10 text-center">
646+
<section class="bg-white text-gray-900 max-w-4xl mx-auto px-8 py-12 my-8 rounded-lg shadow-md text-center">
630647
<h2 class="text-3xl font-bold mb-6 text-gray-900">Join the Challenge</h2>
631648
<p class="text-gray-700 mb-6">
632649
Interested in participating, sponsoring, or collaborating? Sign up now to get notified and secure your spot.
@@ -636,7 +653,6 @@ <h2 class="text-3xl font-bold mb-6 text-gray-900">Join the Challenge</h2>
636653
Sign Up for FOMO26
637654
</a>
638655
<p class="text-gray-500 mt-6">Or contact us at <a href="mailto:fomo26@di.ku.dk" class="text-pink-600 hover:underline">fomo26@di.ku.dk</a></p>
639-
</div>
640656
</section>
641657
</main>
642658

0 commit comments

Comments
 (0)