brown-ccv / task-registry-faker

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

realest task #38

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: realest # [String, required]
links: 
  deployment: https://realest.com # [String::URL, optional]
  sourceCode: https://github.com/realest/task # [String::URL, required]
  publication: https://realest.com # [String::URL, optional]
framework:
  library: # [Array::String, optional]
    - realest 
  language: # [Array::String, optional]
    - realest
    - LANGUAGE_2
lab:
  name: realest# [String, required]
  institution: realest# [String, required]
  principalInvestigator: # [String, optional]
  developers: # [Array::String, optional]
    - realest
  website: https://realest.com
platform: # [Boolean, optional]
  desktop:
    windows: false
    linux: false
    mac: false
  mobile:
    ios: false
    android: false
features: # [Boolean, optional]
  electron: false
  browser: true
  docker: false
  eegTrigger: false
  mturk: false
tags: # [Array::String, optional]
  - realest
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

github-actions[bot] commented 4 years ago

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