Publications
Peer-reviewed conference papers, journal articles, and other scientific publications.
2025
-  PaperInnovating Teaching and Assessment in University-Level EngineeringJonas Genath, Daniel Fischer, and Dirk StelzerIn Proceeding of the 2025 9th International Conference on Education and E-Learning, Tokyo, Japan , Nov 2025
There is a growing demand for future-oriented skills in engineering education. This paper explores implementation and use of the CodeOcean autograding system in a Python programming course for first-semester students at a university. Based on the framework of constructive alignment, the course integrates automated formative and summative assessments to promote programming and digital skills. While working on iterative semester-long exercises, students receive continuous feedback from the autograder to support self-organized digital learning. Survey results and experiences gained over several semesters show challenges of implementing effective automatic feedback, namely quality and conciseness. They also help identify advantages such as scalability, efficiency, and learning outcomes. This paper concludes with practical insights and outlines possible improvements, including the integration of AI-based feedback to further increase learning effectiveness.
@inproceedings{10.1145/3719487.3719490, author = {Genath, Jonas and Fischer, Daniel and Stelzer, Dirk}, title = {Innovating Teaching and Assessment in University-Level Engineering}, year = {2025}, month = nov, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, booktitle = {Proceeding of the 2025 9th International Conference on Education and E-Learning}, keywords = {Autograding, Programming Education, University Teaching, Future Skills}, location = { Tokyo, Japan }, series = {ICEEL '25}, } -  ArticleFuture skills in engineering education: digitalization of skills-based learning and examinationJonas Genath, Peter Amthor, Jean Pierre Bergmann, and 22 more authorsOct 2025Projekt examING
The main objective of an engineering degree is to develop the necessary professional, methodological and social skills of engineering students. In this context, university graduates are particularly characterized by the fact that they have a broad range of professional and methodological knowledge and, at the same time, scientific problem-solving skills. These enable them to face new challenges by critically analyzing emerging issues and expanding their knowledge throughout their lives. They can apply their knowledge in a targeted manner. Engineers have to solve complex technical problems and develop demand-driven solutions for different markets considering various time, regulatory, and financial constraints. They must cope with an ever-changing world and adapt to rapidly changing technological and social conditions. Therefore, engineering education should be based on frameworks such as Future Skills and 21st Century Skills to ensure clarity in the development of skills and the sustainability of programs. There is a growing emphasis on teaching not only technical expertise, but also key skills for long-term career success. Launched in 2021, the examING project aims to explore and evaluate skills-based learning and examination in undergraduate engineering programs. It includes several sub-projects focused on Digital Collaboration, Digital Learning and Digital Literacy. Guided by the principles of Constructive Alignment, the project is revising learning outcomes, defining learning activities, and developing examinations to ensure that students acquire and apply relevant skills for future engineering challenges.
@article{dbt_mods_00067584, author = {Genath, Jonas and Amthor, Peter and Bergmann, Jean Pierre and Br{\"a}unig, Sylvia and Dallmann, Thomas and D{\"o}ring, Ulf and Fehr, Hendrik and Fischer, Daniel and Gensior, Albrecht and Girkes, Florian and Griebel, Stefan and Henze, Nicola and Hirte, Uwe and H{\"o}nemann, Claudia and Husung, Stephan and Kreuzberger, Gunther and Lutherdt-Hertlein, Stefan and Neudert-Schulz, Dominik and Pichugin, Pavel and Sander, Anke and Seitz, Jochen and Stelzer, Dirk and Testa, Matthias Ernesto and Witte, Hartmut and Zentner, Lena}, title = {Future skills in engineering education: digitalization of skills-based learning and examination}, year = {2025}, month = oct, day = {13}, publisher = {ilmedia}, address = {Ilmenau}, note = {Projekt examING}, doi = {10.22032/dbt.67584}, url = {https://doi.org/10.22032/dbt.67584}, file = {:https://www.db-thueringen.de/servlets/MCRFileNodeServlet/dbt_derivate_00069095/ilm1-202520032.pdf:PDF}, language = {en} } -  PresentationEinsatz eines Autograders in der universitären Programmierausbildung zur Verbesserung des digital gestützten Lernens und Prüfens für IngenieureJonas Genath and Daniel FischerDigiTeLL – Digital Teaching and Learning Lab, Frankfurt, Vortrag und Poster , Apr 2025
As part of the redesign of a course on operational digitization, the desire was expressed to also digitize teaching itself to a greater extent. The aim is to give students a basic understanding of programming so that they can better understand digital possibilities. The autograder CodeOcean was used as a suitable tool—a web-based open-source platform with a development environment, collaboration functions, and LMS integration. In the “examING” project, funded by the Foundation for Innovation in Higher Education, new digital teaching and examination formats for Python training were developed and tested with CodeOcean. So far, around 270 students have participated in the courses, and around 120 have taken digital exams. Feedback and observations accompanied the implementation. Automated assessment by CodeOcean facilitates individual learning and promotes targeted skills development. The article reflects on the experiences, identifies challenges, and outlines further developments, in particular the planned integration of generative AI such as ChatGPT to further improve feedback for students.
 
2024
-  PresentationChatGPT meets CodeOcean: Integeration KI-basierten Feedbacks in Autograder-SystemeGunther Kreuzberger, Jonas Genath, and Daniel FischerTURN Conference, Berlin, Vortrag und Poster , Apr 2024
The examING project – digitization of competency-based testing for bachelor’s degree programs in engineering – is investigating how feedback on programming tasks can be improved through generative AI. The aim is to make feedback more individualized, differentiated, constructive, and linguistically variable. The approach developed motivates learners through practical tasks, extensive practice opportunities, and integrated programming tools. To implement this, ChatGPT was integrated into the web-based autograder system CodeOcean via an API. Structured prompts are used to generate factual feedback that specifically addresses the submitted solutions. Initial results show that AI integration can be used to generate high-quality, customizable feedback along defined dimensions. The next steps include the user-friendly presentation of feedback, an evaluation of acceptance, and expansion to other use cases such as comment requests, note creation, and task clarification. The project is funded by the Foundation for Innovation in Higher Education as part of the federal-state program “Strengthening Universities through Digitization.”
 
2023
-  PaperHow Not to Visualize your Simulation Output DataJonas Genath and Steffen StrassburgerIn Proceedings of the 2023 Winter Simulation Conference, Dec 2023
Hybrid modeling and simulation studies combine well-defined methods from other disciplines with a simulation technique. Especially in the area of output data analysis of simulation studies, there is great potential for hybrid approaches that incorporate methods from machine learning and AI. For their successful application, the analytical capabilities of machine learning and AI must be combined with the interpretive capabilities of humans. In most cases, this connection is achieved through visualizations. As methods become more complicated, the demands on visualizations are increasing. In this paper, we conduct a data farming study and delve into the analysis of the output data. In doing so, we uncover typical errors in visualizations making the interpretation and evaluation of the data difficult or misleading. We then apply concepts of visual analytics to these visualizations and derive general guidelines to help simulation users to analyze their simulation studies and present results unambiguously and clearly.
@inproceedings{genath2023wsc, author = {Genath, Jonas and Strassburger, Steffen}, title = {How Not to Visualize your Simulation Output Data}, booktitle = {Proceedings of the 2023 Winter Simulation Conference}, address = {San Antonio, TX, USA}, year = {2023}, month = dec, } -  PaperErfahrungen bei der Integration des Autograding-Systems CodeOcean in die universitäre ProgrammierausbildungJonas Genath, Peter Amthor, Ulf Döring, and 2 more authorsIn Proceedings of the sixth workshop "Automatische Bewertung von Programmieraufgaben", Oct 2023
Effective and efficient university programming education increasingly requires the use of automated assessment systems. As part of the examING2 project, the AutoPING subproject is testing the use of the open-source autograding system CodeOcean for comprehensive courses and exams at the Technical University of Ilmenau with the aim of enabling and promoting self-directed and competence-oriented learning. This article provides an overview of initial project experiences in adapting didactic scenarios in programming education to test-driven software development and the generation of feedback. It discusses key findings from the perspective of students and teachers, challenges and approaches to integrating and expanding CodeOcean for new fields of application, and opens up future perspectives.
@inproceedings{amthor2023codeocean, author = {Genath, Jonas and Amthor, Peter and Döring, Ulf and Fischer, Daniel and Kreuzberger, Gunther}, title = {Erfahrungen bei der Integration des Autograding-Systems CodeOcean in die universitäre Programmierausbildung}, booktitle = {Proceedings of the sixth workshop "Automatische Bewertung von Programmieraufgaben"}, publisher = {Gesellschaft für Informatik e. V.}, year = {2023}, month = oct, } 
2022
-  PaperExplainable AI for Data Farming Output Analysis: A Use Case for Knowledge Generation through Black-Box ClassifiersNiclas Feldkamp, Jonas Genath, and Steffen StrassburgerIn Proceedings of the 2022 Winter Simulation Conference, Dec 2022
Data farming combines large-scale simulation experiments with high performance computing and sophisticated big data analysis methods. The portfolio of analysis methods for those large amounts of simulation data still yields potential to further development, and new methods emerge frequently. Among the most interesting are methods of explainable artificial intelligence (XAI). Those methods enable the use of black-box-classifiers for data farming output analysis, which has been shown in a previous paper. In this paper, we apply the concept for XAI-based data farming analysis on a complex, real world case study to investigate the suitability of such concept in a real world application, and we also elaborate on which blackbox classifiers are actually the most suitable for large-scale simulation data that accumulates in a data farming project.
@inproceedings{feldkamp2022wsc, author = {Feldkamp, Niclas and Genath, Jonas and Strassburger, Steffen}, title = {Explainable AI for Data Farming Output Analysis: A Use Case for Knowledge Generation through Black-Box Classifiers}, booktitle = {Proceedings of the 2022 Winter Simulation Conference}, address = {Singapur, SGP}, year = {2022}, month = dec, } -  ArticleDevelopment of an Integrated Solution for Data Farming and Knowledge Discovery in Simulation DataJonas Genath, Sören Bergmann, Sven Spieckermann, and 2 more authorsSimulation Notes Europe, Sep 2022
Simulation is an established methodology for planning and evaluating manufacturing and logistics systems. In contrast to classical simulation studies, the method of knowledge discovery in simulation data uses a simulation model as a data generator (data farming). Subsequently, hidden, previously unknown and potentially useful cause-effect relationships can be uncovered on the generated data using data mining and visual analytics methods. So far, however, there was a lack of integrated, easy-to-use software solutions for the application of the data farming in operational practice. This paper presents such an integrated solution, which allows generating experiment designs, implements a method to distribute the necessary experiment runs, and provides the user with tools to analyze and visualize the result data.
@article{genath2022sne, author = {Genath, Jonas and Bergmann, Sören and Spieckermann, Sven and Stauber, Stephan and Feldkamp, Niclas}, title = {Development of an Integrated Solution for Data Farming and Knowledge Discovery in Simulation Data}, journal = {Simulation Notes Europe}, volume = {32}, number = {2}, year = {2022}, month = sep, } -  ArticleData Farming und Wissensentdeckung in Simulationsdaten - Entwicklung einer integrierten LösungJonas Genath, Soeren Bergmann, Steffen Straßburger, and 2 more authorsZeitschrift für wirtschaftlichen Fabrikbetrieb, Mar 2022
Simulation as a method of digital factory has long been established to support the planning of production and logistics systems. In addition to the simulation studies that have prevailed to date, the method of knowledge discovery in simulation data presented here uses a simulation model as a data generator. This allows data mining and visual analytics methods to be used to uncover hidden and potentially useful cause-and-effect relationships in the generated data. Until now, however, there has been a lack of integrated software solutions for practical use.
@article{genath2022zfwf, author = {Genath, Jonas and Bergmann, Soeren and Straßburger, Steffen and Spieckermann, Sven and Stauber, Stephan}, title = {Data Farming und Wissensentdeckung in Simulationsdaten - Entwicklung einer integrierten Lösung}, journal = {Zeitschrift für wirtschaftlichen Fabrikbetrieb}, number = {3}, year = {2022}, month = mar, } 
2021
-  PaperAn Integrated Solution for Data Farming and Knowledge Discovery in Simulation Data: A Case Study of the Battery Supply of a Vehicle ManufacturerJonas Genath, Soeren Bergmann, Steffen Strassburger, and 2 more authorsIn Proceedings of the 2021 Winter Simulation Conference, Dec 2021
The development of logistics concepts, here for supplying an automobile production with batteries, is a major challenge, especially when there are uncertainties. In order to mitigate this, the method of knowledge discovery in simulation data is to be applied here. In order to enable the planners to easily use the method, a tool that can be easily integrated into practical use (SimAssist-4farm) was developed.
@inproceedings{genath2021wsc1, author = {Genath, Jonas and Bergmann, Soeren and Strassburger, Steffen and Stauber, Stephan and Spieckermann, Sven}, title = {An Integrated Solution for Data Farming and Knowledge Discovery in Simulation Data: A Case Study of the Battery Supply of a Vehicle Manufacturer}, booktitle = {Proceedings of the 2021 Winter Simulation Conference}, address = {Phoenix, AZ, USA}, year = {2021}, month = dec, } -  PresentationAutomation in the Process of Knowledge Discovery in Simulation DataJonas GenathWinter Simulation Conference, Phoenix, AZ, USA, Vortrag und Poster , Dec 2021
In contrast to classical simulation studies, the method of knowledge discovery in simulation data uses a simulation model as a data generator (data farming). Subsequently using data mining methods, hidden, previously unknown and potentially useful cause-effect relationships can be uncovered. So far, however, there is a lack of support and automatization tools for non-experts or novices in knowledge discovery in simulation data, which leads to a more difficult use in industrial applications and prevents a broader utilization. In this work, we propose a concept which provides an approach for automating and supporting knowledge discovery in simulation data.
 -  PaperEntwicklung einer integrierten Lösung für das Data Farming und die Wissensentdeckung in SimulationsdatenJonas Genath, Sören Bergmann, Sven Spieckermann, and 2 more authorsIn Proceedings der ASIM Fachtagung „Simulation in Produktion und Logistik“, Sep 2021
Simulation is an established methodology for planning and evaluating manufacturing and logistics systems. In contrast to classical simulation studies, the method of knowledge discovery in simulation data uses a simulation model as a data generator (data farming). Subsequently, hidden, previously unknown and potentially useful cause-effect relationships can be uncovered on the generated data using data mining and visual analytics methods. So far, however, there is a lack of integrated, easy-to-use software solutions for the application of the data farming in operational practice. This paper presents such an integrated solution, which allows for generating experiment designs, implements a method to distribute the necessary experiment runs, and provides the user with tools to analyze and visualize the result data.
@inproceedings{genath2021asim1, author = {Genath, Jonas and Bergmann, Sören and Spieckermann, Sven and Stauber, Stephan and Feldkamp, Niclas}, title = {Entwicklung einer integrierten Lösung für das Data Farming und die Wissensentdeckung in Simulationsdaten}, booktitle = {Proceedings der ASIM Fachtagung „Simulation in Produktion und Logistik“}, year = {2021}, month = sep, pages = {377--386}, } -  PaperAutomatisierung im Prozess der Wissensentdeckung in Simulationsdaten - Charakterisierung der ErgebnisdatenJonas Genath, Sören Bergmann, Niclas Feldkamp, and 1 more authorIn Proceedings der ASIM Fachtagung „Simulation in Produktion und Logistik“, Sep 2021
The traditional application of simulation in production and logistics is usually aimed at changing certain parameters in order to answer clearly defined objectives or questions. In contrast to this approach, the method of knowledge discovery in simulation data (KDS) uses a simulation model as a data generator (data farming). Subsequently using data mining methods, hidden, previously unknown and potentially useful cause-effect relationships can be uncovered. So far, however, there is a lack of guidelines and automatization-tools for non-experts or novices in KDS, which leads to a more difficult use in industrial applications and prevents a broader utilization. This paper presents a concept for automating the first step of the KDS, which is the process of characterization of the result data, using meta learning and validates it on small case study.
@inproceedings{genath2021asim2, author = {Genath, Jonas and Bergmann, Sören and Feldkamp, Niclas and Straßburger, Steffen}, title = {Automatisierung im Prozess der Wissensentdeckung in Simulationsdaten - Charakterisierung der Ergebnisdaten}, booktitle = {Proceedings der ASIM Fachtagung „Simulation in Produktion und Logistik“}, year = {2021}, month = sep, pages = {367--376}, }