Voträge im Informatik-Seminar Sommer 2025
Prof. Stephan Diehl
1. Sven Molitor
Empirical Study of Usage and Performance of Java Collections,
Costa et al., ICPE 2017
https://aip.ifi.uni-heidelberg.de/fileadmin/papers/2017/ICPE2017_EmpiricalStudyCollections_Costa.pdf
2. Lukas Kohlhaas
A Mathematical Model of the Fining of Usability Problems,
Nielsen and Landauer, INTERCHI 1993
https://dl.acm.org/doi/pdf/10.1145/169059.169166
Prof. Henning Fernau
3. Marcel Bauch
Komplexitätstheoretische Grundlagen für Aufzählungsprobleme
werden beschrieben in:
David S. Johnson, Christos H. Papadimitriou, Mihalis Yannakakis:
On Generating All Maximal Independent Sets.
Information Processing Letters 27(3): 119-123 (1988)
Bei dem Thema wäre es sinnvoll, "Berechenbarkeit und Komplexität"
gehört zu haben.
Prof. Philipp Kindermann
4. Daniel Pickmann
Layered Graph Drawing with Few Gaps and Few Crossings
https://arxiv.org/abs/2502.20896
5. Daniel Zerbe
Minimum spanning blob-trees
https://arxiv.org/abs/2503.02439>
6. Chris Reding
Guarding a 1.5D terrain with Imprecise Viewpoints
https://kam.mff.cuni.cz/conferences/eurocg2025/booklet2025.pdf (Seite 311)
7. Joe Nicoas Heidemann
Visualizing Hypergraphs as Metro Maps: Drawing Paths with Few Bends in Trees and Cacti
https://kam.mff.cuni.cz/conferences/eurocg2025/booklet2025.pdf (Seite 506)
Prof. Stefan Näher
8. Daniel Khan
Rounding Arrangements Dynamically
Leoniads J. Guibas and David H. Marimont
Rounding-Arrangements-Dynamically.pdf
9. Paul Simon
Iterated Snap Rounding
by Dan Halperin and Eli Packer
Iterated-Snap-Rounding.pdf
Prof. Ralf Schenkel
10. Sascha Schäfer
PaperQA: Retrieval-Augmented Generative Agent for Scientific Research
https://arxiv.org/pdf/2312.07559
11. Sam Diederich
Computational reproducibility of Jupyter notebooks from biomedical publications
https://arxiv.org/abs/2308.07333
Prof. Jaqueline Staub
12. Biyan Akineden
Thorgeirsson, S., Ewen, T., & Su, Z. (2025, February)
What Can Computer Science Educators Learn From the Failures of Top-Down Pedagogy?.
In Proceedings of the 56th ACM Technical Symposium on Computer Science Education V. 1 (pp. 1127-1133).
https://dl.acm.org/doi/pdf/10.1145/3641554.3701873
13. Anmaria Fortiu
Hartmann, M., Hielscher, M., & Marinus, E. (2024, November)
Prevalence of Programming Misconceptions in Primary School Students.
In Proceedings of the 24th Koli Calling International Conference on Computing Education Research (pp. 1-11).
https://dl.acm.org/doi/pdf/10.1145/3699538.3699568
14. Simon Andre
Foughali, M. A. (2023, November)
Some thoughts on teaching introductory programming and the first language dilemma.
In Proceedings of the 23rd Koli Calling International Conference on Computing Education Research (pp. 1-8).
https://dl.acm.org/doi/pdf/10.1145/3631802.3631812
15. Elena Schweitzer
Kazemitabaar, M., Hou, X., Henley, A., Ericson, B. J., Weintrop, D., & Grossman, T. (2023, November)
How novices use LLM-based code generators to solve CS1 coding tasks in a self-paced learning environment.
In Proceedings of the 23rd Koli calling international conference on computing education research (pp. 1-12).
https://dl.acm.org/doi/pdf/10.1145/3631802.3631806
Prof. Peter Sturm
16. Fabian Barz
Congestion Avoidance and Control
Van Jacobson et al., SIGCOMM 1988)
This classic paper addresses the early Internet’s **congestion collapse** in the 1980s. It famously recounts
how in 1986 a simple file transfer between two nearby sites (400 yards apart) saw throughput drop from 32 Kbps to 40 bps
due to network congestion . Jacobson and Karels identified that the issue lay in TCP implementations and introduced
several new congestion control mechanisms. The result was dramatic – modified TCP could fill the network pipe without
collapsing, whereas the old TCP only achieved ~75% of link bandwidth due to excessive retransmissions. This paper laid
the foundation for all modern TCP/IP congestion control.
https://ee.lbl.gov/papers/congavoid.pdf#:~:text=In%20October%20of%20%E2%80%9986%2C%20the,3BSD%20%28Berkeley%20UNIX%29%20TCP
17. David Negelen
A Multifaceted Look at Starlink Performance
Nitinder Mohan et al., WebConf 2024
This study is examining SpaceX’s **Starlink** satellite internet network. The authors conduct a large-scale
measurement to see how Starlink performs as an ISP. Importantly, the paper also shows Starlink can support
real-time applications like Zoom video calls and cloud gaming with performance similar to terrestrial networks
under good conditions . That said, because the satellites periodically hand off connections, users might see
brief hiccups. The researchers also noted Starlink’s use of **inter-satellite laser links**, which in some
cases route data faster than undersea cables for long distances.
https://www.nitindermohan.com/documents/2024/pubs/starlinkWWW2024.pdf#:~:text=,significantly%20increases%20under%20traffic%20load
18. Lukas Rausch
History, Development, and Principles of Large Language Models—An Introductory Survey
Wang et al. 2024
Diese Arbeit bietet einen einführenden Überblick über die historische Entwicklung, die technischen Prinzipien
und die konzeptionellen Grundlagen großer Sprachmodelle (LLMs). Im Mittelpunkt stehen die zentralen
Meilensteine im Deep Learning, die zur heutigen Architektur von LLMs geführt haben, einschließlich
Transformer-Architekturen, Trainingsmethoden, Skalierungsstrategien und Evaluationsmetriken.
https://arxiv.org/pdf/2402.06853
19. Christian Baulesch
Rust's Memory Safety Model: An Evaluation of Its Effectiveness in Preventing Common Vulnerabilities
Santoso et al. 2023)
Diese Untersuchung bewertet Rusts Ansatz zur Speichersicherheit im Vergleich zu klassischen
Speicherverwaltungsmodellen (z. B. in C/C++). Sie analysiert, wie effektiv Rust durch Ownership,
Borrowing und Lifetime-Checks typische Schwachstellen wie Use-after-free oder Buffer Overflows
verhindert und welche Grenzen dabei bestehen.
https://www.sciencedirect.com/science/article/pii/S1877050923016757
Prof. Benjamin Weyers
20. Lahira Sara Kumarathas
From Display to Interaction: Design Patterns for Cross-Reality Systems
https://ieeexplore.ieee.org/abstract/document/10922183
21. Jonas Tabot
Comparison of Cross-Reality Transition Techniques Between 3D and 2D Display Spaces in Desktop–AR Systems
https://ieeexplore.ieee.org/abstract/document/10919011
22. Honour Heyne
Self-Similarity Beats Motor Control in Augmented Reality Body Weight Perception
https://ieeexplore.ieee.org/abstract/document/10930320
23. Sebastian Ohs
The Impact of Avatar Clothing on the Proteus Effect and Stereotype Threat
https://ieeexplore.ieee.org/abstract/document/10937435