brown-ccv / task-registry-data

Repository with yamls for development of Behavioral Task Hub
1 stars 0 forks source link

Register [Task Name] #11

Closed Rashi1997 closed 4 years ago

Rashi1997 commented 4 years ago

Instructions Fill in the below yml template as per the specification in the comments. You can view the preview side-by-side for the yml below you are editing and see changes reflected in real-time as you edit.

taskName: test Task                            # [String, required]
links: 
  deployment: https://test.com                 # [String::URL, optional]
  sourceCode: https://github.com/test/task     # [String::URL, required]
  publication: https://test.com                # [String::URL, optional]
framework:
  library:                                        # [Array::String, optional]
    - LIBRARY_1 
    - LIBRARY_2
  language:                                       # [Array::String, optional]
    - LANGUAGE_1
    - LANGUAGE_2
lab:
  name:       test                                    # [String, required]
  institution:            test                        # [String, required]
  principalInvestigator:                          # [String, optional]
  developers:                                     # [Array::String, optional]
    - DEVELOPER_1
    - DEVELOPER_2
  website: https://example.com                    # [String::URL, optional]
platform:                                         # [Boolean, optional]
  desktop:
    windows: false
    linux: false
    mac: false
  mobile:
    ios: false
    android: false
features:                                         # [Boolean, optional]
  electron: false
  browser: false
  docker: false
  eegTrigger: false
  mturk: false
psiturk: true
tags:                                             # [Array::String, optional]
  - TAG_1
  - TAG_2
  - TAG_3
  - TAG_4
github-actions[bot] commented 4 years ago

We have created a PR for this issue - #12. The YML file for the task data will be entered into the data folder when the pull request is merged.