fdaudens HF staff commited on
Commit
8707601
โ€ข
1 Parent(s): 1a53677

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -5
index.html CHANGED
@@ -251,11 +251,15 @@
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>
258
- <img src="/images/day3-teaser.png" style="width: 100%; margin: 20px 0;">
 
 
 
259
  `,
260
  11: `
261
  <h2>Day 11</h2>
@@ -346,6 +350,7 @@
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,7 +386,7 @@
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);
 
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
+ `,
256
  10: `
257
+ <h2>The Great AI Bake-Off: Which Field is Rising?</h2>
258
+ <p>This stack chart shows the evolution of Hugging Face Papers and weekly cumulative likes</p>
259
+ <div class="responsive-iframe-container">
260
+ <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>
261
+ <iframe src="https://aiworld.eu/embed/api/paper/hf_papers_stacked" allowfullscreen></iframe>
262
+ </div>
263
  `,
264
  11: `
265
  <h2>Day 11</h2>
 
350
  7: "๐ŸŒ<br>Global top 500 model creators",
351
  8: "๐Ÿ“ˆ<br>Average daily downloads",
352
  9: "๐ŸŽ„<br>NeurIPS Noel",
353
+ 10: "๐ŸŽ‚<br>The Great AI Bake-Off",
354
  // Add more custom labels as needed
355
  // 3: "Custom Text",
356
  // 4: "Another Label",
 
386
 
387
  // Handle card clicks
388
  const cards = document.querySelectorAll('.card');
389
+ const activeDays = [1,2,3,4,5,6,7,8,9,10]; // Add the day numbers you want to highlight
390
 
391
  cards.forEach(card => {
392
  const day = parseInt(card.dataset.day);