Database Open Access
Gait Maturation Database
Jeffrey Hausdorff , Chung-Kang Peng
Published: Oct. 28, 1999. Version: 1.0.0
Please include the standard citation for PhysioNet:
(show more options)
Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.
Data Description
The data contained here are from 50 healthy children ranging in age from 40 months to 163 months. Each data file is named with a subject identifier (1-50) and the subject's age (e.g., the file name 2-45.txt indicates that subject #2 is 45 months old). Each data file contains two columns of data in text format. The first column is the time (in seconds), and the second column is the stride interval (in seconds) or the gait cycle duration, the time from heel strike to heel strike of the same foot.
A summary of pertinent data about the subjects is presented in the table.csv file.
For more information, see the referenced paper.
Access
Access Policy:
Anyone can access the files, as long as they conform to the terms of the specified license.
License (for files):
Open Data Commons Attribution License v1.0
Discovery
DOI (version 1.0.0):
https://doi.org/10.13026/C2H014
Topics:
gait
Corresponding Author
Files
Total uncompressed size: 1.4 MB.
Access the files
- Download the ZIP file (1.4 MB)
- Access the files using the Google Cloud Storage Browser here. Login with a Google account is required.
-
Access the data using the Google Cloud command line tools (please refer to the gsutil
documentation for guidance):
gsutil -m -u YOUR_PROJECT_ID cp -r gs://gait-maturation-db-1.0.0.physionet.org DESTINATION
-
Download the files using your terminal:
wget -r -N -c -np https://physionet.org/files/gait-maturation-db/1.0.0/
-
Download the files using AWS command line tools:
aws s3 sync --no-sign-request s3://physionet-open/gait-maturation-db/1.0.0/ DESTINATION