You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about/work-packages.astro
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ const workPackages = [
30
30
{
31
31
id: "WP1",
32
32
title: "Data Collection and Curation",
33
-
goal: "Gathering and preparing the essential patient data needed to build, train, and test the digital twins.",
33
+
goal: "Gathering and preparing the patient data needed to build, train, and test the digital twins.",
34
34
purpose: [
35
-
"Bring together existing (retrospective) data from large international, national, and local patient databases and registries for Pulmonary Arterial Hypertension, alongside general population data (e.g., UK Biobank).",
36
-
"Run a dedicated prospective clinical study to collect new, detailed data from PAH patients over time, using standard care methods, intensive hospital/remote monitoring (e.g. wearables, MRI), and even embedded monitors.",
35
+
"Bring together existing data from large international, national, and local patient databases and registries for Pulmonary Hypertension, alongside general population data (e.g., UK Biobank).",
36
+
"Run a prospective clinical study to collect new, detailed data from PAH patients over time, using standard care methods, hospital based investigation and remote monitoring.",
37
37
"This real-world data collection is vital for driving and evaluating the DT demonstrator.",
38
38
],
39
39
leads: ["Alex Rothman", "Martin Wilkins"],
40
-
currentFocus:
41
-
"Establishing data sharing agreements and initiating prospective data collection protocols.",
40
+
//currentFocus:
41
+
// "Establishing data sharing agreements and initiating prospective data collection protocols.",
42
42
},
43
43
{
44
44
id: "WP2",
@@ -65,7 +65,7 @@ const workPackages = [
65
65
],
66
66
leads: ["Richard Wilkinson"],
67
67
currentFocus:
68
-
"Developing baseline cardiovascular models and initial calibration algorithms using synthetic data.",
68
+
" Using linear emulators, which enable real-time calibration via a closed form expression, and extending this to a linear state-space model to enable parameters to vary through time.",
69
69
},
70
70
{
71
71
id: "WP4",
@@ -90,8 +90,8 @@ const workPackages = [
90
90
"Reduce the cost and improve the accuracy of calibrating and forecasting DTs by exploiting collective information within the network.",
91
91
],
92
92
leads: ["Elizabeth Cross", "Keith Worden"],
93
-
currentFocus:
94
-
"Researching methodologies for federated learning and defining similarity metrics for patient cohorts.",
93
+
//currentFocus:
94
+
// "Researching methodologies for federated learning and defining similarity metrics for patient cohorts.",
0 commit comments