Theses / Theses
Proposed Topics
A list of proposed thesis topics for students looking for an engineering or diploma thesis project.
Section overview
Below is a list of proposed thesis topics. Each topic describes the problem, approximate technical scope and implementation direction.
Thesis list
Open topics
Open-source desktop application for fast tabular-data visualization
A lightweight desktop application for quick preview and basic visualization of tabular data. The application should support drag and drop, copy/paste, CSV/TXT/XLSX import, automatic separator and header detection, table preview, column selection for plotting and plot export.
- desktop
- data visualization
- open source
- CSV
- UX
Open topics
Desktop application for simulating simple electric circuits
An application for defining simple electric circuits, generating schematic diagrams and running transient simulations. The project may use Python, PyQt6, Schemdraw and PySpice/ngspice as the simulation backend.
- Python
- PyQt6
- Schemdraw
- PySpice
- simulation
Open topics
Mobile task-management application with hierarchical data structure
An Android to-do application where tasks form a tree with arbitrary nested subtasks. The work covers the data model, tree operations, linear UI rendering of the hierarchy, branch collapse/expand behavior and task editing/completion mechanisms.
- Android
- Kotlin
- Jetpack Compose
- data structures
- UI
Open topics
Mobile EC-STM image-file browser for Android
An Android application for reading, visualizing and basic analysis of EC-STM images in .stp, .s94 and .mpp formats. The scope includes measurement-data decoding, metadata presentation, image-sequence browsing, zooming, panning and color-palette selection.
- Android
- EC-STM
- scientific imaging
- binary data
- visualization