From e0e3bb15973d2922860dbe2294c4b3d189726c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 9 Nov 2021 10:37:33 +0100 Subject: [PATCH] Support LaTex in molecule name --- content/dataset.html | 7 +- static/js/GeometriesLoader.js | 6 +- static/js/MoleculeFormater.js | 35 ++ static/js/texparser.js | 385 +++++++++++++++ static/js/unicodetable.js | 864 ++++++++++++++++++++++++++++++++++ tools/lib/data.py | 3 +- 6 files changed, 1293 insertions(+), 7 deletions(-) create mode 100644 static/js/MoleculeFormater.js create mode 100644 static/js/texparser.js create mode 100644 static/js/unicodetable.js diff --git a/content/dataset.html b/content/dataset.html index 312d3587..773cf2c8 100644 --- a/content/dataset.html +++ b/content/dataset.html @@ -31,6 +31,9 @@ draft: false + + +