diff --git a/index.html b/index.html index 5401c47..8d9c018 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,8 @@

Welcome to the TSDF (Time Series Data Format) Python package

A package to work with TSDF data in Python. This implementation is based on the the TSDF format specification, which can be found in this preprint.

What is TSDF data?

+

tsdf stands for time series data format. +It is a unified, standardized format for storing all types of physiological sensor data. It was originally introduced in this preprint.

TSDF provides a unified, user-friendly format for both numerical sensor data and metadata, utilizing raw binary data and JSON-format text files for measurements/timestamps and metadata, respectively. It defines essential metadata fields to enhance data interpretability and exchangeability, aiming to bolster scientific reproducibility in studies reliant on digital biosensor data as a critical evidence base across various disease domains.

Example: TSDF Metadata

This example demonstrates a TSDF metadata JSON file, showcasing the structured format used to easily interpret and read the corresponding binary data. For more intricate examples and detailed specifications, the paper serves as a comprehensive reference.

@@ -216,5 +218,5 @@

The python library - tsdf

diff --git a/installation/index.html b/installation/index.html index 075b4a1..6309983 100644 --- a/installation/index.html +++ b/installation/index.html @@ -46,6 +46,8 @@