diff --git a/_layouts/default.html b/_layouts/default.html
index 7c3eed0..23bd658 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -680,6 +680,41 @@
max-width: none;
}
}
+
+ /* Add these styles for mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ max-height: 0;
+ overflow: hidden;
+ }
+
+ #mobile-menu.show {
+ max-height: 300px; /* Adjust this value based on your content */
+ }
+
+ /* Ensure the select is positioned over the icon but invisible */
+ #mobile-nav {
+ top: 0;
+ right: 0;
+ z-index: 2;
+ }
+
+ /* Mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+
+ #mobile-menu.show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ /* Add subtle border between menu items */
+ #mobile-menu a:not(:last-child) {
+ border-bottom: 1px solid rgba(156, 163, 175, 0.1);
+ }
@@ -689,44 +724,24 @@
{{ site.title }}
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -749,196 +764,12 @@ Navigation
diff --git a/_site/feed.xml b/_site/feed.xml
index 46d3435..8958b1a 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1 +1 @@
-Jekyll2024-12-02T13:48:48+08:00http://localhost:4000/single-cell-transformer-papers/feed.xmlTransformers in Single-Cell OmicsA curated collection of papers on transformers in single-cell analysis
\ No newline at end of file
+Jekyll2024-12-02T15:45:28+08:00http://localhost:4000/single-cell-transformer-papers/feed.xmlTransformers in Single-Cell OmicsA curated collection of papers on transformers in single-cell analysis
\ No newline at end of file
diff --git a/_site/index.html b/_site/index.html
index 3423e36..ef077ff 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -680,6 +680,41 @@
max-width: none;
}
}
+
+ /* Add these styles for mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ max-height: 0;
+ overflow: hidden;
+ }
+
+ #mobile-menu.show {
+ max-height: 300px; /* Adjust this value based on your content */
+ }
+
+ /* Ensure the select is positioned over the icon but invisible */
+ #mobile-nav {
+ top: 0;
+ right: 0;
+ z-index: 2;
+ }
+
+ /* Mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+
+ #mobile-menu.show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ /* Add subtle border between menu items */
+ #mobile-menu a:not(:last-child) {
+ border-bottom: 1px solid rgba(156, 163, 175, 0.1);
+ }
@@ -689,44 +724,24 @@
Transformers in Single-Cell Omics
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -802,196 +817,12 @@ Citing this work
diff --git a/_site/single-cell-transformers.html b/_site/single-cell-transformers.html
index 8b8db1a..aef1b47 100644
--- a/_site/single-cell-transformers.html
+++ b/_site/single-cell-transformers.html
@@ -680,6 +680,41 @@
max-width: none;
}
}
+
+ /* Add these styles for mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ max-height: 0;
+ overflow: hidden;
+ }
+
+ #mobile-menu.show {
+ max-height: 300px; /* Adjust this value based on your content */
+ }
+
+ /* Ensure the select is positioned over the icon but invisible */
+ #mobile-nav {
+ top: 0;
+ right: 0;
+ z-index: 2;
+ }
+
+ /* Mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+
+ #mobile-menu.show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ /* Add subtle border between menu items */
+ #mobile-menu a:not(:last-child) {
+ border-bottom: 1px solid rgba(156, 163, 175, 0.1);
+ }
@@ -689,44 +724,24 @@
Transformers in Single-Cell Omics
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -760,196 +775,12 @@ Navigation
diff --git a/_site/transformer-evaluation.html b/_site/transformer-evaluation.html
index 1640b81..7105b01 100644
--- a/_site/transformer-evaluation.html
+++ b/_site/transformer-evaluation.html
@@ -680,6 +680,41 @@
max-width: none;
}
}
+
+ /* Add these styles for mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ max-height: 0;
+ overflow: hidden;
+ }
+
+ #mobile-menu.show {
+ max-height: 300px; /* Adjust this value based on your content */
+ }
+
+ /* Ensure the select is positioned over the icon but invisible */
+ #mobile-nav {
+ top: 0;
+ right: 0;
+ z-index: 2;
+ }
+
+ /* Mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+
+ #mobile-menu.show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ /* Add subtle border between menu items */
+ #mobile-menu a:not(:last-child) {
+ border-bottom: 1px solid rgba(156, 163, 175, 0.1);
+ }
@@ -689,44 +724,24 @@
Transformers in Single-Cell Omics
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -760,196 +775,12 @@ Navigation
diff --git a/_site/transformer-llms.html b/_site/transformer-llms.html
index f7038ca..1cef92f 100644
--- a/_site/transformer-llms.html
+++ b/_site/transformer-llms.html
@@ -680,6 +680,41 @@
max-width: none;
}
}
+
+ /* Add these styles for mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ max-height: 0;
+ overflow: hidden;
+ }
+
+ #mobile-menu.show {
+ max-height: 300px; /* Adjust this value based on your content */
+ }
+
+ /* Ensure the select is positioned over the icon but invisible */
+ #mobile-nav {
+ top: 0;
+ right: 0;
+ z-index: 2;
+ }
+
+ /* Mobile menu animation */
+ #mobile-menu {
+ transition: all 0.3s ease-in-out;
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+
+ #mobile-menu.show {
+ opacity: 1;
+ transform: translateY(0);
+ }
+
+ /* Add subtle border between menu items */
+ #mobile-menu a:not(:last-child) {
+ border-bottom: 1px solid rgba(156, 163, 175, 0.1);
+ }
@@ -689,44 +724,24 @@
Transformers in Single-Cell Omics
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -760,196 +775,12 @@ Navigation