Update index.html
Browse files- index.html +10 -5
index.html
CHANGED
|
@@ -251,11 +251,15 @@
|
|
| 251 |
<div class="responsive-iframe-container">
|
| 252 |
<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>
|
| 253 |
<iframe src="https://aiworld.eu/embed/model/model/keywords-neurips" allowfullscreen></iframe>
|
| 254 |
-
</div>
|
|
|
|
| 255 |
10: `
|
| 256 |
-
<h2>
|
| 257 |
-
<p>
|
| 258 |
-
<
|
|
|
|
|
|
|
|
|
|
| 259 |
`,
|
| 260 |
11: `
|
| 261 |
<h2>Day 11</h2>
|
|
@@ -346,6 +350,7 @@
|
|
| 346 |
7: "🌍<br>Global top 500 model creators",
|
| 347 |
8: "📈<br>Average daily downloads",
|
| 348 |
9: "🎄<br>NeurIPS Noel",
|
|
|
|
| 349 |
// Add more custom labels as needed
|
| 350 |
// 3: "Custom Text",
|
| 351 |
// 4: "Another Label",
|
|
@@ -381,7 +386,7 @@
|
|
| 381 |
|
| 382 |
// Handle card clicks
|
| 383 |
const cards = document.querySelectorAll('.card');
|
| 384 |
-
const activeDays = [1,2,3,4,5,6,7,8,9]; // Add the day numbers you want to highlight
|
| 385 |
|
| 386 |
cards.forEach(card => {
|
| 387 |
const day = parseInt(card.dataset.day);
|
|
|
|
| 251 |
<div class="responsive-iframe-container">
|
| 252 |
<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>
|
| 253 |
<iframe src="https://aiworld.eu/embed/model/model/keywords-neurips" allowfullscreen></iframe>
|
| 254 |
+
</div>
|
| 255 |
+
`,
|
| 256 |
10: `
|
| 257 |
+
<h2>The Great AI Bake-Off: Which Field is Rising?</h2>
|
| 258 |
+
<p>This stack chart shows the evolution of Hugging Face Papers and weekly cumulative likes</p>
|
| 259 |
+
<div class="responsive-iframe-container">
|
| 260 |
+
<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>
|
| 261 |
+
<iframe src="https://aiworld.eu/embed/api/paper/hf_papers_stacked" allowfullscreen></iframe>
|
| 262 |
+
</div>
|
| 263 |
`,
|
| 264 |
11: `
|
| 265 |
<h2>Day 11</h2>
|
|
|
|
| 350 |
7: "🌍<br>Global top 500 model creators",
|
| 351 |
8: "📈<br>Average daily downloads",
|
| 352 |
9: "🎄<br>NeurIPS Noel",
|
| 353 |
+
10: "🎂<br>The Great AI Bake-Off",
|
| 354 |
// Add more custom labels as needed
|
| 355 |
// 3: "Custom Text",
|
| 356 |
// 4: "Another Label",
|
|
|
|
| 386 |
|
| 387 |
// Handle card clicks
|
| 388 |
const cards = document.querySelectorAll('.card');
|
| 389 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10]; // Add the day numbers you want to highlight
|
| 390 |
|
| 391 |
cards.forEach(card => {
|
| 392 |
const day = parseInt(card.dataset.day);
|