Skip to content

AgrDataSci/ClimMob-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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