This GitHub page describes the Teamwork Analytics organisation repos. The repos contains code for data processing, cleaning, analysis and visualisation.
The high level architecture described was implemented in a real scenario with 40 sessions, where data was collected from different teams.
The implementation diagrama describes how each componente of the architecture was used to automatically generate the MMLA Interfaces.
A, K and Observations was developed using a nodejs Express framework and Angular as front end. The source code for this repository can be found here.
The multimodal data collection for our implementation consist of different applications, one per modality. The Reference Implementation presented here will explain how the indoor positioning data was collected and store. In this repository you will find all the scripts that we use for the reference implementation.
A. Java script B. Python script
A. Python implementation
The starting point of the application is ProximityLocalisation.py. This scripts reads the raw data as a dataFrame in Python.
Once the application reads the data, the formating is mandatory. The python script formatingDataSetProximity.py is the first formating process that we run on the raw positioning data. That way, we waranty that the attributes trackerId,x,y,rotation,sessionId are in the right format and normalised.
Please keep in touch if you have intered in developing or contributing to create other applications for other modalities.
The scripts used fot the multimodal modelling are:
To visualise the outcomes from the multimodal modelling process we are using two different technologies: vis.js and angular.