From cff3f653c7bee28bf22c2536b6c30f0077e51a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Thu, 26 Sep 2019 09:32:03 +0200 Subject: [PATCH] Use a new format to separate data --- content/_index.html | 183 ++++++++++----- layouts/shortcodes/getDataFilesName.html | 30 ++- static/data/abs/water_aug-cc-pVDZ.dat | 16 ++ static/data/{ => abs}/water_exp.dat | 19 +- static/data/fluo/water_aug-cc-pVQZ_CCSD.dat | 13 ++ static/data/zpe/water_6-31pGs_B3LYP.dat | 14 ++ static/scripts/data.js | 237 ++++++++++++++------ static/scripts/loadAllData.js | 11 + static/scripts/trueTypeOf.js | 7 + 9 files changed, 385 insertions(+), 145 deletions(-) create mode 100644 static/data/abs/water_aug-cc-pVDZ.dat rename static/data/{ => abs}/water_exp.dat (58%) create mode 100644 static/data/fluo/water_aug-cc-pVQZ_CCSD.dat create mode 100644 static/data/zpe/water_6-31pGs_B3LYP.dat create mode 100644 static/scripts/loadAllData.js create mode 100644 static/scripts/trueTypeOf.js diff --git a/content/_index.html b/content/_index.html index e8bdd684..b44f9191 100644 --- a/content/_index.html +++ b/content/_index.html @@ -4,8 +4,10 @@ date: 2019-08-29 09:00 draft: false --- + + {{< getDataFilesName >}} - -
+ + +
+ + + + +

Data

diff --git a/layouts/shortcodes/getDataFilesName.html b/layouts/shortcodes/getDataFilesName.html index 03d70618..f32acc58 100644 --- a/layouts/shortcodes/getDataFilesName.html +++ b/layouts/shortcodes/getDataFilesName.html @@ -1,11 +1,35 @@