Thank you for your interest in contributing to this research. This project is an open-science effort, and we welcome contributions from computational biologists, pharmacologists, mitochondrial researchers, and anyone with relevant expertise.
- Model discrepancies: If simulation outputs conflict with published experimental data, please open an issue with the relevant citation.
- Parameter challenges: If you believe a kinetic parameter (Kd, scavenging capacity, etc.) should be recalibrated, provide the source data or reference.
- Bug reports: For code issues (dependency errors, numerical instability, plotting bugs), use the Bug Report issue template.
- Fork the repository.
- Create a feature branch (
git checkout -b improvement/your-description). - Make your changes with clear commit messages.
- Ensure all simulations still run:
python simulation/simulation_v4_honest.py - Open a Pull Request describing what changed and why.
If you are interested in:
- Wet-lab validation of the falsifiable hypotheses (H1--H3)
- Extending the ODE model (e.g., adding ATP dynamics, calcium handling)
- Cross-species parameterization (rodent vs. human hepatocyte data)
- Clinical data integration (CBD trial datasets with liver function markers)
Please open an issue using the Research Collaboration template, or contact the corresponding author directly.
- Python 3.9+ with dependencies listed in
requirements.txt. - Simulation scripts should save output to
figures/using path-relative resolution. - Use descriptive variable names that map to the biological quantities they represent.
- Include printed numerical summaries alongside any generated figures.
- All parameter values must be traceable to published literature or clearly labeled as estimated.
- Synthetic or simulated data must never be presented as experimental results.
- New model versions should be added as separate scripts (e.g.,
simulation_v5_*.py), preserving the existing version history.
By contributing, you agree that your contributions will be licensed under the same CC BY 4.0 license that covers this project.