Link Search Menu Expand Document

Collection model

Table of contents

  1. Introduction
  2. Fields
  3. Permissions
  4. Collection API access

Introduction

Collections allow for creating subgroups of sessions within a project. They can be used to define a set of sessions for a specific analysis or figure. All sessions in a collection must belong to the same project.

Fields

FieldDescription
NameName of the collection (required; string; max length: 100 characters; must be unique within the project). Example: “Place Cell Analysis”, “Learning Sessions Day 1-5”
ProjectThe project the collection belongs to (required). A collection can belong to a single project. Example: “Spatial Memory Project”
SessionsSessions in the collection. All sessions must belong to the same project (required). Example: “Recording1”, “Recording2”, “Recording3”
DescriptionA text description of the collection, providing additional context and information. Pictures can be uploaded and inserted through rich text formatting. Example: “Collection of all place cell recording sessions during the learning phase…”
TagsTags for the collection. Great for organizational purposes, quick labeling, and filtering. Tags are shared across all users. Example: “place-cells”, “learning-phase”, “figure-1-data”

Permissions

Collections inherit permissions from their associated project. You can only add sessions to the collection that are part of the same project.

Visit the permissions page to learn more.

Collection API access

The API allows for programmable access to collections. Learn more about the collections’ fields and data structure on the Collection API page.