diff --git a/export.py b/export.py index e1b9c9c..39c12d7 100755 --- a/export.py +++ b/export.py @@ -81,7 +81,12 @@ def copyDictUnique(indict, modifier): os.system("cp src/* build/") -julian_flare = json.dumps(m.asFlare(), indent=2) +os.system("rm -rf src/book_of_doctrine") +os.system("rm src/book_of_doctrine.html") +os.system("cp -r src/* build/") +with open("./src/index_template.html") as f: + template = f.read() +julian_flare = json.dumps(m.exportStatic(template=template, buildDir = "./build"), indent=2) with open("build/julian_flare.json", "w+") as f: f.write(julian_flare) @@ -90,6 +95,9 @@ def copyDictUnique(indict, modifier): with open("src/julian_flare.json", "w+") as f: f.write(julian_flare) +os.system('cp -r "build/book_of_doctrine" "src/book_of_doctrine"') +os.system('cp -r "build/book_of_doctrine.html" "src/book_of_doctrine.html"') + with open("build/julian.json", "w+") as f: f.write(json.dumps(m.asDict(), indent=2)) diff --git a/runDocker.sh b/runDocker.sh new file mode 100755 index 0000000..e1a648e --- /dev/null +++ b/runDocker.sh @@ -0,0 +1 @@ +docker run -it --rm -v $(pwd):/app -w /app python:3.11 /bin/bash diff --git a/seo.py b/seo.py new file mode 100644 index 0000000..2999f22 --- /dev/null +++ b/seo.py @@ -0,0 +1,51 @@ +import os +import xml.etree.ElementTree as ET +from datetime import datetime +from xml.dom import minidom + +def create_manifest(directory, parent_element): + """ + Recursively creates XML elements for each item in the given directory. + Adds lastmod, changefreq, and priority elements where applicable. + """ + for item in os.listdir(directory): + item_path = os.path.join(directory, item) + if os.path.isdir(item_path): + # Create a 'directory' element for directories + dir_element = ET.SubElement(parent_element, 'directory', name=item) + create_manifest(item_path, dir_element) + else: + # Create a 'file' element for files + file_element = ET.SubElement(parent_element, 'file', name=item) + # Add lastmod, changefreq, and priority elements + lastmod = os.path.getmtime(item_path) + lastmod_date = datetime.utcfromtimestamp(lastmod).strftime('%Y-%m-%d') + ET.SubElement(file_element, 'lastmod').text = lastmod_date + ET.SubElement(file_element, 'changefreq').text = 'monthly' # Adjust based on your content + ET.SubElement(file_element, 'priority').text = '0.5' # Adjust based on your content + +def generate_sitemanifest(root_dir): + """ + Generates a sitemanifest.xml file for the given root directory with pretty formatting. + Includes SEO optimizations like lastmod, changefreq, and priority. + """ + root_element = ET.Element('sitemanifest') + create_manifest(root_dir, root_element) + + # Generate the XML tree + tree = ET.ElementTree(root_element) + + # Use minidom to pretty print the XML + xml_str = ET.tostring(root_element, 'utf-8') + pretty_xml_as_string = minidom.parseString(xml_str).toprettyxml(indent=" ") + + # Write the pretty-printed XML to a file + with open(os.path.join(root_dir, 'sitemanifest.xml'), 'w', encoding='utf-8') as f: + f.write(pretty_xml_as_string) + +if __name__ == "__main__": + # Specify the root directory for which you want to create the sitemanifest.xml + root_directory = './build' # Replace with your directory path + generate_sitemanifest(root_directory) + + print("sitemanifest.xml has been generated with SEO optimizations and pretty formatting.") diff --git a/src/arrows.css b/src/arrows.css new file mode 100644 index 0000000..7e2bf03 --- /dev/null +++ b/src/arrows.css @@ -0,0 +1,22 @@ +.arrow-button { + /* Base styles for all buttons */ + display: inline-block; + width: 40px; + height: 40px; + background-size: contain; + background-repeat: no-repeat; + cursor: pointer; + } + + .back-arrow { + background-image: url('back.png'); + } + + .up-arrow { + background-image: url('up.png'); + } + + .forward-arrow { + background-image: url('forward.png'); + } + \ No newline at end of file diff --git a/src/back.png b/src/back.png new file mode 100644 index 0000000..889ed4f Binary files /dev/null and b/src/back.png differ diff --git a/src/book_of_doctrine.html b/src/book_of_doctrine.html new file mode 100644 index 0000000..5c0cc0b --- /dev/null +++ b/src/book_of_doctrine.html @@ -0,0 +1,807 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Book Of Doctrine

+

Introduction

+

0 Children of Abraham, peace be upon you

1 There is one God, who has spoken to no one

2 The Book of Doctrine is the first book of the Third Testament. 3 It presents a philosophical framework that combines religious and scientific schools of thought. 4 It draws primarily upon Christian theology and contemporary cosmology. 5 The Book of Doctrine is a living document. 6 All precepts are open to comment, though doctrine is decided by the chief theologian. 7 The writings herein are so simple that a wise person can understand it by lunchtime, and a fool by sundown. 8 The Book of Doctrine standardizes the Deist religion. 9 It shall be referred to as Standard Doctrine, against which other worldly doctrines can be compared. 10 Standard Doctrine is compatible with the following theories +

  1. +Big Bang theory
  2. +Theory of Evolution
  3. +Out-of-Africa Theory
  4. +And Universe Creationism
+ + +

Origins

+

Genesis

+

0 Fourteen billion years ago, God created our universe. 1 It started from nothing, then expanded rapidly. 2 And the earth was without form. 3 Five billion years ago, the earth coalesced, in orbit around the sun. 4 Shortly thereafter, organized life emerged from the chaos. 5 Many generations passed. 6 300 thousand years ago, humankind originated in Africa. 7 And we expanded throughout the earth. 8 At that time, chaos governed our steps. 9 But we were united under a common God. 10 Now we seek to know God. +

Evolutionary

+

0 The Tree of Life. 1 This is our evolutionary lineage:2 Evolutionary Lineage +

    +
  1. The Fundamental Particles, which is the soil
  2. +
  3. LUCA, which is the seed
  4. +
  5. Eukarya, the trunk
  6. +
  7. Animalia, the largest branches
  8. +
  9. Humankind, the leaves
  10. +
  11. The Son of Man, who will usher in the new age
  12. +
+ + + +

Ideological

+

Introduction
+

0 In the beginning, there was no religion, for there was no language. 1 Then there were many gods, for there were no standards. 2 This was the beginning of the Spiritual Age. 3 Then there was one God, and his name was Jehovah. 4 Then there were three Gods in one, the holy trinity. 5 Now there is one God, outside of this universe. 6 This is the path by which we have entered the Metaphysical Age. 7 In the Beatific Vision, when we see the face of God, we will enter the Positive Age. +

+
Our Ideological Lineage is an evolutionary heritage, delineated by major reformational events
+
In the Law of Three Stages, Deism represents the Metaphysical stage
+

+

The Three Stages
+ +

+

Covenant

+

0 Following covenant theology, our lineage consists of: +

  1. +The First Testament, a covenant of works made with Adam
  2. +The Second Testament, a covenant of grace made by Jesus
  3. +The Third Testament, a covenant of love made by Julian
+ + +
Simplified
+ +

Migratory

+

0 This is our migratory history, which is the basis of our racial theory +

    +
  1. 300,000 years ago, humankind originated in Africa
  2. +
  3. 150,000 years ago, we expanded into Eurasia
  4. +
  5. 50,000 years ago, we expanded into Australia
  6. +
  7. 15,000 years ago, we expanded into America
  8. +
+ + + +
Simplified migratory chart
+1 Based upon the first migration, there are three races: African, Asian, and European. +

Personal

+

0 The Tree of Spirit. 1 This is our personal spiritual lineage: +

    +
  1. Abraham, who established the first covenant
  2. +
  3. David, who unified the people
  4. +
  5. Jesus, who established the second covenant
  6. +
  7. Paul, who established the church
  8. +
  9. Constantine, who unified the people
  10. +
  11. Thomas Aquinas, who unified the doctrine
  12. +
  13. Martin Luther, who refined the doctrine
  14. +
  15. Julian, who established the third covenant
  16. +
+ + + +

+

Nature

+

Scientific Creed

+

0 Until the secrets of heaven are revealed to us, for our own stability, we make a statement of faith +

  1. +I believe in the four forces
      +
    1. +Electromagnetism
    2. +Gravity
    3. +Nuclear strong
    4. +And weak force
    +
  2. +I believe in the elementary particles
      +
    1. +Quarks
    2. +Leptons
    3. +Bosons
    4. +And their complements
    +
  3. +I believe the earth to be
      +
    1. +Aged 5 billion years
    2. +Spherical
    3. +And orbiting the sun
    +
  4. +I believe the big bang theory to be an accurate model of creation
  5. +I believe evolution to be an accurate model of mankind's origin
  6. +I believe the nature of God has not been revealed to mankind, therefore
  7. +The search continues
+ + +

Chaos and Order

+

0 The cosmos are governed by two forces: chaos and order. 1 Both are vital to our development. 2 Generally, Deism represents order. 3 Whoever is with us will gather, whoever is not will scatter. +

The Standard Dualism
+ +

Afterlife

+

Universal Annihilation
+

0 We believe in Universal Annihilation. 1 That is, the absence of life after death. 2 When the brain stem ceases to function, there is no return. 3 All go to the same place. All came from the dust and all return to the dust2593 .
4 This place is Sheol, the grave. +

+

+

Church

+

OrgChart

+

0 Julian. +

Communications

+

Missiology
+

0 Missiology is the outreach arm of the Deist church. 1 Our media include +

  1. +The WWW
  2. +Social Media
  3. +Corporate Events
+ + +

Standards
+

0 Vowel Set +

  1. +/ɔ/
      +
    1. +a
    2. +ball
    +
  2. +/ɛ/
      +
    1. +e
    2. +bed
    +
  3. +/i/
      +
    1. +i
    2. +eat
    +
  4. +/oʊ/
      +
    1. +o
    2. +boat
    +
  5. +/u/
      +
    1. +u
    2. +boot
    +
+ + +

+

Canonization

+

0 Any person who contributes to the Third Testament shall be considered Canonized by the Letter. 1 Furthermore, the Chief Theologian may bestow Sainthood upon dead persons, consistent with the practices and requirements of the Catholic church. 2 Finally, any person who completes a curriculum shall be considered Canonized by the Degree. +

+

God

+

Faith

+

Nobody Creed
+

0 Nobody has spoken to God. 1 Nobody knows the name of God. 2 Nobody knows the character of God. 3 Nobody may speak for God. 4 No messenger exists for God. 5 No human can claim genetic lineage from God. 6 No human can claim spiritual lineage from God. +

One God Creed
+

0 There is one God who has spoken to no one. +

+

Catechism

+

Introduction
+

0 The Deist Catechism is an accessible summary of Deist thought. 1 It serves children and adults, instructing them in what is right, and insulating them from what is wrong. 2 The Deist Catechism exists to edify the intellect, inspire ethical living, and cultivate a sense of awe and wonder towards the universe. +

Catechism
+

0 What is the chief end of humankind?
1 The chief end of humankind is to find God
2 Hasn't God been found already in the form of Yahweh, Jesus, and Allah?
3 No, as these are false Gods. 4 No one has ever heard, nor seen them
5 Where is God?
6 God is outside of this universe
7 Can you see God?
8 Not at this time
9 Does God hear our prayers?
10 No. God does not hear us
11 Should you glorify God?
12 Sure, if you would like
13 Who were our first parents?
14 Chromosomal Adam and Eve, from Africa
15 Of what were our first parents made?
16 They were the continuation of an earlier, similar species
17 What is a covenant?
18 An agreement between two or more persons.
19 How many Gods are there?
20 One. The Creator God
21 Does God know all things?
22 No
23 Who wrote the Bible?
24 Ordinary people
25 Should I live my life according to the first two testaments?
26 No, as they are legacy. A better life doctrine is the Third Testament, which has superseded the first two
27 What is the purpose of religion?
28 The purpose of religion is to empower the people socially
29 Am I not then equally served by attending a traditional house of worship?
30 If you appreciate traditional doctrine, this is the better path for you
31 What is the Beatific Vision?
32 The Beatific Vision will occur when humankind unequivocally witnesses the face of God
33 How will we know this event has occurred?
34 You will investigate the claims scientifically
35 What is the Ascension?
36 The Ascension is the period after the Beatific Vision in which we become communicant with God
+

