fdaudens HF staff commited on
Commit
ca00dd6
Β·
verified Β·
1 Parent(s): 492a0b2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -279,9 +279,12 @@
279
  </div>
280
  `,
281
  13: `
282
- <h2>Day 13</h2>
283
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it πŸ€—</p>
284
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
285
  `,
286
  14: `
287
  <h2>Day 14</h2>
@@ -359,7 +362,8 @@
359
  9: "πŸŽ„<br>NeurIPS Noel",
360
  10: "πŸŽ‚<br>The Great AI Bake-Off",
361
  11: "πŸ“„<br>Top upvoted papers on the Hub",
362
- 12: "🌏<br>US & China dominating AI research"
 
363
  // Add more custom labels as needed
364
  // 3: "Custom Text",
365
  // 4: "Another Label",
@@ -395,7 +399,7 @@
395
 
396
  // Handle card clicks
397
  const cards = document.querySelectorAll('.card');
398
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12]; // Add the day numbers you want to highlight
399
 
400
  cards.forEach(card => {
401
  const day = parseInt(card.dataset.day);
 
279
  </div>
280
  `,
281
  13: `
282
+ <h2>The NeurIPS Class of 2024: Leading Research Institutions</h2>
283
+ <p>Explore which institutions are leading AI research through their contributions to NeurIPS 2024, by region</p>
284
+ <div class="responsive-iframe-container">
285
+ <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>
286
+ <iframe src="https://aiworld.eu/embed/top_100_orgs_spotlight_oral" allowfullscreen></iframe>
287
+ </div>
288
  `,
289
  14: `
290
  <h2>Day 14</h2>
 
362
  9: "πŸŽ„<br>NeurIPS Noel",
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
 
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);