Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugogit39/project.1.sia.wi

R Shiny dashboard for the SiA wearable interface
https://github.com/hugogit39/project.1.sia.wi

golem r shiny stress wearables

Last synced: 2 months ago
JSON representation

R Shiny dashboard for the SiA wearable interface

Awesome Lists containing this project

README

        

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)


SIA Logo

## About


Stress in Action capitalizes on the fast advances in technology and big data analytics to move stress research from the lab to daily life. The Consortium enables synergistic collaborations to discover 1) how responses to daily life stress arise from the temporal, dynamic interplay between context and person-specific factors, 2) how daily life stress can be reliably measured in a specific individual in real-time, and 3) how and when potential beneficial stress-response mechanisms turn into detrimental effects on mental and cardiometabolic health. This enables the development of novel monitoring and intervention strategies to track and reduce daily life stress and its health impact.


Measurements Image


For research theme (RT) 2: how daily life stress can be reliably measured in a specific individual in real-time using daily life stress assessment tools, selection and validation pipelines in our design field labs will establish their ethical and legal feasibility, user-acceptance, reliability and validity, and potential application in just-in-time adaptive stress interventions.


This GitHub repository contains an R Shiny app developed using the {golem} and {bd4Dash} frameworks. The app showcases the results of the wearable validation pipeline, offering a robust platform for visualizing and analyzing data. Designed for efficiency and scalability, the application provides insights into the validation process, allowing users to interact with and explore the outcomes of the wearable technology assessment.

## Installation


IMPORTANT: Only SiA researchers with access to the wearable validation pipeline database are able to run this Shiny app.

You can install the stable version of `project.1.sia.wi` like so:

```r
install.packages("remotes")
remotes::install_github("HugoGit39/project.1.sia.wi")
```

## Run the app

To launch `project.1.sia.wi`, type the following code into the R console after you have loaded the library:

```r
library(project.1.sia.wi)
```


Add the wearable validation pipeline database named sia_df.csv to the folder inst/app/extdata.

```r
project.1.sia.wi::run_app()
```

## Live version

`Live Wearable Shiny App` website: [https://wearables.stress-in-action.nl](https://stress-in-action.nl) - Available at the end of 2024

## Support


If you encounter a bug, please submit an issue.


If you run into any problems, feel free to get in touch with the DISC via [email protected].


For detailed questions about the wearable validation pipeline database, please get in touch with a member of RT2.

## Authors and Citation

- H. Klarenberg - Author DISC, maintainer
- A. Stefani - Author RT2
- M.A. Schoenmakers - Author RT2
- M. Saygin - Author RT2
- M. Sikora - Author RT2
- M. Noordzij - Author RT2
- J.C.N. de Geus - Author RT2
- Stress in Action - Copyright holder

## Resources

`Stress in Action` website: [https://stress-in-action.nl](https://stress-in-action.nl)

- `{shiny}` - [https://github.com/rstudio/shiny](https://github.com/rstudio/shiny)
- `{golem}` - [https://github.com/ThinkR-open/golem](https://github.com/ThinkR-open/golem)
- `{bs4Dash}` - [https://github.com/RinteRface/bs4Dash](https://github.com/RinteRface/bs4Dash)