fdaudens HF staff commited on
Commit
3d9ff09
·
verified ·
1 Parent(s): c9eb589

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -319,9 +319,12 @@
319
  </div>
320
  `,
321
  18: `
322
- <h2>Day 18</h2>
323
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
324
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
325
  `,
326
  19: `
327
  <h2>Day 19</h2>
@@ -379,7 +382,8 @@
379
  14: "👑<br>Machine Vision's Reign",
380
  15: "🔓<br>The Economic Case for Open-Source AI",
381
  16: "💣<br>The Dataset Boom",
382
- 17: "⚖️<br>Permission Granted"
 
383
  // Add more custom labels as needed
384
  // 3: "Custom Text",
385
  // 4: "Another Label",
@@ -415,7 +419,7 @@
415
 
416
  // Handle card clicks
417
  const cards = document.querySelectorAll('.card');
418
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]; // Add the day numbers you want to highlight
419
 
420
  cards.forEach(card => {
421
  const day = parseInt(card.dataset.day);
 
319
  </div>
320
  `,
321
  18: `
322
+ <h2>Dataset Darlings: Most Liked Datasets of 2024</h2>
323
+ <p>From instruction-following and creative writing to scientific research and video understanding, explore the diverse datasets powering AI development. Note: Snapshot as of November 2024.</p>
324
+ <div class="responsive-iframe-container">
325
+ <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>
326
+ <iframe src="https://aiworld.eu/embed/datasets/wheels" allowfullscreen></iframe>
327
+ </div>
328
  `,
329
  19: `
330
  <h2>Day 19</h2>
 
382
  14: "👑<br>Machine Vision's Reign",
383
  15: "🔓<br>The Economic Case for Open-Source AI",
384
  16: "💣<br>The Dataset Boom",
385
+ 17: "⚖️<br>Permission Granted",
386
+ 18: "⭐️<br>Dataset Darlings"
387
  // Add more custom labels as needed
388
  // 3: "Custom Text",
389
  // 4: "Another Label",
 
419
 
420
  // Handle card clicks
421
  const cards = document.querySelectorAll('.card');
422
+ const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]; // Add the day numbers you want to highlight
423
 
424
  cards.forEach(card => {
425
  const day = parseInt(card.dataset.day);