fdaudens HF staff commited on
Commit
702f012
·
verified ·
1 Parent(s): 1fe2155

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -6
index.html CHANGED
@@ -300,12 +300,16 @@
300
  <div class="responsive-iframe-container">
301
  <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>
302
  <iframe src="https://aiworld.eu/embed/datasets_wheel" allowfullscreen></iframe>
303
- </div> `,
 
304
  16: `
305
- <h2>Day 16</h2>
306
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
307
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
308
- `,
 
 
 
309
  17: `
310
  <h2>Day 17</h2>
311
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
@@ -371,6 +375,7 @@
371
  13: "🎓<br>The NeurIPS Class of 2024",
372
  14: "👑<br>Machine Vision's Reign",
373
  15: "🔓<br>The Economic Case for Open-Source AI"
 
374
  // Add more custom labels as needed
375
  // 3: "Custom Text",
376
  // 4: "Another Label",
@@ -406,7 +411,7 @@
406
 
407
  // Handle card clicks
408
  const cards = document.querySelectorAll('.card');
409
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]; // Add the day numbers you want to highlight
410
 
411
  cards.forEach(card => {
412
  const day = parseInt(card.dataset.day);
 
300
  <div class="responsive-iframe-container">
301
  <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>
302
  <iframe src="https://aiworld.eu/embed/datasets_wheel" allowfullscreen></iframe>
303
+ </div>
304
+ `,
305
  16: `
306
+ <h2>The Dataset Boom: How Different AI Fields Grow on Hugging Face</h2>
307
+ <p>Watch the explosive growth of datasets across categories, with Reinforcement Learning and Robotics showing remarkable acceleration. <em>Note: Some datasets appear in multiple categories.</em></p>
308
+ <div class="responsive-iframe-container">
309
+ <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>
310
+ <iframe src="https://aiworld.eu/embed/api/data/stacked" allowfullscreen></iframe>
311
+ </div>
312
+ `,
313
  17: `
314
  <h2>Day 17</h2>
315
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
 
375
  13: "🎓<br>The NeurIPS Class of 2024",
376
  14: "👑<br>Machine Vision's Reign",
377
  15: "🔓<br>The Economic Case for Open-Source AI"
378
+ 16: "💣<br>The Dataset Boom"
379
  // Add more custom labels as needed
380
  // 3: "Custom Text",
381
  // 4: "Another Label",
 
411
 
412
  // Handle card clicks
413
  const cards = document.querySelectorAll('.card');
414
+ const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]; // Add the day numbers you want to highlight
415
 
416
  cards.forEach(card => {
417
  const day = parseInt(card.dataset.day);