From 87de29b62da874243a8f7e1f4653b465e03f89a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Thu, 29 Oct 2020 17:34:11 +0100 Subject: [PATCH] Improve website part --- Manuscript/QUEST_WIREs.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Manuscript/QUEST_WIREs.tex b/Manuscript/QUEST_WIREs.tex index 07b0f95..0bed6b8 100644 --- a/Manuscript/QUEST_WIREs.tex +++ b/Manuscript/QUEST_WIREs.tex @@ -698,7 +698,7 @@ The project containing two parts All the calculation are made locally on the dataset page. Firstly the website proposes to the user to import new data \ref{sec:tools}. these data are added to the current session (and removed after lost the page). -There are for multi selection dropdown list. Each dropdown depend to the previous. +There are for multi selection dropdown list. each list depends on the previous ones These lists allow to select information about the selected sets \ref{fig:scheme}. Molecules \ref{fig:molecules} methods and basis \ref{sec:methods}. After there are many filters to choose the properties of included excitations. @@ -708,9 +708,9 @@ We also provide a flag to take off all the value declared not safe. We declared uncertainty. \paragraph{Statistics calculations} We want to calculate the accuracy of each couple method/basis compared to the reference (usually TBEs). -for each method we define a vector containing all the energies of the user selected vertical transitions. -With $\meth$ a couple method/basis and $E^x_\meth$ the energy of the vertical excitation $\nEx$ for the method $\meth$. -And $\err_\meth$ the error vector of the method $\meth$ compared to the reference $\text{ref}$ +For each method we define a vector containing all the energies of the user selected vertical transitions. +With $\meth$ a couple method/basis and $E^x_\meth$ the energy of the vertical excitation $\nEx$ for the method $\meth$ +and $\err_\meth$ the error vector of the method $\meth$ compared to the reference $\text{ref}$ \begin{equation} \vec{E_\meth} = \qty{E^1_\meth, \ldots , E^\nEx_\meth} \end{equation} @@ -740,9 +740,9 @@ So the options, the {\LaTeX} \texttt{\textbackslash newcommand} to apply and the Each module is responsible to parse the \texttt{tabular} and return all the corresponding dataFiles as object. After, the main script output these objects to the corresponding files. Theses files can be used in the website By importing it temporarily or to make a pull request for the new data. -The modular aspect of this tool gives us enough flexibility to easily convert many types of {\LaTeX} \texttt{tabular} to a uniformed file format. +The modular aspect of this tool gives us enough flexibility to easily convert many types of {\LaTeX} \texttt{tabular} to a standardized file format. \paragraph*{ADC25generator} -The \texttt{ADC25generator} tool merge ADC(2) and ADC(3) metadata and calculate the ADC(2.5) energy from ADC(2) ADC(3) as +The \texttt{ADC25generator} tool merge ADC(2) and ADC(3) metadata and calculate the ADC(2.5) energy from ADC(2) and ADC(3) datafile as \begin{equation} E_\text{ADC(2.5)} = \frac{E_\text{ADC(2)}+E_\text{ADC(3)}}{2} \end{equation}