Michel Velázquez Mariño
Málaga, Andalucía, España
2 mil seguidores
Más de 500 contactos
Acerca de
I have over fifteen years of experience leading R&D projects in various fields. My…
Artículos de Michel
Contribuciones
-
Struggling to meet project deadlines in software design?
I find Agile methodologies very effective, especially when combined with structured practices. Starting the week with task management and doing progress reviews at the end helps keep everything on track. Working in bi-weekly cycles allows the team to focus on small key functionalities for each milestone, ensuring an early viable functionality. After that, we can quickly iterate to refine and add secondary features, giving us flexibility while maintaining focus on the main objectives.
-
You're facing technical debt accumulation in your software design. How can you prioritize scalable solutions?
Technical debt is common in almost all systems. Despite efforts to manage it, systems inevitably become outdated with respect to patterns, languages, frameworks, and APIs—what I call “legacy debt.” This can also happen in newer systems if the initial design was weak or speed was prioritized over robustness. To tackle this, we design modular components, balancing time, abstraction, and perfection. For new features, we review related components to see if updates are needed. We also plan improvements and updates for critical modules every two months, aligning them with upcoming development. This helps manage and control technical debt.
-
You're facing software scalability issues. How can you improve database query optimization?
A key factor in database query optimization is the database design itself. In SQL databases, consider the following: - Keep entities simple and avoid too many attributes (columns) - Use the correct data type for each attribute to optimize storage and performance - Normalize carefully to prevent redundancy, but avoid over-normalization that can slow down JOINs - Optimize primary keys, using numeric, auto-incrementing series, and favor unique indexes over compound keys - Maintain data integrity with foreign keys. - Design indexes for common queries but don’t overuse them - Use partitioning for large tables - Plan for data growth from the start Good design helps, but you must also fine-tune servers, table statistics, and queries.
-
Struggling with software performance bottlenecks?
Identifying bottlenecks is the first step. Usually, line-by-line profiling tools are recommended, but system logs, server logs, or network traffic analysis might be necessary. Simple methods, like the well-known "print" approach, can also be effective. For optimization, there are many possible actions you can take, but at the end of the day, you will need address issues related to: - Input/Output intensive operations - Network resource access - High CPU load or parallelization issues - Poor memory management (e.g., memory leaks) Common tasks for software performance optimization include simplifying code, optimizing algorithms, improving caching systems, database queries, API requests, and scaling resources.
Actividad
-
🌟 Our iWebinar enhances sessions like this, led by Dr. Luis Riera del Moral and Dr. Stefan Stefanov Kiuri, MD FEBVS , with Dr. Rodrigo Rial as…
🌟 Our iWebinar enhances sessions like this, led by Dr. Luis Riera del Moral and Dr. Stefan Stefanov Kiuri, MD FEBVS , with Dr. Rodrigo Rial as…
Recomendado por Michel Velázquez Mariño
-
Hoy “Jornada de Innovación e Investigación en cirugía mamaria en centros de Cataluña” en la que hemos podido presentar proyectos que tenemos en…
Hoy “Jornada de Innovación e Investigación en cirugía mamaria en centros de Cataluña” en la que hemos podido presentar proyectos que tenemos en…
Recomendado por Michel Velázquez Mariño
-
Data continues to be published in support of #DaVinci surgery on a global scale. With the introduction of #DV5, three decades of learning and…
Data continues to be published in support of #DaVinci surgery on a global scale. With the introduction of #DV5, three decades of learning and…
Recomendado por Michel Velázquez Mariño
Experiencia
Educación
-
Universidad de Málaga
-
Research: Design of a medical equipment to assess movement coordination in upper limbs. Data processing of movement coordination.
-
-
Main topics: IT Technologies, business management, applied mathematics, artificial Intelligence and signal processing.
Research activities: Development of eHealth and mHealth systems, biomedical signal processing, biomedical data processing and assessment of coordination impairments. Advisers: Ph.D. Miguel Atencia Ruiz, Ph.D. Rodolfo García Bermúdez, Sc.D. MD Luis Velázquez Pérez.
Thesis: Portable computer system to quantify coordination impairments in upper limbs. Advisers:…Main topics: IT Technologies, business management, applied mathematics, artificial Intelligence and signal processing.
Research activities: Development of eHealth and mHealth systems, biomedical signal processing, biomedical data processing and assessment of coordination impairments. Advisers: Ph.D. Miguel Atencia Ruiz, Ph.D. Rodolfo García Bermúdez, Sc.D. MD Luis Velázquez Pérez.
Thesis: Portable computer system to quantify coordination impairments in upper limbs. Advisers: Ph.D. Miguel Atencia Ruiz, Ph.D. Rodolfo García Bermúdez, Sc.D. MD Luis Velázquez Pérez. -
-
Main topics: Mathematical analysis, decision models under uncertainty, operative research, applications of differential models, scientific computing, computing tools, research methodology
-
-
Main topics: Psycho-pedagogical foundations of higher education, higher education teaching, curriculum design
-
-
Main topics: Software engineering, programming languages, databases, artificial intelligence, applied mathematics and business management.
Research activities: Development of eHealth and mHealth systems, biomedical signal processing and assessment of coordination impairments. Adviser: Sc.D. MD Luis Velázquez Pérez
Thesis: Computer system to assess the coordination impairment in patients with Spinocerebellar Ataxia type 2. Advisers: Ph.D. Luis Cuevas Rodríguez, Sc.D. MD Luis…Main topics: Software engineering, programming languages, databases, artificial intelligence, applied mathematics and business management.
Research activities: Development of eHealth and mHealth systems, biomedical signal processing and assessment of coordination impairments. Adviser: Sc.D. MD Luis Velázquez Pérez
Thesis: Computer system to assess the coordination impairment in patients with Spinocerebellar Ataxia type 2. Advisers: Ph.D. Luis Cuevas Rodríguez, Sc.D. MD Luis Velázquez Pérez
Graduated with summa cum laude (5,31 points over 5) -
-
Main topics: Software engineering, Web development, Management systems development, Programming techniques.
Publicaciones
-
Architecture for Neurological Coordination Tests Implementation
Lecture Notes in Computer Science
This paper proposes a generic architecture for devising interactive neurological assessment tests, aimed at being implemented on a touchscreen device. The objective is both to provide a set of software primitives that allow the modular implementation of tests, and to contribute to the standardization of test protocols. Although our original goal was the application of machine learning methods to the analysis of test data, it turned out that the construction of such framework was a pre-requisite…
This paper proposes a generic architecture for devising interactive neurological assessment tests, aimed at being implemented on a touchscreen device. The objective is both to provide a set of software primitives that allow the modular implementation of tests, and to contribute to the standardization of test protocols. Although our original goal was the application of machine learning methods to the analysis of test data, it turned out that the construction of such framework was a pre-requisite to collect enough data with the required levels of accuracy and reproducibility. In the proposed architecture, tests are defined by a set of stimuli, responses, feedback information, and execution control procedures. The presented definition has allowed for the implementation of a particular test, the Finger-Nose-Finger, that will allow the exploitation of data with intelligent techniques.
Otros autores -
Data mining process for identification of non-spontaneous saccadic movements in clinical electrooculography
Neurocomputing
In this paper we evaluate the use of the machine learning algorithms Support Vector Machines (SVM), K-Nearest Neighbors (KNN) and Classification and Regression Trees (CART) to identify non-spontaneous saccades in clinical electrooculography tests. We propose a modification to an adaptive threshold estimation algorithm for detecting signal impulses without the need for any manually pre-established parameters. Data mining tasks such as feature selection and model tuning were performed, obtaining…
In this paper we evaluate the use of the machine learning algorithms Support Vector Machines (SVM), K-Nearest Neighbors (KNN) and Classification and Regression Trees (CART) to identify non-spontaneous saccades in clinical electrooculography tests. We propose a modification to an adaptive threshold estimation algorithm for detecting signal impulses without the need for any manually pre-established parameters. Data mining tasks such as feature selection and model tuning were performed, obtaining very efficient models using only 3 attributes: amplitude deviation, absolute response latency and relative latency. The models were evaluated with signals recorded from subjects affected by Spinocerebellar Ataxia type 2 (SCA2). Results obtained by the algorithm show accuracies over 98%, recalls over 98 % and precisions over 95 % for the three models evaluated.
Otros autores -
Contribution analysis of extracted variables from Finger-Nose-Finger test to the classification of SCA2 patients
III International Conference on Informatics and Computer Sciences
One of the most common clinical tests to assess dysmetria is the Finger-Nose-Finger test. Despite it common use in healthcare, we do not have any reference about of a contribution studies of extracted variables in this test to discriminate between incoordination stages of subjects. This paper presents a study of the contribution of the features extracted from Finger-Nose-Finger using a touch-screen device. For this purpose 10 patients with Spinocerebellar Ataxia Type 2 and 10 control subjects…
One of the most common clinical tests to assess dysmetria is the Finger-Nose-Finger test. Despite it common use in healthcare, we do not have any reference about of a contribution studies of extracted variables in this test to discriminate between incoordination stages of subjects. This paper presents a study of the contribution of the features extracted from Finger-Nose-Finger using a touch-screen device. For this purpose 10 patients with Spinocerebellar Ataxia Type 2 and 10 control subjects were evaluated. The importances of features were extracted using the Random Forests algorithm. Features with higher importances were features related to the times responses. These results concluded that the assessment protocol allows classifying patients in different coordination stages, but does not allow an objective assessment of dysmetria and its components. The features related with dysmetria do not present importances values to achieve differentiate between healthy subjects and patients.
Otros autores -
Cluster Analysis of Finger-to-nose Test for Spinocerebellar Ataxia Assessment
Advances in Computational Intelligence, LNCS
The Finger-to-nose test (FNT) is an accepted neurological evaluation to study the coordination conditions. In this work, a methodology for the analysis of data from FNT is proposed, aimed at assessing the evolution of the condition of Spinocerebellar Ataxia type 2 (SCA2) patients. First of all, test results obtained from both patients and healthy individuals are processed through principal component analysis in order to reduce data dimensionality. Next, data were grouped in order to determine…
The Finger-to-nose test (FNT) is an accepted neurological evaluation to study the coordination conditions. In this work, a methodology for the analysis of data from FNT is proposed, aimed at assessing the evolution of the condition of Spinocerebellar Ataxia type 2 (SCA2) patients. First of all, test results obtained from both patients and healthy individuals are processed through principal component analysis in order to reduce data dimensionality. Next, data were grouped in order to determine classes of typical responses. The Mean Shift algorithm was used to perform an unsupervised clustering with no previous assumption on the number of clusters, whereas the k-means method provided an independent validation on the optimal cluster number. Experimental results showed the highest internal evaluation for distribution into three clusters, which could be identified as the responses of healthy subjects, SCA2 patients with medium incoordination level, and patients with severe incoordination. A membership function is defined, which allows to establish the subjects’ condition based on the classification of their responses. The results support that these protocols and the implemented clustering procedure can be used to accurately evaluate the incoordination stages of healthy subjects and SCA2 patients, thus offering a method to assess the impact of therapies and the progression of incoordination.
Otros autores -
Cognitive deficits in cerebellar injure
First Cuban Symposium of Neuropsychology
Objective: To present the current advances of cerebellar injures that give rise to cognitive functioning deficits, specifically in the type 2 spinocerebellar ataxia (SCA2). Development: The role of the cerebellum on the control, integration and learning of motor activities is well known. The projections coming from the prefrontal cortex, temporo–parietal y paralimbic, through the thalamus allow the cerebellum to access higher order information. The mechanisms the brain use are complex and are…
Objective: To present the current advances of cerebellar injures that give rise to cognitive functioning deficits, specifically in the type 2 spinocerebellar ataxia (SCA2). Development: The role of the cerebellum on the control, integration and learning of motor activities is well known. The projections coming from the prefrontal cortex, temporo–parietal y paralimbic, through the thalamus allow the cerebellum to access higher order information. The mechanisms the brain use are complex and are not completely known. It is considered that different cognitive deficits that are manifested in the cerebellar pathology are not produced by injure itself, yet by the disruption of different afferent and efferent connections with cortical and paralimbic associations. Conclusions: Two positions have been assumed by the scientific community regarding the deficits which the cerebellar injures causes, those who argue the cerebellum role on cognitive and emotional functions, and those who, on the other hand, disagree with this argument, focusing the cerebellum role to, exclusively, the motor component associated to every single behavior.
Otros autores -
DEFICIT COGNITIVO EN LA ATAXIA ESPINOCEREBELOSA TIPO 2
VII Conferencia Científica Internacional de la Universidad de Holguín, Cuba
In this paper an analysis of Spinocerebellar Ataxia type 2 (SCA2) and cognitive processes is performed from the model of information processing. The SCA2 is an autosomal dominant hereditary ataxia and progressive. Within this disease one of the least discussed aspects in the scientific community are the cognitive aspects. Recent studies show the possible involvement of the cerebellum in high-level functions such as memory, language, attention and thought. Therefore SCA2 in cognitive deficits…
In this paper an analysis of Spinocerebellar Ataxia type 2 (SCA2) and cognitive processes is performed from the model of information processing. The SCA2 is an autosomal dominant hereditary ataxia and progressive. Within this disease one of the least discussed aspects in the scientific community are the cognitive aspects. Recent studies show the possible involvement of the cerebellum in high-level functions such as memory, language, attention and thought. Therefore SCA2 in cognitive deficits associated with cerebellar degeneration shown.
Otros autores -
Evaluation of Fitting Functions for the Saccade Velocity Profile in Electrooculographic Records
Advances in Computational Intelligence Intelligence, LNCS
A saccade is an ocular movement that is characterized by speed and precision. The velocity profile of this movement is used to extract the maximum speed value, that is one of the most important features of the saccade. A gamma function was used by other authors to describe the waveform shape of the velocity profile. However, this function does not present an optimal profile description in records of patients suffering from Spinocerebellar Ataxia type 2. In order to find a function that better…
A saccade is an ocular movement that is characterized by speed and precision. The velocity profile of this movement is used to extract the maximum speed value, that is one of the most important features of the saccade. A gamma function was used by other authors to describe the waveform shape of the velocity profile. However, this function does not present an optimal profile description in records of patients suffering from Spinocerebellar Ataxia type 2. In order to find a function that better describes the velocity profile, this contribution compares the fittings of several functions through visual and numerical analysis. Results showed a better performance of the partial sums of gaussian series and a gaussian fit function.
Otros autores -
Non Spontaneous Saccadic Movements Identification in Clinical Electrooculography Using Machine Learning
Advances in Computational Intelligence, LNCS
In this paper we evaluate the use of the machine learning algorithms Support Vector Machines (SVM), K-Nearest Neighbors (KNN), Classification and Regression Trees (CART) and Naive Bayes (NB) to identify non spontaneous saccades in clinical electrooculography tests. Our approach tries to solve problems like the use of manually established thresholds present in classical methods like identification by velocity threshold (I-VT) or identification by dispersion threshold (I-DT). We propose a…
In this paper we evaluate the use of the machine learning algorithms Support Vector Machines (SVM), K-Nearest Neighbors (KNN), Classification and Regression Trees (CART) and Naive Bayes (NB) to identify non spontaneous saccades in clinical electrooculography tests. Our approach tries to solve problems like the use of manually established thresholds present in classical methods like identification by velocity threshold (I-VT) or identification by dispersion threshold (I-DT). We propose a modification to an adaptive threshold estimation algorithm for detecting signal impulses without the need of any user input. Also, a set of features were selected to take advantage of intrinsic characteristics of clinical electrooculography tests. The models were evaluated with signals recorded to subjects affected by Spinocerebellar Ataxia type 2 (SCA2). Results obtained by the algorithm show accuracies over 97%, recalls over 97% and precisions over 91% for the four models evaluated.
Otros autores -
A Comparison of Two Fitting Functions for Sacadic Pulse Component Mathematical Modelling
International Workshop on Artificial Neural Networks and Intelligent Information Processing
An accepted model for the saccade signal of ocular motor neurons comprises two components in the form of a pulse and a step. In this contribution, an assessment of two fitting functions for the saccadic pulse component is made, in order to obtain a reduced set of descriptors that could be used for the early diagnosis of ataxia. Results show that both models have achieved to describe the waveform of the saccadic pulse signal, evealing higher performance of Gauss series over the gamma function.
Otros autores -
Aplicaciones del Análisis de Componentes Independientes al procesamiento de registros de movimientos oculares sacádicos
IV Encuentro Regional de BioIngeniería
The study of eye movements is a vital tool for the diagnosis of an important number of neurological disorders. Among these movements, saccadic are an important target in a wide range of neurological diseases. These movements are generated by two independent neural centers, one in the form of pulse and a step-shaped. The pulse and step can be separated using a technique called Independent Component Analysis (ICA) for further study. This paper is about the practical application of this method in…
The study of eye movements is a vital tool for the diagnosis of an important number of neurological disorders. Among these movements, saccadic are an important target in a wide range of neurological diseases. These movements are generated by two independent neural centers, one in the form of pulse and a step-shaped. The pulse and step can be separated using a technique called Independent Component Analysis (ICA) for further study. This paper is about the practical application of this method in the processing of eye movements records using NSEog tool developed by the authors. Besides, a proposal for saccadic eye movement simulator is presented using the pulse-step model.
Otros autores -
Dispositivo para evaluar la coordinación en pruebas dedo-dedo
IV Encuentro Regional de BioIngeniería
The finger-finger test is used to diagnose coordination’s issues, and is performed by an evaluator who commands the patient to perform special movements with their fingers. According the data yielded by the test, the evaluator is capable to establish subject’s condition. This paper covers the development of a device which can be used to assess the finger-finger test. This device is able to detect which finger is in contact with the thumb allowing to an informatic system to capture those data…
The finger-finger test is used to diagnose coordination’s issues, and is performed by an evaluator who commands the patient to perform special movements with their fingers. According the data yielded by the test, the evaluator is capable to establish subject’s condition. This paper covers the development of a device which can be used to assess the finger-finger test. This device is able to detect which finger is in contact with the thumb allowing to an informatic system to capture those data and process it, decreasing in that way the subjectivity of the diagnose.
Otros autores -
Estimación del rango de distancia óptimo para realizar estudios de la marcha a pacientes con SCA2 utilizando el sensor Kinect
IV Encuentro Regional de BioIngeniería
This article describes the implementation of an experiment to determine the optimal capture zone of kinect sensor depth map. Addresses the issues related to gait disorders in Spinocerebellar Ataxia type 2. Describes the relevant aspects of the sensor. It also describes briefly how does it works and on what is used. The experimental results are discussed and statistical analysis thereof is performed. Finally gait tests are suggested taking into account the characteristics of the sensor and the…
This article describes the implementation of an experiment to determine the optimal capture zone of kinect sensor depth map. Addresses the issues related to gait disorders in Spinocerebellar Ataxia type 2. Describes the relevant aspects of the sensor. It also describes briefly how does it works and on what is used. The experimental results are discussed and statistical analysis thereof is performed. Finally gait tests are suggested taking into account the characteristics of the sensor and the study results.
Otros autores -
Procesamiento de registros oculares sacádicos para el diagnóstico clínico de la Ataxia Espinocerebelosa Tipo 2
IV Encuentro Regional de BioIngeniería
This paper describes a process to extract information from electrooculography records relevant to clinical diagnose. The process has five ordered stages: baseline wander correction, filtering, differentiation; segmentation and feature extraction; being each one output the input of the next. In each stage the best fit method founded in the literature for perform its task is presented. Finally, a software platform which make use of this process is briefly described.
Otros autores -
Utilización de tablet Android para cuantificar la dismetría en pacientes con incoordinación utilizando la prueba Índice-punto
IV Encuentro Regional de BioIngeniería
The finger-nose test is one of the most used neurological test. Different variants has been developed provoking problems to homologate studies results, to follow disease progression and to establish accurate clinical scales. The aim of this work is to show the implementation of finger-nose test using an Android Tablet. Results can be used to study coordination movement in upper limbs and to evaluate rehabilitation therapies.
Otros autores -
Keep-the-path, a hand's coordination test: Data acquisition using non-uniform sampling
2nd International Conference on Computational and Informatics Sciences
The Spinocerebellar Ataxia type 2 is character-ized by gait ataxia, diminished saccade velocity, cerebellar dysarthria and dysmetria of upper and lower limbs; and reach the highest world prevalence rate in Holguín province, Cuba. Quantify the upper limbs coordination in ataxic patients is part of their neurological exam and is a valuable tool to evaluate the impact of rehabilitation. Keep-the-path test as-sess the hand movement coordination and consists of drawing a superposed path to…
The Spinocerebellar Ataxia type 2 is character-ized by gait ataxia, diminished saccade velocity, cerebellar dysarthria and dysmetria of upper and lower limbs; and reach the highest world prevalence rate in Holguín province, Cuba. Quantify the upper limbs coordination in ataxic patients is part of their neurological exam and is a valuable tool to evaluate the impact of rehabilitation. Keep-the-path test as-sess the hand movement coordination and consists of drawing a superposed path to mathematical curve defined by the examiner, as quick and accu-racy as possible. The responses of the patients' test performance are characterized by rapid and little movements provoked by the own disease condition, this, joined to the variability of the scheduling algo-rithms for the process in different operating sys-tems, make difficult to select the appropriate sample frequency for the signal acquisition. For solve this
Otros autores -
Modeling and optimization of users management processes in DTHO
3rd International Workshop ITC in Organization Management
-
NeuroScreening Coordination: Main characteristics and used techniques
Congreso Internacional COMPUMAT
Otros autores -
Técnicas para el muestreo no uniforme en la adquisición de señales biomédicas
VI Conferencia Científica Internacional, Universidad de Holguín, Cuba
Otros autores -
KEEP-TO-THE-PATH TEST, A HAND MOVEMENT COORDINATION TEST: COMPUTATIONAL AND MATHEMATICAL IMPLEMENTED METHODS
10 th International Conference of Operations Research, Havana
The Spinocerebellar Ataxia type 2 is characterized by an ataxic gait, diminished saccade velocity, cerebellar dysarthria and dysmetria of the upper and lower limbs, and reach the highest world prevalence rate in Holguín, Cuba. Quantify the upper limbs coordination is a part of the neurological examination, the computer system NeuroScreening Coordination offers a set of test to this purpose. Keep-to-the-path test is one of them, it consist in draw a superposed path to mathematical curve as quick…
The Spinocerebellar Ataxia type 2 is characterized by an ataxic gait, diminished saccade velocity, cerebellar dysarthria and dysmetria of the upper and lower limbs, and reach the highest world prevalence rate in Holguín, Cuba. Quantify the upper limbs coordination is a part of the neurological examination, the computer system NeuroScreening Coordination offers a set of test to this purpose. Keep-to-the-path test is one of them, it consist in draw a superposed path to mathematical curve as quick and accuracy as possible. To support the design, performance and analysis of the Keep-to-the-path test were used different computational and mathematical methods. An Interpreter of Mathematical Functions based in part of the compiler theory is responsible of create, edit and evaluate mathematical functions used as stimulus in the mentioned test. Besides, a Processor of Movement Signals is used to process and obtain relevant data of patients responses, it implement spline cubic interpolation techniques, mean value algorithm, numerical integration and numerical differentiation. This implemented methods guaranty the correct test design and the reliability and accuracy capturing and processing data, making to Keep-to-the-path test a good tool for quantify hand movement coordination.
Otros autores
Patentes
-
NeuroScreening Gait v1.0.0. Software para la evaluación de posturas humanas
Expedida CU 2481-2015
-
NeuroScreening Cognition v1.0.0. Software para la evaluación de trastornos cognitivos
Expedida CU 2476-2015
-
NeuroScreening HandSensor v1.0.0. Sensor para medir la coordinación mediante la ejecución de la prueba de adiadococinesia
Expedida CU 2478-2015
-
NeuroScreening Coordination v2.0.0. Sistema para la cuantificación de la coordinación
Expedida CU 2477-2015
Proyectos
-
Intelligent Portable Monitoring and Therapy System for REM Sleep Disorders (SMOTTS)
Project Coordinator
The aim of the project is to design and develop an intelligent, portable, and ambulatory system for the early diagnosis of REM sleep behavior disorder (RBD) and the application of therapies aimed at improving sleep quality and preventing the onset of vigorous behaviors. This will consist of wearable elements and a smart hub, to be used at the patient's home, capable of connecting to a platform that will provide diagnostic and therapeutic support services to…Project Coordinator
The aim of the project is to design and develop an intelligent, portable, and ambulatory system for the early diagnosis of REM sleep behavior disorder (RBD) and the application of therapies aimed at improving sleep quality and preventing the onset of vigorous behaviors. This will consist of wearable elements and a smart hub, to be used at the patient's home, capable of connecting to a platform that will provide diagnostic and therapeutic support services to specialists.
Partners: mSurgery, TECNALIA, Universidad de Málaga, IBIMA and ENESO -
Surgical Collaborative Telepresence Platform
CTO | Project Manager & Lead Engineer
mSurgery is a platform that integrates all the needed video sources in an immersive experience to facilitate the best surgical training remotely, allowing you to experience interactive training or assistance sessions between peers. The knowledge base is curated and continuously updated by the subscription owner. -
Stereoscopic Virtual Viewer for the da Vinci Surgical Platform
-
CTO | Project Manager & Lead Engineer
The main goal of the project was to transmit the stereoscopic video signal from the da Vinci platform over the internet, in real-time, with bidirectional communication so that any surgeon anywhere could see exactly what the console surgeon sees, including the sense of depth. This project is groundbreaking in achieving the remote, real-time recreation of the surgeon's immersive view.
Partners: mSurgery, Hospital Universitario Germans Trias i…CTO | Project Manager & Lead Engineer
The main goal of the project was to transmit the stereoscopic video signal from the da Vinci platform over the internet, in real-time, with bidirectional communication so that any surgeon anywhere could see exactly what the console surgeon sees, including the sense of depth. This project is groundbreaking in achieving the remote, real-time recreation of the surgeon's immersive view.
Partners: mSurgery, Hospital Universitario Germans Trias i Pujol, Telefonica and Abex -
Virtual reality operating room
-
CTO | Project Manager & Lead Engineer
The main goal was develop a virtual reality application capable of connecting an operating room with one or more doctors located in different places. This project allows the doctors to participate in the surgery by being virtually there just at the surgeon's side, assisting or learning from him. This could be the first step to changing the future of remote assistance and learning of surgery procedures.
Partners: mSurgery, Telefonica and…CTO | Project Manager & Lead Engineer
The main goal was develop a virtual reality application capable of connecting an operating room with one or more doctors located in different places. This project allows the doctors to participate in the surgery by being virtually there just at the surgeon's side, assisting or learning from him. This could be the first step to changing the future of remote assistance and learning of surgery procedures.
Partners: mSurgery, Telefonica and Hospital Quironsalud Malaga -
Dental aligner platform
-
Project Manager & Lead Engineer
A web platform aims to ease the workflow of treatments and the communication between orthodontists and the aligner provider. It integrates different processes and features like a 3d dental model viewer that allows orthodontists, the aligner provider, and patients to visualize the treatment's steps and the possible result. -
Remote assistance in surgical procedures
-
CTO | Project Manager & Lead Engineer
This project aims to develop a web platform to allow surgeons to assist remotely other colleagues with less experience with some surgical procedures. The platform combines several video sources, medical device data, and the ability to point to elements in the video sources by using the draw strokes' functionality. All interaction between remote experts and the operating room team is in real-time.
Partners: mSurgery, Telefonica and Hospital…CTO | Project Manager & Lead Engineer
This project aims to develop a web platform to allow surgeons to assist remotely other colleagues with less experience with some surgical procedures. The platform combines several video sources, medical device data, and the ability to point to elements in the video sources by using the draw strokes' functionality. All interaction between remote experts and the operating room team is in real-time.
Partners: mSurgery, Telefonica and Hospital QuironSalud Málaga -
Activ ERP
-
Software Engineer (2016-2017), Project Manager (2017-2019), CTO (2019-2021)
Develop and maintain the Activ Enterprise Resource Planning (ERP) project. -
Holy week's augmented reality application
-
CTO | Project leader
5G Network Proof of Concept Project developed using different technologies to recreate the processions. Were recorded some of the most important processions using 360 cameras in popular locations. With those records, we create a mobile application that allows to users enjoy the processions at any time of the year using augmented reality, just like they will be there at the moment. The main challenge here was to get the precise location and orientation of the mobile…CTO | Project leader
5G Network Proof of Concept Project developed using different technologies to recreate the processions. Were recorded some of the most important processions using 360 cameras in popular locations. With those records, we create a mobile application that allows to users enjoy the processions at any time of the year using augmented reality, just like they will be there at the moment. The main challenge here was to get the precise location and orientation of the mobile and deal with the cameras' FOV to achieve the perfect fit between the buildings in the videos and the real buildings.
Partners: mSurgery, Telefonica and VREstudio -
Immersive sports broadcasting over 5G
-
Technical consultant
5G Network Proof of Concept Project aimed to test a new way of sports broadcasting and consumption. We develop a virtual reality application that allows users to select where to be virtually on the field (where was placed some 360 cameras), being their event producer. Shortly in the future, the audience will be able to be on the field near players, a side of the referees, or even in the dugout, all of this thanks to the immersive video streaming in…Technical consultant
5G Network Proof of Concept Project aimed to test a new way of sports broadcasting and consumption. We develop a virtual reality application that allows users to select where to be virtually on the field (where was placed some 360 cameras), being their event producer. Shortly in the future, the audience will be able to be on the field near players, a side of the referees, or even in the dugout, all of this thanks to the immersive video streaming in real-time.
Partners: Linos S.L., Telefonica and VREstudios -
Smart Content Delivery Network (CDN)
-
Senior Software Engineer.
Optimise and deliver images with best-in-class algorithms and our worldwide CDN. Delivering blazingly fast versioned images while servers take care of what matters to the customer's business. -
5GStadium-Immersive reality
-
Software Engineer | Fullstack
5G Network Proof of Concept Project aimed to recreate a virtual visit in real-time to Camp Nou. 5G technology was used to send the video streams obtained with 360 cameras from the sports venue to the Telefónica stand at the MWC. Wired virtual reality glasses (Oculus Rift model) were used in this project.
Partners: Linos S.L., Telefonica and VREstudio -
Architecture for implementing neurological coordination tests
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
Automation of diadochokinesis test using motion capture sensor
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
Cognitive Skill Assessment System "NS Cognition"
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
System for capturing inertial values during the execution of neurological coordination tests
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
Modeling of biomedical processes in rare diseases with high prevalence in Cuba´s eastern, with emphasis on ataxia SCA2
-
Lead Researcher on Movements Coordination Assessment.
Develop algorithms and software to assess coordination impairments in Neurodegenerative diseases.
International project developed by the University of Málaga (Spain), the University of Havana (Cuba), and the University of Holguín (Cuba). -
NSPosture . Computer system for assessing postural disorders
-
Thesis Supervisor.
Master's Thesis to complete the Master in Applied Mathematics and Informatics for Administration -
Sensors with application in coordination assessment
-
Project leader & Lead Researcher.
Develop and test sensors to assess coordination impairments, including tremors, accuracy of motor movements, movement velocity, trajectory, etc. -
Medical equipment to evaluate cognitive disorders
-
Project leader & Lead Researcher.
Develop and validate a medical equipment to asses cognitive disorders in neurodegenerative diseases. -
Improvement of medical equipment to evaluate the rehabilitation in rare neurological diseases with high prevalence in the Cuba's eastern
-
Lead Researcher on Movements Coordination Assessment.
Design and develop medical equipments and algorithms to assess coordination impairments.
International project developed by the University of Málaga (Spain) and the University of Holguín (Cuba). -
Information system to manage neurological studies
-
Research Advisor.
Develop a web platform to manage neurological quantitative studies. -
Medical equipment to assess coordination impairments in upper limbs
-
Project leader & Lead Researcher.
Develop algorithms, sensors, devices, and software to assess coordination impairments in upper limbs -
Creation of an inter-university group for research and teaching in bio-inspired and computational intelligence techniques. Application to the study of epidemics and rare diseases of special incidence in Cuba and to the control systems
-
Lead Researcher on Movements Coordination Assessment.
Develop algorithms and software to assess coordination impairments in Neurodegenerative diseases.
International project developed by the University of Málaga (Spain), the University of Havana (Cuba), and the University of Holguín (Cuba). -
Development and implementation of a blood pressure assessment module for a stress testing equipment
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
Development of control firmware for a noninvasive equipment to assess blood pressure in stress tests
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
System to study oscillometric signals of blood pressure
-
Thesis Supervisor.
Bachelor's Thesis to complete the Grade of Engineering in Computer Sciences. -
System to Management Budgets and Credits (SLFC)
-
Project Manager & Technology leader.
Platform for Management Budgets and Credits in national and international projects. -
National System for Public Investment Monitoring and Sectors (SINAPSIS)
-
Software Development Manager.
Platform for public projects management. -
The Attorney General’s Office Management System (SGF)
-
Technical Advisor. Advice on analysis, design, and system architecture. Training the Software Engineer team.
Platform for management of The Attorney General’s Office. -
System Management Cooperation Agreement (CCV)
-
Software analyst.
Platform for international/public projects management. -
Chemical System (CheSys)
-
Software Developer.
System for Chemical Process Simulation in a Sugar Mill. Operating logic boiler module developer.
Reconocimientos y premios
-
Fellowships programs MAEC-AECID
-
Fellowships for research projects for development cooperation.
-
Award from the University of Holguin Rector
-
Featured professor in the management of student scientific work
-
Holguin's Academy of Science Award
-
-
Award in the XIX National Scientific Forum for Higher Education Students
-
Computer system to assess neurological variables
-
Award in the XXI National Contest Computing for Higher Education Students
-
Computer system to assess the coordination impairment in patients with Spinocerebellar Ataxia type 2
-
OX International Award
Editorial OX
Website www.ataxiacubana.sld.cu in the category Sciences and Technology
-
OX International Award
Editorial OX
Website www.ataxiacubana.sld.cu in the category Sciences and Technology
Idiomas
-
Spanish
Competencia bilingüe o nativa
-
English
Competencia básica profesional
Empresas
-
Cuban society of mathematics and computation
Member
-
Más actividad de Michel
-
Discovering Barco Nexxis at UZ Gent We had the opportunity to visit UZ Gent, where we saw the Barco Nexxis system in action within a modern…
Discovering Barco Nexxis at UZ Gent We had the opportunity to visit UZ Gent, where we saw the Barco Nexxis system in action within a modern…
Recomendado por Michel Velázquez Mariño
-
🔬 III Jornadas de Investigación en Atención Primaria en Málaga: Innovación y nuevos horizontes en salud pública El pasado viernes 13 de diciembre…
🔬 III Jornadas de Investigación en Atención Primaria en Málaga: Innovación y nuevos horizontes en salud pública El pasado viernes 13 de diciembre…
Recomendado por Michel Velázquez Mariño
-
Robotic& Endoscopic Breast Surgery Course held on December 12-13 2024 at German Trias i Pujol Research Institute(IGTP) in Barcelona with cadaveric…
Robotic& Endoscopic Breast Surgery Course held on December 12-13 2024 at German Trias i Pujol Research Institute(IGTP) in Barcelona with cadaveric…
Recomendado por Michel Velázquez Mariño