From 2864ef4908ba166d905b201d72486f112e4912fb Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Wed, 23 Oct 2024 13:46:54 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- about.html | 47 +- index.html | 45 +- quarto/DaVinciverse_packages.html | 625 ------------------ quarto/dv.filter.html | 399 ----------- quarto/dv.filter.qmd | 9 - quarto/dv.listings.html | 399 ----------- quarto/dv.listings.qmd | 9 - quarto/dv.loader.html | 393 ----------- quarto/dv.loader.qmd | 9 - quarto/dv.manager.html | 397 ----------- quarto/getting_started.html | 49 +- quarto/images/DaVinciverse.png | Bin 59294 -> 0 bytes quarto/images/building_blocks2.png | Bin 99167 -> 0 bytes quarto/images/davinci_hex.png | Bin 128525 -> 0 bytes quarto/images/davinci_logo.png | Bin 1094887 -> 0 bytes quarto/images/davinci_logo_dark.png | Bin 59606 -> 0 bytes quarto/images/dv.filter.png | Bin 52791 -> 0 bytes quarto/images/dv.listings.png | Bin 57315 -> 0 bytes quarto/images/dv.loader.png | Bin 57894 -> 0 bytes quarto/images/dv.manager.png | Bin 58144 -> 0 bytes quarto/images/dv.verse.png | Bin 55182 -> 0 bytes quarto/images/lego.JPG | Bin 175826 -> 0 bytes quarto/images/lego.png | Bin 1708815 -> 0 bytes quarto/images/lego2.png | Bin 1708815 -> 0 bytes quarto/images/modules/Bookmark Manager/1.png | Bin 90582 -> 0 bytes quarto/images/modules/Bookmark Manager/2.png | Bin 34559 -> 0 bytes .../images/modules/Clinical Timelines/1.png | Bin 91229 -> 0 bytes .../images/modules/Clinical Timelines/2.png | Bin 51687 -> 0 bytes .../images/modules/Clinical Timelines/3.png | Bin 70151 -> 0 bytes .../images/modules/Correlation Heatmap/1.png | Bin 168457 -> 0 bytes .../images/modules/{Boxplot => boxplot}/1.png | Bin .../images/modules/{Boxplot => boxplot}/2.png | Bin .../images/modules/{Boxplot => boxplot}/3.png | Bin .../images/modules/{Boxplot => boxplot}/4.png | Bin quarto/images/modules/edish/3.png | Bin 84431 -> 0 bytes quarto/images/modules/listings/1.png | Bin 116650 -> 0 bytes quarto/images/modules/listings/2.png | Bin 147680 -> 0 bytes quarto/images/modules/listings/3.png | Bin 159489 -> 0 bytes quarto/images/modules/listings/listings_1.png | Bin 116650 -> 0 bytes quarto/images/modules/listings/listings_2.png | Bin 147680 -> 0 bytes quarto/images/modules/listings/listings_3.png | Bin 159489 -> 0 bytes .../images/modules/patient_profile/papo_1.png | Bin 106667 -> 0 bytes .../images/modules/patient_profile/papo_2.png | Bin 62885 -> 0 bytes .../images/modules/patient_profile/papo_3.png | Bin 69698 -> 0 bytes quarto/modules.html | 137 ++-- .../figure-html/unnamed-chunk-2-1.png | Bin 37352 -> 0 bytes .../figure-html/unnamed-chunk-2-2.png | Bin 10591 -> 0 bytes search.json | 56 +- site_libs/bootstrap/bootstrap.min.css | 4 +- .../quarto-contrib/glightbox/lightbox.css | 4 + .../quarto-syntax-highlighting.css | 2 + site_libs/quarto-html/quarto.js | 15 +- site_libs/quarto-nav/quarto-nav.js | 36 + site_libs/quarto-search/quarto-search.js | 6 +- sitemap.xml | 16 +- styles.css | 1 - 57 files changed, 245 insertions(+), 2415 deletions(-) delete mode 100644 quarto/DaVinciverse_packages.html delete mode 100644 quarto/dv.filter.html delete mode 100644 quarto/dv.filter.qmd delete mode 100644 quarto/dv.listings.html delete mode 100644 quarto/dv.listings.qmd delete mode 100644 quarto/dv.loader.html delete mode 100644 quarto/dv.loader.qmd delete mode 100644 quarto/dv.manager.html delete mode 100644 quarto/images/DaVinciverse.png delete mode 100644 quarto/images/building_blocks2.png delete mode 100644 quarto/images/davinci_hex.png delete mode 100644 quarto/images/davinci_logo.png delete mode 100644 quarto/images/davinci_logo_dark.png delete mode 100644 quarto/images/dv.filter.png delete mode 100644 quarto/images/dv.listings.png delete mode 100644 quarto/images/dv.loader.png delete mode 100644 quarto/images/dv.manager.png delete mode 100644 quarto/images/dv.verse.png delete mode 100644 quarto/images/lego.JPG delete mode 100644 quarto/images/lego.png delete mode 100644 quarto/images/lego2.png delete mode 100644 quarto/images/modules/Bookmark Manager/1.png delete mode 100644 quarto/images/modules/Bookmark Manager/2.png delete mode 100644 quarto/images/modules/Clinical Timelines/1.png delete mode 100644 quarto/images/modules/Clinical Timelines/2.png delete mode 100644 quarto/images/modules/Clinical Timelines/3.png delete mode 100644 quarto/images/modules/Correlation Heatmap/1.png rename quarto/images/modules/{Boxplot => boxplot}/1.png (100%) rename quarto/images/modules/{Boxplot => boxplot}/2.png (100%) rename quarto/images/modules/{Boxplot => boxplot}/3.png (100%) rename quarto/images/modules/{Boxplot => boxplot}/4.png (100%) delete mode 100644 quarto/images/modules/edish/3.png delete mode 100644 quarto/images/modules/listings/1.png delete mode 100644 quarto/images/modules/listings/2.png delete mode 100644 quarto/images/modules/listings/3.png delete mode 100644 quarto/images/modules/listings/listings_1.png delete mode 100644 quarto/images/modules/listings/listings_2.png delete mode 100644 quarto/images/modules/listings/listings_3.png delete mode 100644 quarto/images/modules/patient_profile/papo_1.png delete mode 100644 quarto/images/modules/patient_profile/papo_2.png delete mode 100644 quarto/images/modules/patient_profile/papo_3.png delete mode 100644 quarto/modules_files/figure-html/unnamed-chunk-2-1.png delete mode 100644 quarto/modules_files/figure-html/unnamed-chunk-2-2.png delete mode 100644 styles.css diff --git a/.nojekyll b/.nojekyll index dc7060f..3fe9135 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -9f489400 \ No newline at end of file +a5706494 \ No newline at end of file diff --git a/about.html b/about.html index a61bbf0..b9e4ec6 100644 --- a/about.html +++ b/about.html @@ -2,12 +2,12 @@ - + -DaVinci - About +About – DaVinci - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - - \ No newline at end of file diff --git a/quarto/dv.filter.html b/quarto/dv.filter.html deleted file mode 100644 index 7ab9cb2..0000000 --- a/quarto/dv.filter.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - - - - -dv.verse - dv.filter - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - - \ No newline at end of file diff --git a/quarto/dv.filter.qmd b/quarto/dv.filter.qmd deleted file mode 100644 index d90fdaf..0000000 --- a/quarto/dv.filter.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "dv.filter" -execute: - echo: false ---- - -```{=html} - -``` \ No newline at end of file diff --git a/quarto/dv.listings.html b/quarto/dv.listings.html deleted file mode 100644 index ced4c67..0000000 --- a/quarto/dv.listings.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - - - - -dv.verse - dv.listings - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - - \ No newline at end of file diff --git a/quarto/dv.listings.qmd b/quarto/dv.listings.qmd deleted file mode 100644 index c492054..0000000 --- a/quarto/dv.listings.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "dv.listings" -execute: - echo: false ---- - -```{=html} - -``` \ No newline at end of file diff --git a/quarto/dv.loader.html b/quarto/dv.loader.html deleted file mode 100644 index 55d1c9f..0000000 --- a/quarto/dv.loader.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - -DaVinci - dv.loader - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - \ No newline at end of file diff --git a/quarto/dv.loader.qmd b/quarto/dv.loader.qmd deleted file mode 100644 index e9da5bd..0000000 --- a/quarto/dv.loader.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "dv.loader" -execute: - echo: false ---- - -```{=html} - -``` \ No newline at end of file diff --git a/quarto/dv.manager.html b/quarto/dv.manager.html deleted file mode 100644 index 666eab3..0000000 --- a/quarto/dv.manager.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - - - - -dv.verse - dv.manager - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - - \ No newline at end of file diff --git a/quarto/getting_started.html b/quarto/getting_started.html index ea22069..d82d730 100644 --- a/quarto/getting_started.html +++ b/quarto/getting_started.html @@ -2,12 +2,12 @@ - + -DaVinci - Getting Started +Getting Started – DaVinci