Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
codemeta.json 2.14 KiB
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/CC-BY-4.0",
    "codeRepository": "https://gitlab.utwente.nl/bss_development/movement-science/fpa-estimation.git",
    "datePublished": "2023-09-26",
    "name": "Foot progression angle estimation using a single foot-worn inertial sensor",
    "version": "1.0.0",
    "description": "Calculate the foot progression angle according to the methods described in \"Foot progression angle estimation using a single foot-worn inertial sensor\" https://doi.org/10.1186/s12984-021-00816-4). It requires Movella DOT IMU input (of which example *.csv files are included) to calculate the foot progression angle using footworn IMUs.",
    "applicationCategory": "Human movement science",
    "funding": "STW-13917 (MiniSens)",
    "referencePublication": "https://doi.org/10.1186/s12984-021-00816-4",
    "readme": "https://gitlab.utwente.nl/bss_development/movement-science/fpa-estimation/-/blob/main/README.MD",
    "softwareVersion": "1.0.0",
    "funder": {
        "@type": "Organization",
        "name": "STW"
    },
    "keywords": [
        "foot progression angle (FPA)",
        "human motion",
        "inertial measurement units (IMU)",
        "minimal sensing"
    ],
    "programmingLanguage": [
        "MATLAB"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0002-4401-4434",
            "givenName": "Frank",
            "familyName": "Wouda",
            "email": "f.j.wouda@utwente.nl",
            "affiliation": {
                "@type": "Organization",
                "name": "Biomedical Signals and Systems, University of Twente"
            }
        }
    ],
    "maintainer": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0002-4401-4434",
            "givenName": "Frank",
            "familyName": "Wouda",
            "email": "f.j.wouda@utwente.nl",
            "affiliation": {
                "@type": "Organization",
                "name": "Biomedical Signals and Systems, University of Twente"
            }
        }
    ]
}