brown-ccv / task-registry-data

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

Register [Task Name] #44

Closed wasita closed 4 years ago

wasita 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.

# YML template does not require Strings(also URL) and Boolean to be in quotes.
# Please add a valid URL starting with https.
taskName: Example Task                            # [String, required] 
about: 
  description: A short description of the task    # [String, required]
  deployment: https://example.com                 # [String::URL, optional]
  sourceCode: 
    access: private/public                        # [String, required] Stating if the GitHub repository is private or public.
    link: https://github.com/example/task         # [String::URL, optional] If the repository is public, provide URL.
  publication: https://example.com                # [String::URL, optional]
  references:                                     # [Array::String::URL, optional]
    - REFERENCE_LINK_1                            
    - REFERENCE_LINK_2
framework:
  - name: FRAMEWORK_1                             # [Array::String, optional]
    link: LINK_TO_FRAMEWORK_1                     # [String::URL, required] 
  - name: FRAMEWORK_2                             # [Array::String, optional]
    link: LINK_TO_FRAMEWORK_2                     # [String::URL, required]
language:                                         # [Array::String, optional]
  - LANGUAGE_1
  - LANGUAGE_2
lab:                                              # List of the labs who collaborated.
  - name:                                           # [String, required]
    institution:                                    # [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
tags:                                             # [Array::String, optional]
  - TAG_1
  - TAG_2
  - TAG_3
  - TAG_4
github-actions[bot] commented 4 years ago

This issue has failed. The YML file contents have not been filled properly (either the default text for the fields is present or the required fields are missing).