Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial homepage #2

Merged
merged 4 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
push:
branches: main

name: Quarto Publish

jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.Rproj.user

/.quarto/
/_site/
28 changes: 0 additions & 28 deletions DESCRIPTION

This file was deleted.

2 changes: 0 additions & 2 deletions NAMESPACE

This file was deleted.

4 changes: 0 additions & 4 deletions NEWS.md

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Convenience installer for DaVinci R packages

## Installation

``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("Boehringer-Ingelheim/davinci", upgrade = TRUE)
```
# Initial website for the DaVinci framework

[DaVinci website](https://boehringer-ingelheim.github.io/davinci/)
23 changes: 23 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
project:
type: website

website:
title: "DaVinCI"
favicon: quarto/images/davinci_hex.png
navbar:
logo: quarto/images/davinci_hex.png
page-footer:
center:
- text: "This website as well as the DaVinCI packages are licensed under the Apache License, Version 2.0." # nolint

format:
html:
theme: [cosmo, quarto/general.scss]
css: styles.css
toc: false
page-layout: full
anchor-sections: true

execute:
freeze: auto

28 changes: 28 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "DaVinCI"
---

## Dynamic Visualization for Clinical Insights

### What is DaVinCI?
::: columns
::: {.column width="20%"}

![](quarto/images/davinci_hex.png){width="150"}
:::

::: {.column width="80%"}

DaVinCI offers R/Shiny based tools to review, aggregate and visualize data arising from clinical trials, supporting the goal of developing and delivering safe and effective treatments for patients. However, 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.

:::
:::

### Our commitment and contribution to open-source

DaVinCI software development including the codebase will be made fully open-source, which will allow you to use or co-develop DaVinCI.
Our initial open-source release is planned by **Q3-2024!**
Don't miss our release and other DaVinCI related news, and join the [DaVinCI LinkedIn group](https://www.linkedin.com/groups/13052407/){target="_blank"} today!



20 changes: 20 additions & 0 deletions quarto/general.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*-- scss:defaults --*/


//$body-bg: #E5E3DE;
$body-bg: #F6F5F3;
$link-color: #70A0CC;
$nav-tabs-link-active-bg: #00E47C;
$nav-tabs-link-active-color: #00E47C;

// Navbar
$navbar-bg: #002b36;
$navbar-fg: #00E47C;
$navbar-hl: #00E47C;

// Footer
$footer-bg: #002b36;
$footer-fg: #00E47C;



Binary file added quarto/images/davinci_hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* css styles */