Skip to content

PharmAccess/hdc-website

Repository files navigation

Health Data Commons whitepaper

Scope and audience

This repository contains the source code for the Health Data Commons (KDC) demonstrator project. It is written in Quarto. The document is intended for internal use at PharmAccess Foundation. In due course, parts of this whitepaper are intended for publications

Read the whitepaper at http://health-data-commons.pharmaccess.org/

How to work with Quarto and GitHub

Getting started

  • Read the short introduction on how author documents in markdown using Quarto (link)
  • Read the short introduction on how to use branches in the GitHub flow for version control (link).
  • Read how to use the web IDE for GitHub (link)
    • The short introduction to this workflow is that everyone works in their own branch, and changes to the document are merged into the main branch.

Working in the online editor

  • Make your changes in the various documents
  • Commit your changes using the source control icon in the left menu

  • Open a pull request, so that others can review and approve your changes.
  • once pull request is approved and merged, the changes will be visible on the website.