Skip to content

Commit

Permalink
Merge pull request #70 from nhsengland/aib-improve-projects-navigation
Browse files Browse the repository at this point in the history
extrs spice to our projects page
  • Loading branch information
SamHollings authored Feb 27, 2024
2 parents 4f2bccc + 5fbd0e9 commit 1c51b0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/our_work/bed-allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'Bed allocation'
summary: 'Machine learning to effectively aid bed management in Kettering General Hospital.'
category: 'Projects'
origin: 'Skunkworks'
tags: ['HOSPITAL','BAYESIAN FORECASTING','MONTE CARLO','GREEDY ALLOCATION', PYTHON']
tags: ['HOSPITAL','BAYESIAN FORECASTING','MONTE CARLO','GREEDY ALLOCATION', 'PYTHON']
---

![Bed allocation screenshot](../images/bed-allocation.png)
Expand Down
12 changes: 12 additions & 0 deletions docs/our_work/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ Explore our project pages to:
* Understand the **problems** we're looking into and **how we've approached them**, ranging from **optimising patient outcomes** and **resource allocation** to **enhancing operational efficiency across the healthcare ecosystem**.
* Learn about the **key results** of our work and what **impact** we've had.
* Find links to further resources which came out of these projects, such as codebases, tools and reports.


<script>
var sites = ['ds218_rap_community_of_practice', 'p24_lime', 'p12_synthvae', 'ai-deep-dive', 'c245_synpath', 'casestudy-recruitment-shortlisting', 'p32_phmdiabetes', 'ct-alignment', 'c339_sas', 'p23_stm', 'p21_synthvae', 'p31_txtrayalign2', 'p22_txtrayalign', 'data-lens', 'p42_hypergraphs2', 'bed-allocation', 'synthetic-data-pipeline', 'c399_privfinger', 'nhs-resolution', 'c338_poud', 'ambulance-delay-predictor', 'parkinsons-detection', 'ai-dictionary', 'open-safely', 'p34_hypergraphs', 'p33_patientsafetylms', 'nwas', 'long-stay', 'adrenal-lesions', 'p11_synpathdiabetes', 'renal-health-prediction', 'nursing-placement-optimisation', 'long-stay-baseline', 'clinical-coding', 'c250_nhscorpus', 'ai-skunkworks', 'casestudy-synthetic-data-pipeline', 'p43_medcat', 'p14_mcr', 'Publications'];

function randomSite() {
var i = parseInt(Math.random() * sites.length);
location.href = sites[i];
}
</script>

<button class="hero md-button md-button--primary" onclick="randomSite()" >Take me to a random project :material-puzzle:</button> [Explore our projects by topic :fontawesome-solid-tags:](./tags.md){ .md-button }

0 comments on commit 1c51b0e

Please sign in to comment.