@@ -11,9 +11,7 @@ const seo = {
1111<BaseLayout seo ={ seo } >
1212 <div class =" container mx-auto max-w-4xl px-4 py-12" >
1313 <div class =" mb-12 text-center" >
14- <h1 class =" mb-4 text-4xl font-bold lg:text-5xl" >
15- Data Safe Haven
16- </h1 >
14+ <h1 class =" mb-4 text-4xl font-bold lg:text-5xl" >Data Safe Haven</h1 >
1715 <div class =" mb-6 flex flex-wrap justify-center gap-2" >
1816 <a
1917 href =" https://github.com/alan-turing-institute/data-safe-haven"
@@ -69,43 +67,43 @@ const seo = {
6967 </div >
7068 <div class =" mb-10" >
7169 <img
72- src =" /images/data-safe-haven.jpg"
70+ src ={ ` ${ import . meta . env . BASE_URL } /images/data-safe-haven.jpg` }
7371 alt =" Data Safe Haven hero image"
7472 class =" h-auto w-full rounded-lg shadow-md"
7573 />
7674 </div >
7775
78- <div class =" prose prose-lg mx-auto" >
79- <p >
80- Project researchers need access to highly sensitive data
81- from real-world patients to develop cardiovascular digital
82- twins. For researchers to do their work securely, the Alan
83- Turing Institute is hosting these datasets in its own Secure
84- Research Environment (SRE): A computational environment with
85- technical and process controls for safe data access. The
86- technical controls are provided by the <a
76+ <div class =" mx-auto" >
77+ <p class = " mb-4 text-lg leading-relaxed text-slate-600 " >
78+ Project researchers need access to highly sensitive data from
79+ real-world patients to develop cardiovascular digital twins. For
80+ researchers to do their work securely, the Alan Turing Institute
81+ is hosting these datasets in its own Secure Research Environment
82+ (SRE): A computational environment with technical and process
83+ controls for safe data access. The technical controls are
84+ provided by the <a
8785 href =" https://github.com/alan-turing-institute/data-safe-haven"
8886 >Turing Data Safe Haven</a
8987 >, an open-source project for the deployment of SREs in the
90- Microsoft Azure cloud. The process controls are managed by
91- the Trusted Research team, a team within the Turing's <a
88+ Microsoft Azure cloud. The process controls are managed by the
89+ Trusted Research team, a team within the Turing's <a
9290 href =" https://www.turing.ac.uk/work-turing/research/research-engineering-group"
9391 >Research Engineering Group</a
9492 > in charge of secure data management.
9593 </p >
96- <p >
94+ <p class = " mb-4 text-lg leading-relaxed text-slate-600 " >
9795 For the CVD-Net project, we are using two SRE instances:
9896 <ol >
9997 <li >
100- The Staging SRE: This SRE receives the raw patient
101- data from our project partners. It is in this
102- environment that the <a
98+ The Staging SRE: This SRE receives the raw patient data
99+ from our project partners. It is in this environment
100+ that the <a
103101 href =" https://www.turing.ac.uk/research/data-for-research"
104102 >Data Wrangling team</a
105103 > consolidates and anonymises the data so it can be safely
106- shared with the project researchers. Given its access
107- to real patient data, digital twin evaluation is also
108- performed in this environment.
104+ shared with the project researchers. Given its access to
105+ real patient data, digital twin evaluation is also performed
106+ in this environment.
109107 </li >
110108 <li >
111109 The Insights SRE: This SRE receives the processed
@@ -115,37 +113,40 @@ const seo = {
115113 </li >
116114 </ol >
117115 </p >
118- <p >
119- As part of the project, we will contribute to the Turing
120- Data Safe Haven codebase by building features to make it
121- more cost-efficient and by making it easier to take data,
122- code and other resources from one SRE and use in the other.
116+ <p class = " mb-4 text-lg leading-relaxed text-slate-600 " >
117+ As part of the project, we will contribute to the Turing Data
118+ Safe Haven codebase by building features to make it more
119+ cost-efficient and by making it easier to take data, code and
120+ other resources from one SRE and use in the other.
123121 </p >
124122
125- <h2 >Key Features</h2 >
126- <ul >
123+ <h2 class =" mb-4 text-2xl font-semibold text-slate-700" >
124+ Key Features
125+ </h2 >
126+ <ul class =" mb-6 list-disc space-y-2 pl-5 text-lg text-slate-600" >
127127 <li >
128- Secure, isolated research environments for sensitive
129- data analysis
128+ Secure, isolated research environments for sensitive data
129+ analysis
130130 </li >
131131 <li >Controlled access management and data governance</li >
132132 <li >Scalable infrastructure using Microsoft Azure</li >
133133 <li >
134134 Familiar data science and analysis tools for researchers
135135 </li >
136136 <li >
137- Compliance with data protection standards and
138- regulations
137+ Compliance with data protection standards and regulations
139138 </li >
140139 </ul >
141140
142- <h2 >Community Resources</h2 >
143- <p >
141+ <h2 class =" mb-4 text-2xl font-semibold text-slate-700" >
142+ Community Resources
143+ </h2 >
144+ <p class =" mb-4 text-lg leading-relaxed text-slate-600" >
144145 The Data Safe Haven is an open-source community project with
145- active development and support. For more information or to
146- get involved, you can:
146+ active development and support. For more information or to get
147+ involved, you can:
147148 </p >
148- <ul >
149+ <ul class = " mb-6 list-disc space-y-2 pl-5 text-lg text-slate-600 " >
149150 <li >
150151 Visit the <a
151152 href =" https://data-safe-haven.readthedocs.io"
@@ -171,4 +172,4 @@ const seo = {
171172 </ul >
172173 </div >
173174 </div >
174- </BaseLayout >
175+ </BaseLayout >
0 commit comments