aboutsummaryrefslogtreecommitdiffstats
path: root/2020/04/mathml.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-27 17:05:42 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-27 17:05:42 -0700
commitb8e167ccb7409e684fa8dd6b1a8cf55b1ecebc50 (patch)
treee53eab62f1b227e540536fedcecba8b86067ccaa /2020/04/mathml.md
parent635c962de8897bdac95e197702b82219131e1d28 (diff)
downloadmodelthought-b8e167ccb7409e684fa8dd6b1a8cf55b1ecebc50.tar.gz
modelthought-b8e167ccb7409e684fa8dd6b1a8cf55b1ecebc50.zip
add notes from April 2020
Diffstat (limited to '2020/04/mathml.md')
-rw-r--r--2020/04/mathml.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/2020/04/mathml.md b/2020/04/mathml.md
new file mode 100644
index 0000000..6957680
--- /dev/null
+++ b/2020/04/mathml.md
@@ -0,0 +1,21 @@
+
+<https://www.w3.org/TR/MathML3/>
+
+<https://en.wikipedia.org/wiki/MathML>
+
+"Strict Content MathML" is a subset, compatible with Open Math (which is itself an XML encoding).
+
+Systems Biology Markup Language (SBML) is another XML schema for representing
+models of biological systems and chemical reactions.
+=> <http://sbml.org/More_Detailed_Summary_of_SBML>
+
+There are a bunch of non-printing "entities" (characters) with Unicode mappings:
+
+U+2061 FUNCTION APPLICATION;
+U+2062 INVISIBLE TIMES;
+U+2063 INVISIBLE SEPARATOR;
+U+2064 INVISIBLE PLUS;
+
+
+Presumably, we'll want to support reading *content* MathML, and output eithr
+content or presentation.