Data and code from: Healthy young adults use distinct gait strategies to enhance stability when walking on mild slopes and when altering arm swing
<p>This repository contains the Julia code, Jupyter notebook, and data used in the study “Healthy young adults use distinct gait strategies to enhance stability when walking on mild slopes and when altering arm swing” by MacDonald et al.</p> <p><strong>Instructions</strong></p> <p>To run this analysis on your computer, both Julia and Jupyter Notebook must be installed. A version of Julia appropriate for your OS can be downloaded from the <a href="https://julialang.org/downloads/">Julia website</a>, and Jupyter can be installed from within Julia (in the REPL) with</p> <pre><code>] add IJulia</code></pre> <p>Alternate instructions for installing Jupyter can be found on the <a href="https://github.com/JuliaLang/IJulia.jl">IJulia github</a> or the <a href="https://jupyter.org/install">Jupyter homepage</a> (not recommended).</p> <p>From within the main repository directory, start Julia and then start Jupyter in the Julia REPL</p> <pre><code>using IJulia notebook(;dir=pwd())</code></pre> <p>or if using a system Jupyter installation, start Jupyter from your favorite available shell (e.g. Powershell on Windows, bash on any *nix variant, etc.). In Jupyter, open the <code>notebooks/analysis.ipynb</code> notebook. Running all cells will reproduce the results for this paper.</p> <p><strong>Description of data</strong></p> <p>The <code>data</code> directory contains all the data used in the production of the results which were statistically tested.</p> <p>Each <code>.mat</code> file contains events and data generated in Visual3D:</p> <ul> <li>Events <ul> <li><code>LTO</code>/<code>RTO</code> (Left/right toe-off)</li> <li><code>LHS</code>/<code>RHS</code> (Left/right heel-strike)</li> <li><code>HIST</code>/<code>HIEN</code> (Hilly start/end)</li> <li><code>ROST</code>/<code>ROEN</code> (Rocky start/end)</li> <li><code>MLST</code>/<code>MLEN</code> (ML translation start/end)</li> </ul> </li> <li>Data <ul> <li><code>LFootPos</code>/<code>RFootPos</code> (Left/right foot COM position)</li> <li><code>TrunkPos/TrunkVel</code>/<code>TrunkAcc</code> (Trunk COM position, velocity, and acceleration)</li> <li><code>HeadPos/HeadVel</code>/<code>HeadAcc</code> (Head COM position, velocity, and acceleration)</li> <li><code>COG</code> (Whole-body COM/COG)</li> </ul> </li> </ul> <p>The <code>.csv</code> files contain system state of the CAREN system produced by D-Flow software, which includes various system and software settings, most pertinent of which is the treadmill speed.</p> <p>The <code>.c3d</code> files contain the raw motion capture data from Vicon Nexus.</p> <ul> </ul> <p>The results of the <code>notebooks/analysis.ipynb</code> notebook are found in the <code>results</code> folder. Please see the paper for a list of the dependent variables and statistical analyses.</p>
ShareScore
36/100
Overall dataset sharing score
Score breakdown
These five areas show where the dataset supports — or may limit — practical reuse.
- Stewardship
- 8
- Harmonization
- 4
- Access
- 16
- Reuse readiness
- 8
- Engagement
- 0