From f85b9ae0c0974b280bf8b8c1879cad10a6cf305c Mon Sep 17 00:00:00 2001 From: BryanBradfo Date: Mon, 3 Mar 2025 20:52:05 +0100 Subject: [PATCH] Fix missing 'and' between ECG and PPG in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa7e54..14d9a71 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Introduction The continuous monitoring of blood pressure is a major challenge in the general anesthesia field. Indeed, the monitoring of blood pressure is essential to ensure that the patient is stable during the operation. However, the current methods to measure blood pressure are either non-invasive, but non-continuous, or invasive, which can lead to complications, and expensive, making them inadapted in many situations. -A potential solution to this problem is to use non-invasive monitoring signals which are routinely collected, like the electrocardiogram (ECG) photoplethysmogram (PPG) signal, to estimate the mean arterial pressure (MAP) using AI. The PPG signal is a non-invasive signal that can be easily acquired using a pulse oximeter. The MAP is a measure of the average blood pressure in an individual's arteries during one cardiac cycle. +A potential solution to this problem is to use non-invasive monitoring signals which are routinely collected, like the electrocardiogram (ECG) and photoplethysmogram (PPG) signal, to estimate the mean arterial pressure (MAP) using AI. The PPG signal is a non-invasive signal that can be easily acquired using a pulse oximeter. The MAP is a measure of the average blood pressure in an individual's arteries during one cardiac cycle. The goal of this challenge is to estimate the MAP from the non-invasive signals. Authors : Thomas Moreau (Inria), François Caud (DATAIA - Université Paris-Saclay), Jade Perdereau (APHP, Inria)