summaryrefslogtreecommitdiff
path: root/source/know/category
diff options
context:
space:
mode:
Diffstat (limited to 'source/know/category')
-rw-r--r--source/know/category/algorithms/index.md4
-rw-r--r--source/know/category/classical-mechanics/index.md4
-rw-r--r--source/know/category/complex-analysis/index.md4
-rw-r--r--source/know/category/continuum-physics/index.md4
-rw-r--r--source/know/category/cryptography/index.md4
-rw-r--r--source/know/category/electromagnetism/index.md4
-rw-r--r--source/know/category/fiber-optics/index.md4
-rw-r--r--source/know/category/fluid-dynamics/index.md4
-rw-r--r--source/know/category/fluid-mechanics/index.md4
-rw-r--r--source/know/category/fluid-statics/index.md4
-rw-r--r--source/know/category/index.md33
-rw-r--r--source/know/category/laser-theory/index.md4
-rw-r--r--source/know/category/mathematics/index.md4
-rw-r--r--source/know/category/measure-theory/index.md4
-rw-r--r--source/know/category/nonlinear-optics/index.md4
-rw-r--r--source/know/category/numerical-methods/index.md4
-rw-r--r--source/know/category/optics/index.md4
-rw-r--r--source/know/category/perturbation/index.md4
-rw-r--r--source/know/category/physics/index.md4
-rw-r--r--source/know/category/plasma-physics/index.md4
-rw-r--r--source/know/category/plasma-waves/index.md4
-rw-r--r--source/know/category/quantum-information/index.md4
-rw-r--r--source/know/category/quantum-mechanics/index.md4
-rw-r--r--source/know/category/statistics/index.md4
-rw-r--r--source/know/category/stochastic-analysis/index.md4
-rw-r--r--source/know/category/surface-tension/index.md4
-rw-r--r--source/know/category/thermodynamic-ensembles/index.md4
-rw-r--r--source/know/category/thermodynamics/index.md4
-rw-r--r--source/know/category/two-level-system/index.md4
29 files changed, 145 insertions, 0 deletions
diff --git a/source/know/category/algorithms/index.md b/source/know/category/algorithms/index.md
new file mode 100644
index 0000000..ed2ac6e
--- /dev/null
+++ b/source/know/category/algorithms/index.md
@@ -0,0 +1,4 @@
+---
+title: "Algorithms"
+layout: "category"
+---
diff --git a/source/know/category/classical-mechanics/index.md b/source/know/category/classical-mechanics/index.md
new file mode 100644
index 0000000..78c0771
--- /dev/null
+++ b/source/know/category/classical-mechanics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Classical mechanics"
+layout: "category"
+---
diff --git a/source/know/category/complex-analysis/index.md b/source/know/category/complex-analysis/index.md
new file mode 100644
index 0000000..7947f51
--- /dev/null
+++ b/source/know/category/complex-analysis/index.md
@@ -0,0 +1,4 @@
+---
+title: "Complex analysis"
+layout: "category"
+---
diff --git a/source/know/category/continuum-physics/index.md b/source/know/category/continuum-physics/index.md
new file mode 100644
index 0000000..895d4e8
--- /dev/null
+++ b/source/know/category/continuum-physics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Continuum physics"
+layout: "category"
+---
diff --git a/source/know/category/cryptography/index.md b/source/know/category/cryptography/index.md
new file mode 100644
index 0000000..0078829
--- /dev/null
+++ b/source/know/category/cryptography/index.md
@@ -0,0 +1,4 @@
+---
+title: "Cryptography"
+layout: "category"
+---
diff --git a/source/know/category/electromagnetism/index.md b/source/know/category/electromagnetism/index.md
new file mode 100644
index 0000000..825cb7c
--- /dev/null
+++ b/source/know/category/electromagnetism/index.md
@@ -0,0 +1,4 @@
+---
+title: "Electromagnetism"
+layout: "category"
+---
diff --git a/source/know/category/fiber-optics/index.md b/source/know/category/fiber-optics/index.md
new file mode 100644
index 0000000..ca48b72
--- /dev/null
+++ b/source/know/category/fiber-optics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Fiber optics"
+layout: "category"
+---
diff --git a/source/know/category/fluid-dynamics/index.md b/source/know/category/fluid-dynamics/index.md
new file mode 100644
index 0000000..56ed063
--- /dev/null
+++ b/source/know/category/fluid-dynamics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Fluid dynamics"
+layout: "category"
+---
diff --git a/source/know/category/fluid-mechanics/index.md b/source/know/category/fluid-mechanics/index.md
new file mode 100644
index 0000000..a4109d9
--- /dev/null
+++ b/source/know/category/fluid-mechanics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Fluid mechanics"
+layout: "category"
+---
diff --git a/source/know/category/fluid-statics/index.md b/source/know/category/fluid-statics/index.md
new file mode 100644
index 0000000..97a2055
--- /dev/null
+++ b/source/know/category/fluid-statics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Fluid statics"
+layout: "category"
+---
diff --git a/source/know/category/index.md b/source/know/category/index.md
new file mode 100644
index 0000000..9952eba
--- /dev/null
+++ b/source/know/category/index.md
@@ -0,0 +1,33 @@
+---
+title: "List of categories"
+date: 2021-02-22
+layout: "default"
+---
+
+# List of categories
+
+{% assign by_letter = site.pages
+ | where_exp: "item", "item.layout == 'category'"
+ | group_by_exp: "item", "item.title | truncate: 1, ''"
+ | sort: "name"
+%}
+
+This is an alphabetical list of the categories in this knowledge base.
+
+<div style="text-align: center;">
+&hyphen;
+{% for letter in by_letter %}
+<a href="#{{ letter.name }}">{{ letter.name }}</a>
+&hyphen;
+{% endfor %}
+</div>
+
+{% for letter in by_letter %}
+<h2 id="{{ letter.name }}">{{ letter.name }}</h2>
+<ul>
+ {% assign items = letter.items | sort: "title" %}
+ {% for item in items %}
+ <li><a href="{{ item.url }}">{{ item.title }}</a></li>
+ {% endfor %}
+</ul>
+{% endfor %}
diff --git a/source/know/category/laser-theory/index.md b/source/know/category/laser-theory/index.md
new file mode 100644
index 0000000..f56e7a1
--- /dev/null
+++ b/source/know/category/laser-theory/index.md
@@ -0,0 +1,4 @@
+---
+title: "Laser theory"
+layout: "category"
+---
diff --git a/source/know/category/mathematics/index.md b/source/know/category/mathematics/index.md
new file mode 100644
index 0000000..e40678f
--- /dev/null
+++ b/source/know/category/mathematics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Mathematics"
+layout: "category"
+---
diff --git a/source/know/category/measure-theory/index.md b/source/know/category/measure-theory/index.md
new file mode 100644
index 0000000..2b77528
--- /dev/null
+++ b/source/know/category/measure-theory/index.md
@@ -0,0 +1,4 @@
+---
+title: "Measure theory"
+layout: "category"
+---
diff --git a/source/know/category/nonlinear-optics/index.md b/source/know/category/nonlinear-optics/index.md
new file mode 100644
index 0000000..edf73d4
--- /dev/null
+++ b/source/know/category/nonlinear-optics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Nonlinear optics"
+layout: "category"
+---
diff --git a/source/know/category/numerical-methods/index.md b/source/know/category/numerical-methods/index.md
new file mode 100644
index 0000000..7e7ee13
--- /dev/null
+++ b/source/know/category/numerical-methods/index.md
@@ -0,0 +1,4 @@
+---
+title: "Numerical methods"
+layout: "category"
+---
diff --git a/source/know/category/optics/index.md b/source/know/category/optics/index.md
new file mode 100644
index 0000000..2889f03
--- /dev/null
+++ b/source/know/category/optics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Optics"
+layout: "category"
+---
diff --git a/source/know/category/perturbation/index.md b/source/know/category/perturbation/index.md
new file mode 100644
index 0000000..3901a32
--- /dev/null
+++ b/source/know/category/perturbation/index.md
@@ -0,0 +1,4 @@
+---
+title: "Perturbation"
+layout: "category"
+---
diff --git a/source/know/category/physics/index.md b/source/know/category/physics/index.md
new file mode 100644
index 0000000..5fecc13
--- /dev/null
+++ b/source/know/category/physics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Physics"
+layout: "category"
+---
diff --git a/source/know/category/plasma-physics/index.md b/source/know/category/plasma-physics/index.md
new file mode 100644
index 0000000..8e23912
--- /dev/null
+++ b/source/know/category/plasma-physics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Plasma physics"
+layout: "category"
+---
diff --git a/source/know/category/plasma-waves/index.md b/source/know/category/plasma-waves/index.md
new file mode 100644
index 0000000..4fb7b4a
--- /dev/null
+++ b/source/know/category/plasma-waves/index.md
@@ -0,0 +1,4 @@
+---
+title: "Plasma waves"
+layout: "category"
+---
diff --git a/source/know/category/quantum-information/index.md b/source/know/category/quantum-information/index.md
new file mode 100644
index 0000000..4fb3a26
--- /dev/null
+++ b/source/know/category/quantum-information/index.md
@@ -0,0 +1,4 @@
+---
+title: "Quantum information"
+layout: "category"
+---
diff --git a/source/know/category/quantum-mechanics/index.md b/source/know/category/quantum-mechanics/index.md
new file mode 100644
index 0000000..279062a
--- /dev/null
+++ b/source/know/category/quantum-mechanics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Quantum mechanics"
+layout: "category"
+---
diff --git a/source/know/category/statistics/index.md b/source/know/category/statistics/index.md
new file mode 100644
index 0000000..be0f520
--- /dev/null
+++ b/source/know/category/statistics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Statistics"
+layout: "category"
+---
diff --git a/source/know/category/stochastic-analysis/index.md b/source/know/category/stochastic-analysis/index.md
new file mode 100644
index 0000000..99827b4
--- /dev/null
+++ b/source/know/category/stochastic-analysis/index.md
@@ -0,0 +1,4 @@
+---
+title: "Stochastic analysis"
+layout: "category"
+---
diff --git a/source/know/category/surface-tension/index.md b/source/know/category/surface-tension/index.md
new file mode 100644
index 0000000..a0e8dbb
--- /dev/null
+++ b/source/know/category/surface-tension/index.md
@@ -0,0 +1,4 @@
+---
+title: "Surface tension"
+layout: "category"
+---
diff --git a/source/know/category/thermodynamic-ensembles/index.md b/source/know/category/thermodynamic-ensembles/index.md
new file mode 100644
index 0000000..57fb482
--- /dev/null
+++ b/source/know/category/thermodynamic-ensembles/index.md
@@ -0,0 +1,4 @@
+---
+title: "Thermodynamic ensembles"
+layout: "category"
+---
diff --git a/source/know/category/thermodynamics/index.md b/source/know/category/thermodynamics/index.md
new file mode 100644
index 0000000..1f1fa11
--- /dev/null
+++ b/source/know/category/thermodynamics/index.md
@@ -0,0 +1,4 @@
+---
+title: "Thermodynamics"
+layout: "category"
+---
diff --git a/source/know/category/two-level-system/index.md b/source/know/category/two-level-system/index.md
new file mode 100644
index 0000000..57d03f7
--- /dev/null
+++ b/source/know/category/two-level-system/index.md
@@ -0,0 +1,4 @@
+---
+title: "Two-level system"
+layout: "category"
+---