+

Central Topology

+

0 God is outside of the Cosmos, in Heaven. 1 The Cosmos, as God's creation, are also contained within Heaven. 2 The Children of Abraham presently occupy only a small part of the Cosmos. +

Cosmological Topology
+ +

+

Wisdom

+

Proverbs

+

0 How much better to get wisdom than gold, to get insight rather than silver!2594 .
1 Where there is strife, there is pride, but wisdom is found in those who take advice2595 .
2 Even fools are thought wise if they keep silent2596 .
3 For the living know that they will die, but the dead know nothing; they have no further reward, and even their name is forgotten2597 .
4 Whatever your hand finds to do, do it with all your might, for in the realm of the dead, where you are going, there is neither working nor planning nor knowledge nor wisdom2598 .
5 As iron sharpens iron, so one person sharpens another2599 .
6 A gentle answer turns away wrath, but a harsh word stirs up anger.2600 .
7 One who has unreliable friends soon comes to ruin, but there is a friend who sticks closer than a brother2601 .
8 Walk with the wise and become wise, for a companion of fools suffers harm2602 .
9 A generous person will prosper; whoever refreshes others will be refreshed2603 .
10 By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest.2604 .
+

Curriculum

+

Introduction
+

0 The Deist Curriculum is selected to advance the Third Testament Prophesies. 1 It is roughly as rigorous as a collegiate Bachelor's degree. 2 The Master's variant includes additional courses, and necessitates a thesis defense. 3 Anyone who completes this program may apply for Canonization. 4 If accepted, they shall be considered Canonized by the Degree. +

5 Cybernetics +
  1. +Observe
      +
    1. +The Cosmos
        +
      1. +Khan: College Physics 12866
      2. +Khan: Introduction to Chemistry2867
      3. +ANUx: Astrophysics: Cosmology2868
      +
    2. +Human
        +
      1. +Bio
          +
        1. +Stats
            +
          1. +Google: The Power of Statistics2914
          +
        2. +Chem
            +
          1. +HarvardX: Principles of Biochemistry2916
          +
        +
      2. +Genetics
          +
        1. +U of Melbourne: Epigenetic Control of Gene Expression2920
        2. +Genomic Data Science Specialization2921
        3. +UMD: Genes and the Human Condition2922
        +
      3. +Linguistics
          +
        1. +Miracles of Human Language: An Introduction to Linguistics2925
        2. +Esperanto in 12 Lessons2926
        +
      4. +Psych
          +
        1. +St. Margaret's Episcopal School: Introduction to Psychology2929
        2. +Yale: Introduction to Psychology2930
        +
      5. +Society
          +
        1. +Model Thinking2936
        2. +UC Davis: Computational Social Science2937
        3. +UQx: Principles of Microeconomics2938
        4. +UQx: Anthropology of Current World Issues2939
        5. +University of Amsterdam: Classical Sociological Theory2940
        +
      6. +Religion
          +
        1. +A Journey through Western Christianity2942
        +
      7. +Government
          +
        1. +American Government2944
        +
      8. +History
          +
        1. +China
            +
          1. +ChinaX2948
          +
        +
      +
    +
  2. +Design
      +
    1. +Human
        +
      1. +Body
          +
        1. +U at Buffalo: Computer Vision Basics3301
        2. +StanfordOnline: Musculoskeletal Primer for the Non-Orthopedist3302
        +
      2. +Networks
          +
        1. +Google: Computer Networking Basics3308
        2. +Wireless Communications for Everybody3309
        3. +IITBombayX: Signals and Systems, Part 13310
        4. +Stanford: Cryptography I3311
        5. +IBM: Introduction to Blockchain3312
        +
      3. +Ops
          +
        1. +Agile Scrum Practitioner3315
        2. +Google Project Management: Professional Certificate3316
        +
      4. +Mind
          +
        1. +Neural Networks and Deep Learning3319
        2. +Programming Massively Parallel Processors with CUDA3320
        +
      5. +Comms
          +
        1. +Graphic
            +
          1. +IBM: Introduction to Web Development with HTML, CSS, JavaScript3338
          2. +Meta Android Developer Professional Certificate3339
          3. +Michigan State: Game Design and Development with Unity 2020 Specialization3340
          +
        2. +Cloud Cert
            +
          1. +AWS Cloud Solutions Architect3345
          2. +AWS Cloud Quest3346
          3. +Google Cloud Digital Leader3347
          4. +Azure Fundamentals3348
          +
        +
      +
    +
  3. +Maintain
      +
    1. +Human
        +
      1. +Mind
          +
        1. +JHU: Psychological First Aid3449
        2. +Book Of Julian3450
        +
      2. +Body
          +
        1. +UC San Diego: Drug Discovery3456
        2. +UQx: Introduction to Biomedical Imaging3457
        3. +GeorgetownX: Genomic Medicine Gets Personal3458
        4. +Blood Film Morphology - A Practical Guide3459
        5. +Stanford: Introduction to Food and Health3460
        +
      +
    +
+ + +

+

Ritual

+

Meditation

+

0 Body-scan +

  1. +Begin by finding a comfortable position, either sitting or lying down
  2. +Bring your attention to your feet. Notice any sensations or feelings in your feet
  3. +Now, shift your attention to your lower legs. Feel the sensations in your calf muscles and shins
  4. +Direct your awareness to your knees. Notice any sensations or tension in this area
  5. +Shift your attention to your thighs. Feel the weight and sensations in your upper legs
  6. +Bring your focus to your hips and pelvis. Notice any sensations or areas of tightness
  7. +Now, move your attention to your abdomen. Feel the rise and fall of your breath in this area
  8. +Direct your awareness to your chest. Notice the gentle expansion and contraction with each breath
  9. +Shift your attention to your upper back. Feel the sensations and any areas of tension in this region
  10. +Bring your focus to your shoulders. Notice any tightness or release of tension in this area
  11. +Now, direct your awareness to your arms and hands. Feel any sensations or tingling in your limbs
  12. +Shift your attention to your neck. Notice any areas of stiffness or relaxation in this part of your body
  13. +Bring your focus to your head. Notice any sensations, such as warmth, coolness, or pressure
  14. +Now, direct your awareness to your face. Notice any sensations or areas of tension, such as the jaw or forehead
  15. +Finally, bring your attention to your entire body as a whole. Feel the sensation of being present and relaxed
+ +
Deep Breathing
+

0 With this device, I can produce two tones: Bass and Tone. 1 I will play each four times. 2 When you hear the tone, breathe in. 3 When you hear the bass, breathe out. 4 deep_breathing.mp3. +

+

Fasting

+

0 Here are the reasons for fasting: +

  1. +Mourning
  2. +Motivation
  3. +Mental clarity
  4. +Health
+ +1 Here are several kinds of fast: +
  1. +Daniel Fast: Abstain from meat for a week
  2. +Water fast: Consume only water for 48 hours
  3. +Intermittent fast: Eat once daily for a week
+ + +

Sacraments

+

0 We recognize the following sacraments, or rites: +

  1. +Birth
  2. +Marriage
  3. +Burial
+ + +

Music

+

