Skip to content

Commit

Permalink
Development: Add paper publications from 2023 to documentation (#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbernius authored Nov 10, 2023
1 parent 1e0ce9c commit b8b3b7d
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions docs/research/publications.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,94 @@
% https://flamingtempura.github.io/bibtex-tidy/index.html?opt=%7B%22curly%22%3Atrue%2C%22numeric%22%3Atrue%2C%22sort%22%3A%5B%22-year%22%2C%22-month%22%2C%22author%22%5D%2C%22omit%22%3A%5B%22timestamp%22%2C%22biburl%22%2C%22bibsource%22%2C%22editor%22%2C%22copyright%22%2C%22category%22%2C%22note%22%2C%22metadata%22%5D%2C%22space%22%3A2%2C%22tab%22%3Afalse%2C%22align%22%3A13%2C%22wrap%22%3A80%2C%22blankLines%22%3Afalse%2C%22duplicates%22%3A%5B%22key%22%2C%22doi%22%2C%22citation%22%5D%2C%22merge%22%3Afalse%2C%22enclosingBraces%22%3Afalse%2C%22stripEnclosingBraces%22%3Atrue%2C%22dropAllCaps%22%3Afalse%2C%22sortFields%22%3A%5B%22title%22%2C%22shorttitle%22%2C%22author%22%2C%22year%22%2C%22month%22%2C%22day%22%2C%22journal%22%2C%22booktitle%22%2C%22location%22%2C%22on%22%2C%22publisher%22%2C%22address%22%2C%22series%22%2C%22volume%22%2C%22number%22%2C%22pages%22%2C%22doi%22%2C%22isbn%22%2C%22issn%22%2C%22url%22%2C%22urldate%22%5D%2C%22stripComments%22%3Afalse%2C%22tidyComments%22%3Atrue%2C%22encodeUrls%22%3Afalse%2C%22escape%22%3Afalse%2C%22trailingCommas%22%3Atrue%2C%22removeEmptyFields%22%3Afalse%2C%22removeDuplicateFields%22%3Afalse%2C%22lowercase%22%3Atrue%2C%22generateKeys%22%3Atrue%7D
%%%
@inproceedings{linhuber2023constructive,
title = {
Constructive Alignment in Modern Computing Education: An Open-Source
Computer-Based Examination System
},
author = {Linhuber, Matthias and Bernius, Jan Philip and Krusche, Stephan},
year = 2023,
month = nov,
booktitle = {23nd Koli Calling International Conference on Computing Education Research},
location = {Koli, Finland},
series = {{Koli} '23},
doi = {10.35542/osf.io/nmpf6},
}
@inproceedings{manger2023is,
title = {
Is Online Teaching Dead After COVID-19? Student Preferences for Programming
Courses
},
author = {
Stefanie Manger and Maximilian S{\"{o}}lch and Matthias Linhuber and
Christoph Weinhuber and Philipp Zagar and Stephan Krusche
},
year = 2023,
month = aug,
booktitle = {
35th International Conference on Software Engineering Education and
Training
},
location = {Tokyo, Japan},
publisher = {IEEE},
series = {{CSEE{\&}T} '23},
pages = {89--98},
doi = {10.1109/CSEET58097.2023.00020},
}
@inproceedings{berrezueta_guzman2023plagiarism,
title = {Plagiarism Detection and its Effect on the Learning Outcomes},
author = {Jonnathan Berrezueta{-}Guzman and Markus Paulsen and Stephan Krusche},
year = 2023,
month = aug,
booktitle = {
35th International Conference on Software Engineering Education and
Training
},
location = {Tokyo, Japan},
publisher = {IEEE},
series = {{CSEE{\&}T} '23},
pages = {99--108},
doi = {10.1109/CSEET58097.2023.00021},
}
@inproceedings{berrezueta_guzman2023recommendations,
title = {Recommendations to Create Programming Exercises to Overcome ChatGPT},
author = {Jonnathan Berrezueta{-}Guzman and Stephan Krusche},
year = 2023,
month = aug,
booktitle = {
35th International Conference on Software Engineering Education and
Training
},
location = {Tokyo, Japan},
publisher = {IEEE},
series = {{CSEE{\&}T} '23},
pages = {147--151},
doi = {10.1109/CSEET58097.2023.00031},
}
@inproceedings{krusche2023introduction,
title = {Introduction to Programming using Interactive Learning},
author = {Stephan Krusche and Jonnathan Berrezueta{-}Guzman},
year = 2023,
month = aug,
booktitle = {
35th International Conference on Software Engineering Education and
Training
},
location = {Tokyo, Japan},
publisher = {IEEE},
series = {{CSEE{\&}T} '23},
pages = {178--182},
doi = {10.1109/CSEET58097.2023.00037},
}
@inproceedings{s_olch2023integrating,
title = {Integrating Competency-Based Education in Interactive Learning Systems},
author = {Maximilian S{\"{o}}lch and Moritz Aberle and Stephan Krusche},
year = 2023,
month = mar,
booktitle = {13th International Conference on Learning Analytics & Knowledge},
series = {{LAK} '23},
doi = {10.48550/ARXIV.2309.12343},
}
@article{bernius2022machine,
title = {
Machine Learning Based Feedback on Textual Student Answers in Large Courses
Expand Down

0 comments on commit b8b3b7d

Please sign in to comment.