Skip to content

Commit d0a911b

Browse files
committed
Translated abstracts
1 parent b81d4a1 commit d0a911b

File tree

1 file changed

+35
-12
lines changed

1 file changed

+35
-12
lines changed

_bibliography/papers.bib

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ @unpublished{genath2021wsc2
4949
year = {2021},
5050
additional_info = {Winter Simulation Conference, Phoenix, AZ, USA, Vortrag und Poster},
5151
abstract = {
52-
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.
52+
In contrast to classical simulation studies, the method of knowledge discovery in simulation data uses a simulation model as a data generator (data farming).
53+
Subsequently using data mining methods, hidden, previously unknown and potentially useful cause-effect relationships can be uncovered.
54+
So far, however, there is a lack of support and automatization tools for non-experts or novices in knowledge discovery in simulation data,
55+
which leads to a more difficult use in industrial applications and prevents a broader utilization.
56+
In this work, we propose a concept which provides an approach for automating and supporting knowledge discovery in simulation data.
5357
}
5458
}
5559

@@ -62,15 +66,15 @@ @article{genath2022zfwf
6266
year = {2022},
6367
bibtex_show={true},
6468
abstract = {
65-
Simulation als Methode der Digitalen Fabrik ist seit langem etabliert
66-
zur Unterstützung der Planung von Produktions- und Logistiksystemen.
67-
In Ergänzung zu bisher vorherrschenden Simulationsstudien
68-
wird bei der hier vorgestellten Methode der Wissensentdeckung in
69-
Simulationsdaten ein Simulationsmodell als Datengenerator verwendet.
70-
Dadurch können mittels Data-Mining- und Visual-Analytics-Methoden
71-
versteckte und potenziell nützliche Ursache-Wirkungs-Beziehungen
72-
in den generierten Daten aufgedeckt werden. Bislang fehlte es
73-
jedoch an integrierten Softwarelösungen für die Praxis.
69+
Simulation as a method of digital factory has long been established
70+
to support the planning of production and logistics systems.
71+
In addition to the simulation studies that have prevailed to date,
72+
the method of knowledge discovery in simulation data presented here
73+
uses a simulation model as a data generator.
74+
This allows data mining and visual analytics methods to be used
75+
to uncover hidden and potentially useful cause-and-effect relationships
76+
in the generated data. Until now, however, there has been a lack of
77+
integrated software solutions for practical use.
7478
}
7579
}
7680

@@ -176,7 +180,16 @@ @unpublished{kreuzberger2024turn
176180
year = {2024},
177181
additional_info = {TURN Conference, Berlin, Vortrag und Poster},
178182
abstract = {
179-
Im Projekt examING – Digitalisierung des kompetenzorientierten Prüfens für ingenieurwissenschaftliche Bachelorstudiengänge wird untersucht, wie Feedback zu Programmieraufgaben durch generative KI verbessert werden kann. Ziel ist es, Rückmeldungen individueller, differenzierter, konstruktiver und sprachlich variabler zu gestalten. Der entwickelte Ansatz motiviert Lernende durch praxisnahe Aufgaben, umfangreiche Übungsmöglichkeiten und integrierte Programmierwerkzeuge. Zur Umsetzung wurde ChatGPT über eine API in das webbasierte Autograder-System CodeOcean eingebunden. Mithilfe strukturierter Prompts wird sachorientiertes Feedback generiert, das gezielt auf die eingereichten Lösungen eingeht. Erste Ergebnisse zeigen, dass sich durch die KI-Integration qualitativ hochwertiges, anpassbares Feedback entlang definierter Dimensionen erzeugen lässt. Die nächsten Schritte umfassen die nutzerfreundliche Darstellung des Feedbacks, eine Evaluation der Akzeptanz sowie die Erweiterung auf weitere Anwendungsfälle wie Kommentaranfragen, Hinweiserstellungen und Aufgabenklärung. Das Projekt wird von der Stiftung Innovation in der Hochschullehre im Rahmen des Bund-Länder-Programms „Hochschule durch Digitalisierung stärken“ gefördert.
183+
The examING project – digitization of competency-based testing for bachelor's degree programs in engineering –
184+
is investigating how feedback on programming tasks can be improved through generative AI.
185+
The aim is to make feedback more individualized, differentiated, constructive, and linguistically variable.
186+
The approach developed motivates learners through practical tasks, extensive practice opportunities,
187+
and integrated programming tools. To implement this, ChatGPT was integrated into the web-based autograder system CodeOcean via an API.
188+
Structured prompts are used to generate factual feedback that specifically addresses the submitted solutions.
189+
Initial results show that AI integration can be used to generate high-quality, customizable feedback along defined dimensions.
190+
The next steps include the user-friendly presentation of feedback, an evaluation of acceptance,
191+
and expansion to other use cases such as comment requests, note creation, and task clarification.
192+
The project is funded by the Foundation for Innovation in Higher Education as part of the federal-state program “Strengthening Universities through Digitization.”
180193
}
181194
}
182195

@@ -189,6 +202,16 @@ @unpublished{genath2025digitell
189202
year = {2025},
190203
additional_info = {DigiTeLL – Digital Teaching and Learning Lab, Frankfurt, Vortrag und Poster},
191204
abstract = {
192-
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.
205+
As part of the redesign of a course on operational digitization, the desire was expressed to also digitize teaching itself to a greater extent.
206+
The aim is to give students a basic understanding of programming so that they can better understand digital possibilities.
207+
The autograder CodeOcean was used as a suitable tool—a web-based open-source platform with a development environment,
208+
collaboration functions, and LMS integration.
209+
In the “examING” project, funded by the Foundation for Innovation in Higher Education,
210+
new digital teaching and examination formats for Python training were developed and tested with CodeOcean.
211+
So far, around 270 students have participated in the courses, and around 120 have taken digital exams.
212+
Feedback and observations accompanied the implementation.
213+
Automated assessment by CodeOcean facilitates individual learning and promotes targeted skills development.
214+
The article reflects on the experiences, identifies challenges, and outlines further developments,
215+
in particular the planned integration of generative AI such as ChatGPT to further improve feedback for students.
193216
}
194217
}

0 commit comments

Comments
 (0)