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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -6
index.html CHANGED
@@ -287,10 +287,13 @@
287
  </div>
288
  `,
289
  14: `
290
- <h2>Day 14</h2>
291
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
292
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
293
- `,
 
 
 
294
  15: `
295
  <h2>Day 15</h2>
296
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
@@ -363,7 +366,8 @@
363
  10: "🎂<br>The Great AI Bake-Off",
364
  11: "📄<br>Top upvoted papers on the Hub",
365
  12: "🌏<br>US & China dominating AI research",
366
- 13: "🎓<br>The NeurIPS Class of 2024"
 
367
  // Add more custom labels as needed
368
  // 3: "Custom Text",
369
  // 4: "Another Label",
@@ -399,7 +403,7 @@
399
 
400
  // Handle card clicks
401
  const cards = document.querySelectorAll('.card');
402
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13]; // Add the day numbers you want to highlight
403
 
404
  cards.forEach(card => {
405
  const day = parseInt(card.dataset.day);
 
287
  </div>
288
  `,
289
  14: `
290
+ <h2>Machine Vision's Reign: Top Research Topics at NeurIPS 2022-2024</h2>
291
+ <p>Explore how research priorities have evolved at NeurIPS, with rankings of top categories by number of papers for each year.</p>
292
+ <div class="responsive-iframe-container">
293
+ <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>
294
+ <iframe src="https://aiworld.eu/embed/ranking_of_primary_areas" allowfullscreen></iframe>
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>
 
366
  10: "🎂<br>The Great AI Bake-Off",
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
 
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);