GlucoSurf is a visualization and analysis framework designed to explore glucose dynamics through intuitive and interactive representations. It enables a better understanding of temporal patterns, postprandial responses, and variability in glucose data.
Understanding glucose dynamics is essential for diabetes management, personalized health monitoring, and the design of behavioral interventions. However, traditional time-series plots often fail to capture the multi-dimensional relationships inherent in glucose data.
To address this limitation, GlucoSurf transforms glucose signals into 2D and 3D visual surfaces. These interactive visualizations allow users to manipulate the plots (e.g., rotate, zoom in/out) and examine them from multiple perspectives, which facilitate deeper insights into postprandial glucose dynamics.
-
Interactive visualization
- Explore glucose trajectories in 2D/3D space
- Visualize temporal and postprandial patterns
-
Pattern discovery
- Identify circadian patterns related to glucose fluctuations
- Analyze variability across individuals and conditions
| Folder/File | Description |
|---|---|
3DVis_figs/ |
Interactive 3D glucose surface visualizations |
.gitignore |
Specifies files ignored by Git |
GlucoSurf.ipynb |
Main notebook for data preprocessing and visualization generation |
LICENSE |
Project license |
README.md |
Project documentation |
This study utilized the BIG IDEAs dataset. Due to copyright restrictions, the dataset is not included in this repository. The data can be accessed and downloaded from PhysioNet.
This project is part of ongoing research on:
- Wearable-based health monitoring
- AI-driven physiological modeling
- Human-centered visualization of biomedical data
The goal is to bridge data-driven insights and user-understandable representations for real-world health applications.
If you use this project in your research, please cite:
Liang Z, Lococo M, Karunarathna TS. (2026) Visual Analytics of Sugar Intake and Postprandial Interstitial Glucose Dynamics Using 3D Surface Plots. In Proceedings of The The 10th International Conference on Medical and Health Informatics (ICMHI 2026), Kyoto, Japan.
@inproceedings{liang2026glucosurf,
title={Visual Analytics of Sugar Intake and Postprandial Interstitial Glucose Dynamics Using 3D Surface Plots},
author={Liang, Zilu and Lococo, Marco and Karunarathna, Thilini S.},
booktitle={Proceedings of the 10th International Conference on Medical and Health Informatics (ICMHI 2026)},
year={2026},
address={Kyoto, Japan}
}We welcome contributions!
- Fork the repository
- Create a new branch
- Submit a pull request