Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
@@ -271,9 +271,12 @@
|
|
271 |
</div>
|
272 |
`,
|
273 |
12: `
|
274 |
-
<h2>
|
275 |
-
<p>
|
276 |
-
<
|
|
|
|
|
|
|
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);
|