ml4ai / tomcat

ToMCAT: Theory of Mind-based Cognitive Architecture for Teams
https://ml4ai.github.io/tomcat/
MIT License
21 stars 7 forks source link

Updates to tomcat.db and Datasette interface #517

Closed adarshp closed 1 year ago

adarshp commented 1 year ago

2023-07-17 update

This is a major update that implements the following changes.

Base tables

A number of 'base tables' have been added in order to facilitate querying, as well as provide additional layers of validation while constructing the database. The tables that have been added are the following:

Other changes:

participant table

Baseline task observation tables

Tables have been added for all the non-physio observations for all the baseline tasks. The tables added are listed below.

Note that for the finger tapping and ping pong tasks, the table names end in _observation, since the majority of the rows (with the exception of events denoting the start of the task) are state observations at regular time intervals, rather than events, as in the affective task.

fnirs_raw table updated

The new version of the fnirs_raw table fixes the following errors.

Other changes