diff --git a/_data/solutions.yml b/_data/solutions.yml index 9ec97b0..804e1e8 100644 --- a/_data/solutions.yml +++ b/_data/solutions.yml @@ -42,3 +42,8 @@ description: A 3D Slicer extension enabling quantitative characterization of imaging phenotype. link: https://www.radiomics.io image: assets/img/slicer-solutions/slicer-radiomics.png + +- name: SlicerAutoscoperM + description: 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. + link: https://autoscoperm.slicer.org + image: assets/img/slicer-solutions/slicer-autoscoperm.png diff --git a/_includes/solutions.html b/_includes/solutions.html index b83a41e..996b95e 100644 --- a/_includes/solutions.html +++ b/_includes/solutions.html @@ -8,9 +8,9 @@
{%- assign max_col = 3 -%} - {%- assign max_row = 3 -%} + {%- assign max_row = 4 -%} - {%- assign max_row_range = 3 | minus:1 -%} + {%- assign max_row_range = 4 | minus:1 -%} {%- assign max_col_range = 3 | minus:1 -%} {% for row in (0..max_row_range) %} diff --git a/assets/img/slicer-solutions/slicer-autoscoperm.png b/assets/img/slicer-solutions/slicer-autoscoperm.png new file mode 100644 index 0000000..241e428 Binary files /dev/null and b/assets/img/slicer-solutions/slicer-autoscoperm.png differ