You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.Rmd
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -174,25 +174,23 @@ researchers. The use cases are:
174
174
2. Authorized researchers upload generated data from completed projects. Non-standardized data is manually processed and cleaned before entering into the database.
175
175
2.**User 2**: Those _requesting access_, e.g., researchers and clinicians. Use
176
176
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).
179
179
3.**User 3**: Those _viewing updates on findings and results_ such as
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.
184
184
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.
188
188
189
189
Throughout this application, we’ll refer to these four users and three layers
190
190
as we expand on and describe the framework.
191
191
192
192

193
193
194
-
195
-
196
194
### Key principles underlying the framework
197
195
198
196
To ensure the development of this framework is efficient and focused, it will
@@ -252,7 +250,7 @@ conventions to form the framework’s foundation:
252
250
-**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.
253
251
-**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.
254
252
-**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.
256
254
257
255
## The framework’s layers
258
256
@@ -270,7 +268,7 @@ the data dictionary, updates on findings, list of current and past projects,
270
268
and a log of any changes or additions to the data.
271
269
272
270
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
274
272
written in another language, i.e., Danish, would still be readable to
275
273
non-native speakers. This would also lower the amount of maintenance necessary
276
274
for documentation.
@@ -539,16 +537,14 @@ deliverables (each User by each layer). Each deliverable would be to prototype
539
537
a MVP to begin testing it, identifying bugs, getting feedback, and establishing
540
538
maintenance procedures. See Figure 3 for the Gantt chart.
541
539
542
-
543
540

544
541
545
542
# Collaborations
546
543
547
544
The framework will be developed at SDCA with Professor Annelli Sandbæk
548
545
(applicant) as the lead PI responsible for reaching the overall goals of the
549
546
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
552
548
headed by the PI will be established that includes central persons from SDCA
553
549
and DD2. In close collaboration with the project manager of DD2 and the current
554
550
data manager, the deliverables will be planned and carried through. Completing
0 commit comments