diff --git a/_config.yml b/_config.yml index 13ba813a..42f7d4cf 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" @@ -94,7 +94,7 @@ author: location : "Augsburg" links: - label: "LMU-Munich" - icon: "fa fa-link" + icon: "fas fa-link" url: "https://www.mobile.ifi.lmu.de/team/steffen-illium/" - label: "Scholar" icon: "ai ai-google-scholar" @@ -306,9 +306,10 @@ defaults: values: layout: single author_profile: true - read_time: false + read_time: true comments: false share: false + related: true <<<<<<< HEAD related: true show_date: false @@ -329,8 +330,15 @@ scholar: related: false show_date: true + +# Footer +footer_scripts: + - /assets/js/main.min.js + - /assets/js/custom-bibtex.js + + scholar: - style: modern-language-association + style: acm-siggraph bibliography: _bibliography.bib >>>>>>> d0fa738f (rebase from mnml mistakes source) source: "" diff --git a/_data/navigation.yml b/_data/navigation.yml index 7342fccd..040d7c31 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,4 @@ main: -<<<<<<< HEAD - title: "publications" url: /publications - title: "research" @@ -12,17 +11,4 @@ main: # url: /blog - title: "about me" url: /about -======= - - title: "teaching" - url: /teaching - #- title: "Projects" - # url: /projects - - title: "research" - url: /research - # - title: "Blog" - # url: /blog - - title: "publications" - url: /publications - #- title: "CV" - # url: /cv ->>>>>>> d0fa738f (rebase from mnml mistakes source) + diff --git a/_posts/teaching/2020-04-15-IOS.md b/_posts/teaching/2020-04-15-IOS.md index 7f3a5f77..86be9b98 100644 --- a/_posts/teaching/2020-04-15-IOS.md +++ b/_posts/teaching/2020-04-15-IOS.md @@ -1,6 +1,5 @@ --- layout: single -<<<<<<< HEAD title: "iOS App Development" categories: teaching tags: teaching ios swift mobile-development app-development agile teamwork @@ -50,32 +49,3 @@ A significant emphasis was placed not only on technical implementation but also
-======= -title: "IOS - Mobile App Developement" -categories: teaching -tags: app developement -excerpt: "Teaching to plan and develope distributed mobile apps for IOS as a team." -header: - teaser: assets/images/teaching/ios.png ---- - -{: .align-left style="padding:0.1em; width:5em"} -One semester and with the experience in [andropid app developement](teaching/android), I stepped in to support my collegue in teaching mobile app developement at LMU. -The lab was divided into two phases: -**1)** In the introductory phase, the theoretical basics were taught in a weekly preliminary meeting, in addition to practical timeslots. -**2)** During the project phase, students then worked independently in groups on their own projects. -There were individual appointments with the project groups to discuss the respective status of the project work. - -Specifically, the practical course provided an introduction to programming for the Apple iOS operating system. -The focus was on programming with Swift and an introduction to specific concepts of programming on mobile devices. - -### Content - -- Client-Server Architecture -- Usage of wireless lokal networks (Wifi / Bluetooth) -- GPS and outdoor positioning -- Teamwork and planning of timed projects -- Agile feature developement and tools - -IOS app developement was tought as `Praktikum Mobile und Verteilte Systeme (MSP)` ->>>>>>> d0fa738f (rebase from mnml mistakes source) diff --git a/_posts/teaching/2022-10-15-android.md b/_posts/teaching/2022-10-15-android.md index cc8b5139..5ebf9f9b 100644 --- a/_posts/teaching/2022-10-15-android.md +++ b/_posts/teaching/2022-10-15-android.md @@ -1,6 +1,5 @@ --- layout: single -<<<<<<< HEAD title: "MSP Android Course" categories: teaching tags: teaching android java kotlin mobile-development app-development agile teamwork @@ -57,43 +56,3 @@ Emphasis was placed on applying software engineering best practices within the c -======= -title: "Android - Mobile App Developement" -categories: teaching -tags: app developement -excerpt: "Teaching to plan and develope distributed mobile apps for Android as a team." -header: - teaser: assets/images/teaching/android.png ---- - -{: .align-left style="padding:0.1em; width:5em"} -Over the course of several semesters me and my collegues tought mobile app developement at [LMU](https://www.mobile.ifi.lmu.de/). -The lab was divided into two phases: -**1)** In the introductory phase, the theoretical basics were taught in a weekly preliminary meeting, in addition to practical timeslots. -**2)** During the project phase, students then worked independently in groups on their own projects. -There were individual appointments with the project groups to discuss the respective status of the project work. - -### Content - -