diff --git a/config.toml b/config.toml index 2a8906d0..a437fe2d 100644 --- a/config.toml +++ b/config.toml @@ -3,4 +3,26 @@ languageCode = "en-us" DateForm = "12-30-2006" title = "exdatabaseLCPQ" DefaultContentLanguage = "en" -theme = "beautifulhugo" \ No newline at end of file +theme = "beautifulhugo" +[Author] +# name = "M. VĂ©ril" +# email = "user@example.com" +# github = "lcpq" + twitter = "LCPQ_UMR5626" +# reddit = "username" +# linkedin = "username" +# xing = "username" +# stackoverflow = "users/XXXXXXX/username" +# snapchat = "username" +# instagram = "username" +# youtube = "channel/UC3a7Yakg9gk36G3HKDIFaYw" +# soundcloud = "username" +# spotify = "username" +# bandcamp = "username" +# itchio = "username" +# keybase = "username" + +[[menu.main]] + name = "One dataset" + url = "onedataset" + weight = 1 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 27301f4b..8e5e84ac 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,7 +15,7 @@ Other data are calculated with this quantities With the following equations :
$$ E_\text{Adia} \simeq \frac{E_{Abs}+E_{Fluo}}{2}\ $$
$$ E_\text{0-0} \simeq E_\text{Adia}-E_\text{ZPE} $$
-[Watch one dataset]({{< ref "onedataset.html" >}}) +{{< figure src="/images/figure-geom-1.png" title="Figure 1" caption="Representation of transition energies and energy differences" >}} [Watch multiple dataset]({{< ref "multipledataset.html" >}}) diff --git a/static/data/abs/water_exp.dat b/static/data/abs/water_exp.dat index e1a3fb64..84a0f637 100644 --- a/static/data/abs/water_exp.dat +++ b/static/data/abs/water_exp.dat @@ -5,8 +5,8 @@ # geom : experimental # DOI : 10.1021/acs.jctc.8b00406 -# Initial state Final state Energies (eV) -####################### ####################### ############### +# Initial state Final state Energies (eV) +####################### ####################### ############ # Spin Number Symm Spin Number Symm E_abs 1 1 A_1 1 1 B_1 7.41 1 1 A_1 1 1 A_2 9.20 diff --git a/static/images/figure-geom-1.png b/static/images/figure-geom-1.png new file mode 100644 index 00000000..57158cfc Binary files /dev/null and b/static/images/figure-geom-1.png differ