@@ -70,8 +70,8 @@ G(t) = 1{ΔΦ(t) ≥ τ}
7070
7171``` bash
7272# Clone the repository
73- git clone https://github.com/dfeen87/triadic-biosignal-monitor .git
74- cd triadic-biosignal-monitor
73+ git clone https://github.com/dfeen87/Triadic-Biosignal-Monitor .git
74+ cd Triadic-Biosignal-Monitor
7575
7676# Install dependencies
7777pip install -r requirements.txt
@@ -88,7 +88,7 @@ jupyter notebook notebooks/01_phase_extraction_demo.ipynb
8888## Repository Structure
8989
9090```
91- triadic-biosignal-monitor /
91+ Triadic-Biosignal-Monitor /
9292├── README.md # This file
9393├── LICENSE # MIT License
9494├── .github/workflows # CI Pipeline
@@ -417,45 +417,14 @@ pytest --cov=core tests/
417417Comprehensive documentation available in `/docs/` :
418418
419419- **[SCOPE_AND_SAFETY.md](docs/SCOPE_AND_SAFETY.md)** - Medical-device safe language, regulatory guidance
420- - **[IMPLEMENTATION_GUIDE.md](docs/IMPLEMENTATION_GUIDE.md)** - Technical implementation details
421420- **[REPRODUCIBILITY.md](docs/REPRODUCIBILITY.md)** - How to reproduce paper results
422- - **[API_REFERENCE.md](docs/API_REFERENCE.md)** - Function signatures and usage
423421- **[VALIDATION_PROTOCOL.md](docs/VALIDATION_PROTOCOL.md)** - Prospective validation guidelines
424422
425423---
426424
427425# # Dependencies
428426
429- ```
430- # Core numerical computing
431- numpy>=1.24.0
432- scipy>=1.10.0
433-
434- # Signal processing
435- mne>=1.3.0 # EEG processing
436- neurokit2>=0.2.0 # ECG/HRV analysis
437- PyWavelets>=1.4.0 # Wavelet transforms
438-
439- # Entropy and complexity
440- antropy>=0.1.6 # Entropy measures
441- nolds>=0.5.2 # Nonlinear dynamics
442-
443- # Configuration
444- pyyaml>=6.0
445- h5py>=3.8.0
446-
447- # Visualization
448- matplotlib>=3.7.0
449- seaborn>=0.12.0
450-
451- # Testing
452- pytest>=7.3.0
453- pytest-cov>=4.0.0
454-
455- # Notebooks
456- jupyter>=1.0.0
457- ipywidgets>=8.0.0
458- ```
427+ See [`requirements.txt`](requirements.txt) for the full, versioned list of dependencies.
459428
460429---
461430
@@ -504,7 +473,7 @@ If you use this software in your research, please cite:
504473 Early-Warning Detection in Coupled EEG–ECG Time Series},
505474 year = {2026},
506475 publisher = {GitHub},
507- url = {https://github.com/dfeen87/triadic-biosignal-monitor }
476+ url = {https://github.com/dfeen87/Triadic-Biosignal-Monitor }
508477}
509478
510479@article{kruger2026operator,
@@ -552,8 +521,8 @@ This work builds on established signal processing and time-series analysis metho
552521
553522# # Contact & Support
554523
555- - ** Issues:** [ GitHub Issues] ( https://github.com/dfeen87/triadic-biosignal-monitor /issues )
556- - ** Discussions:** [ GitHub Discussions] ( https://github.com/dfeen87/triadic-biosignal-monitor /discussions )
524+ - **Issues:** [GitHub Issues](https://github.com/dfeen87/Triadic-Biosignal-Monitor /issues)
525+ - **Discussions:** [GitHub Discussions](https://github.com/dfeen87/Triadic-Biosignal-Monitor /discussions)
557526- **Email:** marcelkrueger092@gmail.com, dfeen87@gmail.com
558527
559528---
0 commit comments