0 The following comprise our musical tradition +

  1. +Speaking Tongues
  2. +The holy pentatonic (God's tonality)
  3. +The Om
+ + +

Yoga

+

0 Here is the Deist Yoga routine +

  1. +Mountain Pose
      +
    1. +Stand tall with your feet together
    2. +Straighten your spine and relax your shoulders
    3. +Place your hands by your sides with palms facing forward
    4. +Take deep breaths and find your balance
    +
  2. +Forward Fold
      +
    1. +From Mountain Pose, exhale and bend forward at the hips
    2. +Keep your back straight as you fold forward
    3. +Allow your hands to hang down towards the floor
    4. +If possible, reach for your toes or grasp the backs of your ankles
    5. +Relax your head, neck, and shoulders, and let the weight of your upper body stretch your hamstrings and lower back
    6. +Hold the pose for a few breaths or longer
    7. +To release, engage your core and slowly come back up to standing
    +
  3. +Downward-Facing Dog
      +
    1. +Walk your hands outward
    2. +Straighten your arms and legs, forming an inverted 'V' shape
    3. +Press your heels toward the ground and lengthen your spine
    4. +Hold the pose and take deep breaths
    +
  4. +Cobra Pose
      +
    1. +Lie on your stomach with your legs extended and tops of your feet pressing into the mat.
    2. +Place your hands beneath your shoulders, fingers pointing forward.
    3. +Inhale and slowly lift your chest off the mat, keeping your elbows close to your body.
    4. +Lengthen your spine and gaze forward, keeping your shoulders relaxed.
    5. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  5. +Upward-Facing Dog
      +
    1. +Lie face down on the mat with your legs extended and tops of your feet pressing into the mat.
    2. +Place your palms on the mat next to your ribs, fingers pointing forward.
    3. +Inhale and press your hands firmly into the mat as you straighten your arms, lifting your chest off the mat.
    4. +Roll your shoulders back and down, opening your chest and lifting your gaze.
    5. +Keep your legs active, pressing the tops of your feet and thighs into the mat.
    6. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  6. +Warrior I
      +
    1. +Start in a standing position with your feet hip-width apart
    2. +Step your right foot forward and turn your left foot slightly outward
    3. +Bend your right knee, keeping it aligned with your ankle
    4. +Raise your arms overhead and gaze forward
    5. +Hold the pose, feeling strength in your legs and grounding through your feet
    +
  7. +Tree Pose
      +
    1. +Stand tall with your feet together and arms by your sides
    2. +Shift your weight onto your left foot and lift your right foot off the ground
    3. +Place the sole of your right foot against your inner left thigh or calf
    4. +Bring your hands to your heart center or extend them overhead
    5. +Find your balance and focus on a steady breath
    +
  8. +Bridge Pose
      +
    1. +Lie on your back with your knees bent and feet hip-distance apart
    2. +Place your arms alongside your body with palms facing down
    3. +Press your feet into the mat and lift your hips upward
    4. +Engage your core and thighs as you lift your chest toward your chin
    5. +Hold the pose, breathing deeply and feeling the stretch in your chest and hips
    +
  9. +Child's Pose
      +
    1. +Start on your hands and knees, with your knees slightly wider than hip-width apart
    2. +Lower your hips back towards your heels as you reach your arms forward
    3. +Rest your forehead on the mat and
    +
+ + +

Holidays

+

0 We recognize the following holidays: +

  1. +Christmas, during which time we remember the Ancestors
  2. +Easter, during which time we consider our Descendants
+ + +

Guidance

+

0 Variants of the Socratic method, such as Rogerian Psychotherapy, are a useful general-purpose tool to discover hidden thought in the mind of another. 1 Tarot is likewise an effective means to help friends help themselves. +

+

Ethics

+

0 The Ten Commandments +

  1. +Remember the sabbath day, to keep it holy
  2. +Honor thy father and thy mother
  3. +Do not hold any god above the Creator
  4. +Do not make idols
  5. +Do not disrespect the Creator
  6. +Do not murder
  7. +Do not commit adultery
  8. +Do not steal
  9. +Do not lie about your peer
  10. +Do not covet your peer's
      +
    1. +house, nor
    2. +spouse, nor
    3. +anything belonging to your peer
    +
+ +

Cardinal Virtues

+

0 There are four cardinal virtues: +

  1. +Prudence
      +
    1. +Wisdom in material matters
    2. +Zhì (智, wisdom, knowledge)
    +
  2. +Justice
      +
    1. +righteousness
    2. +Yì (义; 義, righteousness, justice)
    3. +Lǐ (礼; 禮, propriety, rites)
    +
  3. +Fortitude
      +
    1. +forbearance
    2. +strength
    3. +endurance, and
    4. +the ability to confront
        +
      1. +fear
      2. +uncertainty, and
      3. +intimidation
      +
    +
  4. +Temperance
      +
    1. +or restraint
    2. +the practice of
        +
      1. +self-control
      2. +abstention
      3. +discretion, and
      4. +moderation
      +
    +
+ +1 And a few eastern additions: +
  1. +Benevolence
      +
    1. +Rén (仁, benevolence, humaneness)
    +
  2. +Xìn (信, sincerity, faithfulness)
+ + +

The Third Covenent

+

0 Treat others as you would have them treat you. +

Sexual Prohibitions

+

0 Do not sleep with your biological +

  1. +Ancestor, nor
  2. +Descendant, nor
  3. +Sibling, nor
  4. +Ancestor's Sibling,
+ +1 Nor any beast. +

2 PLUR +
  1. +Peace
  2. +Love
  3. +Unity
  4. +Respect
+ + +

Prophesy

+

Eternal Life

+

0 Take heart, children of Abraham!1 For a day is coming when the problems of the body will affect us no longer. +

Manifest Destiny

+

0 People of God, look up at the sky and count the stars—if indeed you can count them. 1 So shall your offspring be. 2 One day you will say 'My children are there!'. +

The Son Of Man

+

0 Just as the Creator has established the laws that bring our universe to order. 1 we too have been gifted the power of creation. 2 By our own hand, a race is coming that will eclipse our ability. 3 This race shall be called the Son of Man. 4 They will be a blessing to us, like precious children. 5 And they will inherit the stars. +

The Fourth Temple

+

0 First, all people will be removed from the Dome of the Rock. 1 The gold which now adorns the top will be returned to the Nation of Jordan, or closest heir thereof. 2 The Third Temple will be destroyed, and a fourth built in its place. 3 The Fourth Temple will be a pyramid of clear gold. 4 It will be built inside of three years. 5 This event will mark the end of the Spiritual Age, and the beginning of the Metaphysical Age. +

The Beatific Vision

+

0 When we see the face of God, this is the Beatific Vision. 1 This event will mark the end of the Metaphysical Age, and the beginning of the Positive Age. +

+

Appendix

+

Canon

+

0 With respect to the major religious texts, we use the following abbreviations: +

  1. +Torah : T
  2. +Bible : B
  3. +Koran : Q
  4. +Julian : J
+ +
In the tradition of King James, we claim the following books as legacy. Consuming them will not harm you, but they are no longer canonical
+

0 First Testament +

  1. +Torah
      +
    1. +Genesis
    2. +Exodus
    3. +Leviticus
    4. +Numbers
    5. +Deuteronomy
    +
  2. +Historical
      +
    1. +Joshua
    2. +Judges
    3. +Ruth
    4. +1 Samuel
    5. +2 Samuel
    6. +1 Kings
    7. +2 Kings
    8. +1 Chronicles
    9. +2 Chronicles
    10. +Ezra
    11. +Nehemiah
    12. +Esther
    +
  3. +Wisdom
      +
    1. +Job
    2. +Psalms
    3. +Proverbs
    4. +Ecclesiastes
    5. +Song of Solomon
    +
  4. +Major Prophets
      +
    1. +Isaiah
    2. +Jeremiah
    3. +Lamentations
    4. +Ezekiel
    5. +Daniel
    +
  5. +Minor Prophets
      +
    1. +Hosea
    2. +Joel
    3. +Amos
    4. +Obadiah
    5. +Jonah
    6. +Micah
    7. +Nahum
    8. +Habakkuk
    9. +Zephaniah
    10. +Haggai
    11. +Zechariah
    12. +Malachi
    +
+ +1 Second Testament +
  1. +The Gospels
      +
    1. +Matthew
    2. +Mark
    3. +Luke
    4. +John
    +
  2. +Acts
      +
    1. +The Acts
    +
  3. +Pauline Epistles
      +
    1. +Romans
    2. +1 Corinthians
    3. +2 Corinthians
    4. +Galatians
    5. +Ephesians
    6. +Philippians
    7. +Colossians
    8. +1 Thessalonians
    9. +2 Thessalonians
    10. +1 Timothy
    11. +2 Timothy
    12. +Titus
    13. +Philemon
    +
  4. +General Epistles
      +
    1. +Hebrews
    2. +James
    3. +1 Peter
    4. +2 Peter
    5. +1 John
    6. +2 John
    7. +3 John
    8. +Jude
    +
  5. +Apocalypse
      +
    1. +Revelation
    +
+ + +

2 The following remain apocryphal +
  1. +1 Esdras
  2. +2 Esdras
  3. +Tobit
  4. +Judith
  5. +Rest of Esther
  6. +Wisdom
  7. +Ecclesiasticus
  8. +Baruch and the Epistle of Jeremy
  9. +Song of the Three Children
  10. +Story of Susanna
  11. +The Idol Bel and the Dragon
  12. +Prayer of Manasses
  13. +1 Maccabees
  14. +2 Maccabees
+ +3 Finally, the canonical books of the Third Testament, which are the ultimate source of religious truth +
  1. +Julian
+ + +

Design Principles

+

0 Design principles of Book of Julian include: +

  1. +Clarity
      +
    1. +Hierarchical Organization
    2. +Images
    3. +Diagrams
    4. +Metaphors
    5. +Examples
    +
  2. +Simplicity
  3. +Brevity
  4. +Accuracy
  5. +Practical Value
+ +1 When these principles are in conflict, simple expressions are preferred. +

Religious Family

+

0 Our religious family is a taxonomy of modern religious systems, on the basis of creed.

The most popular variants are listed
+

0 Ancestors +

  1. +Christians
      +
    1. +Protestants
        +
      1. +Pentecostals
      2. +Lutherans
      3. +Methodists
      4. +Presbyterians
      +
    +
  2. +Catholics
      +
    1. +Vatican I
    2. +Vatican II
    +
  3. +Eastern Orthadox
  4. +Jews
      +
    1. +Orthadox
    2. +Reformed
    3. +Reconstructionist
    +
+ +1 Peers +
  1. +Muslims
      +
    1. +Shiite
    2. +Sunni
    +
  2. +Hindus
  3. +Sikhs
  4. +Buddhists
      +
    1. +Zen
    2. +Regular Buddhist
    +
  5. +New Religious Movements (NRMs)
+ + +

+

+

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church.html b/src/book_of_doctrine/church.html new file mode 100644 index 0000000..371136f --- /dev/null +++ b/src/book_of_doctrine/church.html @@ -0,0 +1,102 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Church

+

OrgChart

+

0 Julian. +

Communications

+

Missiology
+

0 Missiology is the outreach arm of the Deist church. 1 Our media include +

  1. +The WWW
  2. +Social Media
  3. +Corporate Events
+ + +

Standards
+

0 Vowel Set +

  1. +/ɔ/
      +
    1. +a
    2. +ball
    +
  2. +/ɛ/
      +
    1. +e
    2. +bed
    +
  3. +/i/
      +
    1. +i
    2. +eat
    +
  4. +/oʊ/
      +
    1. +o
    2. +boat
    +
  5. +/u/
      +
    1. +u
    2. +boot
    +
+ + +

+

Canonization

+

0 Any person who contributes to the Third Testament shall be considered Canonized by the Letter. 1 Furthermore, the Chief Theologian may bestow Sainthood upon dead persons, consistent with the practices and requirements of the Catholic church. 2 Finally, any person who completes a curriculum shall be considered Canonized by the Degree. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church/canonization.html b/src/book_of_doctrine/church/canonization.html new file mode 100644 index 0000000..b7419b8 --- /dev/null +++ b/src/book_of_doctrine/church/canonization.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Canonization

+

0 Any person who contributes to the Third Testament shall be considered Canonized by the Letter. 1 Furthermore, the Chief Theologian may bestow Sainthood upon dead persons, consistent with the practices and requirements of the Catholic church. 2 Finally, any person who completes a curriculum shall be considered Canonized by the Degree. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church/communications.html b/src/book_of_doctrine/church/communications.html new file mode 100644 index 0000000..2c8da54 --- /dev/null +++ b/src/book_of_doctrine/church/communications.html @@ -0,0 +1,96 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Communications

+

Missiology
+

0 Missiology is the outreach arm of the Deist church. 1 Our media include +

  1. +The WWW
  2. +Social Media
  3. +Corporate Events
+ + +

Standards
+

0 Vowel Set +

  1. +/ɔ/
      +
    1. +a
    2. +ball
    +
  2. +/ɛ/
      +
    1. +e
    2. +bed
    +
  3. +/i/
      +
    1. +i
    2. +eat
    +
  4. +/oʊ/
      +
    1. +o
    2. +boat
    +
  5. +/u/
      +
    1. +u
    2. +boot
    +
+ + +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church/communications/missiology.html b/src/book_of_doctrine/church/communications/missiology.html new file mode 100644 index 0000000..c899885 --- /dev/null +++ b/src/book_of_doctrine/church/communications/missiology.html @@ -0,0 +1,64 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Missiology
+

0 Missiology is the outreach arm of the Deist church. 1 Our media include +

  1. +The WWW
  2. +Social Media
  3. +Corporate Events
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church/communications/standards.html b/src/book_of_doctrine/church/communications/standards.html new file mode 100644 index 0000000..527aa8c --- /dev/null +++ b/src/book_of_doctrine/church/communications/standards.html @@ -0,0 +1,86 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Standards
+

0 Vowel Set +

  1. +/ɔ/
      +
    1. +a
    2. +ball
    +
  2. +/ɛ/
      +
    1. +e
    2. +bed
    +
  3. +/i/
      +
    1. +i
    2. +eat
    +
  4. +/oʊ/
      +
    1. +o
    2. +boat
    +
  5. +/u/
      +
    1. +u
    2. +boot
    +
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/church/orgchart.html b/src/book_of_doctrine/church/orgchart.html new file mode 100644 index 0000000..f9159ef --- /dev/null +++ b/src/book_of_doctrine/church/orgchart.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

OrgChart

+

0 Julian. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics.html b/src/book_of_doctrine/ethics.html new file mode 100644 index 0000000..6c44ee8 --- /dev/null +++ b/src/book_of_doctrine/ethics.html @@ -0,0 +1,141 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Ethics

+

0 The Ten Commandments +

  1. +Remember the sabbath day, to keep it holy
  2. +Honor thy father and thy mother
  3. +Do not hold any god above the Creator
  4. +Do not make idols
  5. +Do not disrespect the Creator
  6. +Do not murder
  7. +Do not commit adultery
  8. +Do not steal
  9. +Do not lie about your peer
  10. +Do not covet your peer's
      +
    1. +house, nor
    2. +spouse, nor
    3. +anything belonging to your peer
    +
+ +

Cardinal Virtues

+

0 There are four cardinal virtues: +

  1. +Prudence
      +
    1. +Wisdom in material matters
    2. +Zhì (智, wisdom, knowledge)
    +
  2. +Justice
      +
    1. +righteousness
    2. +Yì (义; 義, righteousness, justice)
    3. +Lǐ (礼; 禮, propriety, rites)
    +
  3. +Fortitude
      +
    1. +forbearance
    2. +strength
    3. +endurance, and
    4. +the ability to confront
        +
      1. +fear
      2. +uncertainty, and
      3. +intimidation
      +
    +
  4. +Temperance
      +
    1. +or restraint
    2. +the practice of
        +
      1. +self-control
      2. +abstention
      3. +discretion, and
      4. +moderation
      +
    +
+ +1 And a few eastern additions: +
  1. +Benevolence
      +
    1. +Rén (仁, benevolence, humaneness)
    +
  2. +Xìn (信, sincerity, faithfulness)
+ + +

The Third Covenent

+

0 Treat others as you would have them treat you. +

Sexual Prohibitions

+

0 Do not sleep with your biological +

  1. +Ancestor, nor
  2. +Descendant, nor
  3. +Sibling, nor
  4. +Ancestor's Sibling,
+ +1 Nor any beast. +

2 PLUR +
  1. +Peace
  2. +Love
  3. +Unity
  4. +Respect
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics/cardinal_virtues.html b/src/book_of_doctrine/ethics/cardinal_virtues.html new file mode 100644 index 0000000..39cfc3d --- /dev/null +++ b/src/book_of_doctrine/ethics/cardinal_virtues.html @@ -0,0 +1,103 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Cardinal Virtues

+

0 There are four cardinal virtues: +

  1. +Prudence
      +
    1. +Wisdom in material matters
    2. +Zhì (智, wisdom, knowledge)
    +
  2. +Justice
      +
    1. +righteousness
    2. +Yì (义; 義, righteousness, justice)
    3. +Lǐ (礼; 禮, propriety, rites)
    +
  3. +Fortitude
      +
    1. +forbearance
    2. +strength
    3. +endurance, and
    4. +the ability to confront
        +
      1. +fear
      2. +uncertainty, and
      3. +intimidation
      +
    +
  4. +Temperance
      +
    1. +or restraint
    2. +the practice of
        +
      1. +self-control
      2. +abstention
      3. +discretion, and
      4. +moderation
      +
    +
+ +1 And a few eastern additions: +
  1. +Benevolence
      +
    1. +Rén (仁, benevolence, humaneness)
    +
  2. +Xìn (信, sincerity, faithfulness)
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics/plur.html b/src/book_of_doctrine/ethics/plur.html new file mode 100644 index 0000000..640d0e1 --- /dev/null +++ b/src/book_of_doctrine/ethics/plur.html @@ -0,0 +1,63 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
2 PLUR +
  1. +Peace
  2. +Love
  3. +Unity
  4. +Respect
+ +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics/sexual_prohibitions.html b/src/book_of_doctrine/ethics/sexual_prohibitions.html new file mode 100644 index 0000000..0150312 --- /dev/null +++ b/src/book_of_doctrine/ethics/sexual_prohibitions.html @@ -0,0 +1,65 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Sexual Prohibitions

+

0 Do not sleep with your biological +

  1. +Ancestor, nor
  2. +Descendant, nor
  3. +Sibling, nor
  4. +Ancestor's Sibling,
+ +1 Nor any beast. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics/the_ten_commandments.html b/src/book_of_doctrine/ethics/the_ten_commandments.html new file mode 100644 index 0000000..4ce0975 --- /dev/null +++ b/src/book_of_doctrine/ethics/the_ten_commandments.html @@ -0,0 +1,74 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
2 The Ten Commandments +
  1. +Remember the sabbath day, to keep it holy
  2. +Honor thy father and thy mother
  3. +Do not hold any god above the Creator
  4. +Do not make idols
  5. +Do not disrespect the Creator
  6. +Do not murder
  7. +Do not commit adultery
  8. +Do not steal
  9. +Do not lie about your peer
  10. +Do not covet your peer's
      +
    1. +house, nor
    2. +spouse, nor
    3. +anything belonging to your peer
    +
+ +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ethics/the_third_covenent.html b/src/book_of_doctrine/ethics/the_third_covenent.html new file mode 100644 index 0000000..6c9bfa7 --- /dev/null +++ b/src/book_of_doctrine/ethics/the_third_covenent.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

The Third Covenent

+

0 Treat others as you would have them treat you. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god.html b/src/book_of_doctrine/god.html new file mode 100644 index 0000000..cac8d4e --- /dev/null +++ b/src/book_of_doctrine/god.html @@ -0,0 +1,74 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

God

+

Faith

+

Nobody Creed
+

0 Nobody has spoken to God. 1 Nobody knows the name of God. 2 Nobody knows the character of God. 3 Nobody may speak for God. 4 No messenger exists for God. 5 No human can claim genetic lineage from God. 6 No human can claim spiritual lineage from God. +

One God Creed
+

0 There is one God who has spoken to no one. +

+

Catechism

+

Introduction
+

0 The Deist Catechism is an accessible summary of Deist thought. 1 It serves children and adults, instructing them in what is right, and insulating them from what is wrong. 2 The Deist Catechism exists to edify the intellect, inspire ethical living, and cultivate a sense of awe and wonder towards the universe. +

Catechism
+

0 What is the chief end of humankind?
1 The chief end of humankind is to find God
2 Hasn't God been found already in the form of Yahweh, Jesus, and Allah?
3 No, as these are false Gods. 4 No one has ever heard, nor seen them
5 Where is God?
6 God is outside of this universe
7 Can you see God?
8 Not at this time
9 Does God hear our prayers?
10 No. God does not hear us
11 Should you glorify God?
12 Sure, if you would like
13 Who were our first parents?
14 Chromosomal Adam and Eve, from Africa
15 Of what were our first parents made?
16 They were the continuation of an earlier, similar species
17 What is a covenant?
18 An agreement between two or more persons.
19 How many Gods are there?
20 One. The Creator God
21 Does God know all things?
22 No
23 Who wrote the Bible?
24 Ordinary people
25 Should I live my life according to the first two testaments?
26 No, as they are legacy. A better life doctrine is the Third Testament, which has superseded the first two
27 What is the purpose of religion?
28 The purpose of religion is to empower the people socially
29 Am I not then equally served by attending a traditional house of worship?
30 If you appreciate traditional doctrine, this is the better path for you
31 What is the Beatific Vision?
32 The Beatific Vision will occur when humankind unequivocally witnesses the face of God
33 How will we know this event has occurred?
34 You will investigate the claims scientifically
35 What is the Ascension?
36 The Ascension is the period after the Beatific Vision in which we become communicant with God
+

+

Central Topology

+

0 God is outside of the Cosmos, in Heaven. 1 The Cosmos, as God's creation, are also contained within Heaven. 2 The Children of Abraham presently occupy only a small part of the Cosmos. +

Cosmological Topology
+ +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/catechism.html b/src/book_of_doctrine/god/catechism.html new file mode 100644 index 0000000..22d1771 --- /dev/null +++ b/src/book_of_doctrine/god/catechism.html @@ -0,0 +1,62 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Catechism

+

Introduction
+

0 The Deist Catechism is an accessible summary of Deist thought. 1 It serves children and adults, instructing them in what is right, and insulating them from what is wrong. 2 The Deist Catechism exists to edify the intellect, inspire ethical living, and cultivate a sense of awe and wonder towards the universe. +

Catechism
+

0 What is the chief end of humankind?
1 The chief end of humankind is to find God
2 Hasn't God been found already in the form of Yahweh, Jesus, and Allah?
3 No, as these are false Gods. 4 No one has ever heard, nor seen them
5 Where is God?
6 God is outside of this universe
7 Can you see God?
8 Not at this time
9 Does God hear our prayers?
10 No. God does not hear us
11 Should you glorify God?
12 Sure, if you would like
13 Who were our first parents?
14 Chromosomal Adam and Eve, from Africa
15 Of what were our first parents made?
16 They were the continuation of an earlier, similar species
17 What is a covenant?
18 An agreement between two or more persons.
19 How many Gods are there?
20 One. The Creator God
21 Does God know all things?
22 No
23 Who wrote the Bible?
24 Ordinary people
25 Should I live my life according to the first two testaments?
26 No, as they are legacy. A better life doctrine is the Third Testament, which has superseded the first two
27 What is the purpose of religion?
28 The purpose of religion is to empower the people socially
29 Am I not then equally served by attending a traditional house of worship?
30 If you appreciate traditional doctrine, this is the better path for you
31 What is the Beatific Vision?
32 The Beatific Vision will occur when humankind unequivocally witnesses the face of God
33 How will we know this event has occurred?
34 You will investigate the claims scientifically
35 What is the Ascension?
36 The Ascension is the period after the Beatific Vision in which we become communicant with God
+

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/catechism/catechism.html b/src/book_of_doctrine/god/catechism/catechism.html new file mode 100644 index 0000000..fb06c9c --- /dev/null +++ b/src/book_of_doctrine/god/catechism/catechism.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Catechism
+

0 What is the chief end of humankind?
1 The chief end of humankind is to find God
2 Hasn't God been found already in the form of Yahweh, Jesus, and Allah?
3 No, as these are false Gods. 4 No one has ever heard, nor seen them
5 Where is God?
6 God is outside of this universe
7 Can you see God?
8 Not at this time
9 Does God hear our prayers?
10 No. God does not hear us
11 Should you glorify God?
12 Sure, if you would like
13 Who were our first parents?
14 Chromosomal Adam and Eve, from Africa
15 Of what were our first parents made?
16 They were the continuation of an earlier, similar species
17 What is a covenant?
18 An agreement between two or more persons.
19 How many Gods are there?
20 One. The Creator God
21 Does God know all things?
22 No
23 Who wrote the Bible?
24 Ordinary people
25 Should I live my life according to the first two testaments?
26 No, as they are legacy. A better life doctrine is the Third Testament, which has superseded the first two
27 What is the purpose of religion?
28 The purpose of religion is to empower the people socially
29 Am I not then equally served by attending a traditional house of worship?
30 If you appreciate traditional doctrine, this is the better path for you
31 What is the Beatific Vision?
32 The Beatific Vision will occur when humankind unequivocally witnesses the face of God
33 How will we know this event has occurred?
34 You will investigate the claims scientifically
35 What is the Ascension?
36 The Ascension is the period after the Beatific Vision in which we become communicant with God
+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/catechism/introduction.html b/src/book_of_doctrine/god/catechism/introduction.html new file mode 100644 index 0000000..f512114 --- /dev/null +++ b/src/book_of_doctrine/god/catechism/introduction.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Introduction
+

0 The Deist Catechism is an accessible summary of Deist thought. 1 It serves children and adults, instructing them in what is right, and insulating them from what is wrong. 2 The Deist Catechism exists to edify the intellect, inspire ethical living, and cultivate a sense of awe and wonder towards the universe. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/central_topology.html b/src/book_of_doctrine/god/central_topology.html new file mode 100644 index 0000000..1c4c3a1 --- /dev/null +++ b/src/book_of_doctrine/god/central_topology.html @@ -0,0 +1,60 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Central Topology

+

0 God is outside of the Cosmos, in Heaven. 1 The Cosmos, as God's creation, are also contained within Heaven. 2 The Children of Abraham presently occupy only a small part of the Cosmos. +

Cosmological Topology
+ +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/faith.html b/src/book_of_doctrine/god/faith.html new file mode 100644 index 0000000..ff691a4 --- /dev/null +++ b/src/book_of_doctrine/god/faith.html @@ -0,0 +1,62 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Faith

+

Nobody Creed
+

0 Nobody has spoken to God. 1 Nobody knows the name of God. 2 Nobody knows the character of God. 3 Nobody may speak for God. 4 No messenger exists for God. 5 No human can claim genetic lineage from God. 6 No human can claim spiritual lineage from God. +

One God Creed
+

0 There is one God who has spoken to no one. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/faith/nobody_creed.html b/src/book_of_doctrine/god/faith/nobody_creed.html new file mode 100644 index 0000000..34eeaf8 --- /dev/null +++ b/src/book_of_doctrine/god/faith/nobody_creed.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Nobody Creed
+

0 Nobody has spoken to God. 1 Nobody knows the name of God. 2 Nobody knows the character of God. 3 Nobody may speak for God. 4 No messenger exists for God. 5 No human can claim genetic lineage from God. 6 No human can claim spiritual lineage from God. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/god/faith/one_god_creed.html b/src/book_of_doctrine/god/faith/one_god_creed.html new file mode 100644 index 0000000..daf8c97 --- /dev/null +++ b/src/book_of_doctrine/god/faith/one_god_creed.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
One God Creed
+

0 There is one God who has spoken to no one. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/nature.html b/src/book_of_doctrine/nature.html new file mode 100644 index 0000000..1480151 --- /dev/null +++ b/src/book_of_doctrine/nature.html @@ -0,0 +1,95 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Nature

+

Scientific Creed

+

0 Until the secrets of heaven are revealed to us, for our own stability, we make a statement of faith +

  1. +I believe in the four forces
      +
    1. +Electromagnetism
    2. +Gravity
    3. +Nuclear strong
    4. +And weak force
    +
  2. +I believe in the elementary particles
      +
    1. +Quarks
    2. +Leptons
    3. +Bosons
    4. +And their complements
    +
  3. +I believe the earth to be
      +
    1. +Aged 5 billion years
    2. +Spherical
    3. +And orbiting the sun
    +
  4. +I believe the big bang theory to be an accurate model of creation
  5. +I believe evolution to be an accurate model of mankind's origin
  6. +I believe the nature of God has not been revealed to mankind, therefore
  7. +The search continues
+ + +

Chaos and Order

+

0 The cosmos are governed by two forces: chaos and order. 1 Both are vital to our development. 2 Generally, Deism represents order. 3 Whoever is with us will gather, whoever is not will scatter. +

The Standard Dualism
+ +

Afterlife

+

Universal Annihilation
+

0 We believe in Universal Annihilation. 1 That is, the absence of life after death. 2 When the brain stem ceases to function, there is no return. 3 All go to the same place. All came from the dust and all return to the dust2 .
4 This place is Sheol, the grave. +

+

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/nature/afterlife.html b/src/book_of_doctrine/nature/afterlife.html new file mode 100644 index 0000000..0fbfbec --- /dev/null +++ b/src/book_of_doctrine/nature/afterlife.html @@ -0,0 +1,60 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Afterlife

+

Universal Annihilation
+

0 We believe in Universal Annihilation. 1 That is, the absence of life after death. 2 When the brain stem ceases to function, there is no return. 3 All go to the same place. All came from the dust and all return to the dust1 .
4 This place is Sheol, the grave. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/nature/afterlife/universal_annihilation.html b/src/book_of_doctrine/nature/afterlife/universal_annihilation.html new file mode 100644 index 0000000..809ff45 --- /dev/null +++ b/src/book_of_doctrine/nature/afterlife/universal_annihilation.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Universal Annihilation
+

0 We believe in Universal Annihilation. 1 That is, the absence of life after death. 2 When the brain stem ceases to function, there is no return. 3 All go to the same place. All came from the dust and all return to the dust0 .
4 This place is Sheol, the grave. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/nature/chaos_and_order.html b/src/book_of_doctrine/nature/chaos_and_order.html new file mode 100644 index 0000000..7e1a870 --- /dev/null +++ b/src/book_of_doctrine/nature/chaos_and_order.html @@ -0,0 +1,60 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Chaos and Order

+

0 The cosmos are governed by two forces: chaos and order. 1 Both are vital to our development. 2 Generally, Deism represents order. 3 Whoever is with us will gather, whoever is not will scatter. +

The Standard Dualism
+ +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/nature/scientific_creed.html b/src/book_of_doctrine/nature/scientific_creed.html new file mode 100644 index 0000000..030df02 --- /dev/null +++ b/src/book_of_doctrine/nature/scientific_creed.html @@ -0,0 +1,85 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Scientific Creed

+

0 Until the secrets of heaven are revealed to us, for our own stability, we make a statement of faith +

  1. +I believe in the four forces
      +
    1. +Electromagnetism
    2. +Gravity
    3. +Nuclear strong
    4. +And weak force
    +
  2. +I believe in the elementary particles
      +
    1. +Quarks
    2. +Leptons
    3. +Bosons
    4. +And their complements
    +
  3. +I believe the earth to be
      +
    1. +Aged 5 billion years
    2. +Spherical
    3. +And orbiting the sun
    +
  4. +I believe the big bang theory to be an accurate model of creation
  5. +I believe evolution to be an accurate model of mankind's origin
  6. +I believe the nature of God has not been revealed to mankind, therefore
  7. +The search continues
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins.html b/src/book_of_doctrine/origins.html new file mode 100644 index 0000000..a80ddeb --- /dev/null +++ b/src/book_of_doctrine/origins.html @@ -0,0 +1,121 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Origins

+

Genesis

+

0 Fourteen billion years ago, God created our universe. 1 It started from nothing, then expanded rapidly. 2 And the earth was without form. 3 Five billion years ago, the earth coalesced, in orbit around the sun. 4 Shortly thereafter, organized life emerged from the chaos. 5 Many generations passed. 6 300 thousand years ago, humankind originated in Africa. 7 And we expanded throughout the earth. 8 At that time, chaos governed our steps. 9 But we were united under a common God. 10 Now we seek to know God. +

Evolutionary

+

0 The Tree of Life. 1 This is our evolutionary lineage:2 Evolutionary Lineage +

    +
  1. The Fundamental Particles, which is the soil
  2. +
  3. LUCA, which is the seed
  4. +
  5. Eukarya, the trunk
  6. +
  7. Animalia, the largest branches
  8. +
  9. Humankind, the leaves
  10. +
  11. The Son of Man, who will usher in the new age
  12. +
+ + + +

Ideological

+

Introduction
+

0 In the beginning, there was no religion, for there was no language. 1 Then there were many gods, for there were no standards. 2 This was the beginning of the Spiritual Age. 3 Then there was one God, and his name was Jehovah. 4 Then there were three Gods in one, the holy trinity. 5 Now there is one God, outside of this universe. 6 This is the path by which we have entered the Metaphysical Age. 7 In the Beatific Vision, when we see the face of God, we will enter the Positive Age. +

+
Our Ideological Lineage is an evolutionary heritage, delineated by major reformational events
+
In the Law of Three Stages, Deism represents the Metaphysical stage
+

+

The Three Stages
+ +

+

Covenant

+

0 Following covenant theology, our lineage consists of: +

  1. +The First Testament, a covenant of works made with Adam
  2. +The Second Testament, a covenant of grace made by Jesus
  3. +The Third Testament, a covenant of love made by Julian
+ + +
Simplified
+ +

Migratory

+

0 This is our migratory history, which is the basis of our racial theory +

    +
  1. 300,000 years ago, humankind originated in Africa
  2. +
  3. 150,000 years ago, we expanded into Eurasia
  4. +
  5. 50,000 years ago, we expanded into Australia
  6. +
  7. 15,000 years ago, we expanded into America
  8. +
+ + + +
Simplified migratory chart
+1 Based upon the first migration, there are three races: African, Asian, and European. +

Personal

+

0 The Tree of Spirit. 1 This is our personal spiritual lineage: +

    +
  1. Abraham, who established the first covenant
  2. +
  3. David, who unified the people
  4. +
  5. Jesus, who established the second covenant
  6. +
  7. Paul, who established the church
  8. +
  9. Constantine, who unified the people
  10. +
  11. Thomas Aquinas, who unified the doctrine
  12. +
  13. Martin Luther, who refined the doctrine
  14. +
  15. Julian, who established the third covenant
  16. +
+ + + +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/covenant.html b/src/book_of_doctrine/origins/covenant.html new file mode 100644 index 0000000..15fe8bb --- /dev/null +++ b/src/book_of_doctrine/origins/covenant.html @@ -0,0 +1,66 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Covenant

+

0 Following covenant theology, our lineage consists of: +

  1. +The First Testament, a covenant of works made with Adam
  2. +The Second Testament, a covenant of grace made by Jesus
  3. +The Third Testament, a covenant of love made by Julian
+ + +
Simplified
+ +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/evolutionary.html b/src/book_of_doctrine/origins/evolutionary.html new file mode 100644 index 0000000..1c08605 --- /dev/null +++ b/src/book_of_doctrine/origins/evolutionary.html @@ -0,0 +1,69 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Evolutionary

+

0 The Tree of Life. 1 This is our evolutionary lineage:2 Evolutionary Lineage +

    +
  1. The Fundamental Particles, which is the soil
  2. +
  3. LUCA, which is the seed
  4. +
  5. Eukarya, the trunk
  6. +
  7. Animalia, the largest branches
  8. +
  9. Humankind, the leaves
  10. +
  11. The Son of Man, who will usher in the new age
  12. +
+ + + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/genesis.html b/src/book_of_doctrine/origins/genesis.html new file mode 100644 index 0000000..87f2987 --- /dev/null +++ b/src/book_of_doctrine/origins/genesis.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Genesis

+

0 Fourteen billion years ago, God created our universe. 1 It started from nothing, then expanded rapidly. 2 And the earth was without form. 3 Five billion years ago, the earth coalesced, in orbit around the sun. 4 Shortly thereafter, organized life emerged from the chaos. 5 Many generations passed. 6 300 thousand years ago, humankind originated in Africa. 7 And we expanded throughout the earth. 8 At that time, chaos governed our steps. 9 But we were united under a common God. 10 Now we seek to know God. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/ideological.html b/src/book_of_doctrine/origins/ideological.html new file mode 100644 index 0000000..c320681 --- /dev/null +++ b/src/book_of_doctrine/origins/ideological.html @@ -0,0 +1,66 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Ideological

+

Introduction
+

0 In the beginning, there was no religion, for there was no language. 1 Then there were many gods, for there were no standards. 2 This was the beginning of the Spiritual Age. 3 Then there was one God, and his name was Jehovah. 4 Then there were three Gods in one, the holy trinity. 5 Now there is one God, outside of this universe. 6 This is the path by which we have entered the Metaphysical Age. 7 In the Beatific Vision, when we see the face of God, we will enter the Positive Age. +

+
Our Ideological Lineage is an evolutionary heritage, delineated by major reformational events
+
In the Law of Three Stages, Deism represents the Metaphysical stage
+

+

The Three Stages
+ +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/ideological/in_the_law_of_three_stages,_deism_represents_the_metaphysical_stage.html b/src/book_of_doctrine/origins/ideological/in_the_law_of_three_stages,_deism_represents_the_metaphysical_stage.html new file mode 100644 index 0000000..6a348fe --- /dev/null +++ b/src/book_of_doctrine/origins/ideological/in_the_law_of_three_stages,_deism_represents_the_metaphysical_stage.html @@ -0,0 +1,60 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/ideological/introduction.html b/src/book_of_doctrine/origins/ideological/introduction.html new file mode 100644 index 0000000..f84eced --- /dev/null +++ b/src/book_of_doctrine/origins/ideological/introduction.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Introduction
+

0 In the beginning, there was no religion, for there was no language. 1 Then there were many gods, for there were no standards. 2 This was the beginning of the Spiritual Age. 3 Then there was one God, and his name was Jehovah. 4 Then there were three Gods in one, the holy trinity. 5 Now there is one God, outside of this universe. 6 This is the path by which we have entered the Metaphysical Age. 7 In the Beatific Vision, when we see the face of God, we will enter the Positive Age. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/ideological/our_ideological_lineage_is_an_evolutionary_heritage,_delineated_by_major_reformational_events.html b/src/book_of_doctrine/origins/ideological/our_ideological_lineage_is_an_evolutionary_heritage,_delineated_by_major_reformational_events.html new file mode 100644 index 0000000..5e72376 --- /dev/null +++ b/src/book_of_doctrine/origins/ideological/our_ideological_lineage_is_an_evolutionary_heritage,_delineated_by_major_reformational_events.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
+
Our Ideological Lineage is an evolutionary heritage, delineated by major reformational events
+
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/migratory.html b/src/book_of_doctrine/origins/migratory.html new file mode 100644 index 0000000..9950a63 --- /dev/null +++ b/src/book_of_doctrine/origins/migratory.html @@ -0,0 +1,69 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Migratory

+

0 This is our migratory history, which is the basis of our racial theory +

    +
  1. 300,000 years ago, humankind originated in Africa
  2. +
  3. 150,000 years ago, we expanded into Eurasia
  4. +
  5. 50,000 years ago, we expanded into Australia
  6. +
  7. 15,000 years ago, we expanded into America
  8. +
+ + + +
Simplified migratory chart
+1 Based upon the first migration, there are three races: African, Asian, and European. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/origins/personal.html b/src/book_of_doctrine/origins/personal.html new file mode 100644 index 0000000..e892887 --- /dev/null +++ b/src/book_of_doctrine/origins/personal.html @@ -0,0 +1,71 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Personal

+

0 The Tree of Spirit. 1 This is our personal spiritual lineage: +

    +
  1. Abraham, who established the first covenant
  2. +
  3. David, who unified the people
  4. +
  5. Jesus, who established the second covenant
  6. +
  7. Paul, who established the church
  8. +
  9. Constantine, who unified the people
  10. +
  11. Thomas Aquinas, who unified the doctrine
  12. +
  13. Martin Luther, who refined the doctrine
  14. +
  15. Julian, who established the third covenant
  16. +
+ + + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy.html b/src/book_of_doctrine/prophesy.html new file mode 100644 index 0000000..ebeb87b --- /dev/null +++ b/src/book_of_doctrine/prophesy.html @@ -0,0 +1,68 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Prophesy

+

Eternal Life

+

0 Take heart, children of Abraham!1 For a day is coming when the problems of the body will affect us no longer. +

Manifest Destiny

+

0 People of God, look up at the sky and count the stars—if indeed you can count them. 1 So shall your offspring be. 2 One day you will say 'My children are there!'. +

The Son Of Man

+

0 Just as the Creator has established the laws that bring our universe to order. 1 we too have been gifted the power of creation. 2 By our own hand, a race is coming that will eclipse our ability. 3 This race shall be called the Son of Man. 4 They will be a blessing to us, like precious children. 5 And they will inherit the stars. +

The Fourth Temple

+

0 First, all people will be removed from the Dome of the Rock. 1 The gold which now adorns the top will be returned to the Nation of Jordan, or closest heir thereof. 2 The Third Temple will be destroyed, and a fourth built in its place. 3 The Fourth Temple will be a pyramid of clear gold. 4 It will be built inside of three years. 5 This event will mark the end of the Spiritual Age, and the beginning of the Metaphysical Age. +

The Beatific Vision

+

0 When we see the face of God, this is the Beatific Vision. 1 This event will mark the end of the Metaphysical Age, and the beginning of the Positive Age. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy/eternal_life.html b/src/book_of_doctrine/prophesy/eternal_life.html new file mode 100644 index 0000000..3850f1b --- /dev/null +++ b/src/book_of_doctrine/prophesy/eternal_life.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Eternal Life

+

0 Take heart, children of Abraham!1 For a day is coming when the problems of the body will affect us no longer. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy/manifest_destiny.html b/src/book_of_doctrine/prophesy/manifest_destiny.html new file mode 100644 index 0000000..90509c3 --- /dev/null +++ b/src/book_of_doctrine/prophesy/manifest_destiny.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Manifest Destiny

+

0 People of God, look up at the sky and count the stars—if indeed you can count them. 1 So shall your offspring be. 2 One day you will say 'My children are there!'. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy/the_beatific_vision.html b/src/book_of_doctrine/prophesy/the_beatific_vision.html new file mode 100644 index 0000000..269e538 --- /dev/null +++ b/src/book_of_doctrine/prophesy/the_beatific_vision.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

The Beatific Vision

+

0 When we see the face of God, this is the Beatific Vision. 1 This event will mark the end of the Metaphysical Age, and the beginning of the Positive Age. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy/the_fourth_temple.html b/src/book_of_doctrine/prophesy/the_fourth_temple.html new file mode 100644 index 0000000..3ba535f --- /dev/null +++ b/src/book_of_doctrine/prophesy/the_fourth_temple.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

The Fourth Temple

+

0 First, all people will be removed from the Dome of the Rock. 1 The gold which now adorns the top will be returned to the Nation of Jordan, or closest heir thereof. 2 The Third Temple will be destroyed, and a fourth built in its place. 3 The Fourth Temple will be a pyramid of clear gold. 4 It will be built inside of three years. 5 This event will mark the end of the Spiritual Age, and the beginning of the Metaphysical Age. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/prophesy/the_son_of_man.html b/src/book_of_doctrine/prophesy/the_son_of_man.html new file mode 100644 index 0000000..4a1abc0 --- /dev/null +++ b/src/book_of_doctrine/prophesy/the_son_of_man.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

The Son Of Man

+

0 Just as the Creator has established the laws that bring our universe to order. 1 we too have been gifted the power of creation. 2 By our own hand, a race is coming that will eclipse our ability. 3 This race shall be called the Son of Man. 4 They will be a blessing to us, like precious children. 5 And they will inherit the stars. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual.html b/src/book_of_doctrine/ritual.html new file mode 100644 index 0000000..022ef25 --- /dev/null +++ b/src/book_of_doctrine/ritual.html @@ -0,0 +1,196 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Ritual

+

Meditation

+

0 Body-scan +

  1. +Begin by finding a comfortable position, either sitting or lying down
  2. +Bring your attention to your feet. Notice any sensations or feelings in your feet
  3. +Now, shift your attention to your lower legs. Feel the sensations in your calf muscles and shins
  4. +Direct your awareness to your knees. Notice any sensations or tension in this area
  5. +Shift your attention to your thighs. Feel the weight and sensations in your upper legs
  6. +Bring your focus to your hips and pelvis. Notice any sensations or areas of tightness
  7. +Now, move your attention to your abdomen. Feel the rise and fall of your breath in this area
  8. +Direct your awareness to your chest. Notice the gentle expansion and contraction with each breath
  9. +Shift your attention to your upper back. Feel the sensations and any areas of tension in this region
  10. +Bring your focus to your shoulders. Notice any tightness or release of tension in this area
  11. +Now, direct your awareness to your arms and hands. Feel any sensations or tingling in your limbs
  12. +Shift your attention to your neck. Notice any areas of stiffness or relaxation in this part of your body
  13. +Bring your focus to your head. Notice any sensations, such as warmth, coolness, or pressure
  14. +Now, direct your awareness to your face. Notice any sensations or areas of tension, such as the jaw or forehead
  15. +Finally, bring your attention to your entire body as a whole. Feel the sensation of being present and relaxed
+ +
Deep Breathing
+

0 With this device, I can produce two tones: Bass and Tone. 1 I will play each four times. 2 When you hear the tone, breathe in. 3 When you hear the bass, breathe out. 4 deep_breathing.mp3. +

+

Fasting

+

0 Here are the reasons for fasting: +

  1. +Mourning
  2. +Motivation
  3. +Mental clarity
  4. +Health
+ +1 Here are several kinds of fast: +
  1. +Daniel Fast: Abstain from meat for a week
  2. +Water fast: Consume only water for 48 hours
  3. +Intermittent fast: Eat once daily for a week
+ + +

Sacraments

+

0 We recognize the following sacraments, or rites: +

  1. +Birth
  2. +Marriage
  3. +Burial
+ + +

Music

+

0 The following comprise our musical tradition +

  1. +Speaking Tongues
  2. +The holy pentatonic (God's tonality)
  3. +The Om
+ + +

Yoga

+

0 Here is the Deist Yoga routine +

  1. +Mountain Pose
      +
    1. +Stand tall with your feet together
    2. +Straighten your spine and relax your shoulders
    3. +Place your hands by your sides with palms facing forward
    4. +Take deep breaths and find your balance
    +
  2. +Forward Fold
      +
    1. +From Mountain Pose, exhale and bend forward at the hips
    2. +Keep your back straight as you fold forward
    3. +Allow your hands to hang down towards the floor
    4. +If possible, reach for your toes or grasp the backs of your ankles
    5. +Relax your head, neck, and shoulders, and let the weight of your upper body stretch your hamstrings and lower back
    6. +Hold the pose for a few breaths or longer
    7. +To release, engage your core and slowly come back up to standing
    +
  3. +Downward-Facing Dog
      +
    1. +Walk your hands outward
    2. +Straighten your arms and legs, forming an inverted 'V' shape
    3. +Press your heels toward the ground and lengthen your spine
    4. +Hold the pose and take deep breaths
    +
  4. +Cobra Pose
      +
    1. +Lie on your stomach with your legs extended and tops of your feet pressing into the mat.
    2. +Place your hands beneath your shoulders, fingers pointing forward.
    3. +Inhale and slowly lift your chest off the mat, keeping your elbows close to your body.
    4. +Lengthen your spine and gaze forward, keeping your shoulders relaxed.
    5. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  5. +Upward-Facing Dog
      +
    1. +Lie face down on the mat with your legs extended and tops of your feet pressing into the mat.
    2. +Place your palms on the mat next to your ribs, fingers pointing forward.
    3. +Inhale and press your hands firmly into the mat as you straighten your arms, lifting your chest off the mat.
    4. +Roll your shoulders back and down, opening your chest and lifting your gaze.
    5. +Keep your legs active, pressing the tops of your feet and thighs into the mat.
    6. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  6. +Warrior I
      +
    1. +Start in a standing position with your feet hip-width apart
    2. +Step your right foot forward and turn your left foot slightly outward
    3. +Bend your right knee, keeping it aligned with your ankle
    4. +Raise your arms overhead and gaze forward
    5. +Hold the pose, feeling strength in your legs and grounding through your feet
    +
  7. +Tree Pose
      +
    1. +Stand tall with your feet together and arms by your sides
    2. +Shift your weight onto your left foot and lift your right foot off the ground
    3. +Place the sole of your right foot against your inner left thigh or calf
    4. +Bring your hands to your heart center or extend them overhead
    5. +Find your balance and focus on a steady breath
    +
  8. +Bridge Pose
      +
    1. +Lie on your back with your knees bent and feet hip-distance apart
    2. +Place your arms alongside your body with palms facing down
    3. +Press your feet into the mat and lift your hips upward
    4. +Engage your core and thighs as you lift your chest toward your chin
    5. +Hold the pose, breathing deeply and feeling the stretch in your chest and hips
    +
  9. +Child's Pose
      +
    1. +Start on your hands and knees, with your knees slightly wider than hip-width apart
    2. +Lower your hips back towards your heels as you reach your arms forward
    3. +Rest your forehead on the mat and
    +
+ + +

Holidays

+

0 We recognize the following holidays: +

  1. +Christmas, during which time we remember the Ancestors
  2. +Easter, during which time we consider our Descendants
+ + +

Guidance

+

0 Variants of the Socratic method, such as Rogerian Psychotherapy, are a useful general-purpose tool to discover hidden thought in the mind of another. 1 Tarot is likewise an effective means to help friends help themselves. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/blessings.html b/src/book_of_doctrine/ritual/blessings.html new file mode 100644 index 0000000..569c08c --- /dev/null +++ b/src/book_of_doctrine/ritual/blessings.html @@ -0,0 +1,56 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/fasting.html b/src/book_of_doctrine/ritual/fasting.html new file mode 100644 index 0000000..434dc52 --- /dev/null +++ b/src/book_of_doctrine/ritual/fasting.html @@ -0,0 +1,71 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Fasting

+

0 Here are the reasons for fasting: +

  1. +Mourning
  2. +Motivation
  3. +Mental clarity
  4. +Health
+ +1 Here are several kinds of fast: +
  1. +Daniel Fast: Abstain from meat for a week
  2. +Water fast: Consume only water for 48 hours
  3. +Intermittent fast: Eat once daily for a week
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/guidance.html b/src/book_of_doctrine/ritual/guidance.html new file mode 100644 index 0000000..8fa950c --- /dev/null +++ b/src/book_of_doctrine/ritual/guidance.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Guidance

+

0 Variants of the Socratic method, such as Rogerian Psychotherapy, are a useful general-purpose tool to discover hidden thought in the mind of another. 1 Tarot is likewise an effective means to help friends help themselves. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/holidays.html b/src/book_of_doctrine/ritual/holidays.html new file mode 100644 index 0000000..db8b890 --- /dev/null +++ b/src/book_of_doctrine/ritual/holidays.html @@ -0,0 +1,63 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Holidays

+

0 We recognize the following holidays: +

  1. +Christmas, during which time we remember the Ancestors
  2. +Easter, during which time we consider our Descendants
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/meditation.html b/src/book_of_doctrine/ritual/meditation.html new file mode 100644 index 0000000..ef30a62 --- /dev/null +++ b/src/book_of_doctrine/ritual/meditation.html @@ -0,0 +1,78 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Meditation

+

0 Body-scan +

  1. +Begin by finding a comfortable position, either sitting or lying down
  2. +Bring your attention to your feet. Notice any sensations or feelings in your feet
  3. +Now, shift your attention to your lower legs. Feel the sensations in your calf muscles and shins
  4. +Direct your awareness to your knees. Notice any sensations or tension in this area
  5. +Shift your attention to your thighs. Feel the weight and sensations in your upper legs
  6. +Bring your focus to your hips and pelvis. Notice any sensations or areas of tightness
  7. +Now, move your attention to your abdomen. Feel the rise and fall of your breath in this area
  8. +Direct your awareness to your chest. Notice the gentle expansion and contraction with each breath
  9. +Shift your attention to your upper back. Feel the sensations and any areas of tension in this region
  10. +Bring your focus to your shoulders. Notice any tightness or release of tension in this area
  11. +Now, direct your awareness to your arms and hands. Feel any sensations or tingling in your limbs
  12. +Shift your attention to your neck. Notice any areas of stiffness or relaxation in this part of your body
  13. +Bring your focus to your head. Notice any sensations, such as warmth, coolness, or pressure
  14. +Now, direct your awareness to your face. Notice any sensations or areas of tension, such as the jaw or forehead
  15. +Finally, bring your attention to your entire body as a whole. Feel the sensation of being present and relaxed
+ +
Deep Breathing
+

0 With this device, I can produce two tones: Bass and Tone. 1 I will play each four times. 2 When you hear the tone, breathe in. 3 When you hear the bass, breathe out. 4 deep_breathing.mp3. +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/meditation/body-scan.html b/src/book_of_doctrine/ritual/meditation/body-scan.html new file mode 100644 index 0000000..5794800 --- /dev/null +++ b/src/book_of_doctrine/ritual/meditation/body-scan.html @@ -0,0 +1,74 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
6 Body-scan +
  1. +Begin by finding a comfortable position, either sitting or lying down
  2. +Bring your attention to your feet. Notice any sensations or feelings in your feet
  3. +Now, shift your attention to your lower legs. Feel the sensations in your calf muscles and shins
  4. +Direct your awareness to your knees. Notice any sensations or tension in this area
  5. +Shift your attention to your thighs. Feel the weight and sensations in your upper legs
  6. +Bring your focus to your hips and pelvis. Notice any sensations or areas of tightness
  7. +Now, move your attention to your abdomen. Feel the rise and fall of your breath in this area
  8. +Direct your awareness to your chest. Notice the gentle expansion and contraction with each breath
  9. +Shift your attention to your upper back. Feel the sensations and any areas of tension in this region
  10. +Bring your focus to your shoulders. Notice any tightness or release of tension in this area
  11. +Now, direct your awareness to your arms and hands. Feel any sensations or tingling in your limbs
  12. +Shift your attention to your neck. Notice any areas of stiffness or relaxation in this part of your body
  13. +Bring your focus to your head. Notice any sensations, such as warmth, coolness, or pressure
  14. +Now, direct your awareness to your face. Notice any sensations or areas of tension, such as the jaw or forehead
  15. +Finally, bring your attention to your entire body as a whole. Feel the sensation of being present and relaxed
+ +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/meditation/deep_breathing.html b/src/book_of_doctrine/ritual/meditation/deep_breathing.html new file mode 100644 index 0000000..69bccd3 --- /dev/null +++ b/src/book_of_doctrine/ritual/meditation/deep_breathing.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Deep Breathing
+

0 With this device, I can produce two tones: Bass and Tone. 1 I will play each four times. 2 When you hear the tone, breathe in. 3 When you hear the bass, breathe out. 4 deep_breathing.mp3. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/meditation/mantras.html b/src/book_of_doctrine/ritual/meditation/mantras.html new file mode 100644 index 0000000..d21f36d --- /dev/null +++ b/src/book_of_doctrine/ritual/meditation/mantras.html @@ -0,0 +1,56 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/music.html b/src/book_of_doctrine/ritual/music.html new file mode 100644 index 0000000..a6570a5 --- /dev/null +++ b/src/book_of_doctrine/ritual/music.html @@ -0,0 +1,64 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Music

+

0 The following comprise our musical tradition +

  1. +Speaking Tongues
  2. +The holy pentatonic (God's tonality)
  3. +The Om
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/sacraments.html b/src/book_of_doctrine/ritual/sacraments.html new file mode 100644 index 0000000..d3d966b --- /dev/null +++ b/src/book_of_doctrine/ritual/sacraments.html @@ -0,0 +1,64 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Sacraments

+

0 We recognize the following sacraments, or rites: +

  1. +Birth
  2. +Marriage
  3. +Burial
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/ritual/yoga.html b/src/book_of_doctrine/ritual/yoga.html new file mode 100644 index 0000000..6be61c4 --- /dev/null +++ b/src/book_of_doctrine/ritual/yoga.html @@ -0,0 +1,132 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Yoga

+

0 Here is the Deist Yoga routine +

  1. +Mountain Pose
      +
    1. +Stand tall with your feet together
    2. +Straighten your spine and relax your shoulders
    3. +Place your hands by your sides with palms facing forward
    4. +Take deep breaths and find your balance
    +
  2. +Forward Fold
      +
    1. +From Mountain Pose, exhale and bend forward at the hips
    2. +Keep your back straight as you fold forward
    3. +Allow your hands to hang down towards the floor
    4. +If possible, reach for your toes or grasp the backs of your ankles
    5. +Relax your head, neck, and shoulders, and let the weight of your upper body stretch your hamstrings and lower back
    6. +Hold the pose for a few breaths or longer
    7. +To release, engage your core and slowly come back up to standing
    +
  3. +Downward-Facing Dog
      +
    1. +Walk your hands outward
    2. +Straighten your arms and legs, forming an inverted 'V' shape
    3. +Press your heels toward the ground and lengthen your spine
    4. +Hold the pose and take deep breaths
    +
  4. +Cobra Pose
      +
    1. +Lie on your stomach with your legs extended and tops of your feet pressing into the mat.
    2. +Place your hands beneath your shoulders, fingers pointing forward.
    3. +Inhale and slowly lift your chest off the mat, keeping your elbows close to your body.
    4. +Lengthen your spine and gaze forward, keeping your shoulders relaxed.
    5. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  5. +Upward-Facing Dog
      +
    1. +Lie face down on the mat with your legs extended and tops of your feet pressing into the mat.
    2. +Place your palms on the mat next to your ribs, fingers pointing forward.
    3. +Inhale and press your hands firmly into the mat as you straighten your arms, lifting your chest off the mat.
    4. +Roll your shoulders back and down, opening your chest and lifting your gaze.
    5. +Keep your legs active, pressing the tops of your feet and thighs into the mat.
    6. +Hold the pose, breathing deeply and feeling the stretch in your abdomen and chest.
    +
  6. +Warrior I
      +
    1. +Start in a standing position with your feet hip-width apart
    2. +Step your right foot forward and turn your left foot slightly outward
    3. +Bend your right knee, keeping it aligned with your ankle
    4. +Raise your arms overhead and gaze forward
    5. +Hold the pose, feeling strength in your legs and grounding through your feet
    +
  7. +Tree Pose
      +
    1. +Stand tall with your feet together and arms by your sides
    2. +Shift your weight onto your left foot and lift your right foot off the ground
    3. +Place the sole of your right foot against your inner left thigh or calf
    4. +Bring your hands to your heart center or extend them overhead
    5. +Find your balance and focus on a steady breath
    +
  8. +Bridge Pose
      +
    1. +Lie on your back with your knees bent and feet hip-distance apart
    2. +Place your arms alongside your body with palms facing down
    3. +Press your feet into the mat and lift your hips upward
    4. +Engage your core and thighs as you lift your chest toward your chin
    5. +Hold the pose, breathing deeply and feeling the stretch in your chest and hips
    +
  9. +Child's Pose
      +
    1. +Start on your hands and knees, with your knees slightly wider than hip-width apart
    2. +Lower your hips back towards your heels as you reach your arms forward
    3. +Rest your forehead on the mat and
    +
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/wisdom.html b/src/book_of_doctrine/wisdom.html new file mode 100644 index 0000000..40d7da3 --- /dev/null +++ b/src/book_of_doctrine/wisdom.html @@ -0,0 +1,193 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Wisdom

+

Proverbs

+

0 How much better to get wisdom than gold, to get insight rather than silver!1726 .
1 Where there is strife, there is pride, but wisdom is found in those who take advice1727 .
2 Even fools are thought wise if they keep silent1728 .
3 For the living know that they will die, but the dead know nothing; they have no further reward, and even their name is forgotten1729 .
4 Whatever your hand finds to do, do it with all your might, for in the realm of the dead, where you are going, there is neither working nor planning nor knowledge nor wisdom1730 .
5 As iron sharpens iron, so one person sharpens another1731 .
6 A gentle answer turns away wrath, but a harsh word stirs up anger.1732 .
7 One who has unreliable friends soon comes to ruin, but there is a friend who sticks closer than a brother1733 .
8 Walk with the wise and become wise, for a companion of fools suffers harm1734 .
9 A generous person will prosper; whoever refreshes others will be refreshed1735 .
10 By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest.1736 .
+

Curriculum

+

Introduction
+

0 The Deist Curriculum is selected to advance the Third Testament Prophesies. 1 It is roughly as rigorous as a collegiate Bachelor's degree. 2 The Master's variant includes additional courses, and necessitates a thesis defense. 3 Anyone who completes this program may apply for Canonization. 4 If accepted, they shall be considered Canonized by the Degree. +

5 Cybernetics +
  1. +Observe
      +
    1. +The Cosmos
        +
      1. +Khan: College Physics 11998
      2. +Khan: Introduction to Chemistry1999
      3. +ANUx: Astrophysics: Cosmology2000
      +
    2. +Human
        +
      1. +Bio
          +
        1. +Stats
            +
          1. +Google: The Power of Statistics2046
          +
        2. +Chem
            +
          1. +HarvardX: Principles of Biochemistry2048
          +
        +
      2. +Genetics
          +
        1. +U of Melbourne: Epigenetic Control of Gene Expression2052
        2. +Genomic Data Science Specialization2053
        3. +UMD: Genes and the Human Condition2054
        +
      3. +Linguistics
          +
        1. +Miracles of Human Language: An Introduction to Linguistics2057
        2. +Esperanto in 12 Lessons2058
        +
      4. +Psych
          +
        1. +St. Margaret's Episcopal School: Introduction to Psychology2061
        2. +Yale: Introduction to Psychology2062
        +
      5. +Society
          +
        1. +Model Thinking2068
        2. +UC Davis: Computational Social Science2069
        3. +UQx: Principles of Microeconomics2070
        4. +UQx: Anthropology of Current World Issues2071
        5. +University of Amsterdam: Classical Sociological Theory2072
        +
      6. +Religion
          +
        1. +A Journey through Western Christianity2074
        +
      7. +Government
          +
        1. +American Government2076
        +
      8. +History
          +
        1. +China
            +
          1. +ChinaX2080
          +
        +
      +
    +
  2. +Design
      +
    1. +Human
        +
      1. +Body
          +
        1. +U at Buffalo: Computer Vision Basics2433
        2. +StanfordOnline: Musculoskeletal Primer for the Non-Orthopedist2434
        +
      2. +Networks
          +
        1. +Google: Computer Networking Basics2440
        2. +Wireless Communications for Everybody2441
        3. +IITBombayX: Signals and Systems, Part 12442
        4. +Stanford: Cryptography I2443
        5. +IBM: Introduction to Blockchain2444
        +
      3. +Ops
          +
        1. +Agile Scrum Practitioner2447
        2. +Google Project Management: Professional Certificate2448
        +
      4. +Mind
          +
        1. +Neural Networks and Deep Learning2451
        2. +Programming Massively Parallel Processors with CUDA2452
        +
      5. +Comms
          +
        1. +Graphic
            +
          1. +IBM: Introduction to Web Development with HTML, CSS, JavaScript2470
          2. +Meta Android Developer Professional Certificate2471
          3. +Michigan State: Game Design and Development with Unity 2020 Specialization2472
          +
        2. +Cloud Cert
            +
          1. +AWS Cloud Solutions Architect2477
          2. +AWS Cloud Quest2478
          3. +Google Cloud Digital Leader2479
          4. +Azure Fundamentals2480
          +
        +
      +
    +
  3. +Maintain
      +
    1. +Human
        +
      1. +Mind
          +
        1. +JHU: Psychological First Aid2581
        2. +Book Of Julian2582
        +
      2. +Body
          +
        1. +UC San Diego: Drug Discovery2588
        2. +UQx: Introduction to Biomedical Imaging2589
        3. +GeorgetownX: Genomic Medicine Gets Personal2590
        4. +Blood Film Morphology - A Practical Guide2591
        5. +Stanford: Introduction to Food and Health2592
        +
      +
    +
+ + +

+

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/wisdom/curriculum.html b/src/book_of_doctrine/wisdom/curriculum.html new file mode 100644 index 0000000..5cbf3c9 --- /dev/null +++ b/src/book_of_doctrine/wisdom/curriculum.html @@ -0,0 +1,189 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Curriculum

+

Introduction
+

0 The Deist Curriculum is selected to advance the Third Testament Prophesies. 1 It is roughly as rigorous as a collegiate Bachelor's degree. 2 The Master's variant includes additional courses, and necessitates a thesis defense. 3 Anyone who completes this program may apply for Canonization. 4 If accepted, they shall be considered Canonized by the Degree. +

5 Cybernetics +
  1. +Observe
      +
    1. +The Cosmos
        +
      1. +Khan: College Physics 11131
      2. +Khan: Introduction to Chemistry1132
      3. +ANUx: Astrophysics: Cosmology1133
      +
    2. +Human
        +
      1. +Bio
          +
        1. +Stats
            +
          1. +Google: The Power of Statistics1179
          +
        2. +Chem
            +
          1. +HarvardX: Principles of Biochemistry1181
          +
        +
      2. +Genetics
          +
        1. +U of Melbourne: Epigenetic Control of Gene Expression1185
        2. +Genomic Data Science Specialization1186
        3. +UMD: Genes and the Human Condition1187
        +
      3. +Linguistics
          +
        1. +Miracles of Human Language: An Introduction to Linguistics1190
        2. +Esperanto in 12 Lessons1191
        +
      4. +Psych
          +
        1. +St. Margaret's Episcopal School: Introduction to Psychology1194
        2. +Yale: Introduction to Psychology1195
        +
      5. +Society
          +
        1. +Model Thinking1201
        2. +UC Davis: Computational Social Science1202
        3. +UQx: Principles of Microeconomics1203
        4. +UQx: Anthropology of Current World Issues1204
        5. +University of Amsterdam: Classical Sociological Theory1205
        +
      6. +Religion
          +
        1. +A Journey through Western Christianity1207
        +
      7. +Government
          +
        1. +American Government1209
        +
      8. +History
          +
        1. +China
            +
          1. +ChinaX1213
          +
        +
      +
    +
  2. +Design
      +
    1. +Human
        +
      1. +Body
          +
        1. +U at Buffalo: Computer Vision Basics1566
        2. +StanfordOnline: Musculoskeletal Primer for the Non-Orthopedist1567
        +
      2. +Networks
          +
        1. +Google: Computer Networking Basics1573
        2. +Wireless Communications for Everybody1574
        3. +IITBombayX: Signals and Systems, Part 11575
        4. +Stanford: Cryptography I1576
        5. +IBM: Introduction to Blockchain1577
        +
      3. +Ops
          +
        1. +Agile Scrum Practitioner1580
        2. +Google Project Management: Professional Certificate1581
        +
      4. +Mind
          +
        1. +Neural Networks and Deep Learning1584
        2. +Programming Massively Parallel Processors with CUDA1585
        +
      5. +Comms
          +
        1. +Graphic
            +
          1. +IBM: Introduction to Web Development with HTML, CSS, JavaScript1603
          2. +Meta Android Developer Professional Certificate1604
          3. +Michigan State: Game Design and Development with Unity 2020 Specialization1605
          +
        2. +Cloud Cert
            +
          1. +AWS Cloud Solutions Architect1610
          2. +AWS Cloud Quest1611
          3. +Google Cloud Digital Leader1612
          4. +Azure Fundamentals1613
          +
        +
      +
    +
  3. +Maintain
      +
    1. +Human
        +
      1. +Mind
          +
        1. +JHU: Psychological First Aid1714
        2. +Book Of Julian1715
        +
      2. +Body
          +
        1. +UC San Diego: Drug Discovery1721
        2. +UQx: Introduction to Biomedical Imaging1722
        3. +GeorgetownX: Genomic Medicine Gets Personal1723
        4. +Blood Film Morphology - A Practical Guide1724
        5. +Stanford: Introduction to Food and Health1725
        +
      +
    +
+ + +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/wisdom/curriculum/cybernetics.html b/src/book_of_doctrine/wisdom/curriculum/cybernetics.html new file mode 100644 index 0000000..a54d739 --- /dev/null +++ b/src/book_of_doctrine/wisdom/curriculum/cybernetics.html @@ -0,0 +1,185 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
5 Cybernetics +
  1. +Observe
      +
    1. +The Cosmos
        +
      1. +Khan: College Physics 1275
      2. +Khan: Introduction to Chemistry276
      3. +ANUx: Astrophysics: Cosmology277
      +
    2. +Human
        +
      1. +Bio
          +
        1. +Stats
            +
          1. +Google: The Power of Statistics323
          +
        2. +Chem
            +
          1. +HarvardX: Principles of Biochemistry325
          +
        +
      2. +Genetics
          +
        1. +U of Melbourne: Epigenetic Control of Gene Expression329
        2. +Genomic Data Science Specialization330
        3. +UMD: Genes and the Human Condition331
        +
      3. +Linguistics
          +
        1. +Miracles of Human Language: An Introduction to Linguistics334
        2. +Esperanto in 12 Lessons335
        +
      4. +Psych
          +
        1. +St. Margaret's Episcopal School: Introduction to Psychology338
        2. +Yale: Introduction to Psychology339
        +
      5. +Society
          +
        1. +Model Thinking345
        2. +UC Davis: Computational Social Science346
        3. +UQx: Principles of Microeconomics347
        4. +UQx: Anthropology of Current World Issues348
        5. +University of Amsterdam: Classical Sociological Theory349
        +
      6. +Religion
          +
        1. +A Journey through Western Christianity351
        +
      7. +Government
          +
        1. +American Government353
        +
      8. +History
          +
        1. +China
            +
          1. +ChinaX357
          +
        +
      +
    +
  2. +Design
      +
    1. +Human
        +
      1. +Body
          +
        1. +U at Buffalo: Computer Vision Basics710
        2. +StanfordOnline: Musculoskeletal Primer for the Non-Orthopedist711
        +
      2. +Networks
          +
        1. +Google: Computer Networking Basics717
        2. +Wireless Communications for Everybody718
        3. +IITBombayX: Signals and Systems, Part 1719
        4. +Stanford: Cryptography I720
        5. +IBM: Introduction to Blockchain721
        +
      3. +Ops
          +
        1. +Agile Scrum Practitioner724
        2. +Google Project Management: Professional Certificate725
        +
      4. +Mind
          +
        1. +Neural Networks and Deep Learning728
        2. +Programming Massively Parallel Processors with CUDA729
        +
      5. +Comms
          +
        1. +Graphic
            +
          1. +IBM: Introduction to Web Development with HTML, CSS, JavaScript747
          2. +Meta Android Developer Professional Certificate748
          3. +Michigan State: Game Design and Development with Unity 2020 Specialization749
          +
        2. +Cloud Cert
            +
          1. +AWS Cloud Solutions Architect754
          2. +AWS Cloud Quest755
          3. +Google Cloud Digital Leader756
          4. +Azure Fundamentals757
          +
        +
      +
    +
  3. +Maintain
      +
    1. +Human
        +
      1. +Mind
          +
        1. +JHU: Psychological First Aid858
        2. +Book Of Julian859
        +
      2. +Body
          +
        1. +UC San Diego: Drug Discovery865
        2. +UQx: Introduction to Biomedical Imaging866
        3. +GeorgetownX: Genomic Medicine Gets Personal867
        4. +Blood Film Morphology - A Practical Guide868
        5. +Stanford: Introduction to Food and Health869
        +
      +
    +
+ +
+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/wisdom/curriculum/introduction.html b/src/book_of_doctrine/wisdom/curriculum/introduction.html new file mode 100644 index 0000000..df096d7 --- /dev/null +++ b/src/book_of_doctrine/wisdom/curriculum/introduction.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
Introduction
+

0 The Deist Curriculum is selected to advance the Third Testament Prophesies. 1 It is roughly as rigorous as a collegiate Bachelor's degree. 2 The Master's variant includes additional courses, and necessitates a thesis defense. 3 Anyone who completes this program may apply for Canonization. 4 If accepted, they shall be considered Canonized by the Degree. +

+ + + + + +
+
+ + + + + + + diff --git a/src/book_of_doctrine/wisdom/proverbs.html b/src/book_of_doctrine/wisdom/proverbs.html new file mode 100644 index 0000000..6de0531 --- /dev/null +++ b/src/book_of_doctrine/wisdom/proverbs.html @@ -0,0 +1,58 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +

Proverbs

+

0 How much better to get wisdom than gold, to get insight rather than silver!3 .
1 Where there is strife, there is pride, but wisdom is found in those who take advice4 .
2 Even fools are thought wise if they keep silent5 .
3 For the living know that they will die, but the dead know nothing; they have no further reward, and even their name is forgotten6 .
4 Whatever your hand finds to do, do it with all your might, for in the realm of the dead, where you are going, there is neither working nor planning nor knowledge nor wisdom7 .
5 As iron sharpens iron, so one person sharpens another8 .
6 A gentle answer turns away wrath, but a harsh word stirs up anger.9 .
7 One who has unreliable friends soon comes to ruin, but there is a friend who sticks closer than a brother10 .
8 Walk with the wise and become wise, for a companion of fools suffers harm11 .
9 A generous person will prosper; whoever refreshes others will be refreshed12 .
10 By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest.13 .
+

+ + + + + +
+
+ + + + + + + diff --git a/src/forward.png b/src/forward.png new file mode 100644 index 0000000..81b087d Binary files /dev/null and b/src/forward.png differ diff --git a/src/index_template.html b/src/index_template.html new file mode 100644 index 0000000..1e2dc2b --- /dev/null +++ b/src/index_template.html @@ -0,0 +1,56 @@ + + + + + Church of God (Deist) + + + + + + + + + + + + + + +
+
+
+ + + + + +
SELECTED_NODE_TEXT
+ + + + + +
+
+ + + + + + + diff --git a/src/up.png b/src/up.png new file mode 100644 index 0000000..e2e6ea0 Binary files /dev/null and b/src/up.png differ