-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
268 lines (268 loc) · 15.1 KB
/
mkdocs.yml
File metadata and controls
268 lines (268 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
site_name: NHS England Data Science
site_url: https://nhsengland.github.io/datascience
repo_url: https://github.com/NHSEngland/datascience
repo_name: NHS England Data Science Website
edit_uri: edit/main/docs/
plugins:
- search
# this is commented out on purpose as it breaks the articles page, dont add this back in regardless of what chatgpt tells you it's a solution for
# - awesome-pages
- blog:
blog_dir: articles
authors_file: "{blog}/.authors.yml"
- tags:
tags_file: our_work/tags.md
- exclude:
glob:
- our_work/template-project.md
- open-in-new-tab
- suppress_logs:
patterns:
- "Doc file 'our_work/tags.md' contains a link '#{*}', but there is no such anchor on this page."
loggers:
- mkdocs.structure.pages
nav:
- Home: index.md
- About the team: about.md
- Projects:
- Our Work: our_work/index.md
- Project Tags: our_work/tags.md
- Past/Current Projects:
- Current Projects:
- A&E Forecasting Tool: our_work/a_and_e_forecasting_tool.md
- AI Assurance Research Path: our_work/ds278_Assurance_Research_Path.md
- AI Dictionary: our_work/ai-dictionary.md
- AI Ethics in Practice: our_work/ai-ethics.md
- Better Matching Algorithm: our_work/data-linkage-hub/linkage-projects/better-matching.md
- Cancer high-risk cohorts: our_work/cancer_high_risk_cohorts.md
- "Corporate Services: Pipeline rebuild": our_work/corporate_services_pipeline_rebuild.md
- CVD Pathways: our_work/cvd_pathways.md
- Data Linkage Community of Practice: our_work/data-linkage-hub/linkage-projects/cop.md
- Diabetic Retinopathy: our_work/diabetic_retinopathy.md
- Emerging Privacy Enhancing Technologies: our_work/pets.md
- ePMA Auto Coding: our_work/epma_autocoding.md
- NHS.UK Automatic Moderation of Ratings & Reviews: our_work/ratings-and-reviews.md
- Primary Care Data Generator: our_work/swpclab.md
- Reproducible Analytical Pipelines Squad: our_work/ds218_rap_community_of_practice.md
- Reusable Data Validation Process: our_work/sde_data_validation.md
- Risk stratification models for Population and Person Insights (PaPI): our_work/Papi_Webpage.md
- Embedded Data Scientists in the National Disease Registration Service: our_work/ndrs_embedded_ds.md
- Clinical Measurement Extractor: our_work/clinical_measurement_extractor.md
- "PLOS: Predicting Length of Stay": our_work/ds_314_plos.md
- Past Projects:
- 2025:
- NHS.UK Automatic Moderation of Ratings & Reviews: our_work/ratings-and-reviews.md
- Reproducible Analytical Pipelines Squad: our_work/ds218_rap_community_of_practice.md
- Waiting List Minimum Dataset (WLMDS) Proofs of Concept: our_work/hsma-wlmds.md
- Synthetic Clinical Notes: our_work/ds304_synthetic_clinical_notes.md
- 2024:
- RAG: our_work/ds251_RAG.md
- Redbox Copilot: our_work/redbox_copilot.md
- Quality Assurance Framework for Data Linkage: our_work/data-linkage-hub/linkage-projects/qaf.md
- Tool to Assess Privacy Risk of Text Data - Extended: our_work/ds255_privacyfp.md
- Understanding Fariness and Explainability in Multimodal Approaches within Healthcare: our_work/p61_mmfair.md
- 2023:
- AI Models for Shortlisting Interview Candidates: our_work/casestudy-recruitment-shortlisting.md
- AI Skunkworks Team: our_work/ai-skunkworks.md
- Deep Learning to Detect Adrenal Lesions in CT Scans: our_work/adrenal-lesions.md
- MPS Handbook: our_work/data-linkage-hub/linkage-projects/mps-handbook.md
- Enriching Clinical Coding for Neurology Pathways using MedCAT: our_work/p43_medcat.md
- Including Mortality in Hypergraphs for Multi-morbidity: our_work/p42_mortalityhypergraphs.md
- Investigating Privacy Risks and Mitigations in Healthcare Language Models: our_work/p51_privconcerns.md
- NHS Synth: our_work/p41_nhssynth.md
- Parkinson's Disease Pathology Prediction: our_work/parkinsons-detection.md
- Process Mining with East Midlands Ambulance Service: our_work/p52_processmining.md
- Tool to Assess Privacy Risk of Text Data: our_work/c399_privfinger.md
- 2022:
- Adding a Clinical Focus to Evaluating MM Data Representations: our_work/p31_txtrayalign2.md
- Ambulance Handover Delay Predictor: our_work/ambulance-delay-predictor.md
- Applying & Evaluating a Language Model to Patient Safety Data: our_work/p33_patientsafetylms.md
- Bed Allocation: our_work/bed-allocation.md
- Generic Patient Simulator: our_work/c245_synpath.md
- Inequalities in Diabetes from PHM Data: our_work/p32_phmdiabetes.md
- Investigating Superpixels in LIME for Explaining Predictions of Facial Images: our_work/p24_lime.md
- Long Stayer Risk Stratification Baseline Models: our_work/long-stay-baseline.md
- Nursing Placement Scheduled Optimisation: our_work/nursing-placement-optimisation.md
- Privacy of Unstructured Data: our_work/c338_poud.md
- Renal Health Prediction: our_work/renal-health-prediction.md
- Synthetic Data From Real Data: our_work/casestudy-synthetic-data-pipeline.md
- Synthetic Data Generation Pipeline: our_work/synthetic-data-pipeline.md
- Transforming Healthcare Data With Graph-Based Techniques: our_work/p34_hypergraphs.md
- 2021:
- AI Deep Dive Workshops: our_work/ai-deep-dive.md
- CT Alignment & Lesion Detection: our_work/ct-alignment.md
- Creating a Generic Adversarial Attack for Synthetic Data: our_work/c339_sas.md
- Developing SynthVAE: our_work/p21_synthvae.md
- Differential Privacy in a VAE for Synthetic Data Generation: our_work/p12_synthvae.md
- Impact of Commercial Data on Predictions: our_work/p14_mcr.md
- Length of Hospital Day Prediction: our_work/long-stay.md
- NHS Language Corpus: our_work/c250_nhscorpus.md
- NHS @Home Programme: our_work/open-safely.md
- Predicting Negligence Claims: our_work/nhs-resolution.md
- SynPath Simulator on Diabetes Pathway: our_work/p11_synpathdiabetes.md
- Text Analysis using Structural Topic Modelling: our_work/p23_stm.md
- TxtRayAlign: our_work/p22_txtrayalign.md
- 2020:
- Data Lens: our_work/data-lens.md
- Main Work Areas:
- Predictive Analytics Products:
- A&E Forecasting Tool: our_work/a_and_e_forecasting_tool.md
- Ambulance Handover Delay Predictor: our_work/ambulance-delay-predictor.md
- Bed Allocation: our_work/bed-allocation.md
- Cancer high-risk cohorts: our_work/cancer_high_risk_cohorts.md
- Diabetic Retinopathy: our_work/diabetic_retinopathy.md
- Impact of Commercial Data on Predictions: our_work/p14_mcr.md
- Length of Hospital Day Prediction: our_work/long-stay.md
- Long Stayer Risk Stratification Baseline Models: our_work/long-stay-baseline.md
- Parkinson's Disease Pathology Prediction: our_work/parkinsons-detection.md
- Predicting Negligence Claims: our_work/nhs-resolution.md
- Renal Health Prediction: our_work/renal-health-prediction.md
- Risk stratification models for Population and Person Insights (PaPI): our_work/Papi_Webpage.md
- Waiting List Minimum Dataset (WLMDS) Proofs of Concept: our_work/hsma-wlmds.md
- "PLOS: Predicting Length of Stay": our_work/ds_314_plos.md
- Data Science for Linked/Longitudinal Data:
- Data Linkage Hub:
- __index.md: our_work/data-linkage-hub/index.md
- Better Matching Algorithm: our_work/data-linkage-hub/linkage-projects/better-matching.md
- Data Linkage Community of Practice: our_work/data-linkage-hub/linkage-projects/cop.md
- Person_ID Handbook: our_work/data-linkage-hub/linkage-projects/mps-handbook.md
- Quality Assurance Framework for Data Linkage: our_work/data-linkage-hub/linkage-projects/qaf.md
- Inequalities in Diabetes from PHM Data: our_work/p32_phmdiabetes.md
- CVD Pathways: our_work/cvd_pathways.md
- Natural Language Processing Products:
- AI Models for Shortlisting Interview Candidates: our_work/casestudy-recruitment-shortlisting.md
- Data Lens: our_work/data-lens.md
- ePMA Auto Coding: our_work/epma_autocoding.md
- NHS.UK Automatic Moderation of Ratings & Reviews: our_work/ratings-and-reviews.md
- Redbox Copilot: our_work/redbox_copilot.md
- Tool to Assess Privacy Risk of Text Data: our_work/c399_privfinger.md
- Tool to Assess Privacy Risk of Text Data - Extended: our_work/ds255_privacyfp.md
- Data Science Capability:
- AI Deep Dive Workshops: our_work/ai-deep-dive.md
- AI Dictionary: our_work/ai-dictionary.md
- AI Ethics in Practice: our_work/ai-ethics.md
- AI Skunkworks Team: our_work/ai-skunkworks.md
- "Corporate Services: Pipeline rebuild": our_work/corporate_services_pipeline_rebuild.md
- NHS @Home Programme: our_work/open-safely.md
- Reproducible Analytical Pipelines Squad: our_work/ds218_rap_community_of_practice.md
- Research & Development:
- Computer Vision retired:
- CT Alignment & Lesion Detection: our_work/ct-alignment.md
- Deep Learning to Detect Adrenal Lesions in CT Scans: our_work/adrenal-lesions.md
- Investigating Superpixels in LIME for Explaining Predictions of Facial Images: our_work/p24_lime.md
- Natural Language Processing:
- Adding a Clinical Focus to Evaluating MM Data Representations: our_work/p31_txtrayalign2.md
- Applying & Evaluating a Language Model to Patient Safety Data: our_work/p33_patientsafetylms.md
- Including Mortality in Hypergraphs for Multi-morbidity: our_work/p42_mortalityhypergraphs.md
- Investigating Privacy Risks and Mitigations in Healthcare Language Models: our_work/p51_privconcerns.md
- NHS Language Corpus: our_work/c250_nhscorpus.md
- Privacy of Unstructured Data: our_work/c338_poud.md
- Text Analysis using Structural Topic Modelling: our_work/p23_stm.md
- TxtRayAlign: our_work/p22_txtrayalign.md
- Understanding Fariness and Explainability in Multimodal Approaches within Healthcare: our_work/p61_mmfair.md
- Synthetic Data:
- Creating a Generic Adversarial Attack for Synthetic Data: our_work/c339_sas.md
- Developing SynthVAE: our_work/p21_synthvae.md
- Emerging Privacy Enhancing Technologies: our_work/pets.md
- Differential Privacy in a VAE for Synthetic Data Generation: our_work/p12_synthvae.md
- Generic Patient Simulator: our_work/c245_synpath.md
- NHS Synth: our_work/p41_nhssynth.md
- Primary Care Data Generator: our_work/swpclab.md
- SynPath Simulator on Diabetes Pathway: our_work/p11_synpathdiabetes.md
- Synthetic Clinical Notes: our_work/ds304_synthetic_clinical_notes.md
- Synthetic Data From Real Data: our_work/casestudy-synthetic-data-pipeline.md
- Synthetic Data Generation Pipeline: our_work/synthetic-data-pipeline.md
- Including Mortality in Hypergraphs for Multi-morbidity: our_work/p42_mortalityhypergraphs.md
- Nursing Placement Scheduled Optimisation: our_work/nursing-placement-optimisation.md
- Process Mining with East Midlands Ambulance Service: our_work/p52_processmining.md
- SDE Service Data Wranglers:
- Reusable Data Validation Process: our_work/sde_data_validation.md
- Transforming Healthcare Data With Graph-Based Techniques: our_work/p34_hypergraphs.md
- Our Team's Publications: our_work/Publications.md
# - Tools:
# - ... | flat | tools/*.md
- PhD Internships: PhDInterns.md
- Data Science MRes:
- Data Science MRes: mres/index.md
- MRes Projects:
- Prediction of CVD Onset: mres/cvd-onset.md
- Supporting Dementia Diagnosis: mres/dementia.md
- Understanding delays in elective pathways: mres/elective-pathways-delays.md
- Investigating unknown ethnicity records in NHS emergency care data: mres/ethnicity.md
- Predicting GP Staff Turnover: mres/gp-turnover.md
- Menopause-Related Diagnosis Coding: mres/menopause.md
- Mental Health Environmental Impacts Leeds: mres/mh_leeds.md
- Impact of midwife-led continuity of carer on birth outcomes: mres/midwives.md
- Predicting perinatal depression: mres/perinatal.md
- Poor pregnancy outcomes in women with type 2 diabetes: mres/pregnancy-outcomes.md
- Process Mining on Patient Pathways in Healthcare: mres/process-mining.md
- Relationship between psychotropic medication usage and Talking Therapies treatment outcomes: mres/psychotropic-meds-talking-therapies.md
- Relationship Between Factors and Stillbirth outcomes: mres/stillbirths.md
- UTI Surgery Risk Predictions: mres/uti.md
- Predicting Winter Pressures on Emergency Admissions: mres/winter-pressures.md
- Articles:
- articles/index.md
- Playbooks: playbooks.md
# - Codebases: codebases.md
- Useful links: useful_links.md
- Site Info: meta_page.md
theme:
name: material
language: en
custom_dir: overrides
palette:
scheme: default
primary: indigo
font:
text: Arial
logo: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMCAyMHYtNmg0djZoNXYtOGgzTDEyIDMgMiAxMmgzdjh6Ii8+PC9zdmc+
favicon: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwNUVCOCIgZD0iTTEwIDIwdi02aDR2Nmg1di04aDNMMTIgMyAyIDEyaDN2OHoiLz48L3N2Zz4=
features:
- search.share
- content.code.annotate
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.path
- navigation.top
- toc.integrate
icon:
admonition:
<type>: material/alert
extra_css:
- stylesheets/extra.css
markdown_extensions:
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.mark
- md_in_html
- footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nhsengland/datascience
name: NHS England Data Science
generator: false
copyright: Copyright © 2023 Crown Copyright (NHS England)
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/tablefilter.js
watch:
- overrides