fdaudens HF staff commited on
Commit
7b50bd0
Β·
verified Β·
1 Parent(s): 695e204

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -271,9 +271,12 @@
271
  </div>
272
  `,
273
  12: `
274
- <h2>Day 12</h2>
275
- <p>Wondering what tomorrow’s visualization will be? Like the space to get notified when we reveal it πŸ€—</p>
276
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
277
  `,
278
  13: `
279
  <h2>Day 13</h2>
@@ -355,7 +358,8 @@
355
  8: "πŸ“ˆ<br>Average daily downloads",
356
  9: "πŸŽ„<br>NeurIPS Noel",
357
  10: "πŸŽ‚<br>The Great AI Bake-Off",
358
- 11: "πŸ“„<br>Top upvoted papers on the Hub"
 
359
  // Add more custom labels as needed
360
  // 3: "Custom Text",
361
  // 4: "Another Label",
@@ -391,7 +395,7 @@
391
 
392
  // Handle card clicks
393
  const cards = document.querySelectorAll('.card');
394
- const activeDays = [1,2,3,4,5,6,7,8,9,10,11]; // Add the day numbers you want to highlight
395
 
396
  cards.forEach(card => {
397
  const day = parseInt(card.dataset.day);
 
271
  </div>
272
  `,
273
  12: `
274
+ <h2>US & China dominating AI research</h2>
275
+ <p>This year's NeurIPS papers mapped to interesting domains with author affiliations grouped into US, Chinese, European and the rest of the world</p>
276
+ <div class="responsive-iframe-container">
277
+ <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>
278
+ <iframe src="https://aiworld.eu/embed/sankey" allowfullscreen></iframe>
279
+ </div>
280
  `,
281
  13: `
282
  <h2>Day 13</h2>
 
358
  8: "πŸ“ˆ<br>Average daily downloads",
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
 
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);