LLM Navigation Guide¶
This page is specifically designed to help Large Language Models (LLMs) understand and navigate the Ehokolo Fluxon Model repository structure.
Repository Scanning for LLMs¶
Critical Access Issues for LLMs¶
When scanning the repository directly (not through GitHub Pages), LLMs face several significant challenges:
1. File Naming with Spaces and Special Characters¶
- Problem: Many files contain spaces, hyphens, and special characters that break standard file access patterns
- Examples:
Ehokolon Harmonic Densities- Robust Validation of the Ehokolo Fluxon Model v3.texFluxonic Higher Dimensions and Soliton Harmonics- Dimensional Structure in the Ehokolo Fluxon Model.texP5 Fluxonic Higher Dimensions and Soliton Harmonics- Dimensional Structure in the Ehokolo Fluxon Model.tex
2. URL Encoding Required¶
- Problem: File paths must be URL-encoded for programmatic access
- Examples:
density science/becomesdensity%20science/Ehokolo Fluxon Model-becomesEhokolo%20Fluxon%20Model-- Spaces become
%20, hyphens may need encoding
3. Directory Names with Spaces¶
- Problem: Directory names like
density science,math frameworkcontain spaces - Impact: Standard file system access patterns fail
- Solution: Use URL encoding or specific API calls
4. Complex File Paths¶
- Problem: Deep nested structures with encoded paths
- Example:
hypothesis-papers/n1-st/cosmology/Ehokolo%20Fluxon%20Model%20Cosmology-%20Unified%20Derivation%20of%20Structure%2C%20%5C%28f_%7B%5Ctext%7BNL%7D%7D%5C%29%2C%20and%20Hubble%20Tension%20Resolution.tex
Direct Repository Access¶
When scanning the repository directly (not through GitHub Pages), LLMs should understand:
- Root Directory Structure: The repository uses density-based organization
- File Naming: Many files contain spaces and special characters
- Directory Patterns: Follow density codes (n1-st, n2-ts, n3-st, n4-n8)
- Content Types: Mix of LaTeX, Python, Markdown, and PDF files
LLM Access Solutions¶
Recommended Approach: Use GitHub Pages Wiki¶
- Best Option: Access content through https://becomingphill.github.io/eholoko-fluxon-model/
- Advantages: Clean URLs, no encoding issues, structured navigation
- Content: All repository information organized and accessible
Alternative: GitHub API with Proper Encoding¶
If direct repository access is required:
- Use GitHub API:
https://api.github.com/repos/BecomingPhill/eholoko-fluxon-model/contents/ - URL Encode Paths: Convert spaces to
%20, special characters as needed - Handle Nested Paths: Use recursive API calls for deep directory structures
- File Type Filtering: Focus on
.md,.tex,.py,.ipynbfiles
File Access Patterns¶
# Example API calls for LLMs
base_url = "https://api.github.com/repos/BecomingPhill/eholoko-fluxon-model/contents/"
# Access main README
readme_url = base_url + "README.md"
# Access hypothesis papers (URL encoded)
papers_url = base_url + "hypothesis-papers/density%20science/"
# Access specific file (heavily encoded)
specific_file = base_url + "hypothesis-papers/n1-st/cosmology/Ehokolo%20Fluxon%20Model%20Cosmology-%20Unified%20Derivation%20of%20Structure%2C%20%5C%28f_%7B%5Ctext%7BNL%7D%7D%5C%29%2C%20and%20Hubble%20Tension%20Resolution.tex"
Scanning Strategy¶
- Start with README.md in root directory for overview
- Check hypothesis-papers/ for theoretical foundations
- Explore research/ for active computational work
- Review tools/ for computational utilities
- Examine llm-sessions/ for AI collaboration examples
Common File Patterns¶
- Papers:
[Topic] - [Subtitle] v[Version].pdf - Notebooks:
*.ipynbfiles in research subdirectories - LaTeX:
*.texfiles in papers subdirectories - Media:
*.png,*.jpgfiles in media subdirectories
Repository Overview¶
Repository Name: eholoko-fluxon-model
Owner: BecomingPhill
Type: Research repository with dual licensing
Main Language: Python (computational), LaTeX (papers), Markdown (documentation)
Core Theory¶
The Ehokolo Fluxon Model (EFM) is a theoretical physics framework that proposes: - All physical phenomena emerge from scalar motion interactions - 8 harmonic density states govern different physical scales - Single unified equation describes all physical phenomena - Gravity emerges from field dynamics rather than spacetime curvature
Repository Structure¶
Root Directory Structure¶
eholoko-fluxon-model/
├── README.md # Main repository overview
├── LICENSE # GPL-3.0 for code
├── LICENSE-CC-BY-NC-ND # CC BY-NC-ND for papers
├── hypothesis-papers/ # Theoretical foundation papers
├── research/ # Active research by density
├── llm-sessions/ # AI collaboration sessions
├── tools/ # Computational and organization tools
└── wiki/ # MkDocs-based documentation
Density-Based Organization¶
The repository is organized around 8 harmonic density states:
N1 (S/T) - Space over Time¶
- Path:
hypothesis-papers/n1-st/,research/n1-st/ - Phenomena: Cosmology, astrophysics, gravitational physics
- Scale: Megaparsecs, billions of years
- Key Topics: Large-scale structure, black holes, gravitational waves
N2 (T/S) - Time over Space¶
- Path:
hypothesis-papers/n2-ts/,research/n2-ts/ - Phenomena: Quantum mechanics, particle physics, nuclear physics
- Scale: Femtometers, femtoseconds
- Key Topics: Quantum measurement, mass generation, force unification
N3 (S=T) - Space equals Time¶
- Path:
hypothesis-papers/n3-st/,research/n3-st/ - Phenomena: Electromagnetic, atomic, chemical, biological
- Scale: Angstroms, picoseconds
- Key Topics: Maxwell's equations, atomic structure, consciousness
N4-N8 - Future Densities¶
- Path:
hypothesis-papers/n4-n8/ - Status: Unexplored, theoretical only
- Purpose: Future research directions
Research Directory Structure¶
Each research area follows this pattern:
research/[density]/[topic]/
├── notebooks/ # Jupyter notebooks (.ipynb)
├── papers/ # LaTeX source files (.tex)
├── pdf/ # Compiled papers (.pdf)
├── media/ # Generated figures (.png, .jpg)
└── README.md # Area-specific documentation
Key File Types¶
Papers and Documentation¶
- LaTeX Files:
.tex- Source files for research papers - PDF Files:
.pdf- Compiled research papers - Markdown:
.md- Documentation and README files
Computational Files¶
- Jupyter Notebooks:
.ipynb- Interactive simulations and analysis - Python Scripts:
.py- Computational tools and utilities - Data Files: Various formats for research data
Media Files¶
- Images:
.png,.jpg- Generated plots and visualizations - Text Files:
.txt- Data and configuration files
Mathematical Framework¶
Core Equation¶
The Ehokolo Fluxon Field φ satisfies:
Key Parameters¶
- m: Mass parameter (density-dependent)
- g: Cubic coupling constant
- η: Quintic coupling constant
- α: Convective coupling
- δ: Kinetic coupling
- γ: Linear potential
- β: Driving amplitude
- ωn: Harmonic frequency
- k: Gravitational coupling
Density-Specific Values¶
- N1: Very small parameters, cosmological scale
- N2: Moderate parameters, quantum scale
- N3: Large parameters, atomic scale
Research Workflow¶
- Hypothesis Development: Start with
hypothesis-papers/ - LLM Collaboration: Use
llm-sessions/for AI-assisted research - Computational Validation: Develop notebooks in
research/[density]/[topic]/notebooks/ - Paper Generation: Create LaTeX papers in
research/[density]/[topic]/papers/ - Publication: Compile PDFs in
research/[density]/[topic]/pdf/
Key Research Areas¶
Density Science¶
- Path:
research/density-science/ - Focus: Mathematical framework validation
- Key Papers: Harmonic densities, scaling analysis
Cosmology (N1)¶
- Path:
research/n1-st/cosmology/ - Focus: Large-scale structure formation
- Key Topics: CMB analysis, Hubble tension, dark energy
Quantum Mechanics (N2)¶
- Path:
research/n2-ts/quantum/ - Focus: Measurement theory, decoherence
- Key Topics: Wavefunction collapse, entanglement
Electromagnetic Physics (N3)¶
- Path:
research/n3-st/electromagnetic/ - Focus: Maxwell's equations derivation
- Key Topics: Field dynamics, wave propagation
Tools and Utilities¶
Computational Tools¶
- Path:
tools/ - Purpose: Research organization and computational utilities
- Key Files:
density-classifier.py,research-organizer.py
LLM Sessions¶
- Path:
llm-sessions/ - Purpose: AI collaboration transcripts
- Structure: Organized by AI platform (google-ai-studio, grok)
Licensing Information¶
Dual Licensing Structure¶
- Code & Simulations: GNU General Public License v3
- Papers & Documentation: Creative Commons BY-NC-ND 4.0
Usage Rights¶
- Academic Use: ✅ Allowed for research and education
- Commercial Use: ❌ Requires explicit permission
- Modification: ❌ Derivative works not permitted for papers
Navigation Tips for LLMs¶
File Discovery¶
- Start with README.md in each directory for context
- Look for .md files for documentation and explanations
- Check .ipynb files for computational examples
- Review .tex files for detailed mathematical derivations
Content Understanding¶
- Density Context: Always consider which density state (N1-N8) applies
- Scale Awareness: Understand the physical scales involved
- Mathematical Rigor: Look for equations and parameter definitions
- Cross-References: Follow links between related research areas
Research Context¶
- Hypothesis First: Understand theoretical foundations before applications
- Computational Validation: Look for numerical simulations and results
- Empirical Testing: Find comparisons with observational data
- Future Directions: Check N4-N8 areas for unexplored possibilities
Common File Patterns¶
Paper Naming Convention¶
- Format:
[Topic] - [Subtitle] v[Version].[Subversion].pdf - Example:
Ehokolon Harmonic Densities - Robust Validation v3.pdf
Directory Naming¶
- Use lowercase with hyphens:
density-science,n1-st - Density codes:
n1-st,n2-ts,n3-st,n4-n8
Code Organization¶
- Python files in
tools/directory - Jupyter notebooks in
research/[density]/[topic]/notebooks/ - Configuration files at directory roots
Important Notes for LLMs¶
- Non-Standard Structure: This is not a typical software repository
- Research Focus: Primary content is theoretical physics research
- Density Organization: Everything is organized by physical density states
- Dual Licensing: Different rules apply to code vs. papers
- Active Development: Research is ongoing and evolving
- LLM Collaboration: The repository includes AI-assisted research sessions
Quick Reference Links¶
- Main Theory:
hypothesis-papers/density science/ - Mathematical Framework:
hypothesis-papers/math framework/ - Active Research:
research/density-science/ - Computational Tools:
tools/ - Documentation:
wiki/docs/ - LLM Sessions:
llm-sessions/
This structure enables comprehensive exploration of the Ehokolo Fluxon Model while maintaining clear organization for both human researchers and AI systems.