[chronojump] Server: added log of uploaded sessions



commit 8dc53844c264359c5ddfad5bc8dd10ca81d61695
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue May 15 19:05:20 2012 +0200

    Server: added log of uploaded sessions

 .../r-sqlite/chronojump_server_log.sh              |   12 ++
 chronojump_server/r-sqlite/update-r-graphs         |    2 +
 web/server.html                                    |  127 +++++++++----
 web/server_es.html                                 |  199 +++++++++++++-------
 4 files changed, 235 insertions(+), 105 deletions(-)
---
diff --git a/chronojump_server/r-sqlite/chronojump_server_log.sh b/chronojump_server/r-sqlite/chronojump_server_log.sh
new file mode 100755
index 0000000..dda8cd6
--- /dev/null
+++ b/chronojump_server/r-sqlite/chronojump_server_log.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+FILE=/var/www/web/server/chronojump_server_log.html
+echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?><html xmlns=\"http://www.w3.org/1999/xhtml\"; xml:lang=\"en\" lang=\"es   \"><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><title>ChronoJump - measurement, management and statistics of sport short-time tests. </title><style type=\"text/css\">@import url(http://www.chronojump.org/style.css);</style></head><body>" > $FILE
+
+echo "<a2>Chronojump server log</a2><table border='0' cellspacing='4'><tr valign='top'><td><b>ID</b></td><td><b>Uploaded</b></td><td><b>Evaluator</b></td><td><b>Persons</b></td><td><b>Jumps<br>(simple)</b></td><td><b>Jumps<br>(reactive)</b></td></tr>" >> $FILE
+
+sqlite3 -html /root/.local/share/Chronojump/database/chronojump_server.db 'SELECT session.uniqueID, session.uploadedDate, SEvaluator.name, (SELECT COUNT(*) FROM person77,personSession77 WHERE person77.uniqueID=personSession77.personID AND session.uniqueID=personSession77.sessionID),(select count(*) from jump where jump.sessionid=session.uniqueID),(select count(*) from jumpRj where jumpRj.sessionid=session.uniqueID) FROM session, SEvaluator WHERE session.evaluatorID = SEvaluator.uniqueID GROUP BY session.uniqueID ORDER BY session.uniqueID DESC' >> $FILE
+
+echo "</table>" >> $FILE
+date  >> $FILE
+echo "<br>This table complements <a href=\"http://chronojump.org/server/images/evaluators.png\";>Chronojump server evaluators graph</a>" >> $FILE
+echo "</body></html>" >> $FILE
diff --git a/chronojump_server/r-sqlite/update-r-graphs b/chronojump_server/r-sqlite/update-r-graphs
index 0c7d9e8..fbd5102 100755
--- a/chronojump_server/r-sqlite/update-r-graphs
+++ b/chronojump_server/r-sqlite/update-r-graphs
@@ -24,6 +24,8 @@ convert -resize 225x225 tf_by_age.png small/tf_by_age.png
 convert -resize 225x225 ieiub.png small/ieiub.png
 convert -resize 225x225 tf_by_level_sex_jumptype.png small/tf_by_level_sex_jumptype.png
 
+./chronojump_server_log.sh
+
 rm /var/www/mono/need-to-update-r-graphs
 fi
 
diff --git a/web/server.html b/web/server.html
index 853e169..8bde1c5 100644
--- a/web/server.html
+++ b/web/server.html
@@ -48,9 +48,9 @@
 			<div id="slides">
 				<div id="slide1">
 					<ul>
-						<li><a href="#evaluators">Evaluators</a></li>
-						<li><a href="#persons">Persons</a></li>
-						<li><a href="#tests">Tests</a></li>
+						<li><a href="#evaluators"><img src="images/server-stats-types-evaluators.png"></a></li>
+						<li><a href="#persons"><img src="images/server-stats-types-persons.png"></a></li>
+						<li><a href="#tests"><img src="images/server-stats-types-tests.png"></a></li>
 					</ul>
 				</div>
 			</div>
@@ -63,7 +63,7 @@
 						<tr valign="top"><td rowspan="2">
 								<img src="server/images/small/evaluators.png" alt="Chronojump Server">
 								</td><td width="100%">
