Skip to content

Repository files navigation

Unified Entanglement-Entropy Gravity – Static Site

This repository hosts a static website for the six-paper "Unified Entanglement-Entropy Gravity" / entropic scalar EFT program.

Structure

  • index.html – Animated landing page and layperson overview.
  • paper1.htmlpaper6.html – One page per paper; content injected from LaTeX.
  • styles.css – Shared typography and layout styles.
  • main.js – Tetrahedral condensate animation + UI logic.
  • latex/ – LaTeX sources for each paper (place your .tex files here).
  • docs/ – Built static site (auto-generated by GitHub Actions).
  • .github/workflows/build-and-deploy.yml – LaTeX → HTML → GitHub Pages pipeline.
  • robots.txt, sitemap.xml – Basic SEO configuration.

Workflow

  1. Put the LaTeX source for each paper in:

    • latex/paper1.tex – Main entanglement-entropy gravity paper
    • latex/paper2.tex – GFT / tensor supplement
    • latex/paper3.tex – Derivations & numerical validations
    • latex/paper4.tex – Wedge-sharing g_share foundations
    • latex/paper5.tex – De novo G note
    • latex/paper6.tex – Microstructure & phenomenological supplement
  2. Push to the main branch.

  3. GitHub Actions will:

    • Run Pandoc on each LaTeX file,
    • Inject the resulting HTML into paper*.html templates,
    • Write the final site to docs/.
  4. GitHub Pages serves docs/ at:

    https://chinitzjake.github.io/entanglement-gravity-site/ (adjust if username/repo differ).

Quick Setup

  1. Create a new repo on GitHub named entanglement-gravity-site
  2. Upload all these files to it
  3. Go to Settings → Pages and set:
    • Source: Deploy from a branch
    • Branch: main / docs folder
  4. Push your LaTeX files to latex/ and wait for the Action to run
  5. Your site will be live at the GitHub Pages URL

If you add new papers in the future, see MAINTENANCE.md.

About

Deriving Gravity and lepton masses from quantum entanglement

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages