diff --git a/bibliography.bib b/bibliography.bib index 0c1a331..d224e5d 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -2549,6 +2549,23 @@ file = {/home/charlotte/sync/Zotero/storage/H7DE54N9/Luxton-Reilly et al. - 2018 - Introductory programming a systematic literature .pdf} } +@article{maertensDiscoveringExploringCases2024, + title = {Discovering and Exploring Cases of Educational Source Code Plagiarism with {{Dolos}}}, + author = {Maertens, Rien and Van Neyghem, Maarten and Geldhof, Maxiem and Van Petegem, Charlotte and Strijbol, Niko and Dawyndt, Peter and Mesuere, Bart}, + year = {2024}, + month = may, + journal = {{SoftwareX}}, + volume = {26}, + pages = {101755}, + issn = {2352-7110}, + doi = {10.1016/j.softx.2024.101755}, + url = {https://www.sciencedirect.com/science/article/pii/S2352711024001262}, + urldate = {2024-05-13}, + abstract = {Source code plagiarism is a significant issue in educational practice, and educators need user-friendly tools to cope with such academic dishonesty. This article introduces the latest version of Dolos, a state-of-the-art ecosystem of tools for detecting and preventing plagiarism in educational source code. In this new version, the primary focus has been on enhancing the user experience. Educators can now run the entire plagiarism detection pipeline from a new web app in their browser, eliminating the need for any installation or configuration. Completely redesigned analytics dashboards provide an instant assessment of whether a collection of source files contains suspected cases of plagiarism and how widespread plagiarism is within the collection. The dashboards support hierarchically structured navigation to facilitate zooming in and out of suspect cases. Clusters are an essential new component of the dashboard design, reflecting the observation that plagiarism can occur among larger groups of students. To meet various user needs, the Dolos software stack for source code plagiarism detection now includes a self-hostable web app, a JSON application programming interface (API), a command line interface (CLI), a JavaScript library and a preconfigured Docker container. Clear documentation and a free-to-use instance of the web app can be found at https://dolos.ugent.be. The source code is also available on GitHub.}, + keywords = {Academic dishonesty,Cheating,Educational data mining,Learning analytics,Online learning,Plagiarism,Programming language,Source code,Web app}, + file = {/home/charlotte/sync/Zotero/storage/DL9C6WMM/Maertens et al. - 2024 - Discovering and exploring cases of educational sou.pdf;/home/charlotte/sync/Zotero/storage/WRMBQZM7/S2352711024001262.html} +} + @article{maertensDolosLanguageagnosticPlagiarism2022, title = {Dolos: {{Language-agnostic}} Plagiarism Detection in Source Code}, shorttitle = {Dolos}, diff --git a/book.org b/book.org index 045db13..f3d8fb7 100644 --- a/book.org +++ b/book.org @@ -240,9 +240,10 @@ Strijbol, N., Sels, B., *Van Petegem, C.*, Maertens, R., Scholliers, C., Mesuere TESTed-DSL: a domain-specific language to create programming exercises with language-agnostic automated assessment. /Software Testing, Verification and Reliability/. -Maertens, R., Van Neyghem, M., Geldhof, M., *Van Petegem, C.*, Strijbol, N., Dawyndt, P., Mesuere, B., accepted. +Maertens, R., Van Neyghem, M., Geldhof, M., *Van Petegem, C.*, Strijbol, N., Dawyndt, P., Mesuere, B., 2024. Discovering and exploring cases of educational source code plagiarism with Dolos. -/SoftwareX/. https://arxiv.org/abs/2402.10853 +/SoftwareX/ 26, 101755. +https://doi.org/10.1016/j.softx.2024.101755 Zhidkikh, D., Heilala, V., *Van Petegem, C.*, Dawyndt, P., Järvinen, M., Viitanen, S., De Wever, B., Mesuere, B., Lappalainen, V., Kettunen, L., & Hämäläinen, R., 2024. Reproducing Predictive Learning Analytics in CS1: Toward Generalizable and Explainable Models for Enhancing Student Retention.