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
Copy file name to clipboardExpand all lines: graphomotor.html
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,10 @@ <h1 class="modulename">
74
74
75
75
<p>Welcome to <code><ahref="">graphomotor</a></code>, a specialized Python library for analyzing graphomotor data collected via <ahref="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>
76
76
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
+
<divclass="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>
<p>⚠️ This library <strong>requires input data to adhere to a specific format</strong> matching the standard output from <ahref="https://mindlogger.atlassian.net/servicedesk/customer/portal/3/article/859242501">Curious drawing responses</a>. See more details in the <ahref="#data-format-requirements">Data Format Requirements</a> section below.</p>
112
-
</blockquote>
111
+
<divclass="alert caution">
112
+
<em>Caution</em>
113
+
<p>This library requires input data to adhere to a specific format matching the standard output from <ahref="https://mindlogger.atlassian.net/servicedesk/customer/portal/3/article/859242501">Curious drawing responses</a>. See more details in the <ahref="#data-format-requirements">Data Format Requirements</a> section below.</p>
114
+
</div>
113
115
114
116
<h3id="extracting-features-from-spiral-drawing-data">Extracting Features from Spiral Drawing Data</h3>
<p>Currently, <code><ahref="">graphomotor</a></code> is available as an importable Python library. CLI functionality is planned for future releases.</p>
218
+
</div>
214
219
215
220
<p>For detailed configuration options and additional parameters, refer to the <ahref="https://childmindresearch.github.io/graphomotor/graphomotor/core/orchestrator.html#run_pipeline"><code>run_pipeline</code> documentation</a>.</p>
0 commit comments