Research Question: Can 4D ionospheric tomography provide statistically significant earthquake prediction capabilities?
| Component | Status | Description |
|---|---|---|
| L1 | ✅ Complete | FCIT reproduction framework |
| L2 | 🟡 In Progress | RINEX → 3D pipeline |
| L3 | ⏳ Planned | Multi-event validation |
| Paper | ✅ Ready | LaTeX template with CI/CD |
| Site | ✅ Live | Interactive research documentation |
# Clone repository
git clone https://github.com/CycleTree/eps.git
cd eps
# Build everything
make all
# Serve site locally
make serve
make paper # Build LaTeX paper → paper/main.pdf
make site # Build Quarto site → quarto-site/docs/
make watch # Live preview during development
make clean # Remove build artifacts
make archive # Create submission package
For Paper:
For Site:
Auto-install Python dependencies:
make setup
eps/
├── 📄 paper/ # LaTeX paper source
│ ├── main.tex # Main paper document
│ ├── references.bib # Bibliography
│ └── figures/ # Paper figures
├── 🌐 quarto-site/ # Interactive research site
│ ├── index.qmd # Homepage
│ ├── methods/ # Methodology documentation
│ ├── results/ # Analysis results
│ └── assets/ # Styling and resources
├── 📊 projects/ # Research management
│ ├── milestones/ # Project tracking
│ ├── experiments/ # Experiment records
│ └── scripts/ # Management tools
├── 🔄 .github/workflows/ # CI/CD automation
└── 📋 Makefile # Build system
@article{Matsuda2026EPS,
title={4D Ionospheric Tomography for Earthquake Precursor Detection: Reproducible Evaluation Framework and Statistical Validation},
author={Matsuda, Naoto and EPS Research Team},
journal={Journal of Geophysical Research: Space Physics},
year={2026},
url={https://github.com/CycleTree/eps}
}
projects/experiments/quarto-site/# Create feature branch
git checkout -b feature/new-analysis
# Make changes and test
make watch # Preview changes live
# Commit and push
git add .
git commit -m "Add new analysis feature"
git push origin feature/new-analysis
# Create Pull Request
# CI will automatically build paper and site
Principal Investigator: Naoto Matsuda
Institution: EPS Research Group
Email: mtdnot@example.com
MIT License - see LICENSE for details.
This research emphasizes reproducible science through automated pipelines, parameter freezing, and transparent evaluation protocols to address historical concerns about earthquake prediction research reliability.