Adjust figure width

pull/103/head
JulioV 2020-12-04 15:33:30 -05:00
parent ae21c076cd
commit a2a532ed81
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RAPIDS source code is saved in `src/`. The `src/data/` folder stores scripts to
In the figure below, we represent the interactions between users and files. After a user modifies the configuration files mentioned above, the `Snakefile` file will search for and execute the Snakemake rules that contain the Python or R scripts necessary to generate or update the required output files (behavioral features, plots, etc.).
<figure>
<img src="../img/files.png" width="600" />
<img src="../img/files.png" max-width="100%" />
<figcaption>Interaction diagram between the user, and important files in RAPIDS</figcaption>
</figure>

View File

@ -28,7 +28,7 @@ The goal of this workflow is to find out if we can predict the daily symptom bur
In total, our example workflow has nine steps that are in charge of sensor data preprocessing, feature extraction, feature cleaning, machine learning model training and model evaluation (see figure below). We ship this workflow with RAPIDS and share a database with [test data](https://osf.io/skqfv/files/) in an Open Science Framework repository.
<figure>
<img src="../../img/analysis_workflow.png" width="600" />
<img src="../../img/analysis_workflow.png" max-width="100%" />
<figcaption>Modules of RAPIDS example workflow, from raw data to model evaluation</figcaption>
</figure>