-								In this graph you can see the different contributors that have uploaded data in the server. Each contributor has two bars, one with the number of jumps uploaded, and other with number of persons uploaded.
+								In this graph you can see the different contributors that have uploaded data in the server.<br><br>You can see a more complete report in the <a href="http://chronojump.org/server/chronojump_server_log.html";>Chronojump server log</a>.
 								</td></tr>
 								<tr><td valign="bottom">
 										<a href="server/images/evaluators.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
@@ -77,7 +77,7 @@
 						<tr valign="top"><td rowspan="2">
 								<img src="server/images/small/persons.png" alt="Chronojump Server">
 								</td><td width="100%">
-								Here you can see a graph of the persons (atheltes) that are in server. This graph shows:
+								Here you can see a graph of the persons (athletes) that are in server. This graph shows:
 								<ul>
 									<li>Sport
 									<li>Country
@@ -93,66 +93,123 @@
 				</div>
 				<div id="tests">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
-							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
 								<img src="server/images/small/tf_by_jumps_boxplot.png" width="140" height="140">
-						</td><td width="100%">
-								This image shows a graph for males and another for females. Each graph plots boxplots of different simple jumps (only on flight time) that are on server.
+						</td><td colspan="3" width="100%">
+								<b>Flight times by jumps</b>
+								<br>This image shows a graph for males and another for females. Each graph plots boxplots of different simple jumps (only on flight time) that are on server.
 								<br><br>Each boxplot shows quantiles and rare values (if any).
 								<br>Also <i>n</i> value is shown.
 								</td></tr>
-								<tr><td valign="bottom">
+								<tr><td colspan="3" valign="bottom">
 										<a href="server/images/tf_by_jumps_boxplot.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
 				<div id="tests2">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
 							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
-								<img src="server/images/small/tf_by_extra_weight.png" width="140" height="140">
-						</td><td width="100%">
-								This image shows correlation between jumps flight time and extra weight.
+								<img src="server/images/small/tf_by_level_sex_jumptype.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Flight time by level, sex, jump type</b>
+								This is a four variable graph:
+								<ul>
+									<li>Flight time
+									<li>Practice level
+									<li>Jump type
+									<li>Sex
+								</ul>
 								</td></tr>
-								<tr><td valign="bottom">
-										<a href="server/images/tf_by_extra_weight.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_level_sex_jumptype.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
 				<div id="tests3">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
 							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/ieiub.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
-								<img src="server/images/small/tf_by_level_sex_jumptype.png" width="140" height="140">
-						</td><td width="100%">
-								This is a four variable graph:
+								<img src="server/images/small/ieiub.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>IE IUB</b>
+								<br>This is an indexes graph:
 								<ul>
-									<li>Height of jump
-									<li>Practice level
-									<li>Jump type
-									<li>Sex
+									<li>IE (relationship between CMJ and SJ)
+									<li>IUB (relationship between ABK and CMJ)
 								</ul>
 								</td></tr>
-								<tr><td valign="bottom">
-										<a href="server/images/tf_by_level_sex_jumptype.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/ieiub.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+							</td>
+					</tr></table>
+				</div>
+				<div id="tests4">
+					<table id="server" border="0">
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr>
+							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
+						</tr>
+						<tr valign="top"><td colspan="2" rowspan="2">
+								<img src="server/images/small/tf_by_extra_weight.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Correlations extra weight - flight time</b>
+								<br>This image shows correlation between jumps flight time and extra weight.
+								</td></tr>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_extra_weight.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+							</td>
+					</tr></table>
+				</div>
+				<div id="tests5">
+					<table id="server" border="0">
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr>
+							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><img src="server/images/small/tf_by_age.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+						</tr>
+						<tr valign="top"><td colspan="2" rowspan="2">
+								<img src="server/images/small/tf_by_age.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Correlations age - flight time</b>
+								<br>This image shows correlation between jumps flight time and age of persons at session date.
+								</td></tr>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_age.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
diff --git a/web/server_es.html b/web/server_es.html
index 68ca49b..01f915b 100644
--- a/web/server_es.html
+++ b/web/server_es.html
@@ -16,7 +16,7 @@
 			<table cellpadding="0" cellspacing="0" width="800" border="0" align="center">
 				<tr>
 					<td rowspan="2" valign="bottom" align="left">
