fdaudens HF staff commited on
Commit
1a53677
1 Parent(s): e9e0609

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -6
index.html CHANGED
@@ -246,10 +246,12 @@
246
  </div>
247
  `,
248
  9: `
249
- <h2>Day 9</h2>
250
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
251
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
252
- `,
 
 
253
  10: `
254
  <h2>Day 10</h2>
255
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
@@ -342,7 +344,8 @@
342
  5: "🤗<br>What your likes say about you?",
343
  6: "🏷️<br>Tasks on tasks on tasks",
344
  7: "🌍<br>Global top 500 model creators",
345
- 8: "📈<br>Average daily downloads"
 
346
  // Add more custom labels as needed
347
  // 3: "Custom Text",
348
  // 4: "Another Label",
@@ -378,7 +381,7 @@
378
 
379
  // Handle card clicks
380
  const cards = document.querySelectorAll('.card');
381
- const activeDays = [1,2,3,4,5,6,7,8]; // Add the day numbers you want to highlight
382
 
383
  cards.forEach(card => {
384
  const day = parseInt(card.dataset.day);
 
246
  </div>
247
  `,
248
  9: `
249
+ <h2>NeurIPS Noel: Unwrapping the Keywords of AI's Holiday Spirit</h2>
250
+ <p>Analyzing keywords from 4,495 papers accepted at NeurIPS 2024 and how the top 40 words co-occur within the same papers.</p>
251
+ <div class="responsive-iframe-container">
252
+ <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>
253
+ <iframe src="https://aiworld.eu/embed/model/model/keywords-neurips" allowfullscreen></iframe>
254
+ </div> `,
255
  10: `
256
  <h2>Day 10</h2>
257
  <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it 🤗</p>
 
344
  5: "🤗<br>What your likes say about you?",
345
  6: "🏷️<br>Tasks on tasks on tasks",
346
  7: "🌍<br>Global top 500 model creators",
347
+ 8: "📈<br>Average daily downloads",
348
+ 9: "🎄<br>NeurIPS Noel",
349
  // Add more custom labels as needed
350
  // 3: "Custom Text",
351
  // 4: "Another Label",
 
381
 
382
  // Handle card clicks
383
  const cards = document.querySelectorAll('.card');
384
+ const activeDays = [1,2,3,4,5,6,7,8,9]; // Add the day numbers you want to highlight
385
 
386
  cards.forEach(card => {
387
  const day = parseInt(card.dataset.day);