Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a new image of squeeze cause the pipol one is broken
[simgrid.git] / website / contrib.doc
index e85ae94..4e3c768 100644 (file)
@@ -93,6 +93,47 @@ contrib/ALNeM).
 
 (nothing for now)
 
+\section contrib_partners Projects that facilitates SimGrid usability
+
+<a href="http://triva.gforge.inria.fr/">TRIVA</a> is an open-source tool used to analyze traces (in the pajé format) registered during the execution of parallel applications. The tool serves also as a sandbox to the development of new visualization techniques. Some features include:
+  - Temporal integration using dynamic time-intervals
+  - Spatial aggregation through hierarchical traces
+  - Scalable visual analysis with Squarified Treemaps
+  - A Custom Graph Visualization 
+
+SimGrid includes a tracing system capable to generate traces that can be easily visualized using Triva. It is so since version 3.4 (and works seemly since version 3.6). It is very useful when you to understand why and how your simulation behaves, so let's have a look to the vids on <a href="http://triva.gforge.inria.fr/">TRIVA website</a>.  
+
+\section contrib_page_ranking Page ranking
+
+\li If you want to help SimGrid in being well ranked in google with the good keyword, juste copy/paste 
+this code to reference simgrid in your web page :
+
+\verbatim
+<a href="http://simgrid.gforge.inria.fr/" title="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator">Simgrid</a>
+\endverbatim
+
+The output looks like this : 
+\htmlonly
+<a href="http://simgrid.gforge.inria.fr/" title="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator">Simgrid</a>
+\endhtmlonly
+
+\li You can also use this logo-embedded version if you want to :
+
+\verbatim
+<a href="http://simgrid.gforge.inria.fr/" title="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator">
+       <img src="http://simgrid.gforge.inria.fr/logos/SIMGRID_Logo_Thumbs_up.png"
+       alt="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator" align="center">
+</a>
+\endverbatim
+
+Here is the output of it : 
+\htmlonly
+<a href="http://simgrid.gforge.inria.fr/" title="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator">
+       <img src="http://simgrid.gforge.inria.fr/logos/SIMGRID_Logo_Thumbs_up.png"
+       alt="Scalable simulation of distributed systems : grid simulator, P2P simulator, MPI simulator" align="center">
+</a>
+\endhtmlonly
+
 */
 
 \author Arnaud Legrand (arnaud.legrand::imag.fr)