Skip to content

Commit

Permalink
add _quarto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhizuio committed Mar 11, 2024
1 parent 6e64b7f commit d91ef95
Show file tree
Hide file tree
Showing 52 changed files with 1,974 additions and 37 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
GDCdata/
MANIFEST.txt
TCGA_data.rda

/.quarto/
43 changes: 43 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
project:
type: website
output-dir: _site

theme:
light: default
dark: [default, theme-dark.scss]

website:
page-navigation: true
title: "Survive with Omics"
repo-url: https://github.com/ocbe-uio/survomics
repo-actions: [source, issue]

navbar:
background: light
search: true
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/ocbe-uio/survomics
- text: Report a Bug
url: https://github.com/ocbe-uio/survomics/issues/new


format:
html:
grid:
# body-width: 2000px
sidebar-width: 350px
margin-width: 350px
toc: true
code-overflow: wrap

# sidebar:
# title: "Survive with Omics"
# pinned: true
# tools:
# - icon: github
# href: https://github.com/ocbe-uio/survomics
# text: "Survive with Omics repo"

Binary file added _site/fig/TCGA_adaptiveLasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_bayesEN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_bayesLassoM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_bayesSpikeSlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_bayeslasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_elastic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_pca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_auc_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_brier_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_brier_t_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_calibration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_cindex_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_iauc_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_km1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_km2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_km_lasso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_km_lasso2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_nomogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_surv_roc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_survival.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_tsne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/TCGA_umap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/mlr3_calibration_BS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/mlr3_calibration_RCLL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _site/fig/mlr3_discrimination_msrs.png
8 changes: 8 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect to survomics.html</title>
<meta http-equiv="refresh" content="0;URL='survomics.html'" />
</head>
<body>
</body>
</html>
51 changes: 51 additions & 0 deletions _site/search.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _site/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _site/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
189 changes: 189 additions & 0 deletions _site/site_libs/quarto-html/quarto-syntax-highlighting-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions _site/site_libs/quarto-nav/headroom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d91ef95

Please sign in to comment.