eps

🌐 EPS Research: 4D Ionospheric Analysis for Earthquake Prediction

Build Paper and Site License: MIT DOI

Research Question: Can 4D ionospheric tomography provide statistically significant earthquake prediction capabilities?

🚀 Features

📝 Automated Paper Publishing

🌐 Interactive Research Site

🔬 Research Pipeline

📊 Current Status

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

🛠️ Development

Quick Start

# Clone repository
git clone https://github.com/CycleTree/eps.git
cd eps

# Build everything
make all

# Serve site locally
make serve

Build Commands

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

Prerequisites

For Paper:

For Site:

Auto-install Python dependencies:

make setup

📁 Repository Structure

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

🔬 Research Methodology

FCIT 4D Tomography

Statistical Framework

Case Study: 2024 Noto Peninsula Earthquake

📈 Key Results

📋 Citation

@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}
}

🤝 Contributing

  1. Research: Add experiments to projects/experiments/
  2. Analysis: Contribute Jupyter notebooks to quarto-site/
  3. Documentation: Improve paper or site content
  4. Code: Enhance data processing pipeline

Development Workflow

# 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

📞 Contact

Principal Investigator: Naoto Matsuda
Institution: EPS Research Group
Email: mtdnot@example.com

📄 License

MIT License - see LICENSE for details.

🙏 Acknowledgments


This research emphasizes reproducible science through automated pipelines, parameter freezing, and transparent evaluation protocols to address historical concerns about earthquake prediction research reliability.

🚀 Automated Features