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
- Host: GitHub
- URL: https://github.com/cepdnaclk/e20-3yp-remote-gait-analysis
- Owner: cepdnaclk
- Created: 2024-12-20T13:42:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T21:03:12.000Z (2 months ago)
- Last Synced: 2025-03-25T23:12:48.922Z (about 2 months ago)
- Topics: computer-network-security, embedded-systems, software-engineering, web-design
- Language: C++
- Homepage: https://cepdnaclk.github.io/e20-3yp-Remote-Gait-Analysis/
- Size: 130 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
___
# Remote Gait Analysis
___
# 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.