about page & language foixes
This commit is contained in:
@ -26,7 +26,7 @@ description : "Personal Website"
|
|||||||
url : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
url : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||||
baseurl : "" # the subpath of your site, e.g. "/blog"
|
baseurl : "" # the subpath of your site, e.g. "/blog"
|
||||||
repository : "illiumst" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
repository : "illiumst" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||||
teaser : "/assets/images/headshot.jpg" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
teaser : "/assets/images/newshot_2.jpg" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
||||||
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
||||||
masthead_title : "portfolio" # overrides the website title displayed in the masthead, use " " for no title
|
masthead_title : "portfolio" # overrides the website title displayed in the masthead, use " " for no title
|
||||||
breadcrumbs : false # true, false (default)
|
breadcrumbs : false # true, false (default)
|
||||||
@ -46,7 +46,7 @@ yandex_site_verification :
|
|||||||
baidu_site_verification :
|
baidu_site_verification :
|
||||||
|
|
||||||
# Social Sharing
|
# Social Sharing
|
||||||
og_image : "/assets/images/headshot.jpg" # Open Graph/Twitter default site image
|
og_image : "/assets/images/newshot_2.jpg" # Open Graph/Twitter default site image
|
||||||
# For specifying social profiles
|
# For specifying social profiles
|
||||||
# - https://developers.google.com/structured-data/customize/social-profiles
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
||||||
social:
|
social:
|
||||||
@ -58,7 +58,7 @@ social:
|
|||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name : "Steffen Illium"
|
name : "Steffen Illium"
|
||||||
avatar : "/assets/images/headshot.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
|
avatar : "/assets/images/newshot_2.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
|
||||||
bio : "[AI Researcher](/research/) and [Lecturer](/teaching/), [PHD Student](https://www.mobile.ifi.lmu.de/team/steffen-illium/) @ [LMU Munich](https://www.lmu.de/en/index.html)"
|
bio : "[AI Researcher](/research/) and [Lecturer](/teaching/), [PHD Student](https://www.mobile.ifi.lmu.de/team/steffen-illium/) @ [LMU Munich](https://www.lmu.de/en/index.html)"
|
||||||
location : "Augsburg"
|
location : "Augsburg"
|
||||||
links:
|
links:
|
||||||
|
@ -6,7 +6,6 @@ excerpt: "We researched the possibilities of leakage detection in real-world wat
|
|||||||
tags: acoustic anomaly-detection
|
tags: acoustic anomaly-detection
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/projects/pipe_leak.png
|
teaser: assets/images/projects/pipe_leak.png
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{: .align-left style="padding:0.1em; width:5em"}
|
{: .align-left style="padding:0.1em; width:5em"}
|
||||||
|
@ -4,7 +4,7 @@ title: "AI-Fusion: Emergence Detection for Mixed MARL Systems."
|
|||||||
categories: acoustic anomaly-detection projects
|
categories: acoustic anomaly-detection projects
|
||||||
excerpt: "Bringing together agents can be an inherent safety problem. Building the basis to mix and match."
|
excerpt: "Bringing together agents can be an inherent safety problem. Building the basis to mix and match."
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/projects/robot.png
|
teaser: assets/images/projects/robot.png
|
||||||
---
|
---
|
||||||
|
|
||||||
{: .align-left style="padding:0.1em; width:5em"}
|
{: .align-left style="padding:0.1em; width:5em"}
|
||||||
|
@ -4,7 +4,7 @@ title: "Linux Server Administration"
|
|||||||
categories: projects server_admin unix
|
categories: projects server_admin unix
|
||||||
excerpt: "Linux Server Administration (Workstations and Web)"
|
excerpt: "Linux Server Administration (Workstations and Web)"
|
||||||
header:
|
header:
|
||||||
teaser: assets/images/projects/arch.png
|
teaser: assets/images/projects/arch.png
|
||||||
---
|
---
|
||||||
{: .align-left style="padding:0.1em; width:5em"}
|
{: .align-left style="padding:0.1em; width:5em"}
|
||||||
During my time at the Mobile Distributed Systems Chair, I also supported my colleagues regarding the setup and maintenance of our workstations, the Windows server hypervisor, our Linux file server, and our networking infrastructure.
|
During my time at the Mobile Distributed Systems Chair, I also supported my colleagues regarding the setup and maintenance of our workstations, the Windows server hypervisor, our Linux file server, and our networking infrastructure.
|
||||||
|
@ -124,8 +124,8 @@
|
|||||||
.author__avatar {
|
.author__avatar {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 36px;
|
width: 48px;
|
||||||
height: 36px;
|
height: 48px;
|
||||||
|
|
||||||
@include breakpoint($large) {
|
@include breakpoint($large) {
|
||||||
display: block;
|
display: block;
|
||||||
@ -134,7 +134,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 110px;
|
max-width: 130px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
@include breakpoint($large) {
|
@include breakpoint($large) {
|
||||||
|
51
about.md
51
about.md
@ -3,19 +3,31 @@
|
|||||||
# 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: single
|
||||||
author_profile: true
|
author_profile: false
|
||||||
title: "about me"
|
title: "about me"
|
||||||
canonical_url: "https://steffenillium.de"
|
canonical_url: "https://steffenillium.de"
|
||||||
permalink: "/about"
|
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.
|
<div class="table-right">
|
||||||
|
|
||||||
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.
|
|{: style="margin:0em; padding:0em; width:10em"}|
|
||||||
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.
|
|:--:|
|
||||||
|
| **Steffen Illium**<br>*AI Researcher & Data Scientist*<br>*PHD Student @ LMU Munich*<br>*Living in Augsburg*|
|
||||||
|
|
||||||
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).
|
</div>
|
||||||
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.
|
|
||||||
|
Working at a university means being a teacher in theoretical classes, an advisor in practical classes, a speaker and an organizer for lectures. In the respective pages, you can learn more about my [teaching](teaching) and [research](research) topics.
|
||||||
|
|
||||||
|
Working on [projects](projects) on behalf of or together with industry partners was another task. Here I learned, e.g. about audio signal processing and 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 time.
|
||||||
|
|
||||||
|
Furthermore, my colleagues and I worked on what we called '*hobbies*', which led me to being the head organizer of an [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 get the opportunity to work in various roles and with tools I had never imagined before.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Roles:
|
Roles:
|
||||||
<br>
|
<br>
|
||||||
@ -108,3 +120,30 @@ Programs:
|
|||||||

|

|
||||||
|
|
||||||
Thank you for coming here :wave:
|
Thank you for coming here :wave:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Publications:
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<figure class="research_icons" style="max-width: 70%; text-align:center;">
|
||||||
|
|
||||||
|
<a href="https://scholar.google.de/citations?user=NODAd94AAAAJ&hl=en">
|
||||||
|
<img src="/assets/images/research/google_scholar.png" style="margin-bottom: 0em;">Scholar</a>
|
||||||
|
|
||||||
|
<a href="https://arxiv.org/a/illium_s_1">
|
||||||
|
<img src="/assets/images/research/arxiv.png" style="margin-bottom: 0em;">arXiv</a>
|
||||||
|
|
||||||
|
<a href="https://www.researchgate.net/profile/Steffen-Illium">
|
||||||
|
<img src="/assets/images/research/researchgate.png" style="margin-bottom: 0em;">R-Gate</a>
|
||||||
|
|
||||||
|
<a href="https://orcid.org/0000-0003-0021-436X" style="vertical-align:middle">
|
||||||
|
<img src="/assets/images/research/orcid.png" style="margin-bottom: 0em;">ORCiD</a>
|
||||||
|
|
||||||
|
<a href="https://www.mobile.ifi.lmu.de/team/steffen-illium/" style="vertical-align:middle">
|
||||||
|
<img src="/assets/images/research/lmu.png" style="margin-bottom: 0em;">LMU</a>
|
||||||
|
|
||||||
|
<a href="https://www.semanticscholar.org/author/Steffen-Illium/51893497" style="vertical-align:middle">
|
||||||
|
<img src="/assets/images/research/semschol.png" style="margin-bottom: 0em;">Semantic</a>
|
||||||
|
|
||||||
|
</figure>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 501 KiB |
BIN
assets/images/longshot.jpg
Normal file
BIN
assets/images/longshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/newshot.jpg
Normal file
BIN
assets/images/newshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 612 KiB |
BIN
assets/images/newshot_2.JPG
Normal file
BIN
assets/images/newshot_2.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 720 KiB |
Reference in New Issue
Block a user