brown-ccv / task-registry-faker

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

my real task #37

Open mcmcgrath13 opened 4 years ago

mcmcgrath13 commented 4 years ago

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

taskName: real task # [String, required]
links: 
  deployment: https://realtask.com # [String::URL, optional]
  sourceCode: https://github.com/real/task # [String::URL, required]
  publication: https://real.com # [String::URL, optional]
framework:
  library: # [Array::String, optional]
    - nano 
    - micro
    - mini
  language: # [Array::String, optional]
lab:
  name: real lab# [String, required]
  institution: real u# [String, required]
  principalInvestigator: # [String, optional]
  developers: # [Array::String, optional]
  website: https://example.com
platform: # [Boolean, optional]
  desktop:
    windows: false
    linux: true
    mac: false
  mobile:
    ios: false
    android: false
features: # [Boolean, optional]
  electron: false
  browser: false
  docker: true
  eegTrigger: false
  mturk: false
tags: # [Array::String, optional]
  - needs examples
github-actions[bot] commented 4 years ago

This issue has failed