From 7fd3e086cf260c1ac4729309e5deaceefff4c46b Mon Sep 17 00:00:00 2001 From: ncardozo Date: Mon, 27 Nov 2023 18:39:06 -0500 Subject: [PATCH] updating thesis topics Signed-off-by: ncardozo --- .../voice_recognition.md | 0 _thesistopics/3dquantick.md | 35 ------------------- _thesistopics/fashion-grphics.md | 33 +++++++++++++++++ _thesistopics/fashion-metrics.md | 35 +++++++++++++++++++ _thesistopics/fashion-search.md | 34 ++++++++++++++++++ _thesistopics/flow-lang.md | 30 ++++++++++++++++ _thesistopics/humanitary_under.md | 4 +-- _thesistopics/petro.md | 2 +- _thesistopics/ui-parser.md | 1 + _thesistopics/uiclones.md | 1 + _thesistopics/vrdebugger.md | 2 +- 11 files changed, 138 insertions(+), 39 deletions(-) rename {_thesistopics => _old_thesistopics}/voice_recognition.md (100%) delete mode 100644 _thesistopics/3dquantick.md create mode 100644 _thesistopics/fashion-grphics.md create mode 100644 _thesistopics/fashion-metrics.md create mode 100644 _thesistopics/fashion-search.md create mode 100644 _thesistopics/flow-lang.md diff --git a/_thesistopics/voice_recognition.md b/_old_thesistopics/voice_recognition.md similarity index 100% rename from _thesistopics/voice_recognition.md rename to _old_thesistopics/voice_recognition.md diff --git a/_thesistopics/3dquantick.md b/_thesistopics/3dquantick.md deleted file mode 100644 index f0c0af500..000000000 --- a/_thesistopics/3dquantick.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: VRDebugger -period: 2023 -level: undergrad -area: PiL -abstract: Build interactive 3D development environments -people: Nicolas Cardozo -file: vrdebugger ---- - -### Context - -Software technology has advanced incredibly since its inception in the early 1950s. However, the interaction abstraction that we currently use to programs applications and interact with the development environments seems to be stuck in the stone age, using the typewriter model we still use today. - -### Project proposal - -With this project we want to break free out of that model, and provide an immersive development experience for programmers when building their systems. In particular we want to explore the use of virtual reality (VR) technology to provide a truley interactive experience for programmers, when evaluating and debugging their programs. - -To do this we will build an interactive VR debugger from scratch, creating the interactions for the representations of variables, streams, objects, threads, qbits, etc, that programmers can manipulate with their own hands. - -### Implementation plan - -To implement the debugger we will: -- Build a parser to and evaluator to obtain a representations of a small set of program elements extracted from text. -- Build a run-time virtual 3D environment for programs [1] -- Build interactive gestures to manipulate, change, use program elements within a running program. -- Build a set of test programs to evaluate our environment - -### Background and Literature - -[1] Oculus - -### Contact - -n.cardozo diff --git a/_thesistopics/fashion-grphics.md b/_thesistopics/fashion-grphics.md new file mode 100644 index 000000000..0fb131df7 --- /dev/null +++ b/_thesistopics/fashion-grphics.md @@ -0,0 +1,33 @@ +--- +title: BINGO: a graphical search engine for fashion marketplaces +period: 2024 +level: undergrad +area: ai +abstract: Busqueda de artículos de ropa por medio de interfaces gráficas, como fotos, dibujos o avatars. +people: Nicolas Cardozo +file: fashion-graphics +layout: default +--- + +### Context + +Este proyecto pretende la implementación de un Search Engine de artículos de moda usando una base de datos extensa operada por IA capaz de categorizar y taggear productos según sus características por medio de imágenes. Lo anterior con el fin de ofrecerle a los usuarios de Bingo una búsqueda precisa y efectiva de productos con cualidades específicas. + +### Project proposal + +- Desarrollar un motor de búsqueda operado por una IA que arroje resultados más precisos que los implementados actualmente por Mercado Libre, Shein, Dafiti, Linio, entre otros. +- Entrenar una IA capaz de taggear productos por medio de imágenes. +- Medir los resultados a partir de la percepción de usuarios comparando el motor de búsqueda de Bingo con el de otras apps similares. + +### Implementation plan + +1. Investigar sobre las diferentes alternativas de motores de búsqueda. +2. Evaluar la oferta de IAs para encontrar la más adecuada según los objetivos. +3. Desarrollar el motor de búsqueda y entrenar la IA para que operen en conjunto. +4. Medir los resultados a partir de la interacción de usuarios con el motor de búsqueda. + +### Background and Literature + +### Contact + +- n.cardozo diff --git a/_thesistopics/fashion-metrics.md b/_thesistopics/fashion-metrics.md new file mode 100644 index 000000000..15e2f4b93 --- /dev/null +++ b/_thesistopics/fashion-metrics.md @@ -0,0 +1,35 @@ +--- +title: BINGO: automesurement +period: 2024 +level: undergrad +area: ai +abstract: Detectar automaticamente las medidas de las personas por medio de fotografías +people: Nicolas Cardozo +file: fashion-metrics +layout: default +--- + +### Context + +Este proyecto requiere el desarrollo de un sistema que por medio de una serie de fotos pueda reconocer las medidas corporales del usuario (o que en su defecto el usuario las proporcione de forma manual) para recomendarle la talla correcta al momento de comprar ropa, eliminando así el problema de las diferencias de tallas entre marcas. + +### Project proposal + +- Desarrollar una herramienta capaz de tomar y almacenar las medidas corporales del usuario. +- Según las mediciones realizadas, hacer que la herramienta pueda compararlas con las tallas de un producto específico. +- Darle a la herramienta la capacidad de recomendarle al usuario la talla que mejor se adapte a sus medidas. +- Comparar los resultados de la herramienta de medición con los resultados de una medición manual. +- Evaluar la concordancia de las mediciones con las de la talla recomendada. + +### Implementation plan + +1. Realizar una revisión de estado del arte en herramientas digitales de medición por medio de imágen. +2. Desarrollar la herramienta de medición corporal. +3. Implementar la comparación entre las medidas del usuario con las medidas de las tallas del producto. +4. Medir la satisfacción del usuario al usar la herramienta + +### Background and Literature + +### Contact + +- n.cardozo diff --git a/_thesistopics/fashion-search.md b/_thesistopics/fashion-search.md new file mode 100644 index 000000000..1a40aa07c --- /dev/null +++ b/_thesistopics/fashion-search.md @@ -0,0 +1,34 @@ +--- +title: BINGO: a new search engine for fashion marketplaces +period: 2024 +level: undergrad +area: ai +abstract: Crear un buscador de moda que genera resultados precisos sobre los artículos de ropa deseados +people: Nicolas Cardozo +file: fashion-search +layout: default +--- + +### Context + +Este proyecto contempla el desarrollo de un buscador poco convencional con un input gráfico, que permita al usuario subir una foto o dibujo de un producto para que una IA la analice y encuentre productos con características idénticas o similares. + +### Project proposal + +- Entrenar una IA que pueda analizar un input gráfico. +- A partir del input gráfico, etiquetar el producto en cuestión. +- Desarrollar un sistema eficiente que arroje resultados teniendo en cuenta múltiples etiquetas en simultáneo. +- Medir los resultados a partir de la percepción de usuarios comparando el input y los resultados de Bingo con el de otras apps similares. + +### Implementation plan + +1. Encontrar o desarrollar una IA que pueda trabajar con un input gráfico. +2. Crear un directorio de etiquetas preestablecidas según el tipo de producto. +3. Implementar un sistema de búsqueda que opere eficientemente con múltiples etiquetas. +4. Medir los resultados a partir de la interacción de usuarios con el aplicativo. + +### Background and Literature + +### Contact + +- n.cardozo diff --git a/_thesistopics/flow-lang.md b/_thesistopics/flow-lang.md new file mode 100644 index 000000000..bd068b165 --- /dev/null +++ b/_thesistopics/flow-lang.md @@ -0,0 +1,30 @@ +--- +title: Making bridges safer +period: 2024 +level: master +area: pil +abstract: +people: Nicolas Cardozo +file: flow-lang +layout: default +--- + +### Context + +(Write here) + +### Project proposal + +(Write here) + +### Implementation plan + +(Write here) + +### Background and Literature + +(Write here) + +### Contact + +(Write here) diff --git a/_thesistopics/humanitary_under.md b/_thesistopics/humanitary_under.md index 974b0c370..a19184159 100644 --- a/_thesistopics/humanitary_under.md +++ b/_thesistopics/humanitary_under.md @@ -1,9 +1,9 @@ --- title: Evaluación de redes de suministro humanitario -period: 2023 +period: 2024 level: undergrad area: algo -abstract: +abstract: Implementación de redes de suministro humanitaria en casos de desastre teniendo en cuenta probabilidades dentro de la definición del grafo. people: Nicolas Cardozo, Andrea Herrera file: humanitary_under layout: default diff --git a/_thesistopics/petro.md b/_thesistopics/petro.md index e97de1426..ef5ab2a60 100644 --- a/_thesistopics/petro.md +++ b/_thesistopics/petro.md @@ -3,7 +3,7 @@ title: Petro nets period: 2023 level: undergrad area: pil -abstract: We are going to implement new an interesting was of interaction for Petri nets +abstract: We are going to implement new an interesting way of interaction for Petri nets using token democratization people: Nicolas Cardozo file: petro layout: default diff --git a/_thesistopics/ui-parser.md b/_thesistopics/ui-parser.md index 1ad798fc9..da6dd21b0 100644 --- a/_thesistopics/ui-parser.md +++ b/_thesistopics/ui-parser.md @@ -6,6 +6,7 @@ area: pil abstract: Extend the grammar of a mobile language to include features strictly related to the UI. people: Nicolas Cardozo file: ui-parser +layout: default --- ### Context diff --git a/_thesistopics/uiclones.md b/_thesistopics/uiclones.md index e2ae25512..1e40622c9 100644 --- a/_thesistopics/uiclones.md +++ b/_thesistopics/uiclones.md @@ -6,6 +6,7 @@ area: pil abstract: Detection of code clones across interface elements for Kotlin and Dart codebases people: Nicolas Cardozo file: uiclones +layout: default --- ### Context diff --git a/_thesistopics/vrdebugger.md b/_thesistopics/vrdebugger.md index 7b3cf5c9c..b89730801 100644 --- a/_thesistopics/vrdebugger.md +++ b/_thesistopics/vrdebugger.md @@ -1,6 +1,6 @@ --- title: VRDebugger -period: 2022 +period: 2024 level: undergrad area: PiL abstract: Build interactive 3D development environments