+
+
+
-
-
- {% for image in homepic_files %}
-
-
-
- {% endfor %}
+
+
+
+
+
-
-
- Previous
-
-
-
- Next
-
+
+
-
-### Research
+# **Atlas Analytics Lab**
+---
Our lab primarily develops new deep learning and computer vision methods, with computational pathology serving as a key domain for grounding, validation, and downstream impact. Our research focuses on:
- **Deep Learning**: Representation Learning and Engineering, Efficient Training, Optimization
- **Computer Vision**: Self-Supervised Learning (SSL), Hardware-Aware Architecture Design
diff --git a/_sass/_gallery.scss b/_sass/_gallery.scss
index 187254c..ac84a56 100644
--- a/_sass/_gallery.scss
+++ b/_sass/_gallery.scss
@@ -105,7 +105,7 @@
// For browsers without masonry, row span set by JavaScript
@supports not (grid-template-rows: masonry) {
- grid-row-end: span auto;
+ grid-row-end: span 1;
}
&:hover {
diff --git a/css/main.scss b/css/main.scss
index 4437939..4b3c3b6 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -45,15 +45,15 @@ img {
}
.navbar-brand img {
- height: 40px;
+ height: 60px;
}
html {
- scroll-padding-top: calc(var(--atlas-nav-height, 5.5rem) + 1rem);
+ scroll-padding-top: calc(var(--atlas-nav-height, 2.75rem) + 1rem);
}
body {
- padding-top: calc(var(--atlas-nav-height, 5.5rem) + env(safe-area-inset-top, 0px) + 1rem);
+ padding-top: calc(var(--atlas-nav-height, 2.75rem) + env(safe-area-inset-top, 0px) + 1rem);
background-color: var(--atlas-body-bg);
color: var(--atlas-body-text);
transition: background-color 0.3s ease, color 0.3s ease;
@@ -61,11 +61,11 @@ body {
@media (max-width: 991.98px) {
:root {
- --atlas-nav-height: 4.75rem;
+ --atlas-nav-height: 2.375rem;
}
body {
- padding-top: calc(var(--atlas-nav-height, 4.75rem) + env(safe-area-inset-top, 0px) + 0.75rem);
+ padding-top: calc(var(--atlas-nav-height, 2.375rem) + env(safe-area-inset-top, 0px) + 0.75rem);
}
}
diff --git a/images/logopic/MILA.png b/images/logopic/MILA.png
new file mode 100644
index 0000000..bc95cf7
Binary files /dev/null and b/images/logopic/MILA.png differ
diff --git a/images/logopic/Mcgill_University.jpg b/images/logopic/Mcgill_University.jpg
new file mode 100644
index 0000000..91e36cb
Binary files /dev/null and b/images/logopic/Mcgill_University.jpg differ
diff --git a/js/gallery-masonry.js b/js/gallery-masonry.js
index a61d294..960695d 100644
--- a/js/gallery-masonry.js
+++ b/js/gallery-masonry.js
@@ -106,8 +106,3 @@
initMasonry();
}
})();
-
- } else {
- initMasonry();
- }
-})();