Skip to content

Commit 98daf9b

Browse files
committed
minor formatting fixes
1 parent cb2f761 commit 98daf9b

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

index.Rmd

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -174,25 +174,23 @@ researchers. The use cases are:
174174
2. Authorized researchers upload generated data from completed projects. Non-standardized data is manually processed and cleaned before entering into the database.
175175
2. **User 2**: Those _requesting access_, e.g., researchers and clinicians. Use
176176
cases are:
177-
3. Interested researchers browse the catalogue of available data and the data dictionary.
178-
4. Researchers request access to data by submitting a description of their proposed project and selecting the relevant data from the catalogue. This request is sent to a list of projects to await approval from the data controllers (User 4).
177+
1. Interested researchers browse the catalogue of available data and the data dictionary.
178+
2. Researchers request access to data by submitting a description of their proposed project and selecting the relevant data from the catalogue. This request is sent to a list of projects to await approval from the data controllers (User 4).
179179
3. **User 3**: Those _viewing updates on findings and results_ such as
180180
aggregate statistics, e.g., policymakers, healthcare workers, journalists,
181181
researchers, and the general public. Use cases are:
182-
5. Users view and read through the list of completed, ongoing, and proposed projects that use the database.
183-
6. Users access and view aggregate statistics and the latest published findings that are relevant to them/their practice.
182+
1. Users view and read through the list of completed, ongoing, and proposed projects that use the database.
183+
2. Users access and view aggregate statistics and the latest published findings that are relevant to them/their practice.
184184
4. **User 4**: Administrators and data controllers. Use cases are:
185-
7. Approve newly submitted projects that request data and manage existing projects.
186-
8. Approve and authorize researchers to access the web portal for data requests and to manage current authorized researchers.
187-
9. Manage collection centers’ access and authorization.
185+
1. Approve newly submitted projects that request data and manage existing projects.
186+
2. Approve and authorize researchers to access the web portal for data requests and to manage current authorized researchers.
187+
3. Manage collection centers’ access and authorization.
188188

189189
Throughout this application, we’ll refer to these four users and three layers
190190
as we expand on and describe the framework.
191191

192192
![Figure 2: Detailed schematic of the data infrastructure framework.](images/detailed-schematic.svg "Schematic of DIF.")
193193

194-
195-
196194
### Key principles underlying the framework
197195

198196
To ensure the development of this framework is efficient and focused, it will
@@ -252,7 +250,7 @@ conventions to form the framework’s foundation:
252250
- **Markdown for documentation:** Markdown is a common web format and is quickly becoming a standard in data science and even within many scientific fields. It is a simple syntax for writing documents that enables easy conversion to file formats like HTML or Word. It is simple and portable, so will be used for writing the data dictionary, results, documentation, and training material.
253251
- **Tools for modern web-based interfaces:** These include HTML, CSS, JavaScript, and other web technologies, as well as User Interface (UI)/User Experience (UX) design principles.
254252
- **Software development best practices: **This includes unit testing, continuous integration, and document-driven development (to emphasize usability). We’ll use the concept of Minimum Viable Product (MVP) as a means of quickly building something that is minimally workable.
255-
- **Re-use of similar infrastructures:** Modules from initiatives like Gen3 will either be re-used directly or modified to fit our requirements. TODO: Our added value over Gen3.
253+
- **Re-use of similar infrastructures:** Modules from initiatives like Gen3 will either be re-used directly or modified to fit our requirements.
256254

257255
## The framework’s layers
258256

@@ -270,7 +268,7 @@ the data dictionary, updates on findings, list of current and past projects,
270268
and a log of any changes or additions to the data.
271269

272270
All content would be rendered directly as plain HTML text to ease use of
273-
existing webpage translation services (e.g. Google Translated), so that content
271+
existing webpage translation services (e.g. Google Translate), so that content
274272
written in another language, i.e., Danish, would still be readable to
275273
non-native speakers. This would also lower the amount of maintenance necessary
276274
for documentation.
@@ -539,16 +537,14 @@ deliverables (each User by each layer). Each deliverable would be to prototype
539537
a MVP to begin testing it, identifying bugs, getting feedback, and establishing
540538
maintenance procedures. See Figure 3 for the Gantt chart.
541539

542-
543540
![Figure 3: Gantt chart of deliverables and timelines.](images/gantt-chart.svg "Gantt Chart")
544541

545542
# Collaborations
546543

547544
The framework will be developed at SDCA with Professor Annelli Sandbæk
548545
(applicant) as the lead PI responsible for reaching the overall goals of the
549546
project and defined milestones, as well as two postdocs, Luke Johnston, MSc,
550-
PhD and Alisa Kjærgaard,
551-
MD, PhD. A project group
547+
PhD and Alisa Kjærgaard, MD, PhD. A project group
552548
headed by the PI will be established that includes central persons from SDCA
553549
and DD2. In close collaboration with the project manager of DD2 and the current
554550
data manager, the deliverables will be planned and carried through. Completing

0 commit comments

Comments
 (0)