new style and projects
This commit is contained in:
parent
d0ecf1aec4
commit
86228fbaf7
@ -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://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
|
||||||
[](https://jekyllrb.com/)
|
[](https://jekyllrb.com/)
|
||||||
|
@ -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"
|
||||||
@ -75,7 +75,7 @@ author:
|
|||||||
icon: "ai ai-researchgate"
|
icon: "ai ai-researchgate"
|
||||||
url: "https://www.researchgate.net/profile/Steffen-Illium"
|
url: "https://www.researchgate.net/profile/Steffen-Illium"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Site Footer
|
# Site Footer
|
||||||
footer:
|
footer:
|
||||||
@ -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:
|
||||||
|
@ -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
|
@ -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"
|
||||||
|
@ -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 %}
|
||||||
|
@ -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 %} -->
|
@ -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 %}
|
||||||
|
@ -9,3 +9,19 @@ header:
|
|||||||
---
|
---
|
||||||
|
|
||||||
{: .align-left style="padding:0.1em; width:5em"}
|
{: .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>
|
||||||
|
@ -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."
|
||||||
|
@ -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."
|
||||||
|
@ -7,7 +7,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-right {
|
.table-right {
|
||||||
// font-size: 28px !important;
|
// font-size: 28px !important;
|
||||||
font: 21px/1.4 Helvetica,"Helvetica Neue",Arial,sans-serif;
|
font: 21px/1.4 Helvetica,"Helvetica Neue",Arial,sans-serif;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
align-content: "center";
|
align-content: "center";
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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,
|
||||||
@ -266,7 +266,7 @@ figure {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fourth {
|
&.fourth {
|
||||||
> p,
|
> p,
|
||||||
> a,
|
> a,
|
||||||
@ -287,7 +287,7 @@ figure {
|
|||||||
> a {
|
> a {
|
||||||
|
|
||||||
font-size: 0%;
|
font-size: 0%;
|
||||||
|
|
||||||
@include breakpoint($small) {
|
@include breakpoint($small) {
|
||||||
font-size: 0%;
|
font-size: 0%;
|
||||||
}
|
}
|
||||||
@ -311,8 +311,8 @@ figure {
|
|||||||
> p,
|
> p,
|
||||||
> a,
|
> a,
|
||||||
> img {
|
> img {
|
||||||
|
|
||||||
width: calc(15% - 0.5em);
|
width: calc(15% - 0.5em);
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
|
@ -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 {
|
||||||
|
@ -109,7 +109,7 @@ body {
|
|||||||
p,
|
p,
|
||||||
li,
|
li,
|
||||||
dl {
|
dl {
|
||||||
font-size: 1em;
|
font-size: $my-text-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* paragraph indents */
|
/* paragraph indents */
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -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
110
about.md
Normal 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>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Concepts:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Languages:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
PY-Libraries:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Operating Sytems:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Databases:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Tools & Services:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Programs:
|
||||||
|
<br>
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Thank you for coming here :wave:
|
BIN
assets/images/projects/dw_magazin.png
Normal file
BIN
assets/images/projects/dw_magazin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
BIN
assets/images/projects/dw_screenshot.png
Normal file
BIN
assets/images/projects/dw_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1014 KiB |
36
index.md
36
index.md
@ -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:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user