new style and projects

This commit is contained in:
Steffen Illium 2023-12-08 23:01:23 +01:00 committed by Steffen Illium
parent d0ecf1aec4
commit 86228fbaf7
22 changed files with 181 additions and 65 deletions

View File

@ -1,4 +1,4 @@
# [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/) # Fork of [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE) [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/) [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/)

View File

@ -14,7 +14,7 @@
theme : "minimal-mistakes-jekyll" theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes" # remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings # Site Settings
locale : "en-US" locale : "en-US"
@ -256,10 +256,10 @@ defaults:
values: values:
layout: single layout: single
author_profile: true author_profile: true
read_time: false read_time: true
comments: false comments: false
share: false share: false
related: false related: true
show_date: true show_date: true
scholar: scholar:

View File

@ -1,13 +1,15 @@
main: main:
- title: "teaching"
url: /teaching
#- title: "Projects"
# url: /projects
- title: "research" - title: "research"
url: /research url: /research
- title: "teaching"
url: /teaching
- title: "projects"
url: /projects
# - title: "Blog" # - title: "Blog"
# url: /blog # url: /blog
- title: "publications" - title: "publications"
url: /publications url: /publications
- title: "about me"
url: /about
#- title: "CV" #- title: "CV"
# url: /cv # url: /cv

View File

@ -26,8 +26,9 @@ en: &DEFAULT_EN
comments_label : "Leave a comment" comments_label : "Leave a comment"
comments_title : "Comments" comments_title : "Comments"
more_label : "Learn more" more_label : "Learn more"
related_label : "You may also enjoy" related_label : "Related posts"
follow_label : "Follow:" follow_label : "Follow:"
contact_label : "Contact:"
feed_label : "Feed" feed_label : "Feed"
powered_by : "Powered by" powered_by : "Powered by"
website_label : "Website" website_label : "Website"

View File

