mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
62 lines
2.9 KiB
TypeScript
62 lines
2.9 KiB
TypeScript
export default {
|
|
"projects": "Projects",
|
|
"wip": "Currently I'm working on",
|
|
"completed": "Completed projects",
|
|
|
|
"unibo_20-21": "University of Bologna, A.Y. 2020-2021",
|
|
"unibo_21-22": "University of Bologna, A.Y. 2021-2022",
|
|
"unibo_22-23": "University of Bologna, A.Y. 2022-2023",
|
|
"unibo_23-24": "University of Bologna, A.Y. 2023-2024",
|
|
|
|
|
|
"notxia.github.io.description": "Here's a secret preview of my website.",
|
|
"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.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":
|
|
"Virtual Distributed Ethernet (VDE) is an open-source project that allows the creation of virtual networks through a set of plugins.\n" +
|
|
"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.",
|
|
} |