commit 79abb9167fb7df91900cd9da4edffe2e6067c0d6
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:15:34 +0000 Subject: updated body.html diff --git a/body.html b/body.html index 4811bcc..fcf998b 100644 --- a/body.html +++ b/body.html @@ -4,7 +4,7 @@ p <h1> KAN-Lab <p style="font-weight: normal; font-size: 12px"> - Exploring Dynamic Weights and Attention Mechanisms (Shenggang Li). + Exploring Dynamic Weights and Attention Mechanisms (Shenggang Li) </p> </h1> <div class="nav-links">
commit 325d1cb10f95ff5cf973818482cc0207f4c8d60f
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:15:21 +0000 Subject: updated body.html diff --git a/body.html b/body.html index 36916c9..4811bcc 100644 --- a/body.html +++ b/body.html @@ -3,7 +3,7 @@ p <nav> <h1> KAN-Lab - <p style="font-weight: normal"> + <p style="font-weight: normal; font-size: 12px"> Exploring Dynamic Weights and Attention Mechanisms (Shenggang Li). </p> </h1>
commit b1fd56b2fe0bebbac8b9c1fe661849f749e4ece2
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:14:35 +0000 Subject: updated body.html diff --git a/body.html b/body.html index 6ccde87..36916c9 100644 --- a/body.html +++ b/body.html @@ -4,7 +4,7 @@ p <h1> KAN-Lab <p style="font-weight: normal"> - Exploring Dynamic Weights and Attention Mechanisms. + Exploring Dynamic Weights and Attention Mechanisms (Shenggang Li). </p> </h1> <div class="nav-links">
commit aae38ba88fcb383eb530a3a4f80da115c899cb9f
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:13:22 +0000 Subject: updated body.html diff --git a/body.html b/body.html index 873943f..6ccde87 100644 --- a/body.html +++ b/body.html @@ -3,9 +3,8 @@ p <nav> <h1> KAN-Lab - <p> - Kolmogorov-Arnold Networks: Exploring Dynamic Weights and Attention - Mechanisms. + <p style="font-weight: normal"> + Exploring Dynamic Weights and Attention Mechanisms. </p> </h1> <div class="nav-links">
commit d4076db1b71982315890eb4556062e4c5d97c30b
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:12:29 +0000 Subject: updated body.html diff --git a/body.html b/body.html index f0124b7..873943f 100644 --- a/body.html +++ b/body.html @@ -1,6 +1,13 @@ +p <header> <nav> - <h1>KAN-Lab</h1> + <h1> + KAN-Lab + <p> + Kolmogorov-Arnold Networks: Exploring Dynamic Weights and Attention + Mechanisms. + </p> + </h1> <div class="nav-links"> <a href="#parameters">Parameters</a> <a href="#visualizations">Visualizations</a>
commit 1ba42a044549c05eb79f830b7dcc8e665f99329e
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:09:36 +0000 Subject: updated style.css diff --git a/style.css b/style.css index f8d343d..f9c0cfb 100644 --- a/style.css +++ b/style.css @@ -174,9 +174,7 @@ footer { top: 50%; transform: translateY(-50%); pointer-events: none; /* Ensure arrow doesn't interfere with clicks */ - color: var( - --accent-color - ); /* Make the arrow visible with a contrasting color */ + color: white; /* Make the arrow visible with a contrasting color */ font-size: 1rem; /* Adjust size of the arrow */ }
commit 44affa399dbbb75ef663baae08179fd4482c67e8
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:08:37 +0000 Subject: updated style.css diff --git a/style.css b/style.css index 772c481..f8d343d 100644 --- a/style.css +++ b/style.css @@ -155,38 +155,29 @@ footer { align-self: flex-end; margin-top: 2rem; } -#modelType { - width: 100%; /* Make the dropdown fill the available space */ - padding: 1rem; /* Add padding inside the dropdown */ - font-size: 1.1rem; /* Increase font size */ - border-radius: 6px; /* Add rounded corners */ - border: 1px solid var(--accent-color); /* Add a border matching your theme */ - background-color: var( - --card-bg - ); /* Match the dropdown background with your theme */ - color: var(--text-color); /* Match text color */ - appearance: none; /* Remove default dropdown styling (optional) */ -} - -#modelType option { - font-size: 1.1rem; /* Ensure options match the dropdown font size */ - padding: 0.5rem; /* Add padding inside options */ - background-color: var(--card-bg); /* Match option background with theme */ - color: var(--text-color); /* Match option text color */ -} - #modelType { position: relative; + appearance: none; /* Remove default styling */ + width: 100%; + padding: 1rem; + font-size: 1.1rem; + border-radius: 6px; + border: 1px solid var(--accent-color); + background-color: var(--card-bg); + color: var(--text-color); } #modelType::after { content: "▼"; /* Unicode for dropdown arrow */ position: absolute; - right: 1rem; + right: 1rem; /* Position arrow to the right */ top: 50%; transform: translateY(-50%); - pointer-events: none; /* Make the arrow unclickable */ - color: var(--text-color); /* Match arrow color with text */ + pointer-events: none; /* Ensure arrow doesn't interfere with clicks */ + color: var( + --accent-color + ); /* Make the arrow visible with a contrasting color */ + font-size: 1rem; /* Adjust size of the arrow */ } @media (max-width: 768px) {
commit 6a004fdfb47c16e14581bf0fcb4765387552c9a5
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:08:09 +0000 Subject: updated style.css diff --git a/style.css b/style.css index 095d0ba..772c481 100644 --- a/style.css +++ b/style.css @@ -175,6 +175,20 @@ footer { color: var(--text-color); /* Match option text color */ } +#modelType { + position: relative; +} + +#modelType::after { + content: "▼"; /* Unicode for dropdown arrow */ + position: absolute; + right: 1rem; + top: 50%; + transform: translateY(-50%); + pointer-events: none; /* Make the arrow unclickable */ + color: var(--text-color); /* Match arrow color with text */ +} + @media (max-width: 768px) { nav { flex-direction: column;
commit 54b440f485e5d040fcced6b71aecbf51872e252a
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:06:56 +0000 Subject: updated style.css diff --git a/style.css b/style.css index 0012e8f..095d0ba 100644 --- a/style.css +++ b/style.css @@ -155,6 +155,25 @@ footer { align-self: flex-end; margin-top: 2rem; } +#modelType { + width: 100%; /* Make the dropdown fill the available space */ + padding: 1rem; /* Add padding inside the dropdown */ + font-size: 1.1rem; /* Increase font size */ + border-radius: 6px; /* Add rounded corners */ + border: 1px solid var(--accent-color); /* Add a border matching your theme */ + background-color: var( + --card-bg + ); /* Match the dropdown background with your theme */ + color: var(--text-color); /* Match text color */ + appearance: none; /* Remove default dropdown styling (optional) */ +} + +#modelType option { + font-size: 1.1rem; /* Ensure options match the dropdown font size */ + padding: 0.5rem; /* Add padding inside options */ + background-color: var(--card-bg); /* Match option background with theme */ + color: var(--text-color); /* Match option text color */ +} @media (max-width: 768px) { nav {
commit aefbb75b9d84c68b0a2f8eb37de44a1d994c1fcb
Author: ffff:206.172.131.49 <ffff:206.172.131.49@hub.scroll.pub> Date: 2025-01-07 23:06:05 +0000 Subject: updated style.css diff --git a/style.css b/style.css index 366753d..0012e8f 100644 --- a/style.css +++ b/style.css @@ -146,6 +146,15 @@ footer { background: rgba(0, 0, 0, 0.2); margin-top: 4rem; } +#parameters { + display: flex; + flex-direction: column; +} + +#runExperiment { + align-self: flex-end; + margin-top: 2rem; +} @media (max-width: 768px) { nav {