diff --git a/README.md b/README.md
index 3b66aeab..b367d70b 100644
--- a/README.md
+++ b/README.md
@@ -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/)
[](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
[](https://jekyllrb.com/)
diff --git a/_config.yml b/_config.yml
index 3949a857..e0f8fd92 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,7 @@
theme : "minimal-mistakes-jekyll"
# 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
locale : "en-US"
@@ -75,7 +75,7 @@ author:
icon: "ai ai-researchgate"
url: "https://www.researchgate.net/profile/Steffen-Illium"
-
+
# Site Footer
footer:
@@ -256,10 +256,10 @@ defaults:
values:
layout: single
author_profile: true
- read_time: false
+ read_time: true
comments: false
share: false
- related: false
+ related: true
show_date: true
scholar:
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 882cd31d..e0c5c3d4 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,13 +1,15 @@
main:
- - title: "teaching"
- url: /teaching
- #- title: "Projects"
- # url: /projects
- title: "research"
url: /research
+ - title: "teaching"
+ url: /teaching
+ - title: "projects"
+ url: /projects
# - title: "Blog"
# url: /blog
- title: "publications"
url: /publications
+ - title: "about me"
+ url: /about
#- title: "CV"
# url: /cv
\ No newline at end of file
diff --git a/_data/ui-text.yml b/_data/ui-text.yml
index c1d3a12a..471a3f71 100644
--- a/_data/ui-text.yml
+++ b/_data/ui-text.yml
@@ -26,8 +26,9 @@ en: &DEFAULT_EN
comments_label : "Leave a comment"
comments_title : "Comments"
more_label : "Learn more"
- related_label : "You may also enjoy"
+ related_label : "Related posts"
follow_label : "Follow:"
+ contact_label : "Contact:"
feed_label : "Feed"
powered_by : "Powered by"
website_label : "Website"
diff --git a/_includes/footer.html b/_includes/footer.html
index 2b2b7ee1..6ba833aa 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
{% include paginator.html %}
diff --git a/_posts/projects/2019-02-24-dw.md b/_posts/projects/2019-02-24-dw.md
index 7de769a5..6685647c 100644
--- a/_posts/projects/2019-02-24-dw.md
+++ b/_posts/projects/2019-02-24-dw.md
@@ -9,3 +9,19 @@ header:
---
{: .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.
+
+
+
+
+
+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/).
+
+
+
+
diff --git a/_posts/teaching/2020-04-15-IOS.md b/_posts/teaching/2020-04-15-IOS.md
index 7aec6189..05ec6868 100644
--- a/_posts/teaching/2020-04-15-IOS.md
+++ b/_posts/teaching/2020-04-15-IOS.md
@@ -1,6 +1,6 @@
---
layout: single
-title: "IOS - Mobile App Developement"
+title: "IOS - App Developement"
categories: teaching
tags: app developement
excerpt: "Teaching to plan and develope distributed mobile apps for IOS as a team."
diff --git a/_posts/teaching/2022-10-15-android.md b/_posts/teaching/2022-10-15-android.md
index a1159404..4d73a0c6 100644
--- a/_posts/teaching/2022-10-15-android.md
+++ b/_posts/teaching/2022-10-15-android.md
@@ -1,6 +1,6 @@
---
layout: single
-title: "Android - Mobile App Developement"
+title: "Android - App Developement"
categories: teaching
tags: app developement
excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team."
diff --git a/_sass/minimal-mistakes/_archive.scss b/_sass/minimal-mistakes/_archive.scss
index 9ff1b40c..53ce4f48 100644
--- a/_sass/minimal-mistakes/_archive.scss
+++ b/_sass/minimal-mistakes/_archive.scss
@@ -7,7 +7,7 @@ h2 {
}
.table-right {
- // font-size: 28px !important;
+ // font-size: 28px !important;
font: 21px/1.4 Helvetica,"Helvetica Neue",Arial,sans-serif;
padding-left: 1.5em;
align-content: "center";
@@ -452,7 +452,7 @@ max-width: 180px;
.feature__wrapper {
.archive__item-title {
margin-top: 0.25em;
- font-size: 1em;
+ font-size: $my-text-size;
}
}
@@ -460,7 +460,7 @@ max-width: 180px;
.feature__item--left,
.feature__item--center,
.feature__item--right {
- font-size: 1em;
+ font-size: $my-text-size;
}
}
diff --git a/_sass/minimal-mistakes/_base.scss b/_sass/minimal-mistakes/_base.scss
index de94f862..181b5bd0 100644
--- a/_sass/minimal-mistakes/_base.scss
+++ b/_sass/minimal-mistakes/_base.scss
@@ -213,7 +213,7 @@ figure {
-webkit-box-align: start;
align-items: flex-start;
flex-wrap: wrap;
- margin: 2em 0;
+ margin: 0em 0;
img,
iframe,
@@ -266,7 +266,7 @@ figure {
width: 100%;
}
}
-
+
&.fourth {
> p,
> a,
@@ -287,7 +287,7 @@ figure {
> a {
font-size: 0%;
-
+
@include breakpoint($small) {
font-size: 0%;
}
@@ -311,8 +311,8 @@ figure {
> p,
> a,
> img {
-
- width: calc(15% - 0.5em);
+
+ width: calc(15% - 0.5em);
}
figcaption {
diff --git a/_sass/minimal-mistakes/_notices.scss b/_sass/minimal-mistakes/_notices.scss
index 6b4e4012..bad1dff2 100644
--- a/_sass/minimal-mistakes/_notices.scss
+++ b/_sass/minimal-mistakes/_notices.scss
@@ -30,7 +30,7 @@
@at-root .page__content #{&} h4 {
/* using at-root to override .page-content h4 font size*/
margin-bottom: 0;
- font-size: 1em;
+ font-size: $my-text-size;
}
p {
diff --git a/_sass/minimal-mistakes/_page.scss b/_sass/minimal-mistakes/_page.scss
index e3388840..4032f5d8 100644
--- a/_sass/minimal-mistakes/_page.scss
+++ b/_sass/minimal-mistakes/_page.scss
@@ -109,7 +109,7 @@ body {
p,
li,
dl {
- font-size: 1em;
+ font-size: $my-text-size;
}
/* paragraph indents */
diff --git a/_sass/minimal-mistakes/_syntax.scss b/_sass/minimal-mistakes/_syntax.scss
index 6d9102d6..f662fbcc 100644
--- a/_sass/minimal-mistakes/_syntax.scss
+++ b/_sass/minimal-mistakes/_syntax.scss
@@ -27,7 +27,7 @@ figure.highlight {
.highlight table {
margin-bottom: 0;
- font-size: 1em;
+ font-size: $my-text-size;
border: 0;
td {
diff --git a/_sass/minimal-mistakes/_utilities.scss b/_sass/minimal-mistakes/_utilities.scss
index cd6e94b7..a34115c3 100644
--- a/_sass/minimal-mistakes/_utilities.scss
+++ b/_sass/minimal-mistakes/_utilities.scss
@@ -52,7 +52,7 @@ body:hover .visually-hidden button {
height: auto !important;
width: auto !important;
display: block;
- font-size: 1em;
+ font-size: $my-text-size;
font-weight: bold;
padding: 15px 23px 14px;
background: #fff;
diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss
index 2a325873..78ecbf12 100644
--- a/_sass/minimal-mistakes/_variables.scss
+++ b/_sass/minimal-mistakes/_variables.scss
@@ -37,14 +37,15 @@ $header-font-family: $sans-serif !default;
$caption-font-family: $serif !default;
/* type scale */
-$type-size-1: 2.441em !default; // ~39.056px
-$type-size-2: 1.953em !default; // ~31.248px
-$type-size-3: 1.563em !default; // ~25.008px
-$type-size-4: 1.25em !default; // ~20px
-$type-size-5: 1em !default; // ~16px
-$type-size-6: 0.75em !default; // ~12px
-$type-size-7: 0.6875em !default; // ~11px
-$type-size-8: 0.625em !default; // ~10px
+$my-text-size: calc(1em * 1) !default; // ~16px
+$type-size-1: calc(2.441em * 1.0) !default; // ~39.056px
+$type-size-2: calc(1.953em * 1.0) !default; // ~31.248px
+$type-size-3: calc(1.563em * 1.0) !default; // ~25.008px
+$type-size-4: calc(1.25em * 1.0) !default; // ~20px
+$type-size-5: calc(1em * 1.0) !default; // ~16px
+$type-size-6: calc(0.75em * 1.0) !default; // ~12px
+$type-size-7: calc(0.6875em * 1.0) !default; // ~11px
+$type-size-8: calc(0.625em * 1.0) !default; // ~10px
/* headline scale */
$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: 300px !default;
+$right-sidebar-width: 200px !default;
$right-sidebar-width-wide: 400px !default;
/*
diff --git a/about.md b/about.md
new file mode 100644
index 00000000..81c6a5df
--- /dev/null
+++ b/about.md
@@ -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:
+
+
+
+
+
+
+
+
+
+
+Concepts:
+
+
+
+
+
+
+
+
+
+
+Languages:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+PY-Libraries:
+
+
+
+
+
+
+
+
+
+
+Operating Sytems:
+
+
+
+
+
+
+
+Databases:
+
+
+
+
+
+Tools & Services:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Programs:
+
+
+
+
+
+
+
+
+
+Thank you for coming here :wave:
diff --git a/assets/images/projects/dw_magazin.png b/assets/images/projects/dw_magazin.png
new file mode 100644
index 00000000..2d1973d7
Binary files /dev/null and b/assets/images/projects/dw_magazin.png differ
diff --git a/assets/images/projects/dw_screenshot.png b/assets/images/projects/dw_screenshot.png
new file mode 100644
index 00000000..60338fee
Binary files /dev/null and b/assets/images/projects/dw_screenshot.png differ
diff --git a/index.html b/index.html.bak
similarity index 100%
rename from index.html
rename to index.html.bak
diff --git a/index.md b/index.md
index 538bc161..a16bcdd2 100644
--- a/index.md
+++ b/index.md
@@ -2,39 +2,23 @@
# 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
+layout: home
author_profile: true
-title: "about me"
+# title: "about me"
canonical_url: "https://steffenillium.de"
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!
-
-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.
-
-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.
-
-
-
-Thank you for coming here :wave:
+
+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: