Skip to content

Commit ab828bf

Browse files
jcframymmortonsbelskbpaniagua
committed
feat: add SlicerAutoscoperM solution
A 3D Slicer extension enabling accurate, markerless skeletal motion tracking from biplane videoradiography, with a standardized pre-processing workflow for reproducible, multi-center musculoskeletal research. Co-authored-by: Amy M Morton <65619862+amymmorton@users.noreply.github.com> Co-authored-by: Shelly Belsky <71195502+sbelsk@users.noreply.github.com> Co-authored-by: Beatriz Paniagua <beatriz.paniagua@kitware.com>
1 parent 9e65ae8 commit ab828bf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

_data/solutions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@
4242
description: A 3D Slicer extension enabling <b>quantitative characterization of imaging phenotype</b>.
4343
link: https://www.radiomics.io
4444
image: assets/img/slicer-solutions/slicer-radiomics.png
45+
46+
- name: SlicerAutoscoperM
47+
description: A 3D Slicer extension enabling <b>accurate, markerless skeletal motion tracking</b> from biplane videoradiography, with a standardized pre-processing workflow for reproducible, multi-center musculoskeletal research.
48+
link: https://autoscoperm.slicer.org
49+
image: assets/img/slicer-solutions/slicer-autoscoperm.png

_includes/solutions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<div class="card-columns columns-3-desktop columns-2-tablet columns-1-mobile">
99

1010
{%- assign max_col = 3 -%}
11-
{%- assign max_row = 3 -%}
11+
{%- assign max_row = 4 -%}
1212

13-
{%- assign max_row_range = 3 | minus:1 -%}
13+
{%- assign max_row_range = 4 | minus:1 -%}
1414
{%- assign max_col_range = 3 | minus:1 -%}
1515

1616
{% for row in (0..max_row_range) %}
10 KB
Loading

0 commit comments

Comments
 (0)