fdaudens HF staff commited on
Commit
a5a2b99
·
verified ·
1 Parent(s): 76139e9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -335,9 +335,12 @@
335
  </div>
336
  `,
337
  20: `
338
- <h2>Day 20</h2>
339
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
340
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
341
  `,
342
  21: `
343
  <h2>Day 21</h2>
@@ -387,7 +390,8 @@
387
  16: "💣<br>The Dataset Boom",
388
  17: "⚖️<br>Permission Granted",
389
  18: "⭐️<br>Dataset Darlings",
390
- 19: "🎯<br>Closing the Gap"
 
391
  // Add more custom labels as needed
392
  // 3: "Custom Text",
393
  // 4: "Another Label",
@@ -423,7 +427,7 @@
423
 
424
  // Handle card clicks
425
  const cards = document.querySelectorAll('.card');
426
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]; // Add the day numbers you want to highlight
427
 
428
  cards.forEach(card => {
429
  const day = parseInt(card.dataset.day);
 
335
  </div>
336
  `,
337
  20: `
338
+ <h2>Babel in the Machine: Language Distribution across Hugging Face Datasets</h2>
339
+ <p>A treemap visualization showing the percentage distribution of languages in datasets available on the Hugging Face Hub, color-coded by language families.</p>
340
+ <div class="responsive-iframe-container">
341
+ <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>
342
+ <iframe src="https://aiworld.eu/embed/api/languages/treemap-datasets" allowfullscreen></iframe>
343
+ </div>
344
  `,
345
  21: `
346
  <h2>Day 21</h2>
 
390
  16: "💣<br>The Dataset Boom",
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
 
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);