Skip to content

Commit

Permalink
Deployed c039110 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent d93cb86 commit 75c203b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
<h1 id="welcome-to-the-tsdf-time-series-data-format-python-package">Welcome to the TSDF (Time Series Data Format) Python package</h1>
<p>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 <a href="https://arxiv.org/abs/2211.11294">preprint</a>.</p>
<h2 id="what-is-tsdf-data">What is TSDF data?</h2>
<p><code>tsdf</code> stands for <em><code>time series data format</code></em>.
It is a unified, standardized format for storing all types of physiological sensor data. It was originally introduced in this <a href="https://arxiv.org/abs/2211.11294">preprint</a>.</p>
<p>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.</p>
<h2 id="example-tsdf-metadata">Example: TSDF Metadata</h2>
<p>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.</p>
Expand Down Expand Up @@ -218,5 +216,5 @@ <h2 id="the-python-library-tsdf">The python library - <code>tsdf</code></h2>

<!--
MkDocs version : 1.5.2
Build Date UTC : 2023-09-17 21:46:28.466326+00:00
Build Date UTC : 2023-09-18 07:29:21.309067+00:00
-->
3 changes: 0 additions & 3 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">Installation</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#installing-tsdf">Installing tsdf</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#installing-the-development-version">Installing the development version</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#what-now">What now?</a>
Expand Down Expand Up @@ -88,7 +86,6 @@
<div class="section" itemprop="articleBody">

<h1 id="installation">Installation</h1>
<h2 id="installing-tsdf">Installing tsdf</h2>
<p>The package is available in <a href="https://pypi.org/project/tsdf/">PyPI</a>. The latest stable release can be installed using:</p>
<pre><code class="language-bash">pip install tsdf
</code></pre>
Expand Down
10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://biomarkersparkinson.github.io/tsdf/</loc>
<lastmod>2023-09-17</lastmod>
<lastmod>2023-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://biomarkersparkinson.github.io/tsdf/contact/</loc>
<lastmod>2023-09-17</lastmod>
<lastmod>2023-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://biomarkersparkinson.github.io/tsdf/installation/</loc>
<lastmod>2023-09-17</lastmod>
<lastmod>2023-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://biomarkersparkinson.github.io/tsdf/processing_example/</loc>
<lastmod>2023-09-17</lastmod>
<lastmod>2023-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://biomarkersparkinson.github.io/tsdf/tsdf_fields_table/</loc>
<lastmod>2023-09-17</lastmod>
<lastmod>2023-09-18</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tsdf_fields_table/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#tsdf-mandatory-fields">TSDF mandatory fields</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#tsdf-optional-fields">TSDF optional fields</a>
<li class="toctree-l2"><a class="reference internal" href="#tsdf-domain-specific-fields">TSDF domain-specific fields</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#legacy-fields">Legacy fields</a>
</li>
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2 id="tsdf-mandatory-fields">TSDF mandatory fields</h2>
</tr>
</tbody>
</table>
<h2 id="tsdf-optional-fields">TSDF optional fields</h2>
<h2 id="tsdf-domain-specific-fields">TSDF domain-specific fields</h2>
<table>
<thead>
<tr>
Expand Down

0 comments on commit 75c203b

Please sign in to comment.