A session is a modular construction that provides flexible and standardized descriptions of various aspects of experiments. The session has a number of direct fields, but is primarily described by the module below. There are dedicated tabs with further details on the modules: Behaviors, Data acquisition, and Manipulations.
The submission form consists of two parts. First, you fill in the required fields. Once you click "Create and continue," the project entry is created, and you can continue editing it on the second part of the form, which contains all the fields. The second part of the form automatically keeps track of your changes and saves as you fill out the form.
The session inherits permissions from projects associated with it. Data storage is shared through the project's groups, and you can only add a data storage associated with the same groups as the selected projects. The relationships in modules also depend on the selected projects. For more information on permissions, please visit the permissions page.
The API allows for programmable access to sessions. For detailed information about the sessions' fields and data structure, please refer to the API documentation on the Session API endpoint.
The behavior model is a module in sessions that is used to describe the behavior occuring in a session. The behavior is described by the involved subjects, the setup, and a behavioral paradigm. Both the setup and the behavioral paradigm are private attributes and must be defined separately. You must create both before filling in the behavior form. The private attributes belong to group(s) that must be shared with one of a session's associated projects.
A behavior inherits permissions from the session associated with it. For more information on permissions, please visit the permissions page.
The API allows for programmable access to behaviors, enabling you to read, edit, and delete behaviors through the API. For details about the behavior's fields and data structure, refer to the API documentation of the Behavior API endpoint.
Data acquisition encompasses a diverse range of data types collected during scientific research. These data are crucial for understanding the intricate workings of the brain and nervous system, informing us about neural function, structure, behavior, and the effects of various interventions. While different data types are often interrelated, each category is tailored to capture unique aspects of neural and physiological processes.
Data acquisition inherits permissions from projects via the session associate with the entry. For more information on permissions, please visit the permissions page.
The API allows for programmable access to Data acquisition, enabling you to read, edit, and delete entries through the API. For details about the Data acquisition fields and data structure, refer to the API documentation of the Data acquisition API endpoint.
Manipulations refers to various methods and techniques used to alter, control, or influence neural activity, brain functions, or behaviors in experimental settings. These manipulations are crucial for understanding the mechanisms underlying neural processes, the effects of various stimuli or interventions on the brain, and the development of potential therapies for neurological conditions. Manipulations are tied to a session and to a subject through procedures.
Manipulations inherit permissions from projects via the session associate with the entry. For more information on permissions, please visit the permissions page.
The API allows for programmable access to manipulations, enabling you to read, edit, and delete manipulations through the API. For details about the manipulation's fields and data structure, refer to the API documentation on the Manipulation API endpoint.