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://jekyllrb.com/)
|
||||
|
@ -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:
|
||||
|
@ -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
|
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div class="page__footer-follow">
|
||||
<ul class="social-icons">
|
||||
{% if site.data.ui-text[site.locale].follow_label %}
|
||||
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
|
||||
{% if site.data.ui-text[site.locale].contact_label %}
|
||||
<li><strong>{{ site.data.ui-text[site.locale].contact_label }}</strong></li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.footer.links %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% if page.previous or page.next %}
|
||||
<!-- {% if page.previous or page.next %}
|
||||
<nav class="pagination">
|
||||
{% 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>
|
||||
@ -11,4 +11,4 @@
|
||||
<a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a>
|
||||
{% endif %}
|
||||
</nav>
|
||||
{% endif %}
|
||||
{% endif %} -->
|
@ -14,7 +14,9 @@ layout: archive
|
||||
|
||||
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
||||
<div class="entries-{{ entries_layout }}">
|
||||
{% include documents-collection.html entries=posts type=entries_layout %}
|
||||
</div>
|
||||
{% for post in posts limit: 8%}
|
||||
{% include archive-single.html type=entries_layout %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% include paginator.html %}
|
||||
|
@ -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.
|
||||
|
||||
<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
|
||||
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."
|
||||
|
@ -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."
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -109,7 +109,7 @@ body {
|
||||
p,
|
||||
li,
|
||||
dl {
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
}
|
||||
|
||||
/* paragraph indents */
|
||||
|
@ -27,7 +27,7 @@ figure.highlight {
|
||||
|
||||
.highlight table {
|
||||
margin-bottom: 0;
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
border: 0;
|
||||
|
||||
td {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
/*
|
||||
|
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.
|
||||
# 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.
|
||||
|
||||
<!-- <figure class="third">
|
||||
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>
|
||||
<figure class="third">
|
||||
<img src="/assets/images/photo/bike.jpg">
|
||||
|
||||
<img src="/assets/images/photo/vulkan_wave.jpg">
|
||||
|
||||
|
||||
<img src="/assets/images/photo/azores.jpg">
|
||||
|
||||
<img src="/assets/images/photo/sundown.jpg">
|
||||
|
||||
<img src="/assets/images/photo/soft_coral.jpg">
|
||||
|
||||
<img src="/assets/images/photo/natural_pool.jpg">
|
||||
</figure> -->
|
||||
|
||||
Thank you for coming here :wave:
|
||||
</figure>
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user