Update index.html
Browse files- index.html +9 -5
index.html
CHANGED
@@ -311,9 +311,12 @@
|
|
311 |
</div>
|
312 |
`,
|
313 |
17: `
|
314 |
-
<h2>
|
315 |
-
<p>
|
316 |
-
<
|
|
|
|
|
|
|
317 |
`,
|
318 |
18: `
|
319 |
<h2>Day 18</h2>
|
@@ -375,7 +378,8 @@
|
|
375 |
13: "🎓<br>The NeurIPS Class of 2024",
|
376 |
14: "👑<br>Machine Vision's Reign",
|
377 |
15: "🔓<br>The Economic Case for Open-Source AI",
|
378 |
-
16: "💣<br>The Dataset Boom"
|
|
|
379 |
// Add more custom labels as needed
|
380 |
// 3: "Custom Text",
|
381 |
// 4: "Another Label",
|
@@ -411,7 +415,7 @@
|
|
411 |
|
412 |
// Handle card clicks
|
413 |
const cards = document.querySelectorAll('.card');
|
414 |
-
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]; // Add the day numbers you want to highlight
|
415 |
|
416 |
cards.forEach(card => {
|
417 |
const day = parseInt(card.dataset.day);
|
|
|
311 |
</div>
|
312 |
`,
|
313 |
17: `
|
314 |
+
<h2>Permission Granted: most used licenses across the Hub</h2>
|
315 |
+
<p>Of the models that specify a license on the Hub, nearly 60% use permissive open-source licenses like Apache and MIT. Licenses are a crucial tool for giving developers flexible control over how their AI models are shared and used.</p>
|
316 |
+
<div class="responsive-iframe-container">
|
317 |
+
<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>
|
318 |
+
<iframe src="https://aiworld.eu/embed/api/model/license/treemap" allowfullscreen></iframe>
|
319 |
+
</div>
|
320 |
`,
|
321 |
18: `
|
322 |
<h2>Day 18</h2>
|
|
|
378 |
13: "🎓<br>The NeurIPS Class of 2024",
|
379 |
14: "👑<br>Machine Vision's Reign",
|
380 |
15: "🔓<br>The Economic Case for Open-Source AI",
|
381 |
+
16: "💣<br>The Dataset Boom",
|
382 |
+
17: "⚖️<br>Permission Granted"
|
383 |
// Add more custom labels as needed
|
384 |
// 3: "Custom Text",
|
385 |
// 4: "Another Label",
|
|
|
415 |
|
416 |
// Handle card clicks
|
417 |
const cards = document.querySelectorAll('.card');
|
418 |
+
const activeDays = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]; // Add the day numbers you want to highlight
|
419 |
|
420 |
cards.forEach(card => {
|
421 |
const day = parseInt(card.dataset.day);
|