Link Search Menu Expand Document

Environment types model

Table of contents

  1. Introduction
  2. Fields
  3. Submission process
  4. Permissions
  5. Environment types API access

Introduction

Environment types are fundamentally categories of setups and also serve as categories for behavioral paradigms. In BrainSTEM, environment types are a shared model across users. Behavioral paradigms are linked to a specific environment type, ensuring that each paradigm is defined within a particular type of environment.

Fields

FieldDescription
NameThe name of the environment type (required; must be unique)
DescriptionA general description of the environment type

Submission process

Anyone can submit new environment types or suggest changes to existing ones. However, all submissions must be approved before they become available for usage. Please refer to existing entries for examples of what to submit.

Permissions

Once an entry has been approved, it becomes available to all users.

Environment types API access

The API allows for programmable access to environment types, enabling you to read, edit, and delete entries through the API. Learn more about the environment types’ fields and data structure on the Environment types API page.