From 0db3463b8ea62e0b2e2a67e6277ae3c52349a939 Mon Sep 17 00:00:00 2001 From: Dan Hatton Date: Mon, 26 Jan 2026 11:44:52 +0000 Subject: [PATCH] add more detail to services box in dashboard --- .../components/pages/dashboard/Dashboard.tsx | 61 ++++++++++++++++--- 1 file changed, 52 insertions(+), 9 deletions(-) diff --git a/webui/src/components/pages/dashboard/Dashboard.tsx b/webui/src/components/pages/dashboard/Dashboard.tsx index 5f20e47..b97ba9d 100644 --- a/webui/src/components/pages/dashboard/Dashboard.tsx +++ b/webui/src/components/pages/dashboard/Dashboard.tsx @@ -173,20 +173,63 @@ export function Dashboard() { - - - CTF and Motion Correction - - - - + + Data Processing + + Calculate quality metrics which are fed to SmartEM for prediction updates + (includes motion correction, CTF estimation, particle picking, particle + selection) +
+ + https://github.com/DiamondLightSource/cryoem-services + +
- - + + ML Recommendations + + Quality predictions from a range of models as well as model weight and + parameter updates. Updates are informed by quality metrics produced by + data processing services +
+ + https://github.com/DiamondLightSource/smartem-models + +