Skip to content

Commit 6294fca

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 0ba777e commit 6294fca

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fceb8f10
1+
bd89e2c4

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h2 id="toc-title">On this page</h2>
113113
<ul>
114114
<li><a href="#on-the-transferability-and-accessibility-of-human-movement-data" id="toc-on-the-transferability-and-accessibility-of-human-movement-data" class="nav-link active" data-scroll-target="#on-the-transferability-and-accessibility-of-human-movement-data">On the Transferability and Accessibility of Human Movement Data</a></li>
115115
<li><a href="#introduction" id="toc-introduction" class="nav-link" data-scroll-target="#introduction">Introduction</a></li>
116+
<li><a href="#anatomical-landmarks" id="toc-anatomical-landmarks" class="nav-link" data-scroll-target="#anatomical-landmarks">Anatomical landmarks</a></li>
116117
<li><a href="#types-of-motion-capture" id="toc-types-of-motion-capture" class="nav-link" data-scroll-target="#types-of-motion-capture">Types of Motion Capture</a>
117118
<ul class="collapse">
118119
<li><a href="#optical-motion-capture-omc" id="toc-optical-motion-capture-omc" class="nav-link" data-scroll-target="#optical-motion-capture-omc">Optical Motion Capture (OMC)</a></li>
@@ -155,6 +156,23 @@ <h1>Introduction</h1>
155156
<p>Each motion capture method has limitations, impacting the interpretability and transferability of data from one modality to another. To address these limitations, we propose a precise annotation of features affecting the quality of motion capture interpretation.</p>
156157
<p>In this manuscript, we will briefly describe the main features of each modality and introduce a set of definitions that we will use throughout. We finally propose a scheme for unified sensor placement annotation with quantifiable levels of precision. We try to align this scheme with the currently available standards for data sharing and annotation, namely the <strong><a href="https://bids.neuroimaging.io/">Brain Imaging Data Structure (BIDS)</a></strong> and the <strong><a href="https://www.hedtags.org/">Hierarchical Event Descriptors (HED)</a></strong>. See <a href="https://bids-specification.readthedocs.io/en/stable/modality-specific-files/motion.html">Motion-BIDS</a> and definition of body parts in <a href="https://www.hedtags.org/display_hed.html">HED schema browser</a> for relevant details.</p>
157158
</section>
159+
<section id="anatomical-landmarks" class="level1">
160+
<h1>Anatomical landmarks</h1>
161+
<p>We have defined a set of anatomical landmarks for each body part to ensure consistent sensor placement across different systems. These landmarks are used to define the axes of the coordinate system for each body part. The axes are defined as a percentage of the distance between the landmarks, allowing for consistent sensor placement across different body sizes. The landmarks are defined in the anatomical landmark table, which includes the name of the body part, the axis, and the direction of the axis, defined using anatomical landmarks, with axis limits ranging from 0 to 100% of the distance between the landmarks.</p>
162+
<div class="callout callout-style-default callout-note callout-titled">
163+
<div class="callout-header d-flex align-content-center">
164+
<div class="callout-icon-container">
165+
<i class="callout-icon"></i>
166+
</div>
167+
<div class="callout-title-container flex-fill">
168+
Note
169+
</div>
170+
</div>
171+
<div class="callout-body-container callout-body">
172+
<p>You can find the <strong>anatomical landmark</strong> table <strong><a href="./anatomical_table.html">here</a></strong>.</p>
173+
</div>
174+
</div>
175+
</section>
158176
<section id="types-of-motion-capture" class="level1">
159177
<h1>Types of Motion Capture</h1>
160178
<section id="optical-motion-capture-omc" class="level2">

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://human-sensor-placement.github.io/anatomical_table.html</loc>
5-
<lastmod>2024-11-18T19:40:08.210Z</lastmod>
5+
<lastmod>2024-11-21T08:22:37.606Z</lastmod>
66
</url>
77
<url>
88
<loc>https://human-sensor-placement.github.io/authors.html</loc>
9-
<lastmod>2024-11-18T19:40:08.214Z</lastmod>
9+
<lastmod>2024-11-21T08:22:37.606Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://human-sensor-placement.github.io/index.html</loc>
13-
<lastmod>2024-11-18T19:40:08.214Z</lastmod>
13+
<lastmod>2024-11-21T08:22:37.606Z</lastmod>
1414
</url>
1515
</urlset>

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/* css styles */
2+
.callout-note .callout-body {
3+
font-size: 5.5em; /* Adjust font size as needed */
4+
/* Add other CSS properties as needed, like background color, border, etc. */
5+
}

0 commit comments

Comments
 (0)