Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
|
@@ -359,9 +359,12 @@
|
|
| 359 |
</div>
|
| 360 |
`,
|
| 361 |
23: `
|
| 362 |
-
<h2>
|
| 363 |
-
<p>
|
| 364 |
-
<
|
|
|
|
|
|
|
|
|
|
| 365 |
`,
|
| 366 |
24: `
|
| 367 |
<h2>Day 24</h2>
|
|
@@ -399,7 +402,8 @@
|
|
| 399 |
19: "🎯<br>Closing the Gap",
|
| 400 |
20: "📚<br>Babel in the Machine",
|
| 401 |
21: "🔄<br>The Circle of Sharing",
|
| 402 |
-
22: "⭐<br>December Stars"
|
|
|
|
| 403 |
// Add more custom labels as needed
|
| 404 |
// 3: "Custom Text",
|
| 405 |
// 4: "Another Label",
|
|
@@ -435,7 +439,7 @@
|
|
| 435 |
|
| 436 |
// Handle card clicks
|
| 437 |
const cards = document.querySelectorAll('.card');
|
| 438 |
-
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]; // Add the day numbers you want to highlight
|
| 439 |
|
| 440 |
cards.forEach(card => {
|
| 441 |
const day = parseInt(card.dataset.day);
|
|
|
|
| 359 |
</div>
|
| 360 |
`,
|
| 361 |
23: `
|
| 362 |
+
<h2>Mapping AI's Languages of Models & Datasets</h2>
|
| 363 |
+
<p>Distribution of AI content across languages on the Hub, showing both models (blue) and datasets (yellow) per language. English leads with over 7.5K models, followed by French and Chinese content.</p>
|
| 364 |
+
<div class="responsive-iframe-container">
|
| 365 |
+
<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>
|
| 366 |
+
<iframe src="https://aiworld.eu/embed/api/languages/diverging-bar-chart" allowfullscreen></iframe>
|
| 367 |
+
</div>
|
| 368 |
`,
|
| 369 |
24: `
|
| 370 |
<h2>Day 24</h2>
|
|
|
|
| 402 |
19: "🎯<br>Closing the Gap",
|
| 403 |
20: "📚<br>Babel in the Machine",
|
| 404 |
21: "🔄<br>The Circle of Sharing",
|
| 405 |
+
22: "⭐<br>December Stars",
|
| 406 |
+
23: "🌍<br>Mapping AI's Languages"
|
| 407 |
// Add more custom labels as needed
|
| 408 |
// 3: "Custom Text",
|
| 409 |
// 4: "Another Label",
|
|
|
|
| 439 |
|
| 440 |
// Handle card clicks
|
| 441 |
const cards = document.querySelectorAll('.card');
|
| 442 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]; // Add the day numbers you want to highlight
|
| 443 |
|
| 444 |
cards.forEach(card => {
|
| 445 |
const day = parseInt(card.dataset.day);
|