https://github.com/dsi-icl/optimise
OptimiseMS
https://github.com/dsi-icl/optimise
data-collection multiple-sclerosis research
Last synced: 3 months ago
JSON representation
OptimiseMS
- Host: GitHub
- URL: https://github.com/dsi-icl/optimise
- Owner: dsi-icl
- License: mit
- Created: 2018-03-29T14:49:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-22T17:45:33.000Z (4 months ago)
- Last Synced: 2026-02-22T22:19:46.724Z (4 months ago)
- Topics: data-collection, multiple-sclerosis, research
- Language: JavaScript
- Homepage: https://optimise.dsi.ic.ac.uk
- Size: 130 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# optimise
Optimise MS is a system for recording data including demographics, clinical events, treatments and tests in a fashion interoperable with [Clinical Data Interchange Standards Consortium (CDISC)](https://www.cdisc.org/) standards for Multiple Sclerosis. Optimise MS allows researchers to better monitor MS patients’ progress, record outcomes and evaluate treatments.
## Getting Started for developpers
```bash
# Fetch this repo
git clone https://github.com/dsi-icl/optimise optimise
cd optimise
# Bootstrap the Nx project, will install all modules
yarn install
```
## Folder structure
The main idea of this starer kit is to separate the Electron and React parts.
```txt
.
├── package.json # Package.json for the whole repo
├── packages/
│ ├── optimise-core/ # Folder where the Optimise backend can be found
│ ├── optimise-docker/ # Configuration files for the Optimise Docker image
│ ├── optimise-electron/ # Packager configuration for the desktop app
│ ├── optimise-ui/ # Folder where the Optimise frontend can be found
│ ├── optimise-website/ # The optimise-ms.org website
```
## License
MIT.