- Example Collection 1
- Example Collection 2
- (Select a collection)
(Select a document)
(Select a subcollection)
(Select a document)
(Select a subcollection)
Data collection is on hold.
READ THIS FIRST!
This page presents a simplified sample version of the app and database, allowing you to test functionality before downloading the full project, setting up devices, configuring the database, and compiling the complete app for data collection.
settings_profiles collection, there are three pre-defined profiles (INT, CON, and _default_) that contain dynamic sampling parameters for testing. In a real deployment, researchers would configure these before distributing the app. By exploring these profiles, you can view how each group’s data sampling intervals are set. When a user logs in with a code matching INT or CON, they inherit that group’s settings. Otherwise, the default settings are used.users collection using the format CODE_NUMBER. Under each user document, there are two subcollections: settings and eventssettings subcollection, you’ll find the user-specific sampling configuration, initially inherited from the corresponding group profile. These settings can be edited independently and won’t affect the original group profile or other users in the same group. All time intervals are in milliseconds.events subcollection, you'll see multimodal data being logged continuously based on the active sampling intervals, as long as the user is logged in and data collection is toggled on.Please note that this is a simplified simulation. The actual app and database include additional features and logic not shown here.
For more details, refer to documentation at https://github.com/iansulin/Stanford_Screenomics.