From 1ef616b0ddf8e2ba9e86a10cb74698cb0547ac78 Mon Sep 17 00:00:00 2001 From: johnruina Date: Wed, 22 Jul 2026 20:34:27 -0400 Subject: [PATCH] chem 7/22 --- .obsidian/graph.json | 6 +- .obsidian/themes/Obsidian Nord/manifest.json | 7 + .obsidian/themes/Obsidian Nord/theme.css | 525 +++++++++++++++++++ .obsidian/workspace.json | 193 +++++-- chemistry/Stoichiometry.md | 4 + chemistry/chemical reactions.md | 20 +- chemistry/solubility table.md | 6 + chemistry/state of matter.md | 2 + math/game theory.md | 4 + 9 files changed, 728 insertions(+), 39 deletions(-) create mode 100644 .obsidian/themes/Obsidian Nord/manifest.json create mode 100644 .obsidian/themes/Obsidian Nord/theme.css create mode 100644 chemistry/solubility table.md create mode 100644 chemistry/state of matter.md diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 0bddc5b..a773819 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -5,7 +5,7 @@ "showAttachments": false, "hideUnresolved": false, "showOrphans": true, - "collapse-color-groups": true, + "collapse-color-groups": false, "colorGroups": [], "collapse-display": false, "showArrow": false, @@ -17,6 +17,6 @@ "repelStrength": 10, "linkStrength": 1, "linkDistance": 250, - "scale": 0.554975466409209, - "close": true + "scale": 0.4989651034462171, + "close": false } \ No newline at end of file diff --git a/.obsidian/themes/Obsidian Nord/manifest.json b/.obsidian/themes/Obsidian Nord/manifest.json new file mode 100644 index 0000000..2f37ab3 --- /dev/null +++ b/.obsidian/themes/Obsidian Nord/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "Obsidian Nord", + "version": "0.2.0", + "minAppVersion": "0.16.0", + "author": "insanum", + "authorUrl": "https://insanum.com" +} diff --git a/.obsidian/themes/Obsidian Nord/theme.css b/.obsidian/themes/Obsidian Nord/theme.css new file mode 100644 index 0000000..b4a6584 --- /dev/null +++ b/.obsidian/themes/Obsidian Nord/theme.css @@ -0,0 +1,525 @@ + +:root +{ + --dark0_x: 46,52,64; /* #2e3440 */ + --dark0: rgb(var(--dark0_x)); + --dark1_x: 59,66,82; /* #3b4252 */ + --dark1: rgb(var(--dark1_x)); + --dark2_x: 67,76,94; /* #434c5e */ + --dark2: rgb(var(--dark2_x)); + --dark3_x: 76,86,106; /* #4c566a */ + --dark3: rgb(var(--dark3_x)); + + --light0_x: 216,222,233; /* #d8dee9 */ + --light0: rgb(var(--light0_x)); + --light1_x: 229,233,240; /* #e5e9f0 */ + --light1: rgb(var(--light1_x)); + --light2_x: 236,239,244; /* #eceff4 */ + --light2: rgb(var(--light2_x)); + --light3_x: 255,255,255; /* #ffffff */ + --light3: rgb(var(--light3_x)); + + --frost0_x: 143,188,187; /* #8fbcbb */ + --frost0: rgb(var(--frost0_x)); + --frost1_x: 136,192,208; /* #88c0d0 */ + --frost1: rgb(var(--frost1_x)); + --frost2_x: 129,161,193; /* #81a1c1 */ + --frost2: rgb(var(--frost2_x)); + --frost3_x: 94,129,172; /* #5e81ac */ + --frost3: rgb(var(--frost3_x)); + + --red_x: 191,97,106; /* #bf616a */ + --red: rgb(var(--red_x)); + --orange_x: 208,135,112; /* #d08770 */ + --orange: rgb(var(--orange_x)); + --yellow_x: 235,203,139; /* #ebcb8b */ + --yellow: rgb(var(--yellow_x)); + --green_x: 163,190,140; /* #a3be8c */ + --green: rgb(var(--green_x)); + --purple_x: 180,142,173; /* #b48ead */ + --purple: rgb(var(--purple_x)); +} + +body +{ + --accent-h: 354; /* --red #bf616a */ + --accent-s: 42%; + --accent-l: 56%; + + --link-decoration: none; + --link-decoration-hover: none; + --link-external-decoration: none; + --link-external-decoration-hover: none; + + --tag-decoration: none; + --tag-decoration-hover: underline; + --tag-padding-x: .5em; + --tag-padding-y: .2em; + --tag-radius: .5em; + + --tab-font-weight: 600; + --bold-weight: 600; + + --checkbox-radius: 0; + + /* --list-indent: 2em; */ + + --embed-border-left: 6px double var(--interactive-accent); +} + +.theme-dark +{ + --color-red-rgb: var(--red_x); + --color-red: var(--red); + --color-purple-rgb: var(--purple_x); + --color-purple: var(--purple); + --color-green-rgb: var(--green_x); + --color-green: var(--green); + --color-cyan-rgb: var(--frost1_x); + --color-cyan: var(--frost1); + --color-blue-rgb: var(--frost3_x); + --color-blue: var(--frost3); + --color-yellow-rgb: var(--yellow_x); + --color-yellow: var(--yellow); + --color-orange-rgb: var(--orange_x); + --color-orange: var(--orange); + /* --color-pink: var(--purple); */ + + --background-primary: var(--dark0); + --background-primary-alt: var(--dark0); + --background-secondary: var(--dark1); + --background-secondary-alt: var(--dark2); + --background-modifier-border: var(--dark2); + + --cursor-line-background: rgba(var(--red_x), 0.2); + + --text-normal: var(--light2); + --text-faint: var(--light0); + --text-muted: var(--light1); + + --link-url: var(--purple); + + --h1-color: var(--red); + --h2-color: var(--yellow); + --h3-color: var(--green); + --h4-color: var(--purple); + --h5-color: var(--frost0); + --h6-color: var(--frost2); + + --text-highlight-bg: var(--frost1); + --text-highlight-fg: var(--dark0); + + --text-accent: var(--orange); + --text-accent-hover: var(--frost2); + + --tag-color: var(--frost0); + --tag-background: var(--dark2); + --tag-background-hover: var(--dark1); + + --titlebar-text-color-focused: var(--red); + + --inline-title-color: var(--yellow); + + --bold-color: var(--yellow); + --italic-color: var(--yellow); + + --checkbox-color: var(--frost0); + --checkbox-color-hover: var(--frost0); + --checkbox-border-color: var(--frost0); + --checkbox-border-color-hover: var(--frost0); + --checklist-done-color: rgba(var(--light2_x), 0.5); + + --table-header-background: hsl(220, 16%, 16%); + --table-header-background-hover: var(--dark3); + --table-row-even-background: hsl(220, 16%, 20%); + --table-row-odd-background: hsl(220, 16%, 24%); + --table-row-background-hover: var(--dark3); + + --text-selection: rgba(var(--red_x), 0.6); + --flashing-background: rgba(var(--red_x), 0.3); + + --code-normal: var(--frost1); + --code-background: var(--dark1); + + --mermaid-note: var(--frost3); + --mermaid-loopline: var(--frost1); + --mermaid-exclude: var(--dark3); + --mermaid-seqnum: var(--dark0); + + --icon-color-hover: var(--red); + --icon-color-focused: var(--frost2); + + --nav-item-color-hover: var(--red); + --nav-item-color-active: var(--frost2); + --nav-file-tag: rgba(var(--yellow_x), 0.9); + + --graph-line: var(--dark3); + --graph-node: var(--light3); + --graph-node-tag: var(--red); + --graph-node-attachment: var(--green); + + --calendar-hover: var(--red); + --calendar-background-hover: var(--dark3); + --calendar-week: var(--yellow); + --calendar-today: var(--yellow); + + --dataview-key: var(--text-faint); + --dataview-key-background: rgba(var(--frost2_x), 0.3); + --dataview-value: var(--text-faint); + --dataview-value-background: rgba(var(--red_x), 0.3); + + --tab-text-color-focused-active: var(--frost2); + --tab-text-color-focused-active-current: var(--red); +} + +.theme-light +{ + --color-red-rgb: var(--red_x); + --color-red: var(--red); + --color-purple-rgb: var(--purple_x); + --color-purple: var(--purple); + --color-green-rgb: var(--green_x); + --color-green: var(--green); + --color-cyan-rgb: var(--frost1_x); + --color-cyan: var(--frost1); + --color-blue-rgb: var(--frost3_x); + --color-blue: var(--frost3); + --color-yellow-rgb: var(--yellow_x); + --color-yellow: var(--yellow); + --color-orange-rgb: var(--orange_x); + --color-orange: var(--orange); + /* --color-pink: var(--purple); */ + + --background-primary: var(--light3); + --background-primary-alt: var(--light3); + --background-secondary: var(--light2); + --background-secondary-alt: var(--light1); + --background-modifier-border: var(--light1); + + --cursor-line-background: rgba(var(--red_x), 0.1); + + --text-normal: var(--dark2); + --text-faint: var(--dark0); + --text-muted: var(--dark1); + + --link-url: var(--purple); + + --h1-color: var(--red); + --h2-color: var(--yellow); + --h3-color: var(--green); + --h4-color: var(--purple); + --h5-color: var(--frost0); + --h6-color: var(--frost2); + + --text-highlight-bg: var(--yellow); + --text-highlight-fg: var(--dark0); + + --text-accent: var(--orange); + --text-accent-hover: var(--frost2); + + --tag-color: var(--dark3); + --tag-background: var(--light1); + --tag-background-hover: var(--light0); + + --titlebar-text-color-focused: var(--red); + + --inline-title-color: var(--yellow); + + --bold-color: var(--green); + --italic-color: var(--green); + + --checkbox-color: var(--frost2); + --checkbox-color-hover: var(--frost2); + --checkbox-border-color: var(--frost2); + --checkbox-border-color-hover: var(--frost2); + --checklist-done-color: rgba(var(--dark2_x), 0.4); + + --table-header-background: rgba(var(--light2_x), 0.2); + --table-header-background-hover: var(--frost2); + --table-row-even-background: rgba(var(--light2_x), 0.4); + --table-row-odd-background: rgba(var(--light2_x), 0.8); + --table-row-background-hover: var(--frost2); + + --text-selection: rgba(var(--red_x), 0.6); + --flashing-background: rgba(var(--red_x), 0.3); + + --code-normal: var(--frost1); + --code-background: var(--light2); + + --mermaid-note: var(--frost0); + --mermaid-loopline: var(--frost1); + --mermaid-exclude: var(--light0); + --mermaid-seqnum: var(--light0); + + --icon-color-hover: var(--red); + --icon-color-focused: var(--frost3); + + --nav-item-color-hover: var(--red); + --nav-item-color-active: var(--frost2); + --nav-file-tag: rgba(var(--orange_x), 0.9); + + --graph-line: var(--light0); + --graph-node: var(--dark3); + --graph-node-tag: var(--red); + --graph-node-attachment: var(--green); + + --calendar-hover: var(--red); + --calendar-background-hover: var(--light0); + --calendar-week: var(--orange); + --calendar-today: var(--orange); + + --dataview-key: var(--text-faint); + --dataview-key-background: rgba(var(--frost2_x), 0.3); + --dataview-value: var(--text-faint); + --dataview-value-background: rgba(var(--red_x), 0.3); + + --tab-text-color-focused-active: var(--frost2); + --tab-text-color-focused-active-current: var(--red); +} + +table +{ + border: 1px solid var(--background-secondary) !important; + border-collapse: collapse; +} + +thead +{ + border-bottom: 2px solid var(--background-modifier-border) !important; +} + +th +{ + font-weight: 600 !important; + border: 1px solid var(--background-secondary) !important; +} + +td +{ + border-left: 1px solid var(--background-secondary) !important; + border-right: 1px solid var(--background-secondary) !important; + border-bottom: 1px solid var(--background-secondary) !important; +} + +.markdown-rendered tbody tr:nth-child(even) +{ + background-color: var(--table-row-even-background) !important; +} + +.markdown-rendered tbody tr:nth-child(odd) +{ + background-color: var(--table-row-odd-background) !important; +} + +.markdown-rendered tbody tr:nth-child(even):hover, +.markdown-rendered tbody tr:nth-child(odd):hover +{ + background-color: var(--table-row-background-hover) !important; +} + +.markdown-rendered mark +{ + background-color: var(--text-highlight-bg); + color: var(--text-highlight-fg); +} + +.markdown-rendered mark a +{ + color: var(--red) !important; + font-weight: 600; +} + +.search-result-file-matched-text +{ + color: var(--text-highlight-fg) !important; +} + +.cm-hashtag-begin:hover, .cm-hashtag-end:hover +{ + color: var(--text-accent); + /* background-color: var(--tag-background-hover); */ + text-decoration: underline; +} + +input[type=checkbox] +{ + border: 1px solid var(--checkbox-color); +} + +input[type=checkbox]:checked +{ + background-color: var(--checkbox-color); + box-shadow: inset 0 0 0 2px var(--background-primary); +} + +input[type=checkbox]:checked:after +{ + display: none; +} + +code[class*="language-"], +pre[class*="language-"] +{ + line-height: var(--line-height-tight) !important; +} + +.cm-url +{ + color: var(--link-url) !important; +} + +.cm-url:hover +{ + color: var(--text-accent-hover) !important; +} + +/* Keep highlight/marks the same between viewer and editor. */ +.cm-highlight +{ + color: var(--text-highlight-fg) !important; +} + +/* Keep inline code the same between viewer and editor. */ +.cm-inline-code +{ + border-radius: var(--radius-s); + font-size: var(--code-size); + padding: 0.1em 0.25em; +} + +.cm-formatting-code + .cm-inline-code +{ + border-radius: 0; + padding: 0.1em 0; +} + +.cm-formatting-code +{ + border-radius: var(--radius-s) 0 0 var(--radius-s); + padding: 0.1em 0 0.1em 0.25em; +} + +.cm-inline-code + .cm-formatting-code +{ + border-radius: 0 var(--radius-s) var(--radius-s) 0; + padding: 0.1em 0.25em 0.1em 0; +} + +.cm-line .cm-strong +{ + color: var(--bold-color) !important; +} + +/* + * Keep list bullet padding the same between viewer and editor. + * This is annoying with the cursor in the editor as there is a gap. + */ +/* +.cm-formatting-list +{ + padding-right: 4px !important; +} +*/ + +/* + * Keep sub-list indenting the same between viewer and editor. + * This assumes --list-indent is default at 2em. + */ +/* +.cm-indent +{ + text-indent: 1em !important; +} +*/ + +.mermaid .note +{ + fill: var(--mermaid-note) !important; +} + +.mermaid .loopLine +{ + stroke: var(--mermaid-loopline) !important; +} + +.mermaid .loopText>tspan, +.mermaid .entityLabel +{ + fill: var(--red) !important; +} + +.mermaid .exclude-range +{ + fill: var(--mermaid-exclude) !important; +} + +.mermaid .sequenceNumber +{ + fill: var(--mermaid-seqnum) !important; +} + +.calendar .week-num +{ + color: var(--calendar-week) !important; +} + +.calendar .today +{ + color: var(--calendar-today) !important; +} + +.calendar .week-num:hover, +.calendar .day:hover +{ + color: var(--calendar-hover) !important; + background-color: var(--calendar-background-hover) !important; +} + +.markdown-embed-title +{ + color: var(--yellow); + font-weight: 600 !important; +} + +.cm-active +{ + background-color: var(--cursor-line-background) !important; +} + +.nav-file-tag +{ + color: var(--nav-file-tag) !important; +} + +.is-flashing +{ + background-color: var(--flashing-background) !important; +} + +.dataview.inline-field-key +{ + border-top-left-radius: var(--radius-s); + border-bottom-left-radius: var(--radius-s); + padding-left: 4px; + font-family: var(--font-monospace); + font-size: var(--font-smaller); + color: var(--dataview-key) !important; + background-color: var(--dataview-key-background) !important; +} + +.dataview.inline-field-value +{ + border-top-right-radius: var(--radius-s); + border-bottom-right-radius: var(--radius-s); + padding-right: 4px; + font-family: var(--font-monospace); + font-size: var(--font-smaller); + color: var(--dataview-value) !important; + background-color: var(--dataview-value-background) !important; +} + +.suggestion-highlight +{ + color: var(--red); +} + diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 59b7d33..9552cb2 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -1,34 +1,133 @@ { "main": { - "id": "14e3fd988d4c6907", + "id": "1d60a9785f69aac9", "type": "split", "children": [ { - "id": "afdb20ea5624f6c9", + "id": "89712ed8944716a6", "type": "tabs", "children": [ { - "id": "41376d46a88f5cac", + "id": "84f271ce812cecdd", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "physics/kinesmatics.md", + "file": "biology/biology.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "kinesmatics" + "title": "biology" + } + }, + { + "id": "ebe934162f58ca2e", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "math/math.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "math" + } + }, + { + "id": "707e633f5fd1e489", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "chemistry/chemical reactions.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "chemical reactions" + } + }, + { + "id": "d78d94a66b2cc7c8", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "math/game theory.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "game theory" + } + }, + { + "id": "eea9a5ad425e0396", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "chemistry/state of matter.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "state of matter" + } + }, + { + "id": "795f41c179837d1c", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "chemistry/Stoichiometry.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Stoichiometry" + } + }, + { + "id": "0c20fafecc1fa446", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "chemistry/chemical reactions.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "chemical reactions" + } + }, + { + "id": "e3468b9f6df1ac48", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "biology/genetics.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "genetics" } } - ] + ], + "currentTab": 5 }, { - "id": "73603821459935d0", + "id": "25da4f0a48a8e7cd", "type": "tabs", "children": [ { - "id": "4113f5c6ad4fc2b2", + "id": "2a2c61d4f4ddce12", "type": "leaf", "pinned": true, "state": { @@ -45,15 +144,15 @@ "direction": "vertical" }, "left": { - "id": "19b49cd4c3759a9a", + "id": "8ee099bb473a4f17", "type": "split", "children": [ { - "id": "2e293f6e16891a3c", + "id": "d7378f1095090234", "type": "tabs", "children": [ { - "id": "85385ac3fdc16167", + "id": "713a2ea9096a5d46", "type": "leaf", "state": { "type": "file-explorer", @@ -66,7 +165,7 @@ } }, { - "id": "f5a4ddad0de631f7", + "id": "fb224541f09f4cda", "type": "leaf", "state": { "type": "search", @@ -83,7 +182,7 @@ } }, { - "id": "047575a510f168a2", + "id": "69e0d96b02da1e42", "type": "leaf", "state": { "type": "bookmarks", @@ -96,23 +195,22 @@ } ], "direction": "horizontal", - "width": 300 + "width": 331.5 }, "right": { - "id": "d7adab66dcffbce9", + "id": "e96076b6c37da0cc", "type": "split", "children": [ { - "id": "abb8d4c5f9274c80", + "id": "f7651d30e9565d20", "type": "tabs", "children": [ { - "id": "fbdabe4afce5f930", + "id": "ee135818d6c8b392", "type": "leaf", "state": { "type": "backlink", "state": { - "file": "chemistry/chemical reactions.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -122,25 +220,24 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for chemical reactions" + "title": "Backlinks" } }, { - "id": "f814b5bbfa3764c5", + "id": "9d9896c2b88ffecf", "type": "leaf", "state": { "type": "outgoing-link", "state": { - "file": "chemistry/chemical reactions.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links from chemical reactions" + "title": "Outgoing links" } }, { - "id": "154e2efca20c3f30", + "id": "bdf9798b4aa2a890", "type": "leaf", "state": { "type": "tag", @@ -155,7 +252,7 @@ } }, { - "id": "1a115061a16528f5", + "id": "ffe9bfad7660d2a1", "type": "leaf", "state": { "type": "all-properties", @@ -169,18 +266,17 @@ } }, { - "id": "9b98b23e8032b9bf", + "id": "2641f0e649856341", "type": "leaf", "state": { "type": "outline", "state": { - "file": "chemistry/chemical reactions.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of chemical reactions" + "title": "Outline" } } ] @@ -193,22 +289,51 @@ "left-ribbon": { "hiddenItems": { "switcher:Open quick switcher": false, - "graph:Open graph view": false, "canvas:Create new canvas": false, "daily-notes:Open today's daily note": false, "templates:Insert template": false, "command-palette:Open command palette": false, - "audio-recorder:Start/stop recording": false, "bases:Create new base": false, + "audio-recorder:Start/stop recording": false, + "graph:Open graph view": false, "obsidian-excalidraw-plugin:New drawing": false } }, - "active": "41376d46a88f5cac", + "active": "795f41c179837d1c", "lastOpenFiles": [ - "physics/acceleration.md", - "physics/kinesmatics.md", - "root.md", + "biology/cell biology.md", + "chemistry/solubility table.md", + "chemistry/state of matter.md", + "math/game theory.md", "chemistry/chemical reactions.md", - "chemistry/chemistry.md" + "literacy/buzzwords.md", + "physics/kinesmatics.md", + "physics/physics.md", + "biology/genetics.md", + "physics/acceleration.md", + "chemistry/polyatomic ions.md", + "chemistry/periodic table.md", + "literacy/fallacies.md", + "math/math.md", + "literacy/literacy.md", + "biology/biology.md", + "literacy", + "chemistry/vsepr.md", + "math/integrals.md", + "math/derivatives.md", + "physics/random math shit i probably need to know.md", + "physics/kinesmatics formulas.md", + "math/quadratics.md", + "chemistry/chemistry.md", + "chemistry/Matter and Chemical Bonding.md", + "chemistry/electronegativity.md", + "chemistry/polar molecules.md", + "Pasted image 20260716183501.png", + "Recording 20260716183349.m4a", + "Recording 20260716183320.m4a", + "biology", + "medical", + "math", + "physics" ] } \ No newline at end of file diff --git a/chemistry/Stoichiometry.md b/chemistry/Stoichiometry.md index f878025..402af22 100644 --- a/chemistry/Stoichiometry.md +++ b/chemistry/Stoichiometry.md @@ -1 +1,5 @@ [[chemistry]] + +**"calculation of relative quantities of reactants and products in chemical reactions"** + + diff --git a/chemistry/chemical reactions.md b/chemistry/chemical reactions.md index f0d695e..93532c2 100644 --- a/chemistry/chemical reactions.md +++ b/chemistry/chemical reactions.md @@ -7,5 +7,21 @@ single displacement double displacement combustion -synthesis is just two substances coming together to form a compound, -reactant + reactant -> \ No newline at end of file +# synthesis +just two substances coming together to form a compound, +reactant + reactant -> + +# single displacement +requires the replacee to havea a lower activity series than the replacer + +# Double Displacement +double displacement is a reaction of 2 compounds +pos and negs switch places to form new stuff +only works with ionics + +only occurs if one of 3 propduces is formed +- percipitate (s) +- gas (g) +- covalent compound such as water (l) +# Combustion +is hydrocarbon react with oxygen to create co2 and h2o \ No newline at end of file diff --git a/chemistry/solubility table.md b/chemistry/solubility table.md new file mode 100644 index 0000000..6746eb2 --- /dev/null +++ b/chemistry/solubility table.md @@ -0,0 +1,6 @@ +[[chemical reactions]] + +shrimple little table to check how stuff reacts with other stuff, +- sol for soluble which means aqueous +- ppt for precipitate + diff --git a/chemistry/state of matter.md b/chemistry/state of matter.md new file mode 100644 index 0000000..dec685f --- /dev/null +++ b/chemistry/state of matter.md @@ -0,0 +1,2 @@ +[[chemical reactions]] +[[Matter and Chemical Bonding]] diff --git a/math/game theory.md b/math/game theory.md index 85a72a1..a3c1c7a 100644 --- a/math/game theory.md +++ b/math/game theory.md @@ -1 +1,5 @@ [[math]] + +# different types of games + +perfect info/ imperfect info \ No newline at end of file