rapids/docs/usage/introduction.rst

45 lines
2.4 KiB
ReStructuredText
Raw Normal View History

2019-12-18 06:08:33 +01:00
Quick Introduction
==================
2019-12-12 00:29:57 +01:00
2020-05-14 22:06:13 +02:00
The goal of this pipeline is to standardize the data cleaning, feature extraction, analysis, and evaluation of mobile sensing projects. It leverages Conda_, Cookiecutter_, SciPy_, Snakemake_, Sphinx_, and R_ to create an end-to-end reproducible environment that can be published along with research papers.
2019-12-12 00:29:57 +01:00
2020-05-29 01:16:59 +02:00
At the moment, mobile data can be collected using different sensing frameworks (AWARE_, Beiwe_) and hardware (Fitbit_). The pipeline is agnostic to these data sources and can unify their analysis. The current implementation only handles data collected with AWARE_ and Fitbit_. However, it can be easily extended to other providers.
2019-12-12 00:29:57 +01:00
2020-05-29 01:16:59 +02:00
We recommend reading Snakemake_ docs, but the main idea behind the pipeline is that every link in the analysis chain is a rule with an input and an output. Input and output are files, which can be manipulated using any programming language (although Snakemake_ has wrappers for Julia_, Python_, and R_ that can make development slightly more comfortable). Snakemake_ also allows the pipeline rules to be executed in parallel on multiple cores without any code changes. This can drastically reduce the time needed to complete an analysis.
2019-12-12 00:29:57 +01:00
2020-08-21 18:44:08 +02:00
Do you want to keep up to date with new functionality or have a question? Join the #rapids channel in AWARE Framework's slack_
2019-12-12 00:29:57 +01:00
Available features:
2020-03-06 19:38:05 +01:00
- :ref:`accelerometer-sensor-doc`
- :ref:`applications-foreground-sensor-doc`
- :ref:`battery-sensor-doc`
- :ref:`bluetooth-sensor-doc`
- :ref:`wifi-sensor-doc`
- :ref:`call-sensor-doc`
2020-05-28 20:49:05 +02:00
- :ref:`activity-recognition-sensor-doc`
2020-03-06 19:38:05 +01:00
- :ref:`light-doc`
- :ref:`location-sensor-doc`
- :ref:`screen-sensor-doc`
2020-07-01 17:30:47 +02:00
- :ref:`messages-sensor-doc`
2020-05-29 01:16:59 +02:00
- :ref:`fitbit-sleep-sensor-doc`
- :ref:`fitbit-heart-rate-sensor-doc`
- :ref:`fitbit-steps-sensor-doc`
We are updating these docs constantly, but if you think something needs clarification, feel free to reach out or submit a pull request on GitHub.
.. _Conda: https://docs.conda.io/en/latest/
.. _Cookiecutter: http://drivendata.github.io/cookiecutter-data-science/
.. _SciPy: https://www.scipy.org/index.html
.. _Snakemake: https://snakemake.readthedocs.io/en/stable/
.. _Sphinx: https://www.sphinx-doc.org/en/master/
.. _R: https://www.r-project.org/
.. _AWARE: https://awareframework.com/what-is-aware/
.. _Beiwe: https://www.beiwe.org/
.. _Fitbit: https://www.fitbit.com/us/home
.. _Python: https://www.python.org/
2020-05-28 20:49:05 +02:00
.. _Julia: https://julialang.org/
2020-08-21 18:44:08 +02:00
.. _slack: http://awareframework.com:3000/