Skip to content

Commit a143b5c

Browse files
committed
fix gantt chart and rebuild site
1 parent 98daf9b commit a143b5c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/images/gantt-chart.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,17 +2533,17 @@ <h2 id="overview-of-the-data-infrastructure-framework">Overview of the data infr
25332533
<li>Authorized researchers upload generated data from completed projects. Non-standardized data is manually processed and cleaned before entering into the database.</li>
25342534
</ol></li>
25352535
<li><strong>User 2</strong>: Those <em>requesting access</em>, e.g., researchers and clinicians. Use cases are:
2536-
<ol start="3" type="1">
2536+
<ol type="1">
25372537
<li>Interested researchers browse the catalogue of available data and the data dictionary.</li>
25382538
<li>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).</li>
25392539
</ol></li>
25402540
<li><strong>User 3</strong>: Those <em>viewing updates on findings and results</em> such as aggregate statistics, e.g., policymakers, healthcare workers, journalists, researchers, and the general public. Use cases are:
2541-
<ol start="5" type="1">
2541+
<ol type="1">
25422542
<li>Users view and read through the list of completed, ongoing, and proposed projects that use the database.</li>
25432543
<li>Users access and view aggregate statistics and the latest published findings that are relevant to them/their practice.</li>
25442544
</ol></li>
25452545
<li><strong>User 4</strong>: Administrators and data controllers. Use cases are:
2546-
<ol start="7" type="1">
2546+
<ol type="1">
25472547
<li>Approve newly submitted projects that request data and manage existing projects.</li>
25482548
<li>Approve and authorize researchers to access the web portal for data requests and to manage current authorized researchers.</li>
25492549
<li>Manage collection centers’ access and authorization.</li>
@@ -2586,7 +2586,7 @@ <h3 id="selected-software-and-tools-to-use">Selected software and tools to use</
25862586
<li><strong>Markdown for documentation:</strong> 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.</li>
25872587
<li><strong>Tools for modern web-based interfaces:</strong> These include HTML, CSS, JavaScript, and other web technologies, as well as User Interface (UI)/User Experience (UX) design principles.</li>
25882588
<li><strong>Software development best practices: </strong>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.</li>
2589-
<li><strong>Re-use of similar infrastructures:</strong> Modules from initiatives like Gen3 will either be re-used directly or modified to fit our requirements. TODO: Our added value over Gen3.</li>
2589+
<li><strong>Re-use of similar infrastructures:</strong> Modules from initiatives like Gen3 will either be re-used directly or modified to fit our requirements.</li>
25902590
</ul>
25912591
<h2 id="the-frameworks-layers">The framework’s layers</h2>
25922592
<h3 id="frontend-interface-the-web-portal">Frontend interface: The web portal</h3>
@@ -2600,7 +2600,7 @@ <h3 id="frontend-interface-the-web-portal">Frontend interface: The web portal</h
26002600
</ol></li>
26012601
<li>Public access: User 3 would have access to all public pages, which includes the data dictionary, updates on findings, list of current and past projects, and a log of any changes or additions to the data.</li>
26022602
</ol>
2603-
<p>All content would be rendered directly as plain HTML text to ease use of existing webpage translation services (e.g. Google Translated), so that content written in another language, i.e., Danish, would still be readable to non-native speakers. This would also lower the amount of maintenance necessary for documentation.</p>
2603+
<p>All content would be rendered directly as plain HTML text to ease use of existing webpage translation services (e.g. Google Translate), so that content written in another language, i.e., Danish, would still be readable to non-native speakers. This would also lower the amount of maintenance necessary for documentation.</p>
26042604
<h3 id="middle-layer-the-api">Middle-layer: The API</h3>
26052605
<p>Modern web and computational infrastructures are built on web APIs. Any modern online resource or interface makes use of an API, such as from Google, Gen3, or the UK Biobank. An API is a mechanism by which different programs can communicate with one another. They form a set of instructions or conventions that allow easy communication between a user and the computer. APIs by their nature are transparent and if well-documented would ensure the linked data would be FAIR, safely and securely.</p>
26062606
<p>In this case, the API would be between the user and the web server that stores the underlying database and documentation. The API would be a combination of a predefined set of instructions that are sent to the web server to run certain commands as well as a set of explicit conventions and rules on how files and folders are structured and named. Taken together, this API would allow other software like R packages to be built to interact with the backend to automate tasks done by the users.</p>

docs/search.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0">
33
<url>
44
<loc>https://steno-aarhus.github.io/dif-project/</loc>
5-
<lastmod>2022-01-12T14:28:28-05:00</lastmod>
5+
<lastmod>2022-01-12T19:47:48-05:00</lastmod>
66
</url>
77
<url>
88
<loc>https://steno-aarhus.github.io/dif-project/LICENSE.html</loc>
9-
<lastmod>2022-01-12T14:29:21-05:00</lastmod>
9+
<lastmod>2022-01-12T20:47:12-05:00</lastmod>
1010
</url>
1111
</urlset>

images/gantt-chart.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)