-						<div align="left"><a href="index_es.html"><img src="images/chronojump-boscosystem.png" alt="Chronojump main site" height="76" width="198" border="0"></a></div>
+						<div align="left"><a href="http://chronojump.org/";><img src="images/chronojump-boscosystem.png" alt="Chronojump main site" height="76" width="198" border="0"></a></div>
 					</td>
 					<td valign="center" align="center" width="100%">
 						<center>
@@ -48,9 +48,9 @@
 			<div id="slides">
 				<div id="slide1">
 					<ul>
-						<li><a href="#evaluators">Evaluadores</a></li>
-						<li><a href="#persons">Personas</a></li>
-						<li><a href="#tests">Tests</a></li>
+						<li><a href="#evaluators"><img src="images/server-stats-types-evaluators.png"></a></li>
+						<li><a href="#persons"><img src="images/server-stats-types-persons.png"></a></li>
+						<li><a href="#tests"><img src="images/server-stats-types-tests.png"></a></li>
 					</ul>
 				</div>
 			</div>
@@ -63,7 +63,8 @@
 						<tr valign="top"><td rowspan="2">
 								<img src="server/images/small/evaluators.png" alt="Chronojump Server">
 								</td><td width="100%">
-								En este grÃfico puede ver los diferentes evaluadores que han subido sus contribuciones. Cada evaluador dispone de dos barras, una para el nÃmero de saltos subidos y otra para el numero de sujetos aÃadidos.
+								En este grÃfico puede ver los diferentes evaluadores que han subido sus contribuciones.
+								<br><br>Puede ver un informe mÃs completo (en inglÃs) en el <a href="http://chronojump.org/server/chronojump_server_log.html";>Chronojump server log</a>.
 								</td></tr>
 								<tr><td valign="bottom">
 										<a href="server/images/evaluators.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
@@ -77,14 +78,14 @@
 						<tr valign="top"><td rowspan="2">
 								<img src="server/images/small/persons.png" alt="Chronojump Server">
 								</td><td width="100%">
-								Aquà puede ver un grÃfico de las personas (deportistas) que han sido subidos al servidor. El grÃfico muestra:
-								<ul>
-									<li>Deporte
-									<li>PaÃs
-									<li>Edad
-									<li>GÃnero
-									<li>Nivel (de prÃctica)
-								</ul>
+									Aquà puede ver un grÃfico de las personas (deportistas) que han sido subidos al servidor. El grÃfico muestra:
+									<ul>
+										<li>Deporte
+										<li>PaÃs
+										<li>Edad
+										<li>GÃnero
+										<li>Nivel (de prÃctica) 
+									</ul>
 								</td></tr>
 								<tr><td valign="bottom">
 										<a href="server/images/persons.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
@@ -93,116 +94,174 @@
 				</div>
 				<div id="tests">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
-							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
 								<img src="server/images/small/tf_by_jumps_boxplot.png" width="140" height="140">
-						</td><td width="100%">
-								En esta imagen puede ver un grÃfico para hombres y otro para mujeres. Cada grÃfico muestra cajas de saltos simples (con sÃlo un tiempo de vuelo) que han sido subidos al servidor.
+						</td><td colspan="3" width="100%">
+								<b>Tiempos de vuelo en funciÃn del tipo de salto</b>
+								<br>En esta imagen puede ver un grÃfico para hombres y otro para mujeres. Cada grÃfico muestra cajas de saltos simples (con sÃlo un tiempo de vuelo) que han sido subidos al servidor.
 								<br><br>Cada caja muestra los cuartiles y los valores extraÃos (si los hay).
 								<br>TambiÃn se muestra la <i>n</i>.
 								</td></tr>
-								<tr><td valign="bottom">
+								<tr><td colspan="3" valign="bottom">
 										<a href="server/images/tf_by_jumps_boxplot.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
 				<div id="tests2">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
 							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
