fdaudens HF staff commited on
Commit
1788da0
·
verified ·
1 Parent(s): a5a2b99

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -343,9 +343,12 @@
343
  </div>
344
  `,
345
  21: `
346
- <h2>Day 21</h2>
347
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
348
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
349
  `,
350
  22: `
351
  <h2>Day 22</h2>
@@ -391,7 +394,8 @@
391
  17: "⚖️<br>Permission Granted",
392
  18: "⭐️<br>Dataset Darlings",
393
  19: "🎯<br>Closing the Gap",
394
- 20: "📚<br>Babel in the Machine"
 
395
  // Add more custom labels as needed
396
  // 3: "Custom Text",
397
  // 4: "Another Label",
@@ -427,7 +431,7 @@
427
 
428
  // Handle card clicks
429
  const cards = document.querySelectorAll('.card');
430
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]; // Add the day numbers you want to highlight
431
 
432
  cards.forEach(card => {
433
  const day = parseInt(card.dataset.day);
 
343
  </div>
344
  `,
345
  21: `
346
+ <h2>The Circle of Sharing: How Open Datasets Power AI Innovation</h2>
347
+ <p>A Sankey diagram illustrating the flow from top open-source datasets through AI organizations to their derivative models, showcasing the collaborative nature of AI development.</p>
348
+ <div class="responsive-iframe-container">
349
+ <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>
350
+ <iframe src="https://aiworld.eu/embed/sankey2" allowfullscreen></iframe>
351
+ </div>
352
  `,
353
  22: `
354
  <h2>Day 22</h2>
 
394
  17: "⚖️<br>Permission Granted",
395
  18: "⭐️<br>Dataset Darlings",
396
  19: "🎯<br>Closing the Gap",
397
+ 20: "📚<br>Babel in the Machine",
398
+ 21: "🔄<br>The Circle of Sharing"
399
  // Add more custom labels as needed
400
  // 3: "Custom Text",
401
  // 4: "Another Label",
 
431
 
432
  // Handle card clicks
433
  const cards = document.querySelectorAll('.card');
434
+ const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21]; // Add the day numbers you want to highlight
435
 
436
  cards.forEach(card => {
437
  const day = parseInt(card.dataset.day);