chore: activates Card 10 (Robotics Story)
Browse files- index.html +16 -16
index.html
CHANGED
|
@@ -276,18 +276,18 @@
|
|
| 276 |
|
| 277 |
</div>
|
| 278 |
`
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
-
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
};
|
| 292 |
// Manual card links per day
|
| 293 |
function getCardLink(day) {
|
|
@@ -310,9 +310,9 @@
|
|
| 310 |
return "https://aiworld.eu/story/2025-has-been-the-most-eventful-year-for-open-source-ai";
|
| 311 |
case 9:
|
| 312 |
return "https://aiworld.eu/story/how-output-length-shapes-ais-energy-footprint-";
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
return "#"; // fallback for days not yet defined
|
| 317 |
}
|
| 318 |
}
|
|
@@ -326,7 +326,7 @@
|
|
| 326 |
7: "Top Downloaded Models",
|
| 327 |
8: "2025 Timeline",
|
| 328 |
9: "Energy Scores",
|
| 329 |
-
|
| 330 |
};
|
| 331 |
const logoMarkup = `
|
| 332 |
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
|
|
| 276 |
|
| 277 |
</div>
|
| 278 |
`
|
| 279 |
+
,
|
| 280 |
+
10: `
|
| 281 |
+
<h2>From the bottom to the top: Robotics datasets lead on Hugging Face</h2>
|
| 282 |
+
<p>Robotics, vision and multimodal models have been on the rise for the past years and so have the datasets for them. The graph above contains both a race chart of the amount of datasets per task category on Hugging Face, as well as a bump chart for comparing the ranking of these categories over time.<p>
|
| 283 |
+
Read the <a href="https://aiworld.eu/story/from-the-bottom-to-the-top-robotics-datasets-lead-on-hugging-face" target="_blank" rel="noopener noreferrer"><u>full story</u></a></p>
|
| 284 |
+
<em style="font-size: 0.8em;">💡Tip: Click the small square icon in the top right corner to access full screen view!</em></p>
|
| 285 |
+
<div class="responsive-iframe-container">
|
| 286 |
+
<button onclick="toggleBrowserFullscreen(this.parentElement)" style="position: absolute; top: 10px; right: 10px; z-index: 10; padding: 8px; background: rgba(0,0,0,0.6); color: white; border: none; border-radius: 4px; cursor: pointer;">⛶</button>
|
| 287 |
+
<iframe src="https://cepsai.github.io/aiworld/Story/Datasets/viz_anim.html" allowfullscreen></iframe>
|
| 288 |
+
|
| 289 |
+
</div>
|
| 290 |
+
`
|
| 291 |
};
|
| 292 |
// Manual card links per day
|
| 293 |
function getCardLink(day) {
|
|
|
|
| 310 |
return "https://aiworld.eu/story/2025-has-been-the-most-eventful-year-for-open-source-ai";
|
| 311 |
case 9:
|
| 312 |
return "https://aiworld.eu/story/how-output-length-shapes-ais-energy-footprint-";
|
| 313 |
+
case 10:
|
| 314 |
+
return "https://aiworld.eu/story/from-the-bottom-to-the-top-robotics-datasets-lead-on-hugging-face";
|
| 315 |
+
default:
|
| 316 |
return "#"; // fallback for days not yet defined
|
| 317 |
}
|
| 318 |
}
|
|
|
|
| 326 |
7: "Top Downloaded Models",
|
| 327 |
8: "2025 Timeline",
|
| 328 |
9: "Energy Scores",
|
| 329 |
+
10: "Datasets per Task"
|
| 330 |
};
|
| 331 |
const logoMarkup = `
|
| 332 |
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|