Skip to content
Snippets Groups Projects
Commit 5c8e1ef8 authored by jenma's avatar jenma
Browse files

update

parent d73812f7
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,14 @@ The cockpit framework consist of three major parts, ...@@ -10,15 +10,14 @@ The cockpit framework consist of three major parts,
3. SDK that allows the user to specify experiments using a java/matlab interface. 3. SDK that allows the user to specify experiments using a java/matlab interface.
## Frontend ## Frontend
The typescript implementation of the front-end cockpit is centered around defining new and The typescript implementation of the front-end cockpit is centered around defining new experiments with a long range of response formats (e.g. likert and continuous scales, radiobutton and checkbox groups, ranking and k-AFC) interaction mechanisms and different types of stimuli such as music, audio or images.
[code repos](cosound/../../../../Cockpit.Experiments.Web) The front-end implementation can be found [here](cosound/../../../../Cockpit.Experiments.Web)
## Backend ## Backend
This is a description of the backend This is a simple installation of a flat structure database with an API that can create and delete experiments. The code can be found [here](cosound/../../../../Cockpit.Portal.Module) with installation instructions
[code repos](cosound/../../../../Cockpit.Portal.Module)
## Interface ## Interface
This is a description of how to interface with the system In order to interface with the system an SDK has been created in java with a thin layer of matlab.
### SDK ### SDK
This is a description of the software developer kit This is a description of the software developer kit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment