Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed Feb 9, 2024
1 parent 18a50a3 commit 58b57eb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/content/de/education/2024_09-01_RWTH-Aachen.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ location: Aachen, Deutschland
<ul>
<li>Praktikum</li>
<li><a href="public/Seminar-Master.pdf" class="no-underline"><span>Seminar</span><i class="fa-solid fa-file-pdf text-red-400 ml-1"></i></a></li>
<li>Mündliches Schwerpunktkolloquium<sup>**</sup></li>
<li>Mündliches Schwerpunktkolloquium</li>
<li>Masterarbeit<sup>**</sup></li>
</ul>
</div>
Expand Down
5 changes: 1 addition & 4 deletions src/content/de/teaching/2021-03-01_HiWi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ employer: RWTH Aachen - Lehr- und Forschungsgebiet Informatik 2
date_range: Oktober 2020 - März 2021
location: Aachen, Deutschland
---
- Unterstützte bei der Vermittlung von Kenntnissen zu verschiedenen Programmierprinzipien und -sprachen, einschließlich Java, Haskell und Prolog.
- Erstellte Anleitungsvideos und Materialien zur Unterstützung des Kurs- und Aufgabeninhalts.
- Bewertete Hausaufgaben und gab Feedback.
- Moderierte und beantwortete Studentenanfragen im Online-Forum.
Erstellte Lehrvideos zu verschiedenen Programmierprinzipien und -sprachen, einschließlich Java, Haskell und Prolog, und bewertete Hausaufgaben.
4 changes: 1 addition & 3 deletions src/content/de/teaching/2023-03-01_HiWi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ employer: RWTH Aachen University - Lehrstuhl für Informatik 5
date_range: März 2022 - Juli 2023
location: Aachen, Deutschland
---
- Unterstützte bei der Digitalisierung von Kursmaterialien, einschließlich Übungen und Prüfungen.
- Entwickelte Python-Tools zur Automatisierung der Generierung von Aufgaben und zur Bewertung von Studenteneinreichungen.
- Moderierte und beantwortete Studentenanfragen im Online-Forum.
Entwickelte Python-Tools zur Automatisierung der Erstellung von Aufgaben und der Korrektur von Studentenabgaben und half bei der Digitalisierung des Kurses.
2 changes: 1 addition & 1 deletion src/content/en/education/2024_09-01_RWTH-Aachen.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ location: Aachen, Germany
<ul>
<li>Internship</li>
<li><a href="public/Seminar-Master.pdf" class="no-underline"><span>Seminar</span><i class="fa-solid fa-file-pdf text-red-400 ml-1"></i></a></li>
<li>Depth Oral Colloquium<sup>**</sup></li>
<li>Depth Oral Colloquium</li>
<li>Master's Thesis<sup>**</sup></li>
</ul>
</div>
Expand Down
5 changes: 1 addition & 4 deletions src/content/en/teaching/2021-03-01_HiWi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ employer: RWTH Aachen University - Research Group Computer Science 2
date_range: October 2020 - March 2021
location: Aachen, Germany
---
- Assisted in providing instruction on various programming principles and languages, including Java, Haskell, and Prolog.
- Created instructional videos and materials to support coursework and assignments.
- Graded and provided feedback on homework assignments.
- Moderated and responded to student inquiries on online forum.
Created instructional videos on various programming principles and languages, including Java, Haskell, and Prolog, and graded homework assignments.
4 changes: 1 addition & 3 deletions src/content/en/teaching/2023-03-01_HiWi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ employer: RWTH Aachen University - Chair of Computer Science 5
date_range: March 2022 - July 2023
location: Aachen, Germany
---
- Assisted in the digitalization of course materials, including exercises and exams.
- Developed Python tools to automate the generation of tasks and grading of student submissions.
- Moderated and responded to student inquiries on online forum.
Developed Python tools to automate the generation of tasks and grading of student submissions and assisted in the digitalization of the course.
4 changes: 2 additions & 2 deletions src/layouts/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ pub fn BaseLayout(props: &BaseLayoutProps) -> Html {
<div class="min-w-full border-solid border-t-2 border-background-secondary">
<section id="footer" class=" mx-0 xl:mx-auto max-w-7xl flex flex-col xl:flex-row flex-wrap items-center justify-evenly space-y-1 py-8">
<a href="mailto:[email protected]" class="flex items-center text-foreground-primary" >
<i class="fa-solid fa-envelope"></i>
<i class="fa-solid fa-envelope text-[#EBCB8B]"></i>
<span class="ml-2">{"[email protected]"}</span>
</a>
<a href="https://github.com/CodingTil" class="flex items-center text-foreground-primary">
<i class="fa-brands fa-square-github"></i>
<span class="ml-2">{"CodingTil"}</span>
</a>
<a href="https://linkedin.com/in/tilmohr" class="mx-2 flex items-center text-foreground-primary">
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-linkedin text-[#0077B5]"></i>
<span class="ml-2 whitespace-nowrap" >{"tilmohr"}</span>
</a>
</section>
Expand Down

0 comments on commit 58b57eb

Please sign in to comment.