From ecbb5f57cf266a3000dfca4582b88a2f3877c824 Mon Sep 17 00:00:00 2001 From: Harold MOUCHERE <harold.mouchere@univ-nantes.fr> Date: Sun, 14 Nov 2021 20:29:47 +0100 Subject: [PATCH] update links in subject --- subject/main_MathProject.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subject/main_MathProject.tex b/subject/main_MathProject.tex index 070209f..337f498 100644 --- a/subject/main_MathProject.tex +++ b/subject/main_MathProject.tex @@ -65,7 +65,7 @@ Figure \ref{figInk}(a) displays the ink traces as written by the user. The groun \end{figure} -Inkml files can be rendered with this on-line tool: \url{http://saskatoon.cs.rit.edu/inkml_viewer/} +Inkml files can be rendered with this webbased tool inkml\_viewer available \href{https://uncloud.univ-nantes.fr/index.php/s/OdAtErZgxKGjsNy}{here}. \subsection{Output: LG} LG handles for "Labelled Graph". A handwritten expression can be represented by a labeled graph, where nodes are strokes and edges represent relationships between strokes and symbols. Figure \ref{figLG} provides an example of how label graphs are defined. @@ -180,7 +180,7 @@ You will find this content: \end{itemize} \section{Tools} -Both libraries `lgeval` and `crohmelib` are available on-line extradoc and DPRL website\footnote{\url{https://www.cs.rit.edu/~dprl/CROHMELib_LgEval_Doc.html}} which contains also several useful explanations. Remember to define the environment variable, as explain in the documentation: +Both libraries `lgeval` and `crohmelib` are available on-line on extradoc or uncloud. Remember to define the environment variable, as explain in the documentation: \begin{verbatim} export CROHMELibDir=[path_to_CROHMELib] export LgEvalDir=[path_to_LgEval] -- GitLab