Hi,
I’ve implemented UVAPadova.jl, a native Julia port of the UVA/Padova model.
The primary goal is to provide a reliable simulation environment for T1D-Dosis (calculating insulin doses and correction factors). Most existing tools are either closed-source or cluttered with overhead; this version stays minimal and performant.
Key Features:
- KISS & Minimal Invasive: Direct implementation of the glucose-insulin dynamics without unnecessary abstractions.
- Robustness: All identifiers are fully qualified to ensure clarity and prevent namespace issues in complex research environments.
- T1D-Dosis Focus: Specifically designed to test and validate dosing algorithms under in-silico conditions.
The repository is not registered to avoid registry bloat, but it is fully functional for integration.