diff --git a/src/app/case-studies/_ui/index.tsx b/src/app/case-studies/_ui/index.tsx new file mode 100644 index 0000000..62922bf --- /dev/null +++ b/src/app/case-studies/_ui/index.tsx @@ -0,0 +1,75 @@ +import Link from 'next/link'; +import { Link as ExternalLink } from '@trussworks/react-uswds'; + +interface ContainerProps { + children: React.ReactNode; +} + +const PageContainer = ({ children }: ContainerProps) => { + return ( +
{children}
; +}; + +const UnorderedList = ({ children }: ContainerProps) => { + return ( +
+
+
- We are currently commencing pilots with jurisdictions to test - the eCR Viewer in a production data environment and further - validate the tool's downstream public health impact. Our aim is - to scale the eCR Viewer with a wide range of jurisdictions to - turn eCR into the go-to data source for case ascertainment and - investigation. -
+ +- Following the pilot, LAC now has access to an automated feed of - analysis-ready eCR data with fields relevant to downstream disease - teams. LAC plans to continue to leverage the DIBBs pipeline - infrastructure to give additional disease teams access to - processed eCR data, including the HIV and STD prevention team and - the Community Outbreak Team (focused on viral respiratory - pathogens). Through the LAC pilot, the DIBBs team gained insights - on how to use and adapt our modular, open-source solutions to - solve data challenges for multiple disease surveillance systems - across public health jurisdictions. -
-