-								<img src="server/images/small/tf_by_extra_weight.png" width="140" height="140">
-						</td><td width="100%">
-								Esta imagen muestra la correlaciÃn entre tiempo de vuelo y peso extra.
+								<img src="server/images/small/tf_by_level_sex_jumptype.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Tiempo de vuelo en funciÃn de nivel, gÃnero, tipo de salto</b>
+								Este es un grÃfico de cuatro variables:
+								<ul>
+									<li>Tiempo de vuelo
+									<li>Nivel de prÃctica
+									<li>Tipo de salto
+									<li>GÃnero
+								</ul>
 								</td></tr>
-								<tr><td valign="bottom">
-										<a href="server/images/tf_by_extra_weight.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_level_sex_jumptype.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
 				<div id="tests3">
 					<table id="server" border="0">
-						<tr><th colspan="3"><h3>Chronojump Server - Tests stats</h3></th></tr>
-						<tr><td colspan="3" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
 						<tr>
 							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
-							<td><a href="#tests2"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
-							<td><a href="#tests3"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/ieiub.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
 						</tr>
 						<tr valign="top"><td colspan="2" rowspan="2">
-								<img src="server/images/small/tf_by_level_sex_jumptype.png" width="140" height="140">
-						</td><td width="100%">
-								Este es un grÃfico de cuatro variables:
+								<img src="server/images/small/ieiub.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>IE IUB</b>
+								<br>Ãndices:
 								<ul>
-									<li>Altura del salto
-									<li>Nivel de prÃctica
-									<li>Tipo de salto
-									<li>GÃnero
+									<li>Indice de Elasticidad (relaciÃn entre CMJ y SJ)
+									<li>Indice de UtilizaciÃn de Brazos (relaciÃn entre ABK y CMJ)
 								</ul>
 								</td></tr>
-								<tr><td valign="bottom">
-										<a href="server/images/tf_by_level_sex_jumptype.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/ieiub.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+							</td>
+					</tr></table>
+				</div>
+				<div id="tests4">
+					<table id="server" border="0">
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr>
+							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+							<td width="100%"><a href="#tests5"><img src="server/images/small/tf_by_age.png" width="60" height="60"></a></td>
+						</tr>
+						<tr valign="top"><td colspan="2" rowspan="2">
+								<img src="server/images/small/tf_by_extra_weight.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Correlaciones peso extra - tiempo de vuelo</b>
+								<br>Esta imagen muestra la correlaciÃn entre tiempo de vuelo y peso extra.
+								</td></tr>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_extra_weight.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
+							</td>
+					</tr></table>
+				</div>
+				<div id="tests5">
+					<table id="server" border="0">
+						<tr><th colspan="5"><h3>Chronojump Server - Tests stats</h3></th></tr>
+						<tr><td colspan="5" bgcolor="#6c77ab" height="1px"></td></tr>
+						<tr>
+							<td><a href="#tests"><img src="server/images/small/tf_by_jumps_boxplot.png" width="60" height="60"></a></td>
+							<td><a href="#tests2"><img src="server/images/small/tf_by_level_sex_jumptype.png" width="60" height="60"></a></td>
+							<td><a href="#tests3"><img src="server/images/small/ieiub.png" width="60" height="60"></a></td>
+							<td><a href="#tests4"><img src="server/images/small/tf_by_extra_weight.png" width="60" height="60"></a></td>
+							<td width="100%"><img src="server/images/small/tf_by_age.png" width="60" height="60" style="border-width: 1px;border-color: orange;"></td>
+						</tr>
+						<tr valign="top"><td colspan="2" rowspan="2">
+								<img src="server/images/small/tf_by_age.png" width="140" height="140">
+						</td><td colspan="3" width="100%">
+								<b>Correlaciones edad - tiempo de vuelo</b>
+								<br>Esta imagen muestra la correlaciÃn entre tiempo de vuelo y edad.
+								</td></tr>
+								<tr><td colspan="3" valign="bottom">
+										<a href="server/images/tf_by_age.png"><img src="images/zoom.png" alt="Zoom image" border="0"></a>
 							</td>
 					</tr></table>
 				</div>
 				<div id="reliability">
 					<table id="all_vert_space">
