Update projects

This commit is contained in:
2026-04-14 23:10:24 +02:00
parent c97a0f73cc
commit 241c04f4fd
29 changed files with 127 additions and 38 deletions

View File

@@ -13,16 +13,14 @@ export default {
"no recursion": "Recursion out of service, sorry for the inconvenience.",
"tablut.description":
"Project for the Fundamentals of Artificial Intelligence and Knowledge Representation (module 1) course.\n" +
"Minimax-based agent for the Tablut board game, tuned using a genetic algorithm.",
"thesis": "Thesis",
"bsc_thesis.title": "Bachelor's thesis",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.title": "Bachelor's Thesis",
"bsc_thesis.thesis_title": "Subtopic-oriented Biomedical Summarization Using Pretrained Language Models",
"bsc_thesis.description": "Biomedical extractive summarization using pretrained encoders and clustering.",
"wavemap.description":
"Project for the Mobile Applications Laboratory course.\n" +
"Android application displaying, using a heat-map, the strength of signals (Wi-Fi, Bluetooth, LTE) and noise level.",
"wirefilter.description":
@@ -30,36 +28,41 @@ export default {
"Wirefilter is a plugin that allows to manipulate packet flow by changing the parameters of the virtual cable.",
"tweet_analysis.description":
"Project for the Software Engineering course.\n" +
"Twitter client with analytics features developed using the Scrum methodology.",
"animalhouse.description":
"Project for the Web Technology course.\n" +
"Web app with three sections:",
"animalhouse.description.game": "Game: area with games and facts about animals",
"animalhouse.description.frontoffice": "Frontoffice: area to access services as a logged user",
"animalhouse.description.backoffice": "Backoffice: administration panel",
"pandos+.description":
"Project for the Operating Systems course.\n" +
"Minimal operating system for the MIPS architecture.",
"imaging.description":
"Project for the Numerical Computing course.\n" +
"Image deblurring solved as a minimization problem.",
"mnk.description":
"Project for the Algorithms and Data Structures course.\n" +
"Algorithm able to efficiently play a generalized version of tic-tac-toe.",
"platform.description":
"Project for the Programming course.\n" +
"Text-based platform game with randomly generated levels.",
"pathfinding_visualizer.description": "Visualizer of some graph search algorithms.",
"sort_visualizer.description": "Visualizer of some sorting algorithms.",
"nn_scratch.title": "Neural networks from scratch",
"nn_scratch.title": "Neural Networks from Scratch",
"nn_scratch.description": "Automatic differentiation and basic neural network layers implemented from scratch using Numpy.",
"instance_detection.title": "OpenCV Instance Detection",
"instance_detection.description": "Instance detection on noisy images of products on shelves using traditional image processing techniques.",
"natural_examples.description": "Comparison and evaluation of different natural example-based explainability techniques.",
"couriers_optimization.description": "Capacitated vehicle routing problem solved using constraint programming, propositional satisfiability, satisfiability modulo theories, and mixed-integer linear programming.",
"distributed_optimization.description": "Implementation of distributed multi-robot target localization and positioning algorithms.",
"street_anomaly.description": "Open-world semantic segmantation for anomaly detection.",
}