From 187063f62c8c6ded54215ae636345d63c703be77 Mon Sep 17 00:00:00 2001 From: MichaelRimler Date: Wed, 29 Nov 2023 13:37:25 +0000 Subject: [PATCH] Add cost and doc_trust, minor mods --- _quarto.yml | 2 ++ cost.qmd | 22 ++++++++++++++++++++++ doc_trust.qmd | 22 ++++++++++++++++++++++ summary.qmd | 5 +++-- trust.qmd | 6 +++--- why.qmd | 6 +++--- 6 files changed, 55 insertions(+), 8 deletions(-) create mode 100644 cost.qmd create mode 100644 doc_trust.qmd diff --git a/_quarto.yml b/_quarto.yml index fefc0b2..22b97b5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -23,6 +23,8 @@ book: - summary.qmd - why.qmd - trust.qmd + - doc_trust.qmd + - cost.qmd - references.qmd bibliography: references.bib diff --git a/cost.qmd b/cost.qmd new file mode 100644 index 0000000..2b256c7 --- /dev/null +++ b/cost.qmd @@ -0,0 +1,22 @@ +--- +title: "Cost of Open Source" +--- + +## What is the true cost of implementing open source solutions? + +- Is it essentially free? + +- What resources are required for proper implementation? + +## How to Contribute + +Contribute to the discussion here in GitHub Discussions:\ +[What is the true cost of implementing open source solutions into clinical data analytic processes??](https://github.com/phuse-org/OSTCDA/discussions/4) + +## Guidance + +- Provide your thoughts and perspectives + +- Provide references to articles, webinars, presentations (citations, links) + +- Be respectful in this community diff --git a/doc_trust.qmd b/doc_trust.qmd new file mode 100644 index 0000000..71bc06e --- /dev/null +++ b/doc_trust.qmd @@ -0,0 +1,22 @@ +--- +title: "Documenting Trust" +--- + +## How do you document your trust in an open source solution? + +- How do we have document our trust that an open source solution is accurate? + +- How do we know if a third-party will accept our documentation of trust? + +## How to Contribute + +Contribute to the discussion here in GitHub Discussions:\ +[How do you document your trust in an open source solution to satisfy a third-party inquiry?](https://github.com/phuse-org/OSTCDA/discussions/5) + +## Guidance + +- Provide your thoughts and perspectives + +- Provide references to articles, webinars, presentations (citations, links) + +- Be respectful in this community diff --git a/summary.qmd b/summary.qmd index d9565cf..ac70d82 100644 --- a/summary.qmd +++ b/summary.qmd @@ -1,6 +1,7 @@ --- title: "What is Open Source?" --- + # What is Open Source? When someone says 'open source' - what does that mean to you?\ @@ -11,9 +12,9 @@ What are the important characteristics of something that is regarded as 'open so - Does the ability to reuse the code matter? - Does the ability to modify the code matter? -## Contribute +## How to Contribute -Contribute to the discussion here:\ +Contribute to the discussion here in GitHub Discussions:\ [What is open source?](https://github.com/phuse-org/OSTCDA/discussions/1) ## Guidance diff --git a/trust.qmd b/trust.qmd index 842206a..194c80d 100644 --- a/trust.qmd +++ b/trust.qmd @@ -2,15 +2,15 @@ title: "Establishing Trust" --- -# Can an open source solution be trusted? +## Can an open source solution be trusted? - How do we have confidence that an open source solution is accurate? - What are the relevant considerations? -## Contribute +## How to Contribute -Contribute to the discussion here:\ +Contribute to the discussion here in GitHub Discussions:\ [Can an open source solution be trusted to be accurate?](https://github.com/phuse-org/OSTCDA/discussions/3) ## Guidance diff --git a/why.qmd b/why.qmd index 996fe43..16a1d0d 100644 --- a/why.qmd +++ b/why.qmd @@ -1,7 +1,7 @@ --- title: "Why Open Source?" --- -# What is the 'why' for using open source solutions in pharma clinical data analytics? +## What is the 'why' for using open source solutions in pharma clinical data analytics? - What is the attraction to open source solutions? @@ -9,9 +9,9 @@ title: "Why Open Source?" - Why are leaders of organizations in Data Management, Biostatistics, and Programming devoting resources toward the development, testing, and adoption of open source solutions? -## Contribute +## How to Contribute -Contribute to the discussion here:\ +Contribute to the discussion here in GitHub Discussions:\ [What is the 'why' for open source?](https://github.com/phuse-org/OSTCDA/discussions/2) ## Guidance