Skip to content

Commit

Permalink
deploy: 0981594
Browse files Browse the repository at this point in the history
  • Loading branch information
BatoolMM committed Mar 7, 2024
1 parent 50e3a08 commit 3eb0ab2
Show file tree
Hide file tree
Showing 107 changed files with 3,042 additions and 15,711 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f8dcf0017dff43c0871640bdcf36c895
config: 0df4bd7217d6d5141a30f0abc51606ad
tags: 645f666f9bcd5a90fca523b33c5a78b7
28 changes: 28 additions & 0 deletions _sources/pages/aim-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,34 @@ Our ‘People, Policy and Impact’ group will share our learning and influence

* You can read more about the MELD-B project on their page at [University of Southampton - MELD-B](https://www.southampton.ac.uk/publicpolicy/support-for-policymakers/policy-projects/Current%20projects/meld-b.page) or in their first blog post which you can find here: [University of Southampton - MELD-B Introductory Blog](https://www.southampton.ac.uk/publicpolicy/support-for-policymakers/blogs/evidence-to-policy-blog/meld-b-blog.page)

## CoMPuTE

> The Complex Multiple long-term conditions Phenotypes, Trends, and Endpoints (CoMPuTE) project uses Artificial Intelligence to help predict who is more likely to develop multiple long-term conditions. The project is funded by the National Institute for Health and Care Research (NIHR) under its Programme Grants for Applied Research Programme (NIHR204406). It is based on the University of Oxford, University of Leeds and University College London.
### Background to the CoMPuTE project

More than a quarter of adults in England have more than one health condition. By 2035 this is expected to increase by 10-17%. Having more than one condition is called ‘multiple long-term conditions’ (MLTC). The more conditions someone has, the more disabling the effects.

MLTC are difficult for both patients and carers: taking more medicines (with possible problems caused by conflicting or simply too many medications); the cost and wasted time of attending too many healthcare appointments; and the day-to-day challenges of living with multiple conditions.

This study hopes to predict who will suffer from MLTC and how MLTC will progress over a person’s lifetime. Previous research has focused on looking at causes of MLTC, however much is still unknown about why certain conditions appear together, how they relate to normal ageing, prevention, and appropriate care. Also, although the NHS currently invests significant amounts of money in trying to prevent specific health conditions (e.g. heart disease, cancer), many people do not engage. This is a missed opportunity to prevent future ill health.

### The CoMPuTE Research Aims

This project looks at whether using artificial intelligence (AI) can help us predict those more likely to develop MLTC – to get help sooner to those who need it and prevent people from developing MLTC in the first place.

Regular computer models are already used for research on electronic health records. We want to use AI techniques to process this information faster and more accurately. The data will be ‘anonymised’ so it cannot be traced to individuals. Because many people have concerns about how their data are used, members of the public have been involved in this work from the beginning and will be involved throughout. A public member leads one section of work. Other public members work on an equal level with the academic researchers.

- This study hopes to see whether it is possible to predict who will suffer from MLTC and how MLTC will progress over a person’s lifetime.
- It will investigate inequalities and the health and financial burden of MLTC.
- It brings in the public perspective on ethical and social questions about the use of AI in healthcare. Members of often-excluded communities will be actively involved in discussion groups, the development of study materials and the writing of papers. This is important to ensure that plans to help people with MLTC address everyone’s health and care needs.

### How CoMPuTE will involve patients and members of the public

One of the three CoMPuTE Themes (Ethics, Patients and the Public’) is entirely public-led and aims to adopt best practices and break new ground in public and patient involvement in directing the research. Our public stakeholder group brings a wide range of competencies and experience, including personal, geographical, ethnic, socio-economic and age diversity and lived experience of the immigrant experience and living with MLTC, and professional competencies in engineering, randomised control trials, medical communication, project management and health care delivery, to name a few.

Public members are linked with the data and epidemiology Themes (Themes 1 and 2) and are increasingly embedded in that work. Public members have already helped shift the direction of research. Public members already work with and will be presenting to researchers within and beyond the programme; we are planning a series of public-led mini-webinar; our public members will be co-authoring papers, and they will be forging the broader dissemination strategy.

## AI-MIXED Cluster

> Information coming soon.
Expand Down

Large diffs are not rendered by default.

134 changes: 0 additions & 134 deletions _static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

55 changes: 25 additions & 30 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -324,17 +328,17 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,

div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,

div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -375,7 +379,6 @@ div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,

div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
Expand All @@ -385,7 +388,6 @@ div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,

div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -611,25 +613,6 @@ ul.simple p {
margin-bottom: 0;
}

/* Docutils 0.17 and older (footnotes & citations) */
dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
content: "";
clear: both;
}

/* Docutils 0.18+ (footnotes & citations) */
aside.footnote > span,
div.citation > span {
float: left;
Expand All @@ -654,8 +637,6 @@ div.citation > p:last-of-type:after {
clear: both;
}

/* Footnotes & citations ends */

dl.field-list {
display: grid;
grid-template-columns: fit-content(30%) auto;
Expand All @@ -668,10 +649,6 @@ dl.field-list > dt {
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand All @@ -697,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -765,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 3eb0ab2

Please sign in to comment.