From 755fd297bb3a54f1e2c9442660f855548411219b Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 27 Mar 2025 22:57:31 +0100 Subject: [PATCH] Website overhaul --- 404.md | 4 +- _bibliography.bib | 34 ++-- _layouts/single.html | 2 +- _posts/projects/2018-02-01-innomi.md | 31 ++- _posts/projects/2019-02-24-dw.md | 36 +++- _posts/projects/2019-02-24-water-networks.md | 38 +++- _posts/projects/2019-10-15-OpenMunich.md | 40 +++- _posts/projects/2020-05-01-FIKS.md | 75 +++++-- .../2023-10-15-server-administration.md | 52 ++++- ...018-11-01-learned-trajectory-annotation.md | 24 +++ .../2018-11-01-trajectory-annotation.md | 14 -- .../2019-07-01-neural-self-replication.md | 25 +++ .../research/2019-07-01-self-replication.md | 14 -- .../2019-07-05-deep-audio-baselines.md | 18 ++ .../2019-07-05-deep-neural-baselines.md | 11 - .../2020-03-01-soccer-team-vectors.md | 24 ++- .../2020-05-01-3d-primitive-segmentation.md | 31 +++ ...20-05-01-hybrid-poin-cloud-segmentation.md | 14 -- .../research/2020-06-01-ood-classification.md | 13 -- .../research/2020-06-01-peoc-ood-detection.md | 29 +++ .../2020-07-15-av-meantime-coverage.md | 31 +++ .../2020-07-15-what-to-do-in-the-meantime.md | 15 -- ...2020-10-25-surgical-mask-detection copy.md | 14 -- .../2020-10-25-surgical-mask-detection.md | 26 +++ ...Feature_Representations_Anomalous_Sound.md | 12 -- .../2021-03-01-anomalous-sound-features.md | 30 +++ ...021-03-02-AD_by_Image_Transfer_Learning.md | 14 -- .../2021-03-02-sound-anomaly-transfer.md | 38 ++++ _posts/research/2021-03-03-Water_Networks.md | 15 -- .../2021-03-03-acoustic-leak-detection.md | 30 +++ ...-03-04-Recurrent_Primate_Classification.md | 15 -- ...-04-primate-vocalization-classification.md | 30 +++ .../research/2021-03-05-Vision_Transformer.md | 15 -- .../2021-03-05-audio-vision-transformer.md | 29 +++ _posts/research/2021-03-06-SR_Goals.md | 13 -- .../2021-03-06-tasked-self-replication.md | 26 +++ _posts/research/2022-05-09-AD_in_RL.md | 14 -- .../2022-05-09-rl-anomaly-detection.md | 26 +++ _posts/research/2022-08-01-SR_journal.md | 15 -- .../2022-08-01-extended-self-replication.md | 30 +++ .../2022-12-01-organism-network-emergence.md | 34 ++++ .../research/2022-12-01-organism_networks.md | 17 -- .../2023-02-24-voronoi-data-augmentation.md | 40 ++++ _posts/research/2023-02-24-voronoi_patches.md | 16 -- .../2023-05-01-emergent-social-dynamics.md | 30 +++ _posts/research/2023-05-01-surprised_soup.md | 15 -- _posts/research/2023-06-25-binary_primates.md | 16 -- .../2023-06-25-primate-subsegment-sorting.md | 36 ++++ .../2024-01-13-aquarium-marl-environment.md | 36 ++++ _posts/research/2024-01-13-aquarium.md | 18 -- _posts/research/2024-10-27-emergence-mas.md | 18 -- .../2024-10-27-mas-emergence-safety.md | 31 +++ .../2018-02-15-computer_achitecture.md | 61 ++++-- _posts/teaching/2018-10-15-IOT.md | 76 ++++--- _posts/teaching/2018-10-30-Python.md | 44 +++- _posts/teaching/2019-05-01-seminar-TIMS.md | 57 ++++-- _posts/teaching/2019-05-01-seminar-VTIMS.md | 58 ++++-- .../teaching/2019-10-15-operating_systems.md | 50 ++++- _posts/teaching/2020-04-15-IOS.md | 57 ++++-- _posts/teaching/2022-10-15-android.md | 74 ++++--- _sass/minimal-mistakes/_archive.scss | 10 +- _sass/minimal-mistakes/_base.scss | 2 +- about.md | 192 ++++++++---------- blog.md | 3 - index.html.bak | 4 - index.md | 22 +- nginx_default.conf | 72 ++++--- projects.md | 16 +- publications.md | 23 ++- research.md | 3 - 70 files changed, 1389 insertions(+), 709 deletions(-) create mode 100644 _posts/research/2018-11-01-learned-trajectory-annotation.md delete mode 100644 _posts/research/2018-11-01-trajectory-annotation.md create mode 100644 _posts/research/2019-07-01-neural-self-replication.md delete mode 100644 _posts/research/2019-07-01-self-replication.md create mode 100644 _posts/research/2019-07-05-deep-audio-baselines.md delete mode 100644 _posts/research/2019-07-05-deep-neural-baselines.md create mode 100644 _posts/research/2020-05-01-3d-primitive-segmentation.md delete mode 100644 _posts/research/2020-05-01-hybrid-poin-cloud-segmentation.md delete mode 100644 _posts/research/2020-06-01-ood-classification.md create mode 100644 _posts/research/2020-06-01-peoc-ood-detection.md create mode 100644 _posts/research/2020-07-15-av-meantime-coverage.md delete mode 100644 _posts/research/2020-07-15-what-to-do-in-the-meantime.md delete mode 100644 _posts/research/2020-10-25-surgical-mask-detection copy.md create mode 100644 _posts/research/2020-10-25-surgical-mask-detection.md delete mode 100644 _posts/research/2021-03-01-Feature_Representations_Anomalous_Sound.md create mode 100644 _posts/research/2021-03-01-anomalous-sound-features.md delete mode 100644 _posts/research/2021-03-02-AD_by_Image_Transfer_Learning.md create mode 100644 _posts/research/2021-03-02-sound-anomaly-transfer.md delete mode 100644 _posts/research/2021-03-03-Water_Networks.md create mode 100644 _posts/research/2021-03-03-acoustic-leak-detection.md delete mode 100644 _posts/research/2021-03-04-Recurrent_Primate_Classification.md create mode 100644 _posts/research/2021-03-04-primate-vocalization-classification.md delete mode 100644 _posts/research/2021-03-05-Vision_Transformer.md create mode 100644 _posts/research/2021-03-05-audio-vision-transformer.md delete mode 100644 _posts/research/2021-03-06-SR_Goals.md create mode 100644 _posts/research/2021-03-06-tasked-self-replication.md delete mode 100644 _posts/research/2022-05-09-AD_in_RL.md create mode 100644 _posts/research/2022-05-09-rl-anomaly-detection.md delete mode 100644 _posts/research/2022-08-01-SR_journal.md create mode 100644 _posts/research/2022-08-01-extended-self-replication.md create mode 100644 _posts/research/2022-12-01-organism-network-emergence.md delete mode 100644 _posts/research/2022-12-01-organism_networks.md create mode 100644 _posts/research/2023-02-24-voronoi-data-augmentation.md delete mode 100644 _posts/research/2023-02-24-voronoi_patches.md create mode 100644 _posts/research/2023-05-01-emergent-social-dynamics.md delete mode 100644 _posts/research/2023-05-01-surprised_soup.md delete mode 100644 _posts/research/2023-06-25-binary_primates.md create mode 100644 _posts/research/2023-06-25-primate-subsegment-sorting.md create mode 100644 _posts/research/2024-01-13-aquarium-marl-environment.md delete mode 100644 _posts/research/2024-01-13-aquarium.md delete mode 100644 _posts/research/2024-10-27-emergence-mas.md create mode 100644 _posts/research/2024-10-27-mas-emergence-safety.md delete mode 100644 index.html.bak diff --git a/404.md b/404.md index 31016aa6..f87ac1d9 100644 --- a/404.md +++ b/404.md @@ -14,10 +14,10 @@ author_profile: false ![https://unsplash.com/photos/two-person-standing-on-gray-tile-paving-TamMbr4okv4](/assets/images/404.jpg) {: .text-center} -Sorry, but the page you were trying to view does not exist. +Sorry, but the page you are trying to view does not exist. {: .text-center}   -Back to the start +Go back {: .text-center} \ No newline at end of file diff --git a/_bibliography.bib b/_bibliography.bib index 5ed12abe..bdfb7a96 100644 --- a/_bibliography.bib +++ b/_bibliography.bib @@ -100,10 +100,11 @@ organization={Conference on Artificial Life - Alife 2023}, publisher={Copernicus Publications Göttingen, Germany} } -@article{illium2020surgical, - title={Surgical mask detection with convolutional neural networks and data augmentations on spectrograms}, - author={Illium, Steffen and Müller, Robert and Sedlmeier, Andreas and Linnhoff-Popien, Claudia}, - journal={arXiv preprint arXiv:2008.04590}, +@inproceedings{illium2020surgical, + title={Surgical Mask Detection with Convolutional Neural Networks and Data Augmentations on Spectrograms}, + author={Illium, Steffen and M{\"u}ller, Robert and Sedlmeier, Andreas and Linnhoff-Popien, Claudia}, + booktitle={Proc. Interspeech 2020}, + pages={2052--2056}, year={2020} } @@ -193,18 +194,23 @@ organization={Conference on Artificial Life - Alife 2023}, organization={Springer International Publishing Cham} } -@article{illium2022constructing, - title={Constructing Organism Networks from Collaborative Self-Replicators}, - author={Illium, Steffen and Zorn, Maximilian and Kölle, Michael and Linnhoff-Popien, Claudia and Gabor, Thomas}, - journal={arXiv preprint arXiv:2212.10078}, - year={2022} +@inproceedings{illium2022constructing, + title={Constructing organism networks from collaborative self-replicators}, + author={Illium, Steffen and Zorn, Maximilian and Lenta, Cristian and K{\"o}lle, Michael and Linnhoff-Popien, Claudia and Gabor, Thomas}, + booktitle={2022 IEEE Symposium Series on Computational Intelligence (SSCI)}, + pages={1268--1275}, + year={2022}, + organization={IEEE} } -@article{illium2022voronoipatches, - title={VoronoiPatches: Evaluating A New Data Augmentation Method}, - author={Illium, Steffen and Griffin, Gretchen and Kölle, Michael and Zorn, Maximilian and Nü{\ss}lein, Jonas and Linnhoff-Popien, Claudia}, - journal={arXiv preprint arXiv:2212.10054}, - year={2022} +@inproceedings{illium2023voronoipatches, + title={VoronoiPatches: Evaluating a New Data Augmentation Method}, + author={Illium, Steffen and Griffin, Gretchen and K{\"o}lle, Michael and Zorn, Maximilian and N{\"u}sslein, Jonas and Linnhoff-Popien, Claudia}, + booktitle={International Conference on Agents and Artificial Intelligence}, + volume={15}, + number={Volume 3}, + pages={350--357}, + year={2023} } @article{kolle2023compression, diff --git a/_layouts/single.html b/_layouts/single.html index 2e87309d..e6a6b066 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -38,7 +38,7 @@ layout: default {% include page__meta.html %} {% endunless %} - +
{% if page.toc %}