diff --git a/Book Of Julian/Cosmology/Afterlife.py b/Book Of Julian/Cosmology/Afterlife.py index d6c45a0..638b607 100644 --- a/Book Of Julian/Cosmology/Afterlife.py +++ b/Book Of Julian/Cosmology/Afterlife.py @@ -4,5 +4,9 @@ "In the absence of compelling evidence, we believe in Universal Annhialation": {}, "That is, the absence of life after death": {}, "When the brain stem ceases to function, there is no return": {}, + "All go to the same place. All came from the dust and all return to the dust": { + "meta": {"reference": ["EC 3:20"], "type": "wisdom"} + }, + "This place is Sheol, the grave": {}, }, } diff --git a/Book Of Julian/Cosmology/Scientific Creed.py b/Book Of Julian/Cosmology/Scientific Creed.py new file mode 100644 index 0000000..c4996cf --- /dev/null +++ b/Book Of Julian/Cosmology/Scientific Creed.py @@ -0,0 +1,26 @@ +{ + "Until the secrets of heaven are revealed to us, for our own stability, we make a statement of faith": { + "meta": {"type": "list"}, + "I believe in the four forces": { + "Electromagnetism": {}, + "Gravity": {}, + "Nuclear strong": {}, + "And weak force": {}, + }, + "I believe in the elementary particles": { + "Quarks": {}, + "Leptons": {}, + "Bosons": {}, + "And their complements": {}, + }, + "I believe the earth to be": { + "Aged 5 billion years": {}, + "Spherical": {}, + "And orbiting the sun": {}, + }, + "I believe the big bang theory to be an accurate model of creation": {}, + "I believe evolution to be an accurate model of mankind's origin": {}, + "I believe the nature of God has not been revealed to mankind, therefore": {}, + "The search continues": {}, + } +} diff --git a/Book Of Julian/Cosmology/Substance.py b/Book Of Julian/Cosmology/Substance.py deleted file mode 100644 index 714cd16..0000000 --- a/Book Of Julian/Cosmology/Substance.py +++ /dev/null @@ -1,28 +0,0 @@ -{ - "Scientific Creed": { - "Until the secrets of heaven are revealed to us, for our own stability, we make a statement of faith": { - "meta": {"type": "list"}, - "I believe in the four forces": { - "Electromagnetism": {}, - "Gravity": {}, - "Nuclear strong": {}, - "And weak force": {}, - }, - "I believe in the elementary particles": { - "Quarks": {}, - "Leptons": {}, - "Bosons": {}, - "And their complements": {}, - }, - "I believe the earth to be": { - "Aged 5 billion years": {}, - "Spherical": {}, - "And orbiting the sun": {}, - }, - "I believe the big bang theory to be an accurate model of creation": {}, - "I believe evolution to be an accurate model of mankind's origin": {}, - "I believe the nature of God has not been revealed to mankind, therefore": {}, - "The search continues": {}, - } - }, -} diff --git a/BookOfJulian.code-workspace b/BookOfJulian.code-workspace index 714310a..775d848 100644 --- a/BookOfJulian.code-workspace +++ b/BookOfJulian.code-workspace @@ -7,5 +7,10 @@ "path": "../sinode" } ], - "settings": {} + "settings": { + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" + } } \ No newline at end of file diff --git a/export.py b/export.py index da76683..e45ad3c 100755 --- a/export.py +++ b/export.py @@ -84,6 +84,10 @@ def copyDictUnique(indict, modifier): with open("build/julian_flare.json", "w+") as f: f.write(json.dumps(m.asFlare(), indent=2)) +# for testing from the src folder +with open("src/julian_flare.json", "w+") as f: + f.write(json.dumps(m.asFlare(), indent=2)) + with open("build/julian.json", "w+") as f: f.write(json.dumps(m.asDict(), indent=2)) @@ -99,4 +103,5 @@ def copyDictUnique(indict, modifier): with open("build/README.md", "w+") as f: f.write(out["markdown"]) +os.system("cp -r build/graphs src/graphs") # m.toPDF() diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..54523f2 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +graphs \ No newline at end of file diff --git a/src/index.html b/src/index.html index 6548b13..3530fcd 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@ Book of Julian Sunburst +