Commit Graph

14 Commits

Author SHA1 Message Date
Andre Heinecke abcaa2011c
Add some missing files to archive 2025-06-01 18:24:33 +02:00
Andre Heinecke c8dc1b4649
Add Version 23 to Archive 2025-06-01 17:58:44 +02:00
Andre Heinecke a13201606a
Expand AI acknowledgment to reflect genuine human-AI collaboration
- Expanded acknowledgments to clarify collaborative nature of work
  * Emphasized this would not have been possible without AI assistance
  * Distinguished human contributions (original insights, philosophical
    observations, core questions) from AI contributions (mathematical
    formalism, calculations, connections to physics frameworks)
  * Explicitly stated this is NOT an AI hallucination
  * Highlighted concrete validation: zero-parameter predictions,
    99%+ agreements, testable predictions
  * Framed as example of AI amplifying human creativity and intuition

This change properly credits the collaborative process while maintaining
scientific integrity and addressing potential skepticism about AI-assisted
research.
2025-06-01 17:54:12 +02:00
Andre Heinecke 9d9df95b6a
Restructure paper flow to balance scientific and philosophical content
- Split observations_discussion.tex into scientific discussion only
  * Moved observational tests and predictions to earlier in flow
  * Kept "What We Have Learned" discussion before philosophy
  * Removed conclusion, acknowledgments, and references

- Created main_footer.tex containing post-philosophy content
  * Conclusion section with philosophical integration
  * Acknowledgments
  * Data and Code Availability
  * Bibliography commands

- Updated main_document.tex compilation order
  * observations_discussion now comes before philosophical_considerations
  * main_footer added as final input after philosophy
2025-06-01 17:50:29 +02:00
Andre Heinecke 1837be1b26
Rmeove PDF again from git while working 2025-06-01 17:30:40 +02:00
Andre Heinecke 01c1d84de7
Updated philosophical section
The original thoughts from the more grandiose v21 were
lost. But to me they are important enough even if they
might hinder acceptance of this paper. So i placed
them at the end.
2025-06-01 17:27:12 +02:00
Andre Heinecke 7b6b19e33c
Add Version 21 which contained major differences
Version 22 was just a prelude to the shortening
in Version 23 and is lost.
2025-06-01 16:17:40 +02:00
Andre Heinecke 8fa8d6c8b1
Now we can add the main document
Not yet final version 23 since some of the philosophical
observerations I want to still change.
2025-06-01 16:09:08 +02:00
Andre Heinecke 6e106b70f1
Added Proper Citations Throughout
In theory_atoms_v23.tex:

Added citation for Bohmian mechanics: \cite{Bohm1952}
Added citations for related work: \cite{Holdom2017,Panpanich2018}
Added MOND citations: \cite{Milgrom1983,Bekenstein2004,Famaey2012}
Added GRAVITY collaboration citations: \cite{Gravity2018,Gravity2020}
Added Gaia citation: \cite{GaiaDR3}

In examples_explorations_v23.tex:

Added S2 orbit citations: \cite{Ghez2008,Gillessen2009,Gravity2020}
Added Gaia data citation: \cite{GaiaDR3}
Added dark matter evidence: \cite{Clowe2006}
Added galaxy dynamics citations: \cite{Milgrom1983,McGaugh2016}

In observations_discussion_v23.tex:

Added Gaia future data: \cite{GaiaDR3}
Added Cosmicflows-4: \cite{Tully2023,Courtois2023}
Added CMB/Planck: \cite{Planck2018}
Added loop quantum gravity: \cite{Thiemann2007}

2. Fixed Broken Figure References
Changed all broken figure references from:
latexFigure ?? would show...
To proper footnotes:
3. Created Complete Bibliography
Added missing references to spin_force_refs.bib:

Bohm1952 - For Bohmian mechanics
Proper formatting for all existing references
Ensured all cited works are in the bibliography

4. Updated Main Document Structure
The main_document_v23.tex now properly includes:
latex\input{main_header_v23}
\input{theory_atoms_v23}
\input{atoms_multi_element_v23}
\input{philosophical_considerations_v23}
\input{examples_explorations_v23}
\input{observations_discussion_v23}
2025-06-01 15:59:02 +02:00
Andre Heinecke 62fae990d9
Removed version number now we use git
for i in $(ls *); do mv $i `echo $i | sed 's/_v23//'/`; done;
sed -i 's/_v23//'g *.tex compile.sh
2025-06-01 14:01:54 +02:00
Andre Heinecke 791dfc8d67
Minor latex fix 2025-06-01 13:50:14 +02:00
Andre Heinecke b5afb3a1f6
Initial commit: v23 - Atoms are Balls
- Complete paradigm shift to 3D atomic conceptualization
- Multi-atom verification from H to Au
- Zero free parameters across periodic table
- Quantum gravity revealed as electromagnetic force

Repository: https://git.esus.name/esus/spin_paper
2025-06-01 13:38:45 +02:00
Andre Heinecke 3fa361418c
Add README content 2025-06-01 13:01:23 +02:00
esus a96f82c5b4 Initial commit 2025-06-01 10:22:36 +00:00