You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding of what a temporal dataset would be is essentially the same test being ran on a sample at distinct time intervals. How this would be entered in the portal potentially could be n experiments all linked to the same sample. We could create two new properties:
is_temporal_data - boolean
time_data_was_generated - datetime => users in the UI could specify at what point temporally this data was grabbed
In the UI if the user clicks "Is Temporal Data?" then we present them with a field to specify the date/time. When presenting a temporal dataset in the portal we can group datasets connected to the same Sample where is_temporal_data is True then order by time_data_was_generated
The text was updated successfully, but these errors were encountered:
My understanding of what a temporal dataset would be is essentially the same test being ran on a sample at distinct time intervals. How this would be entered in the portal potentially could be n experiments all linked to the same sample. We could create two new properties:
is_temporal_data
- booleantime_data_was_generated
- datetime => users in the UI could specify at what point temporally this data was grabbedIn the UI if the user clicks "Is Temporal Data?" then we present them with a field to specify the date/time. When presenting a temporal dataset in the portal we can group datasets connected to the same
Sample
whereis_temporal_data
is True then order bytime_data_was_generated
The text was updated successfully, but these errors were encountered: