Skip to content

Commit 66b8454

Browse files
author
Kevin CO
committed
abbreviation, link and correction
1 parent 8ab7149 commit 66b8454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bibliography: paper.bib
3232
# Summary
3333

3434
`pyScienceMode` is an open-source Python package that simplifies advanced and customizable functional electrical
35-
stimulation protocols and offers straightforward integration into research pipelines. The package supports the Rehastim2
35+
stimulation (FES) protocols and offers straightforward integration into research pipelines. The package supports the Rehastim2
3636
and the P24 stimulator devices (Hasomed Inc., Magdeburg, Germany), enabling the creation of customized stimulation
3737
protocols by allowing the user to control key stimulation parameters such as frequency, pulse intensity, pulse width,
3838
and pulse train duration. Additionally, pyScienceMode supports the combined use of the MOTOmed rehabilitation bike
@@ -58,13 +58,13 @@ capability is essential for testing new rehabilitation protocols and to gain a d
5858
mechanisms of FES.
5959

6060
Although similar packages exist, including a LabVIEW-based interface for the Rehastim2 device [@ravichandran2022labview]
61-
and a C library for the P24 stimulator (https://github.com/ScienceMode/ScienceMode4_c_library), the development of
61+
and a C library for the P24 stimulator (<https://github.com/ScienceMode/ScienceMode4_c_library>),the development of
6262
`pyScienceMode` in Python is particularly beneficial for fast prototyping, given Python’s free and widely adopted
6363
programming language. pyScienceMode is the first open-source package enabling the customization of stimulation patterns
6464
for the Rehastim2 stimulator in Python. The P24 stimulator control was also included to the package (based on
65-
https://github.com/ScienceMode/ScienceMode4_python_wrapper) to provide a unified interface and a user-friendly coding
65+
<https://github.com/ScienceMode/ScienceMode4_python_wrapper>) to provide a unified interface and a user-friendly coding
6666
environment, accessible from a simple installation procedure. It can also integrate other sensors and devices that have
67-
their own libraries via multiprocessing (e.g., example below). This will enable the scientific community to control the
67+
their own libraries via multiprocessing (example below). This will enable the scientific community to control the
6868
FES for different tasks and goals, for instance triggered onset/offset for the drop foot correction and cycling events.
6969
The package supports customization of stimulation parameters (e.g., doublets, triplets, ramp modifications) to address
7070
challenges such as muscle fatigue, pain reduction, and motion smoothness. By unifying these advanced controls in a

0 commit comments

Comments
 (0)