-						<tr><th colspan="2"><h3>Fiabilidad en el servidor. Dos niveles:</h3></th></tr>
+						<tr><th colspan="2"><h3>Reliability on the server. Two levels:</h3></th></tr>
 						<tr><td colspan="2" bgcolor="#6c77ab" height="1px"></td></tr>
 
 						<tr valign="top"><td colspan="2">
-<b>1)<span style="background-color: yellow">Datos generales</b></span> Los <i>sube</i> cualquiera que disponga de la tecnologÃa.
-<br><b>2)<span style="background-color: #ccff00">Datos fiables</b></span> Acreditados por el grupo de investigaciÃn SAFE (Universitat Ramon Llull).
+<b>1)<span style="background-color: yellow">General data</b></span> Uploaded by anyone with the technology.
+<br><b>2)<span style="background-color: #ccff00">Reliable data</b></span> Accredited by SAFE research group (Universitat Ramon Llull).
 								</td></tr>
 <tr valign="top"><td width="50%">
-<span style="background-color: #ccff00"><b>Datos fiables</b></span>. Perfil <b>Evaluador-entrenador</b>
+<span style="background-color: #ccff00"><b>Reliable data</b></span>. Profile <b>Evaluator-trainer</b>
 <ul id="nospace">
-  <li>TitulaciÃn de entrenador nacional.
-  <li>Trabajo actual: club, instituciÃn, categorÃa.
-  <li>AÃos de entrenador en Ãlite.
-  <li>Historial de entrenador: deportes y modalidades.
-  <li>Experiencia en utilizaciÃn de instrumentos de medida.
-  <li>Trayectoria profesional (100 palabras).
+  <li>National trainer.
+  <li>Current work: club, institution, category.
+  <li>Years as elite trainer.
+  <li>Historical on trained sports and specialties.
+  <li>Experience on using measurement equipment.
+  <li>Career (100 words)
 </ul>
 </td><td>
-<span style="background-color: #ccff00"><b>Datos fiables</b></span>. Perfil <b>Evaluador-investigador</b>
+<span style="background-color: #ccff00"><b>Reliable data</b></span>. Profile <b>Evaluator-researcher</b>
 <ul id="nospace">
-  <li>TitulaciÃn conseguida. ÂEs profesor universitario?
-  <li>Investigaciones en ciencias del deporte usando la medida.
-  <li>Otras investigaciones. AÃos de investigador.
-  <li>Grupos de investigaciÃn universitarios.
-  <li>Becas obtenidas.
-  <li>Trayectoria profesional (100 palabras).
+  <li>Maximum reached degree.
+  <li>Teacher at University?
+  <li>Sport science researches using measure.
+  <li>Other researches. Years as researcher.
+  <li>University research groups.
+  <li>Received grants.
+  <li>Career (100 words)
 </ul>
 								</td></tr>
 						<tr valign="top"><td colspan="2">
-<span style="background-color: #ccff00"><b>Datos fiables</b></span>. Criterios <b>por sesiÃn</b>: 
-Consentimiento informado -
-Calentamiento -
-Variaciones del protocolo (si las hay) -
-Protocolos de nuevos tests y validaciones (si los hay) -
-Los datos han sido publicados? DÃnde? -
-JustificaciÃn de la investigaciÃn (100 palabras).
+<span style="background-color: #ccff00"><b>Reliable data</b></span>. Criteria <b>by session</b>: 
+Informed consent -
+Warming up -
+Protocol variations (if any) -
+New tests protocols and validations (if any) -
+Data has been published? Where? -
+Justification of the research (100 words).
 								</td></tr>
 					</tr></table>
 				</div>
 			</div>
 			<div id="note">
 				<font size="2">
-					<br>Chronojump dispone de un servidor para compartir datos entre usuarios.
-					<br>El servidor recoger y muestra datos aportados por los usuarios.
-					<br><br><a href="server_es.html#reliability">Fiabilidad en el servidor</a>.
+					<br>Chronojump has a server in order to share data between users.
+					<br>Server started to collect and show data (thanks to users contribution).
+					<br><br><a href="server.html#reliability">Realiability on the server</a>.
 				</font>
 			</div>
 		</div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]