Spaces:
Running
Running
Commit
Β·
b30f8ed
1
Parent(s):
676b34b
Update website
Browse files- index.html +27 -30
index.html
CHANGED
@@ -40,31 +40,6 @@
|
|
40 |
<a href="#submit" class="button is-link is-normal is-rounded is-dark">
|
41 |
Submit Your Idea
|
42 |
</a>
|
43 |
-
|
44 |
-
<a href="https://arxiv.org/abs/2504.11171" target="_blank"
|
45 |
-
class="external-link button is-normal is-rounded is-dark">
|
46 |
-
<span class="icon">
|
47 |
-
<i class="ai ai-arxiv"></i>
|
48 |
-
</span>
|
49 |
-
<span>arXiv</span>
|
50 |
-
</a>
|
51 |
-
|
52 |
-
<a href="https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base" target="_blank"
|
53 |
-
class="external-link button is-normal is-rounded is-dark">
|
54 |
-
<span class="icon">
|
55 |
-
<i class="fab fa-github"></i>
|
56 |
-
</span>
|
57 |
-
<span>Model</span>
|
58 |
-
</a>
|
59 |
-
|
60 |
-
<a href="https://github.com/IBM/terramind" target="_blank"
|
61 |
-
class="external-link button is-normal is-rounded is-dark">
|
62 |
-
<span class="icon">
|
63 |
-
<i class="fab fa-github"></i>
|
64 |
-
</span>
|
65 |
-
<span>Examples</span>
|
66 |
-
</a>
|
67 |
-
|
68 |
</div>
|
69 |
</div>
|
70 |
</section>
|
@@ -198,6 +173,10 @@
|
|
198 |
|
199 |
<!-- βββββββββ SPARK & FAQ βββββββββ -->
|
200 |
<section class="section alt-bg full-bleed">
|
|
|
|
|
|
|
|
|
201 |
<div class="container is-max-desktop">
|
202 |
<h2 class="title is-5">Need a spark?</h2>
|
203 |
<p class="content">
|
@@ -207,13 +186,31 @@
|
|
207 |
</p>
|
208 |
|
209 |
<h2 class="title is-5 mt-6">Have a question?</h2>
|
210 |
-
|
211 |
-
|
|
|
|
|
212 |
</p>
|
213 |
-
|
214 |
-
<p class="content
|
215 |
-
<strong>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
</p>
|
|
|
217 |
</div>
|
218 |
</section>
|
219 |
|
|
|
40 |
<a href="#submit" class="button is-link is-normal is-rounded is-dark">
|
41 |
Submit Your Idea
|
42 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
</div>
|
44 |
</div>
|
45 |
</section>
|
|
|
173 |
|
174 |
<!-- βββββββββ SPARK & FAQ βββββββββ -->
|
175 |
<section class="section alt-bg full-bleed">
|
176 |
+
<p class="content has-text-centered">
|
177 |
+
<strong>Ready? Share your breakthrough and claim the next TerraMind Blue-Sky Award!</strong>
|
178 |
+
</p>
|
179 |
+
|
180 |
<div class="container is-max-desktop">
|
181 |
<h2 class="title is-5">Need a spark?</h2>
|
182 |
<p class="content">
|
|
|
186 |
</p>
|
187 |
|
188 |
<h2 class="title is-5 mt-6">Have a question?</h2>
|
189 |
+
|
190 |
+
<p class="content">
|
191 |
+
<strong>Where do I find more information on TerraMind?</strong>
|
192 |
+
We provide details in our <a href="https://arxiv.org/abs/2504.11171" target="_blank">pre-print</a> and the model is available on <a href="https://huggingface.co/ibm-esa-geospatial/TerraMind-1.0-base" target="_blank">Hugging Face</a>.
|
193 |
</p>
|
194 |
+
|
195 |
+
<p class="content">
|
196 |
+
<strong>Can I submit more than one idea?</strong>
|
197 |
+
Yesβsubmit as many innovations as you like, but remember that each team or individual can only win one round.
|
198 |
+
</p>
|
199 |
+
|
200 |
+
<p class="content">
|
201 |
+
<strong>Do I have to open-source my code and data?</strong>
|
202 |
+
Yes and no. It's not mandatory, but we value it in the spirit of open science and reproducibility during the evaluation.
|
203 |
+
</p>
|
204 |
+
|
205 |
+
<p class="content">
|
206 |
+
<strong>Can I reuse work already published elsewhere?</strong>
|
207 |
+
Yes, you should even link to the published work in your post.
|
208 |
+
</p>
|
209 |
+
|
210 |
+
<p class="content">
|
211 |
+
<strong>Something unclear?</strong> Open a new discussion titled <code>[Question] topic</code> in the Community tab.
|
212 |
</p>
|
213 |
+
<br>
|
214 |
</div>
|
215 |
</section>
|
216 |
|