Skip to content

Commit d94ca92

Browse files
committed
Deploying to gh-pages from @ dce4150 🚀
1 parent 70f8ce0 commit d94ca92

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

graphomotor.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ <h1 class="modulename">
7474

7575
<p>Welcome to <code><a href="">graphomotor</a></code>, a specialized Python library for analyzing graphomotor data collected via <a href="https://www.gettingcurious.com/">Curious</a>. This toolkit aims to provide comprehensive tools for processing, analyzing, and visualizing data from various graphomotor assessment tasks, including spiral drawing, trails making, alphabetic writing, digit symbol substitution, and the Rey-Osterrieth Complex Figure Test.</p>
7676

77-
<blockquote>
78-
<p>⚠️ <strong>This package is under active development.</strong> Currently, the focus is on the spiral drawing task. After finalizing feature extraction, the next steps will involve implementing both preprocessing and visualization for this task. Once these parts are in place, we plan to extend support to other tasks.</p>
79-
</blockquote>
77+
<div class="alert important">
78+
<em>Important</em>
79+
<p>This package is under active development. Currently, the focus is on the spiral drawing task. After finalizing feature extraction, the next steps will involve implementing both preprocessing and visualization for this task. Once these parts are in place, we plan to extend support to other tasks.</p>
80+
</div>
8081

8182
<h2 id="feature-extraction-capabilities">Feature Extraction Capabilities</h2>
8283

@@ -107,9 +108,10 @@ <h2 id="installation">Installation</h2>
107108

108109
<h2 id="quick-start">Quick Start</h2>
109110

110-
<blockquote>
111-
<p>⚠️ This library <strong>requires input data to adhere to a specific format</strong> matching the standard output from <a href="https://mindlogger.atlassian.net/servicedesk/customer/portal/3/article/859242501">Curious drawing responses</a>. See more details in the <a href="#data-format-requirements">Data Format Requirements</a> section below.</p>
112-
</blockquote>
111+
<div class="alert caution">
112+
<em>Caution</em>
113+
<p>This library requires input data to adhere to a specific format matching the standard output from <a href="https://mindlogger.atlassian.net/servicedesk/customer/portal/3/article/859242501">Curious drawing responses</a>. See more details in the <a href="#data-format-requirements">Data Format Requirements</a> section below.</p>
114+
</div>
113115

114116
<h3 id="extracting-features-from-spiral-drawing-data">Extracting Features from Spiral Drawing Data</h3>
115117

@@ -210,7 +212,10 @@ <h4 id="batch-processing">Batch Processing</h4>
210212
</code></pre>
211213
</div>
212214

215+
<div class="alert note">
216+
<em>Note</em>
213217
<p>Currently, <code><a href="">graphomotor</a></code> is available as an importable Python library. CLI functionality is planned for future releases.</p>
218+
</div>
214219

215220
<p>For detailed configuration options and additional parameters, refer to the <a href="https://childmindresearch.github.io/graphomotor/graphomotor/core/orchestrator.html#run_pipeline"><code>run_pipeline</code> documentation</a>.</p>
216221

0 commit comments

Comments
 (0)