Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
|
@@ -279,9 +279,12 @@
|
|
| 279 |
</div>
|
| 280 |
`,
|
| 281 |
13: `
|
| 282 |
-
<h2>
|
| 283 |
-
<p>
|
| 284 |
-
<
|
|
|
|
|
|
|
|
|
|
| 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);
|