@ -1,7 +1,7 @@
<div class="page__footer-follow"> <div class="page__footer-follow">
<ul class="social-icons"> <ul class="social-icons">
{% if site.data.ui-text[site.locale].follow_label %} {% if site.data.ui-text[site.locale].contact_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li> <li><strong>{{ site.data.ui-text[site.locale].contact_label }}</strong></li>
{% endif %} {% endif %}
{% if site.footer.links %} {% if site.footer.links %}

View File

@ -1,4 +1,4 @@
{% if page.previous or page.next %} <!-- {% if page.previous or page.next %}
<nav class="pagination"> <nav class="pagination">
{% if page.previous %} {% if page.previous %}
<a href="{{ page.previous.url | relative_url }}" class="pagination--pager" title="{{ page.previous.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a> <a href="{{ page.previous.url | relative_url }}" class="pagination--pager" title="{{ page.previous.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a>
@ -11,4 +11,4 @@
<a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a> <a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a>
{% endif %} {% endif %}
</nav> </nav>
{% endif %} {% endif %} -->

View File

@ -14,7 +14,9 @@ layout: archive
{% assign entries_layout = page.entries_layout | default: 'list' %} {% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}"> <div class="entries-{{ entries_layout }}">
{% include documents-collection.html entries=posts type=entries_layout %} {% for post in posts limit: 8%}
</div> {% include archive-single.html type=entries_layout %}
{% endfor %}
</div>
{% include paginator.html %} {% include paginator.html %}

View File

@ -9,3 +9,19 @@ header:
--- ---
![logo](\assets\images\projects\dw.png){: .align-left style="padding:0.1em; width:5em"} ![logo](\assets\images\projects\dw.png){: .align-left style="padding:0.1em; width:5em"}
During my time at LMU, I filled the position of Editor in Chief at [DIGITALE WELT Magazin (DW)](https://digitaleweltmagazin.de), where I supervised the online and social media content with my working students.
This medium has set itself the goal of combining both scientifically and economically relevant topics in one platform.
During my time, I implemented and streamlined the processes from the aquisition to the publication of externally sourced articles.
Within due time I manged to automate most of the previously time-consuming tasks to cut the overall workhours by half, while establishing a wider portfolio.
I also supervised the re-degsign and relaunch of the website during the transition to an online first medium.
<center>
<img src="\assets\images\projects\dw_screenshot.png" width="550">
</center>
In the years prior, I also supervised the content of the Magazins' "Knowledge"-section, which then was released in printed format. Those past Issues are still available [online](https://digitaleweltmagazin.de/alle-magazine/).
<center>
<img src="\assets\images\projects\dw_magazin.png" width="550">
</center>

View File

@ -1,6 +1,6 @@
--- ---
layout: single layout: single
title: "IOS - Mobile App Developement" title: "IOS - App Developement"
categories: teaching categories: teaching
tags: app developement tags: app developement
excerpt: "Teaching to plan and develope distributed mobile apps for IOS as a team." excerpt: "Teaching to plan and develope distributed mobile apps for IOS as a team."

View File

@ -1,6 +1,6 @@
--- ---
layout: single layout: single
title: "Android - Mobile App Developement" title: "Android - App Developement"
categories: teaching categories: teaching
tags: app developement tags: app developement
excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team." excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."

View File

@ -452,7 +452,7 @@ max-width: 180px;
.feature__wrapper { .feature__wrapper {
.archive__item-title { .archive__item-title {
margin-top: 0.25em; margin-top: 0.25em;
font-size: 1em; font-size: $my-text-size;
} }
} }
@ -460,7 +460,7 @@ max-width: 180px;
.feature__item--left, .feature__item--left,
.feature__item--center, .feature__item--center,
.feature__item--right { .feature__item--right {
font-size: 1em; font-size: $my-text-size;
} }
} }

View File

@ -213,7 +213,7 @@ figure {
-webkit-box-align: start; -webkit-box-align: start;
align-items: flex-start; align-items: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
margin: 2em 0; margin: 0em 0;
img, img,
iframe, iframe,

View File

@ -30,7 +30,7 @@
@at-root .page__content #{&} h4 { @at-root .page__content #{&} h4 {
/* using at-root to override .page-content h4 font size*/ /* using at-root to override .page-content h4 font size*/
margin-bottom: 0; margin-bottom: 0;
font-size: 1em; font-size: $my-text-size;
} }
p { p {

View File

@ -109,7 +109,7 @@ body {
p, p,
li, li,
dl { dl {
font-size: 1em; font-size: $my-text-size;
} }
/* paragraph indents */ /* paragraph indents */

View File

@ -27,7 +27,7 @@ figure.highlight {
.highlight table { .highlight table {
margin-bottom: 0; margin-bottom: 0;
font-size: 1em; font-size: $my-text-size;
border: 0; border: 0;
td { td {

View File

@ -52,7 +52,7 @@ body:hover .visually-hidden button {
height: auto !important; height: auto !important;
width: auto !important; width: auto !important;
display: block; display: block;
font-size: 1em; font-size: $my-text-size;
font-weight: bold; font-weight: bold;
padding: 15px 23px 14px; padding: 15px 23px 14px;
background: #fff; background: #fff;

View File

@ -37,14 +37,15 @@ $header-font-family: $sans-serif !default;
$caption-font-family: $serif !default; $caption-font-family: $serif !default;
/* type scale */ /* type scale */
$type-size-1: 2.441em !default; // ~39.056px $my-text-size: calc(1em * 1) !default; // ~16px
$type-size-2: 1.953em !default; // ~31.248px $type-size-1: calc(2.441em * 1.0) !default; // ~39.056px
$type-size-3: 1.563em !default; // ~25.008px $type-size-2: calc(1.953em * 1.0) !default; // ~31.248px
$type-size-4: 1.25em !default; // ~20px $type-size-3: calc(1.563em * 1.0) !default; // ~25.008px
$type-size-5: 1em !default; // ~16px $type-size-4: calc(1.25em * 1.0) !default; // ~20px
$type-size-6: 0.75em !default; // ~12px $type-size-5: calc(1em * 1.0) !default; // ~16px
$type-size-7: 0.6875em !default; // ~11px $type-size-6: calc(0.75em * 1.0) !default; // ~12px
$type-size-8: 0.625em !default; // ~10px $type-size-7: calc(0.6875em * 1.0) !default; // ~11px
$type-size-8: calc(0.625em * 1.0) !default; // ~10px
/* headline scale */ /* headline scale */
$h-size-1: 1.563em !default; // ~25.008px $h-size-1: 1.563em !default; // ~25.008px
@ -159,7 +160,7 @@ $max-width: $x-large !default;
========================================================================== */ ========================================================================== */
$right-sidebar-width-narrow: 200px !default; $right-sidebar-width-narrow: 200px !default;
$right-sidebar-width: 300px !default; $right-sidebar-width: 200px !default;
$right-sidebar-width-wide: 400px !default; $right-sidebar-width-wide: 400px !default;
/* /*

110
about.md Normal file
View File

@ -0,0 +1,110 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: single
author_profile: true
title: "about me"
canonical_url: "https://steffenillium.de"
permalink: "/about"
---
Working at a university means being a teacher in classes, an advisor in practical classes, a speaker, or an organizer in lectures. On the respective pages, you can learn more about my [teaching](teaching) and my [research](research) topics.
Working on [projects](projects) on behalf of or with partners from industry was another task. Here I learned about audio signal processing and the training of deep neural networks in the context of sequences and image data. In my final year, I was given the opportunity to study multi-agent reinforcement learning in the context of safety and emergent phenomena in fused industrial environments.
Together with my personal interests, this formed the basis for the [publications](publications) we were fortunate enough to work on, as well as the skills I aquired over the course of my time.
Over the course of my time, my colleagues and I came to work on what were called '*hobbies*', which led me to being the head organizer of a [open-source conference](https://openmunich.eu).
Soon thereafter, I took over the editorial office of our [online magazine](https://digitaleweltmagazin.de/). I was fortunate to have the opportunity to work in positions and with tools I had never imagined.
Roles:
<br>
![Teacher](https://img.shields.io/badge/Teacher-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Researcher](https://img.shields.io/badge/Researcher-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Data Scientist](https://img.shields.io/badge/Data-Scientist-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Machine Learning Expert](https://img.shields.io/badge/Machine_Learning-Expert-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![System Administrator](https://img.shields.io/badge/System-Administrator-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Cloud Architect](https://img.shields.io/badge/Cloud-Architect-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Project Manager](https://img.shields.io/badge/Project-Manager-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Editor in Chief](https://img.shields.io/badge/Editor_in-Chief-blue?style=for-the-badge&logo=microsoft-office&logoColor=white)
Concepts:
<br>
![Machine Learning](https://img.shields.io/badge/machine_learning-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Classification](https://img.shields.io/badge/classification-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Anomaly Detection](https://img.shields.io/badge/anomaly_detection-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Out of Distribution Detection](https://img.shields.io/badge/OOD-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Reinforcement Learning](https://img.shields.io/badge/reinforcement_learning-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Multi-Agent RL](https://img.shields.io/badge/multi--agent_rl-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Emergence](https://img.shields.io/badge/emergence-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Industrial Safety](https://img.shields.io/badge/industrial_safety-orange?style=for-the-badge&logo=microsoft-office&logoColor=white)
Languages:
<br>
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Markdown](https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
![LaTeX](https://img.shields.io/badge/latex-%23008080.svg?style=for-the-badge&logo=latex&logoColor=white)
![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white)
![Windows Terminal](https://img.shields.io/badge/Windows%20Terminal-%234D4D4D.svg?style=for-the-badge&logo=windows-terminal&logoColor=white)
![Kotlin](https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white)
![Spring](https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge&logo=spring&logoColor=white)
PY-Libraries:
<br>
![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=for-the-badge&logo=PyTorch&logoColor=white)
![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)
![NumPy](https://img.shields.io/badge/numpy-%23013243.svg?style=for-the-badge&logo=numpy&logoColor=white)
![Matplotlib](https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=for-the-badge&logo=Matplotlib&logoColor=black)
![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white)
![Plotly](https://img.shields.io/badge/Plotly-%233F4F75.svg?style=for-the-badge&logo=plotly&logoColor=white)
![TensorFlow](https://img.shields.io/badge/TensorFlow-%23FF6F00.svg?style=for-the-badge&logo=TensorFlow&logoColor=white)
![Keras](https://img.shields.io/badge/Keras-%23D00000.svg?style=for-the-badge&logo=Keras&logoColor=white)
Operating Sytems:
<br>
![Arch](https://img.shields.io/badge/Arch%20Linux-1793D1?logo=arch-linux&logoColor=fff&style=for-the-badge)
![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)
![Manjaro](https://img.shields.io/badge/Manjaro-35BF5C?style=for-the-badge&logo=Manjaro&logoColor=white)
![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
Databases:
<br>
![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)
![SQLite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white)
![SUPABASE](https://img.shields.io/badge/Supabase-181818?style=for-the-badge&logo=supabase&logoColor=white)
Tools & Services:
<br>
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)
![Wireguard](https://img.shields.io/badge/wireguard-%2388171A.svg?style=for-the-badge&logo=wireguard&logoColor=white)
![Traefik](https://img.shields.io/badge/Traefik-red?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Ansible](https://img.shields.io/badge/ansible-%231A1918.svg?style=for-the-badge&logo=ansible&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)
![Home Assistant](https://img.shields.io/badge/home%20assistant-%2341BDF5.svg?style=for-the-badge&logo=home-assistant&logoColor=white)
![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)
![Mosquitto](https://img.shields.io/badge/mosquitto-%233C5280.svg?style=for-the-badge&logo=eclipsemosquitto&logoColor=white)
![Rancher](https://img.shields.io/badge/rancher-%230075A8.svg?style=for-the-badge&logo=rancher&logoColor=white)
![Selenium](https://img.shields.io/badge/-selenium-%43B02A?style=for-the-badge&logo=selenium&logoColor=white)
![DigitalOcean](https://img.shields.io/badge/DigitalOcean-%230167ff.svg?style=for-the-badge&logo=digitalOcean&logoColor=white)
![Longhorn](https://img.shields.io/badge/LONGHORN-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)
![Sealed Secrets](https://img.shields.io/badge/SEALED_SECRETS-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)
![Google Analytics](https://img.shields.io/badge/Google%20Analytics-E37400?style=for-the-badge&logo=google%20analytics&logoColor=white)
Programs:
<br>
![Microsoft Office](https://img.shields.io/badge/Microsoft_Office-D83B01?style=for-the-badge&logo=microsoft-office&logoColor=white)
![Android Studio](https://img.shields.io/badge/Android%20Studio-3DDC84.svg?style=for-the-badge&logo=android-studio&logoColor=white)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![PyCharm](https://img.shields.io/badge/pycharm-143?style=for-the-badge&logo=pycharm&logoColor=black&color=black&labelColor=green)
![PhpStorm](https://img.shields.io/badge/phpstorm-143?style=for-the-badge&logo=phpstorm&logoColor=black&color=black&labelColor=darkorchid)
![Obsidian](https://img.shields.io/badge/Obsidian-%23483699.svg?style=for-the-badge&logo=obsidian&logoColor=white)
![Notepad++](https://img.shields.io/badge/Notepad++-90E59A.svg?style=for-the-badge&logo=notepad%2b%2b&logoColor=black)
Thank you for coming here :wave:

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 KiB

View File

@ -2,39 +2,23 @@
# Feel free to add content and custom Front Matter to this file. # Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: single layout: home
author_profile: true author_profile: true
title: "about me" # title: "about me"
canonical_url: "https://steffenillium.de" canonical_url: "https://steffenillium.de"
permalink: "/" permalink: "/"
entries_layout: grid
--- ---
Hey, glad you found me! Hey, glad you found me! :wave:
This web page is intended to provide an overview of my current professional life as a doctoral student at the Ludwig Maximilian's University, Munich ([LMU Munich](https://www.lmu.de)).  So, let's get right to the point! This web page is intended to provide an [overview of my current professional life](/about) as a doctoral student at the Ludwig Maximilian's University, Munich ([LMU Munich](https://www.lmu.de)). 
Please find futher details on pages in the upperhand menu.<br>
Being at a university means being a teacher in classes, an advisor in practical classes, a speaker, or an organizer in lectures. On the respective pages, you can learn more about my [teaching](teaching) and my [research](research) topics. <figure class="third">
Working on projects on behalf of or with partners from industry was another task. Here I learned about audio signal processing and the training of deep neural networks in the context of sequences and image data. In my final year, I was given the opportunity to study multi-agent reinforcement learning in the context of safety and emergent phenomena in fused industrial environments.
Together with my personal interests, this formed the basis for the [publications](publications) we were fortunate enough to work on.
Over the course of my time, my colleagues and I came to work on what were called '*hobbies*', which led me to being the head organizer of a small [open-source conference](https://openmunich.eu).
Soon thereafter, I took over the editorial office of our [online magazine](https://digitaleweltmagazin.de/). I was fortunate to have the opportunity to work in positionsI had never imagined.
<!-- <figure class="third">
<img src="/assets/images/photo/bike.jpg"> <img src="/assets/images/photo/bike.jpg">
<img src="/assets/images/photo/vulkan_wave.jpg"> <img src="/assets/images/photo/vulkan_wave.jpg">
<img src="/assets/images/photo/azores.jpg"> <img src="/assets/images/photo/azores.jpg">
</figure>
<img src="/assets/images/photo/sundown.jpg"> This sites' general structure follows the structure of my last five years of worklife, which can basicaly be devided in [research](/research), [teaching](/teaching), work on [projects](/projects) and [publications](/publications). Just have a look aroung and thanks for coming here :blush:
<img src="/assets/images/photo/soft_coral.jpg">
<img src="/assets/images/photo/natural_pool.jpg">
</figure> -->
Thank you for coming here :wave: