A revolutionary cosmological theory where the universe is a vibrating 4D membrane in 5D space. Dark matter oscillations create dark energy, resolve the S₈ tension, and naturally produce MOND-like effects. Testable predictions for Euclid and PTA.
View the Project on GitHub Teleadmin-ai/oscillating-brane-DM
This is the Oscillating Brane Dark Matter Theory project - a revolutionary cosmological theory where the universe is conceptualized as a vibrating 4D membrane in 5D space.
When working with this repository, use GitHub CLI (gh
) for authentication. The user has personal access tokens configured.
Teleadmin-ai
(not Teleadmin
)gh
commands for GitHub operationsoscillating-brane-DM/
├── _posts/ # Blog posts explaining the theory (dark theme)
├── _layouts/ # Jekyll layouts (including custom dark.html)
│ ├── dark.html # Main layout with videos and dark theme
│ ├── default.html # Standard Jekyll layout
│ └── post.html # Blog post layout
├── assets/
│ ├── css/ # Custom styling
│ │ └── dark-theme.css # Complete dark theme implementation
│ ├── js/ # JavaScript for video carousel
│ └── videos/ # Local MP4 files for visual content
├── plots/ # Generated scientific figures
├── scripts/ # Python computational tools
│ ├── brane_dynamics.py # Membrane oscillation calculations
│ ├── brane_oscillation_1d.py # 1D radion field evolution prototype
│ ├── einstein_5d_toy.py # 2D prototype for 5D Einstein equations (NEW)
│ ├── growth_factor.py # Structure formation calculations
│ ├── bayesian_analysis.py # Model comparison
│ ├── bayesian_priors_table.py # Prior specifications for Bayesian analysis (NEW)
│ ├── pbh_cmb_opacity.py # PBH impact on CMB optical depth (NEW)
│ ├── analyse_posterior.py # MCMC diagnostics and trace plots (NEW)
│ ├── mcmc_diagnostics.py # Convergence diagnostics (NEW)
│ ├── plot_2d_results.py # 2D prototype visualization (NEW)
│ ├── kk_spectrum.py # Kaluza-Klein mode analysis
│ ├── pta_echo.py # Gravitational wave predictions
│ ├── generate_figures.py # Figure generation script
│ └── generate_pdf.py # PDF generation with Unicode fixes
├── docs/ # Technical documentation
│ ├── theoretical_foundations.md # Rigorous mathematical framework with 1100+ lines
│ ├── theory_v4_complete.md # Complete theory v4
│ ├── foundations_parts/ # Split mathematical framework
│ │ ├── part1_mathematical_framework.md
│ │ ├── part2_comparative_predictions.md
│ │ ├── part3_current_limitations.md
│ │ └── part4_development_roadmap.md
│ ├── posterior_table.tex # MCMC posterior statistics table (NEW)
│ └── einstein_2d_table.tex # 2D prototype results table (NEW)
├── data/ # Posterior samples and analysis results
├── output/ # Generated PDFs (NEW)
├── .github/ # GitHub Actions workflows (NEW)
│ └── workflows/
│ ├── ci.yml # Main CI pipeline
│ ├── python-lint.yml # Code quality checks
│ └── weekly-report.yml # Automated reports
├── index.md # Homepage
├── theory.md # Complete theoretical framework
├── predictions.md # Observational predictions
├── chronology.md # Cosmic timeline (new)
├── tools.md # Tools documentation
├── about.md # About page with disclaimer
├── CNAME # Custom domain configuration
├── requirements.txt # Python dependencies
├── Gemfile # Ruby dependencies for Jekyll
└── _config.yml # Jekyll configuration
jekyll-theme-minimal
(GitHub Pages supported theme)dark.html
with video carousel and dark themehttps://higgs-cosmology.com
_config.yml
:
```yaml
exclude:
<link rel="stylesheet" href="/assets/css/style.css?v=1815cbfb36cc7f3569e290cb8a1bae5fe9f0b0a4">
The theory’s fundamental parameters:
The repository includes comprehensive computational tools:
brane_dynamics.py
- Membrane oscillation calculations (fixed dimensional consistency)brane_oscillation_1d.py
- 1D prototype for radion field evolution with energy conservationeinstein_5d_toy.py
- 2D prototype solving simplified 5D Einstein equationsgrowth_factor.py
- Structure formation with oscillating w(z) (improved lookback time)kk_spectrum.py
- Kaluza-Klein mode analysispta_echo.py
- Gravitational wave predictionsbayesian_analysis.py
- Model comparison and Bayesian evidence calculationbayesian_priors_table.py
- Complete prior specifications with sensitivity analysispbh_cmb_opacity.py
- PBH contributions to CMB optical depth (Ali-Haïmoud 2017)analyse_posterior.py
- Comprehensive MCMC diagnostics with trace/corner plotsmcmc_diagnostics.py
- Gelman-Rubin R̂ and effective sample size calculationsplot_2d_results.py
- Generate publication-quality plots from 2D prototypegenerate_figures.py
- Scientific visualization generationgenerate_pdf.py
- PDF generation with Unicode artifact cleaningFollowing O3 Pro’s comprehensive theoretical analysis and conformity check:
Following O3 Pro’s final audit, all critical points have been addressed:
numbersections: false
)# Run tests locally
python scripts/brane_dynamics.py
python scripts/brane_oscillation_1d.py
# Generate PDF
python scripts/generate_pdf.py
# Build Jekyll site locally
bundle exec jekyll build
bundle exec jekyll serve