SVF SVF Clinical Platform — paid clinical bundle, two capsules free in the browser Open the live demo
All capsules
SHIVA OS/Capsules/Spine Biomech
Finished project · 2026-04-14 Open-resource registry MIT

SHIVA Spine Biomech

A finished SHIVA capsule project that preserves the verified open-resource landscape for spine biomechanics, exposes the bundle as modules / agents / engines / frameworks, and scaffolds a truly open longitudinal postoperative sagittal biomechanics dataset. Ships with a synthetic longitudinal demo cohort backed by SQLite, a clinical-FE longitudinal release framework, and the full SHIVA integrity layer.

Built
2026-04-14 · from 2026-04-13 base bundle
Capsule
capsule/SHIVA_Spine_Biomech_Capsule.html
Memory
shiva/SHIVA_MEMORY_CAPSULE.json
Synthetic cohort
products/Synthetic_Demo/demo_longitudinal_spine.db
Integrity
SHA-256 sums + Merkle root + manifest
01 — Core deliverables

What ships
in the package.

Every file below is in the bundle, hashed in the integrity manifest, and re-buildable from the included source_code/build_finished_project.py.

CAPSULE

SHIVA Spine Biomech Capsule

The self-contained HTML capsule application — module / agent / engine / framework view of the whole bundle.

MEMORY

SHIVA memory capsule

shiva/SHIVA_MEMORY_CAPSULE.json — the package-local memory state at the time of sealing.

REGISTRY

Component registry

shiva/COMPONENT_REGISTRY.json — the inventory of what's inside.

DATA

Verified open-resource registry

data/verified_open_resources.csv — the public datasets that survived verification.

SCHEMA

Open longitudinal schema

products/Open_Longitudinal_Spine_Dataset_Schema.yaml — the schema for the open dataset that doesn't exist yet but should.

DICT

Clinical-FE data dictionary

products/Clinical_FE_DataDictionary.csv — every variable's clinical meaning, finite-element role, and provenance.

SQL

SQLite longitudinal schema

products/Longitudinal_Spine_SQLite_Schema.sql — the database schema you'd implement in a clinical research site.

DEMO

Synthetic demo cohort

products/Synthetic_Demo/demo_longitudinal_spine.db — synthetic longitudinal cohort in a real SQLite database, queryable now.

INTEGRITY

Integrity manifest

integrity/manifest.json — file inventory + SHA-256 sums + Merkle root.

02 — Purpose

Four jobs.
One bundle.

01

Preserve the verified public-resource landscape

For spine biomechanics. The verified set is the contract — not just a link list.

02

Expose internal structure

The bundle is navigable as modules, agents, engines, and frameworks — not as a flat folder.

03

Scaffold the open longitudinal dataset

Schema-first design for a truly open postoperative sagittal biomechanics dataset.

04

Package as a portable capsule

SHIVA-style — single bundle, signed, replayable.

Important constraints
Read before redistributing.

Third-party upstream dataset payloads are not mirrored here. Some source datasets are very large. SIMSPINE has explicit redistribution limits. The SHIVA memory saved here is package-local memory inside the bundle files — the build runtime did not expose a writable persistent cross-chat memory tool, so memory was sealed into the bundle itself.

03 — Quickstart

Four commands.

# 1. Open the capsule open capsule/SHIVA_Spine_Biomech_Capsule.html # 2. Read the project report $EDITOR report/FINAL_PROJECT_REPORT.md # 3. Inspect the SHIVA memory $EDITOR shiva/SHIVA_MEMORY_CAPSULE.json # 4. Load the synthetic SQLite cohort sqlite3 products/Synthetic_Demo/demo_longitudinal_spine.db # Rebuild the whole package locally python source_code/build_finished_project.py
Using this in a clinic?

The MIT code is free. A clinical site license covers deployment support, integration help, hash-verified releases, and indemnification language. See commercial offerings →

Get a quote