This document describes the organization of the GIFT v2 framework repository.
The repository is organized to separate theoretical content, mathematical derivations, documentation, and computational tools while maintaining clear navigation paths.
gift/
├── README.md # Main entry point and overview
├── CITATION.md # Citation formats and references
├── LICENSE # MIT License
├── CHANGELOG.md # Version history and changes
├── STRUCTURE.md # This file
├── CONTRIBUTING.md # Contribution guidelines
├── QUICK_START.md # Fast onboarding guide
├── requirements.txt # Python dependencies
├── runtime.txt # Python version specification
├── postBuild # Binder configuration
│
├── publications/ # Main theoretical documents
│ ├── gift_main.md # Core theoretical paper (~1100 lines)
│ ├── gift_extensions.md # Dimensional observables and temporal framework
│ ├── gift_v2_notebook.ipynb # Interactive computational notebook
│ │
│ ├── supplements/ # Detailed mathematical supplements
│ │ ├── A_math_foundations.md # E₈ structure, K₇ manifold, reduction
│ │ ├── B_rigorous_proofs.md # Complete proofs of exact relations
│ │ ├── C_complete_derivations.md # All 34 observable derivations
│ │ ├── D_phenomenology.md # Experimental comparison
│ │ ├── E_falsification.md # Testability and falsification criteria
│ │ └── F_K7_metric.md # Explicit geometric constructions
│ │
│ └── pdf/ # PDF versions of all documents
│ ├── gift-main.pdf # Main paper PDF
│ ├── gift_extensions.pdf # Extensions PDF
│ ├── Supp_A.pdf # Mathematical foundations PDF
│ ├── Supp_B.pdf # Rigorous proofs PDF
│ ├── Supp_C.pdf # Complete derivations PDF
│ ├── Supp_D.pdf # Phenomenology PDF
│ ├── Supp_E.pdf # Falsification PDF
│ └── Supp_F.pdf # K₇ metric PDF
│
├── docs/ # Additional documentation
│ ├── FAQ.md # Frequently asked questions
│ ├── GLOSSARY.md # Technical terms and notation
│ ├── PHILOSOPHY.md # Philosophical perspectives
│ └── EXPERIMENTAL_VALIDATION.md # Current experimental status
│
└── legacy_v1/ # Archived v1.0 version
└── README.md # Guide to v1 archive
For different audiences and purposes:
Quick Overview → README.md
Getting Started → QUICK_START.md
Scientific Details → publications/gift_main.md
The core framework is presented in a modular structure:
publications/gift_main.md)
publications/supplements/)
publications/gift_extensions.md)
Interactive Notebook (publications/gift_v2_notebook.ipynb)
Technical References
docs/GLOSSARY.md: Definitions of all technical termsdocs/FAQ.md: Common questions and answersdocs/EXPERIMENTAL_VALIDATION.md: Current experimental statusProject Management
CONTRIBUTING.md: How to contributeCHANGELOG.md: Version historyCITATION.md: Citation formatsMain papers: Descriptive names
gift_main.mdgift_extensions.mdSupplements: Letter prefix indicating order
A_math_foundations.mdB_rigorous_proofs.mdDocumentation: Purpose-based names
FAQ.mdGLOSSARY.mdEXPERIMENTAL_VALIDATION.mdProject files: ALL_CAPS for visibility
README.mdCHANGELOG.mdSTRUCTURE.mdPDF versions mirror markdown filenames:
gift-main.pdf ← gift_main.mdgift_extensions.pdf ← gift_extensions.mdSupp_A.pdf ← A_math_foundations.mdParameter Predictions
→ publications/gift_main.md (Section 4: Dimensionless Observable Predictions)
→ publications/supplements/C_complete_derivations.md (detailed derivations)
Mathematical Proofs
→ publications/supplements/B_rigorous_proofs.md (9 exact relations)
→ publications/supplements/A_math_foundations.md (underlying mathematics)
Experimental Comparison
→ publications/gift_main.md (summary tables)
→ publications/supplements/D_phenomenology.md (detailed analysis)
→ docs/EXPERIMENTAL_VALIDATION.md (current status)
Geometric Construction
→ publications/supplements/A_math_foundations.md (K₇ manifold overview)
→ publications/supplements/F_K7_metric.md (explicit metric and harmonic forms)
Falsification Tests
→ publications/supplements/E_falsification.md (comprehensive criteria)
→ docs/EXPERIMENTAL_VALIDATION.md (experimental timeline)
Definitions and Notation
→ docs/GLOSSARY.md (all technical terms)
→ publications/gift_main.md (Section 1.4: Conventions)
Documents use internal cross-referencing:
(#eq:delta-cp){#fig:e8-roots}(#sec:foundations)All documents include status classifications for results:
When modifying the framework:
CHANGELOG.md with changesdocs/EXPERIMENTAL_VALIDATION.md with new dataFor new predictions or results:
CHANGELOG.md under appropriate versiondocs/FAQ.md if commonly askedThe repository uses semantic versioning:
See CHANGELOG.md for complete version history.
All external links (GitHub, arXiv, DOIs) use the canonical form:
https://github.com/gift-framework/GIFThttps://github.com/gift-framework/GIFT/issuespublications/Previous versions:
legacy_v1/, accessible via git historyFor questions about repository organization:
docs/FAQ.md for common questionshttps://github.com/gift-framework/GIFT/issuesCONTRIBUTING.md for contribution guidelinesThis structure is designed to facilitate both casual exploration and deep technical study while maintaining scientific rigor and clarity.