Open magland opened 5 years ago
Info for studies NUMBER OF RECORDINGS TOTAL FILE SIZE CHANNELS DURATION (IN SECONDS) EXPERIMENT TYPE (SYNTHETIC / IN VIVO / IN VITRO) PROBE TYPE BRAIN REGION NUM. GROUND TRUTH UNITS
The names below can change:
const studyColumns = [ { accessor: "name", label: "Study Name", priorityLevel: 1, position: 1, minWidth: 100, sortable: true }, { accessor: "number", label: "Number of recordings", priorityLevel: 3, position: 3, minWidth: 100 }, { accessor: "filesize", label: "Total file size", priorityLevel: 4, position: 4, minWidth: 100 }, { accessor: "channels", label: "Channels", priorityLevel: 5, position: 5, minWidth: 100 }, { accessor: "duration", label: "Duration (in seconds)", priorityLevel: 6, position: 6, minWidth: 100 }, { accessor: "type", label: "Experiment type (synthetic / in vivo / in vitro)", priorityLevel: 7, position: 7, minWidth: 100 }, { accessor: "probetype", label: "Probe type", priorityLevel: 8, position: 8, minWidth: 100 }, { accessor: "region", label: "Brain region", priorityLevel: 9, position: 9, minWidth: 100 }, { accessor: "groundtruth", label: "Groundtruth units", priorityLevel: 10, position: 10, minWidth: 100 }, { accessor: "description", label: "Description", priorityLevel: 11, position: 11, minWidth: 100 } ];
Info for studies NUMBER OF RECORDINGS TOTAL FILE SIZE CHANNELS DURATION (IN SECONDS) EXPERIMENT TYPE (SYNTHETIC / IN VIVO / IN VITRO) PROBE TYPE BRAIN REGION NUM. GROUND TRUTH UNITS
The names below can change:
const studyColumns = [ { accessor: "name", label: "Study Name", priorityLevel: 1, position: 1, minWidth: 100, sortable: true }, { accessor: "number", label: "Number of recordings", priorityLevel: 3, position: 3, minWidth: 100 }, { accessor: "filesize", label: "Total file size", priorityLevel: 4, position: 4, minWidth: 100 }, { accessor: "channels", label: "Channels", priorityLevel: 5, position: 5, minWidth: 100 }, { accessor: "duration", label: "Duration (in seconds)", priorityLevel: 6, position: 6, minWidth: 100 }, { accessor: "type", label: "Experiment type (synthetic / in vivo / in vitro)", priorityLevel: 7, position: 7, minWidth: 100 }, { accessor: "probetype", label: "Probe type", priorityLevel: 8, position: 8, minWidth: 100 }, { accessor: "region", label: "Brain region", priorityLevel: 9, position: 9, minWidth: 100 }, { accessor: "groundtruth", label: "Groundtruth units", priorityLevel: 10, position: 10, minWidth: 100 }, { accessor: "description", label: "Description", priorityLevel: 11, position: 11, minWidth: 100 } ];