An open API service indexing awesome lists of open source software.

https://github.com/cepdnaclk/e20-3yp-remote-gait-analysis


https://github.com/cepdnaclk/e20-3yp-remote-gait-analysis

computer-network-security embedded-systems software-engineering web-design

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

___
# Remote Gait Analysis
___

![Logo](docs/images/logo.png "This is the logo")

# e20-3yp-remote-gait-analysis

An advanced gait monitoring solution combining wearable technology and intuitive visualizations to support physiotherapists in enhancing patient mobility

### Enable GitHub Pages

You can put the things to be shown in GitHub pages into the _docs/_ folder. Both html and md file formats are supported. You need to go to settings and enable GitHub pages and select _main_ branch and _docs_ folder from the dropdowns, as shown in the below image.

### Special Configurations

These projects will be automatically added into [https://projects.ce.pdn.ac.lk](). If you like to show more details about your project on this site, you can fill the parameters in the file, _/docs/index.json_

```
{
"title": "Remote Gait Analysis,
"team": [
{
"name": "L.R.H.I. Bandara",
"email": "[email protected]",
"eNumber": "E/20/037"
},
{
"name": "C.A. Rupasinghe",
"email": "[email protected]",
"eNumber": "E/20/342"
},
{
"name": "S.D.Y.V Senanayake",
"email": "[email protected]",
"eNumber": "E/20/363"
},
{
"name": "C.K. Senaratne",
"email": "[email protected]",
"eNumber": "E/20/365"
}
],
"supervisors": [
{
"name": "Dr. Isuru Nawinne",
"email": "[email protected]"
}
],
"tags": ["Web", "Embedded Systems"]
}
```

Once you filled this _index.json_ file, please verify the syntax is correct. (You can use [this](https://jsonlint.com/) tool).

### Page Theme

A custom theme integrated with this GitHub Page, which is based on [github.com/cepdnaclk/eYY-project-theme](https://github.com/cepdnaclk/eYY-project-theme). If you like to remove this default theme, you can remove the file, _docs/\_config.yml_ and use HTML based website.