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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -6
index.html CHANGED
@@ -295,10 +295,12 @@
295
  </div>
296
  `,
297
  15: `
298
- <h2>Day 15</h2>
299
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
300
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
301
- `,
 
 
302
  16: `
303
  <h2>Day 16</h2>
304
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
@@ -367,7 +369,8 @@
367
  11: "📄<br>Top upvoted papers on the Hub",
368
  12: "🌏<br>US & China dominating AI research",
369
  13: "🎓<br>The NeurIPS Class of 2024",
370
- 14: "👑<br>Machine Vision's Reign"
 
371
  // Add more custom labels as needed
372
  // 3: "Custom Text",
373
  // 4: "Another Label",
@@ -403,7 +406,7 @@
403
 
404
  // Handle card clicks
405
  const cards = document.querySelectorAll('.card');
406
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14]; // Add the day numbers you want to highlight
407
 
408
  cards.forEach(card => {
409
  const day = parseInt(card.dataset.day);
 
295
  </div>
296
  `,
297
  15: `
298
+ <h2>The Economic Case for Open-Source AI</h2>
299
+ <p>Leading economists highlight key aspects of open-source AI, from innovation drivers to regulatory considerations, in <a href="https://open.mozilla.org/economists/" target="_blank">a joint statement published by the Mozilla Foundation</a> supporting open-source's critical role in technological progress.</p>
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>
 
369
  11: "📄<br>Top upvoted papers on the Hub",
370
  12: "🌏<br>US & China dominating AI research",
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
 
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);