Skip to content

Commit 5a04949

Browse files
committed
Multiple additions and corrections.
1 parent 3f82c16 commit 5a04949

File tree

3 files changed

+233
-147
lines changed

3 files changed

+233
-147
lines changed

_quarto.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract: >+
2222
Analyzing human gait is essential for various health applications to improve life quality of patients suffering
2323
from gait disorders such as monitoring the elderly.
2424
Wearable sensors are increasingly replacing traditional methods (e.g., motion capture, pressure mats)
25-
because they are smaller, cheaper, and can return quantitative real-life data.
25+
because they are smaller, cheaper, and can return quantitative real-world data.
2626
The aim of the method is to detect the specific events defining the human gait cycle that are the right and left
2727
Heel Strike events and the right and left Toe Off events. These events allow in-depth gait analysis by deducing from
2828
them a number of spatio-temporal parameters giving crucial information on the patient's health.
@@ -36,7 +36,9 @@ abstract: >+
3636
The resulting neural network detects the four gait events allowing to segment strides in the signal as
3737
well as computing gait parameters for each gait cycle. Our method gives similar results as the reference one
3838
in terms of number of detected strides, their duration, or the percentage of stance phase in subject gaits.
39-
keywords: [Gait analysis, wearable sensors, event detection, gait segmentation, machine learning, supervised learning, classification, neural network, quaternions, imbalanced data]
39+
This suggests that our event detection method used on wearable sensor data could replace the use of the reference
40+
tool to monitor patient gaits with a more objective measurement and in non-specialized settings.
41+
keywords: [Gait analysis, wearable sensors, event detection, gait segmentation, machine learning, supervised learning, classification, neural network, quaternions, imbalanced data.]
4042
citation:
4143
type: article-journal
4244
container-title: "Computo"
@@ -52,6 +54,8 @@ published: false # will be set to true once accepted
5254
format:
5355
computo-html: default
5456
computo-pdf:
57+
toc: false
58+
colorlinks: false
5559
cite-method: biblatex
5660
biblatexoptions: "sorting=none"
5761
header-includes:

references.bib

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,33 @@ @article{beauchet2016poor
1313
publisher={Elsevier}
1414
}
1515

16+
@article{annweiler2009risk,
17+
title={Risk factors for falls in geriatric inpatients: interaction between increased stride time variability and history of falls},
18+
author={Annweiler, Cédric and Lleonart, Sébastien and Herrmann, François R and Kressig, Reto W},
19+
journal={Annales de Gérontologie},
20+
volume={2},
21+
number={1},
22+
pages={1--3},
23+
year={2009}
24+
}
25+
26+
@Manual{Rlanguage,
27+
title = {R: A Language and Environment for Statistical Computing},
28+
author = {{R Core Team}},
29+
organization = {R Foundation for Statistical Computing},
30+
address = {Vienna, Austria},
31+
year = {2025},
32+
url = {https://www.R-project.org/},
33+
}
34+
35+
@Manual{tidymodels,
36+
title = {Tidymodels: a collection of packages for modeling and
37+
machine learning using tidyverse principles.},
38+
author = {Max Kuhn and Hadley Wickham},
39+
url = {https://www.tidymodels.org},
40+
year = {2020},
41+
}
42+
1643
@article{hamilton1844,
1744
author = {William Rowan Hamilton},
1845
title = {LXXVIII. On quaternions; or on a new system of imaginaries in Algebra },

0 commit comments

Comments
 (0)