From 521e0852900467e0884e68b4239aee91dbbf37ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Wed, 9 Oct 2019 20:10:48 +0200 Subject: [PATCH] Modernisation of the html --- content/multipledataset.html | 368 ++++++++++++++++++----------------- content/onedataset.html | 357 ++++++++++++++++----------------- 2 files changed, 368 insertions(+), 357 deletions(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index c60ffd45..93967342 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -17,258 +17,258 @@ draft: false type="text/javascript"> {{< getDataFilesName >}} -

- In this page you can compare multiple dataset and have somme statistics to evaluate method or basis accuracy. - For this follow this steps -

    -
  1. Select a value type (Absorbtion, fluorescence or \(\Delta \text{ZPE}\))
  2. -
  3. You can add custom files if you want
  4. -
  5. Choose each parameters (of course you can select multiples values for each)
  6. - -
  7. Select a reference from already selected data (by default the first is already selected)
  8. -
  9. Now you can see the list of selected data and some statistics about these data
  10. -
-

-
+

+ In this page you can compare multiple dataset and have somme statistics to evaluate method or basis accuracy. + For this follow this steps +

    +
  1. Select a value type (Absorbtion, fluorescence or \(\Delta \text{ZPE}\))
  2. +
  3. You can add custom files if you want
  4. +
  5. Choose each parameters (of course you can select multiples values for each)
  6. +
      +
    • Molecule
    • +
    • Method
    • +
    • Paper
    • +
    +
  7. Select a reference from already selected data (by default the first is already selected)
  8. +
  9. Now you can see the list of selected data and some statistics about these data
  10. +
+

+ +
Data type @@ -276,26 +276,34 @@ draft: false -
- - -
- - - - - - -
- - -
- - -
-
-
+
+
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+
@@ -311,8 +319,8 @@ draft: false
Molecule
- -
+
+
@@ -331,5 +339,5 @@ draft: false
Method
- +
{{< waitModal >}} \ No newline at end of file diff --git a/content/onedataset.html b/content/onedataset.html index b6c86575..686f96b6 100644 --- a/content/onedataset.html +++ b/content/onedataset.html @@ -3,186 +3,189 @@ title: "One dataset" date: 2019-08-29 09:00 draft: false --- - - - - - - - - - - {{< getDataFilesName >}} - + + + + + + + +{{< getDataFilesName >}} + -

- In this page you can calculate \(E_\text{adia}\) \(E_\text{0-0}\) from \(E_\text{abs}\) \(E_\text{fluo}\) and \(\Delta E_\text{ZPE}\) - For this select a method for absorption, fluorescence or ZPE -

-
- + } + var tb = $("#ex_table > tbody"); + $(tb).empty() + for (const el of window.data.excitations) { + row = $("") + var rowd = [] + rowd.push(String.raw`${LatexInline[0]} ${el.initial.toLaTeX()} \rightarrow ${el.final.toLaTeX()}${LatexInline[1]}`) + var e = [el.Eabs, el.Efluo, el.EZPE, el.Eadia, el.Ezz] + e.forEach((val) => rowd.push(noNanPrecision(val, 3))) + for (d of rowd) { + $("").text(d).appendTo(row) + } + tb.append(row) + } + await MathJax.typesetPromise(); + $("#ex_sec").attr("hidden", false) + await MathJax.typesetPromise(); + processingIndicator.isActive = false + } + +

+ In this page you can calculate \(E_\text{adia}\) \(E_\text{0-0}\) from \(E_\text{abs}\) \(E_\text{fluo}\) and \(\Delta + E_\text{ZPE}\) + For this select a method for absorption, fluorescence or ZPE +

+
+
+ +
- - - - + +
-

Data

-

-

- -

- {{< waitModal >}} \ No newline at end of file +
+ + +
+
+ + +
+
+

Data

+
+
+ +
+{{< waitModal >}} \ No newline at end of file