Skip to content

Commit bd04c28

Browse files
authored
Merge pull request #17 from Boehringer-Ingelheim/dev
Dev
2 parents 041fbac + 93133e9 commit bd04c28

25 files changed

Lines changed: 60 additions & 34 deletions

File tree

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ website:
77
pinned: true
88
collapse: true
99
search: true
10+
logo: davinci_icon.svg
1011
left:
1112
- quarto/getting_started.qmd
1213
- quarto/modules.qmd

davinci_icon.svg

Lines changed: 1 addition & 0 deletions
Loading

index.qmd

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "DaVinci - Dynamic Visualization for Clinical Insights"
33
---
44

5-
65
### What is DaVinci?
76

87
DaVinci provides tools to review, aggregate and visualize data to develop and deliver safe and effective treatments for patients. Instead of creating entire R/Shiny applications, DaVinci provides individual modules. Modules are functional building blocks that can be linked together into customized apps. This customization enables App Creators to build their own app according to trial-specific needs without deep R knowledge. The concept of developing loosely coupled, functional units and composing them into a larger application is subsequently referred to as modular approach.
@@ -13,21 +12,39 @@ To create an app, you need to first identify which modules to include. Consider
1312

1413
![](quarto/images/building_blocks.png){fig-align="center"}
1514

16-
17-
DaVinci modules are provided as R packages, with each package containing one or multiple modules. Choose the modules freely according to the purpose of your visualization. For instance, while a heatmap may not be necessary for data cleaning, it could be useful for biomarker analyses. Safety review might benefit from an eDISH plot, and listings are likely to be needed in all use cases. These are only examples, modules can be combined as needed. Some modules even have the capability to interact with each other.
18-
15+
DaVinci modules are provided as R packages, with each package containing one or multiple modules. Choose the modules freely according to the purpose of your visualization. For instance, while a heatmap may not be necessary for data cleaning, it could be useful for biomarker analyses. Safety review might benefit from an eDISH plot, and listings are likely to be needed in all use cases. These are only examples, modules can be combined as needed. Some modules even have the capability to interact with each other.
1916

2017
```{=html}
2118
<div><button onclick="window.location.href = 'quarto/getting_started.html';" class="button">Getting Started</button> explains what requriments need to be met and how to actual create an app.</div>
2219
<div><button onclick="window.location.href = 'quarto/modules.html';" class="button">DaVinci Modules</button> shows a complete list of all DaVinci modules.</div>
2320
```
2421

25-
2622
<br>
23+
24+
### DaVinci demo app walkthrough
25+
26+
This short video demonstrates how DaVinci modules come together in a real clinical data review app. It is included here to give new users a quick, visual overview of the workflow and the type of interactive insights DaVinci enables.
27+
2728
<div>
29+
2830
<video width="100%" height="auto" controls allowfullscreen >
29-
<source src="quarto/images/short_video.mp4" type="video/mp4">
30-
Your browser does not support the video tag.
31-
</video>
31+
32+
<source src="quarto/images/short_video.mp4" type="video/mp4">
33+
34+
Your browser does not support the video tag. </video>
35+
36+
</div>
37+
38+
</div>
39+
40+
</div>
41+
42+
</div>
43+
44+
</div>
45+
3246
</div>
3347

48+
</div>
49+
50+
</div>

quarto/getting_started.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ davinci_packages <- c(
3030
"dv.explorer.parameter",
3131
"dv.listings",
3232
"dv.papo",
33+
"dv.spiderplot"
3334
"dv.swimmerplot",
3435
"dv.tables",
3536
"dv.teal"
-20.9 KB
Loading
102 KB
Loading
-1.47 KB
Loading
12.4 KB
Loading
10.2 KB
Loading

quarto/images/modules/edish/1.png

-9.95 KB
Loading

0 commit comments

Comments
 (0)