Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 1.7 KB

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 1.7 KB

DOI ProjStatus Lifecycle

Workflow for automated analysis and report of decentralized experimental data with the tricot approach

Overview

This repository contains the code used in the workflow to analyse data and create reports for the ClimMob platform. Read the latest enhancements in this algorithm here.

Repository organisation

ClimMob.R is the main script in this repository. It performs the analysis, calls for the other supporting files and generates the automated reports for the ClimMob project and the individual reports for the participants in the project.

  • modules/ contains the functions used to organise the data and perform the analysis. They are called by ClimMob.R
  • report/ contains the markdown templates to produce the reports.
  • run-local contains the script to prepare a set of ClimMob project(s) locally before sending it for analysis

Meta