Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.4 KB

README.md

File metadata and controls

46 lines (26 loc) · 2.4 KB

Oxford iHealth

License for code License for writing

Oxford iHealth is an initiative of the MSc in International Health and Tropical Medicine. It serves as a focal point within the course for fostering innovation, research, and education in the field of computational sciences for health.

Oxford iHealth is designed to provide IHTM students with a learning environment for open and reproducible science and its enabling tools and technologies. Through various data and coding projects and the course's research placement programme, students are then able to leverage this learning in research, design, and development of possible solutions to complex challenges in global health.

This initiative also facilitates interdisciplinary collaboration, enabling participants from different fields to work together on innovative projects that can have a real-world impact on global health.

About this repository

This repository builds and serves the Oxford iHealth website which is designed and coded using R language and environment for statistical computing and Quarto, an open source scientific and technical publishing system.

Reproducibility

This repository uses R version 4.4.1. R packages used in this repository are versioned using {renv}. To reproduce the website's R package environment, please run:

renv::restore()

on the R console.

To preview the website locally, run the following command on Terminal:

quarto preview

The website is rendered via GitHub Actions and published via GitHub Pages automatically every time changes are pushed to the main branch.

Authors and developers

  • Proochista Ariana
  • Ernest Guevarra

Licenses

All code used to produce this website is released under a GPL-3.0 license. All text/written work in this website is released under a CC-BY-4.0 license.