brown-ccv / task-registry-faker

Repository with fake yamls for development of Neuro Task Registry
0 stars 1 forks source link

register msit task #33

Closed fernandogelin closed 4 years ago

fernandogelin commented 4 years ago

Instructions: Fill in the below yml template as per the specification in the comments.

taskName: MSIT Task
links: 
  sourceCode: https://github.com/brown-ccv/task-msit
framework:
  library: # [Array::String, optional]
    - jsPsych 
    - Electron
  language: # [Array::String, optional]
    - javascript
lab:
  name: Borton Lab
  institution: Brown University
  principalInvestigator: David Borton, PhD
  developers: 
    - Evan DVR
    - Fernando Gelin
  website: https://borton.engin.brown.edu
platform: # [Boolean, optional]
  desktop:
    windows: true
    linux: true
    mac: true
  mobile:
    ios: false
    android: false
features: # [Boolean, optional]
  electron: true
  browser: false
  docker: false
  eegTrigger: true
  mturk: true
tags: # [Array::String, optional]
  - TAG_1
  - TAG_2
  - TAG_3
  - TAG_4
github-actions[bot] commented 4 years ago

We have started a PR for this issue

github-actions[bot] commented 4 years ago

We have created a PR for this issue