Website overhaul

This commit is contained in:
2025-03-27 22:57:31 +01:00
parent 2b75326eac
commit 755fd297bb
70 changed files with 1389 additions and 709 deletions
404.md_bibliography.bib
_layouts
_posts
projects
research
2018-11-01-learned-trajectory-annotation.md2018-11-01-trajectory-annotation.md2019-07-01-neural-self-replication.md2019-07-01-self-replication.md2019-07-05-deep-audio-baselines.md2019-07-05-deep-neural-baselines.md2020-03-01-soccer-team-vectors.md2020-05-01-3d-primitive-segmentation.md2020-05-01-hybrid-poin-cloud-segmentation.md2020-06-01-ood-classification.md2020-06-01-peoc-ood-detection.md2020-07-15-av-meantime-coverage.md2020-07-15-what-to-do-in-the-meantime.md2020-10-25-surgical-mask-detection copy.md2020-10-25-surgical-mask-detection.md2021-03-01-Feature_Representations_Anomalous_Sound.md2021-03-01-anomalous-sound-features.md2021-03-02-AD_by_Image_Transfer_Learning.md2021-03-02-sound-anomaly-transfer.md2021-03-03-Water_Networks.md2021-03-03-acoustic-leak-detection.md2021-03-04-Recurrent_Primate_Classification.md2021-03-04-primate-vocalization-classification.md2021-03-05-Vision_Transformer.md2021-03-05-audio-vision-transformer.md2021-03-06-SR_Goals.md2021-03-06-tasked-self-replication.md2022-05-09-AD_in_RL.md2022-05-09-rl-anomaly-detection.md2022-08-01-SR_journal.md2022-08-01-extended-self-replication.md2022-12-01-organism-network-emergence.md2022-12-01-organism_networks.md2023-02-24-voronoi-data-augmentation.md2023-02-24-voronoi_patches.md2023-05-01-emergent-social-dynamics.md2023-05-01-surprised_soup.md2023-06-25-binary_primates.md2023-06-25-primate-subsegment-sorting.md2024-01-13-aquarium-marl-environment.md2024-01-13-aquarium.md2024-10-27-emergence-mas.md2024-10-27-mas-emergence-safety.md
teaching
_sass/minimal-mistakes
about.mdblog.mdindex.html.bakindex.mdnginx_default.confprojects.mdpublications.mdresearch.md

@ -130,10 +130,12 @@ margin: auto;
overflow: hidden;
align-content: center;
display: flex;
max-height: 110px;
img {
width: auto;
margin: auto;
max-height: 90px;
overflow: hidden;
max-width: 200px;
}
}
@ -209,9 +211,9 @@ align-content: center;
.entries-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
column-gap: 12px;
row-gap: 8px;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
column-gap: 16px;
row-gap: 16px;
}
.grid__item {

@ -13,7 +13,7 @@ body {
padding: 0;
color: $text-color;
font-family: $global-font-family;
line-height: 1;
line-height: 1.2;
&.overflow--hidden {
/* when primary navigation is visible, the content in the background won't scroll */