Add simple statistics to the project home page
[proteocache.git] / webapp / view / home.jsp
index db9857c..3c40ea7 100644 (file)
                        <div class="panel panel-default">
                        <div class="panel-heading">Execution statistics for the last days</div>
                        <div class="panel-body">
-                               Statistics plot
+                               <p style="font-weight:bold;">${total} jobs have been calculated with Jped over the last ${ndays} days:</p>
+                               <ul>
+                                       <li>${totalOK} jobs have been done without problems  (status: OK)</li>
+                                       <li>${totalStopped} jobs have been stopped (status: Stopped)</li>
+                                       <li>${totalTimeout} jobs haven't had enough time to complete (status: Time Out)</li>
+                                       <li>${totalError} jobs have been failed (status: Internal Error)</li>
+                               </ul>
                        </div>
                        </div>
                </div>
@@ -21,9 +27,9 @@
                        <div class="panel panel-default">
                        <div class="panel-heading">Overview</div>
                        <div class="panel-body">
-                               ProteoCache is as a repository of the result of running all tools in the Dundee Resource on
-                               complete proteomes.  The data are updated on a regular basis as tools are improved and genomes newly
-                               sequenced or updated.
+                               ProteoCache is as a repository and a caching system for Jpred and other tools of the Dundee Resource. 
+                               ProteoCache deals with both single proteins and complete proteomes.  The internal data are updated 
+                               on a regular basis as the tools are improved and proteomes are published and updated.
                        </div>
                        </div>
                </div>