<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Socnet</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Socnet"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/Socnet"/>
	<updated>2026-04-23T09:24:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=12403</id>
		<title>Social Network Generation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=12403"/>
		<updated>2007-01-26T13:03:35Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page is under construction...&lt;br /&gt;
&lt;br /&gt;
== Social Network Characterization == &lt;br /&gt;
&lt;br /&gt;
Social networks involve persons or groups called actors and relationship between them, with a lot of variety in the kind of actors and relationships.  As described in Wasserman and Faust, actors can be people, subgroups, organizations or collectivities; relations may be friendship (relationships), interactions, communications, transactions, movement or kinship.  However, the nature of actors and relations does not really matter: we focus on their structure.  We can classify the social networks studied in the literature in three categories:&lt;br /&gt;
* Tree-like are trees with additional links forming cycles with a specified probability. This category includes genealogy data and very sparse graphs such as Sexually-Transmitted Disease (STD) transmission patterns.  We call them “almost trees” because they have are mostly acyclic and nodes have very few parents.&lt;br /&gt;
* Almost complete graphs are complete graphs with missing relations. For example, data about trade between countries, cities or companies are almost complete graphs.  They are interesting to study as valued graphs; since they usually carry values on their edges.&lt;br /&gt;
* Small-world networks (also scale-free or power-law degree-distribution networks) have been studied intensely since they were first described in Watts and Strogatz.  They defined them as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  They are locally dense (sparse with dense sub-graphs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Three methods exist to select datasets for assessing the quality of analysis systems in the context of social networks: selecting one or two real datasets hoping they are representative, selecting several datasets or generating random datasets with well-known characteristics shared by social networks.  With this last method, one should generate datasets with a controlled set of properties and evaluate the systems knowing the properties in advance.  It should then eliminate biases linked to a particular dataset and eases the replication of experiments.  Unfortunately, while generating tree-like and almost-complete graphs is relatively straightforward, generating graphs with a small-world network structure is still a research topic for computer scientists and physicists.  This page shows the results of popular and available network generators.  In light of the real social networks we present in the [[#Real Social Networks]], we consider them unsuitable for evaluations since users can easily notice their artifical nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues on Social Network Generation for Evaluating Visualizations ==&lt;br /&gt;
&lt;br /&gt;
Watts and Strogatz first described in (Watts, D. J. and S. H. Strogatz (1998). &amp;quot;Collective dynamics of &#039;small-world&#039; networks.&amp;quot; Nature 393: 440 - 442)  the concept of small-world networks.  They formalized these networks as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  In the same paper they propose a basic model fitting these properties consisting in a grid (fixed local neighborhood) with additional links simulating some unexpected relations support to the six degrees of separation discovered by Milgram (Milgram, S. (1967). &amp;quot;The small world problem.&amp;quot; Psychology Today: 60-67). Barabási and Albert proposed an incremental model to improve it (Barabási, A.-L. and R. Albert (1999). &amp;quot;Emergence of Scaling in Random Networks.&amp;quot; Science 286(5439): 509 - 512.&lt;br /&gt;
).  Since Watts and Strogatz’ model, several have been proposed each generating networks with one or two of the described properties (power-law) but none combine the three of them.&lt;br /&gt;
&lt;br /&gt;
Here are some results of available generators present in the JUNG package. Let&#039;s note that for each network generated we only keep the biggest component.  Generators present in Pajek[http://vlado.fmf.uni-lj.si/pub/networks/pajek/] and Geomi[http://www.cs.usyd.edu.au/~visual/valacon/geomi/] are incremental scale-free networks generators such as the Barabasi and Albert model.&lt;br /&gt;
&lt;br /&gt;
=== About datasets and representations ===&lt;br /&gt;
&lt;br /&gt;
* All datasets are downloadable in GraphMl format.&lt;br /&gt;
* Node-Link diagrams are ordered with the linLog algorithm of Andreas Noack [Graph Drawing 2005] (with edge-repulsion coefficient of 2.5f). &lt;br /&gt;
* Matrices are shown both with the initial order (middle image) and reordered with the TSP-Based algorithm (right image) described by Henry and Fekete [Infovis 2006].&lt;br /&gt;
&lt;br /&gt;
=== Small-World Generators ===&lt;br /&gt;
&lt;br /&gt;
WattsBetaSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
&#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of nodes in the ring lattice), &#039;&#039;&#039;beta&#039;&#039;&#039; (the probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph) and &#039;&#039;&#039;degree&#039;&#039;&#039;( the number of edges connected to each vertex; the local neighborhood size). Degree must be even.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11||W12&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numVertices&#039;&#039;&#039;||47||47||47||47||47||47||47||47||47||47||47||&#039;&#039;&#039;94&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;beta&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||&#039;&#039;&#039;0.3&#039;&#039;&#039;||&#039;&#039;&#039;0.5&#039;&#039;&#039;||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.9&#039;&#039;&#039;||0.3||0.3||0.3||0.3||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||0.1 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;degree&#039;&#039;&#039;||6||6||6||6||6||&#039;&#039;&#039;2&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||&#039;&#039;&#039;10&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||8&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||47||47||47||47||47||47||47||47||47||47||47||94&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||282||282||282||282||282||94||188||376||470||188||376||752&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||2||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.36||0.36||0.36||0.36||0.36||0.21||0.29||0.41||0.46||0.29||0.41||&#039;&#039;&#039;0.29&#039;&#039;&#039;&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.51||0.25||0.15||0.09||0.12||0.23||0.25||0.32||0.38||0.07||0.53||&#039;&#039;&#039;0.52&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|diameter||6||4||4||4||4||-||6||4||3||5||5||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.97||2.4||2.32||2.3||2.29||-||3.24||2.15||1.98||2.83||2.56||3.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||5||4||4||3||4||1||2||5||8||2||7||6&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||8||9||9||9||9||4||6||10||13||8||10||10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.1_6.xml SmallWorld_47_0.1_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_6.JPG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_6.xml SmallWorld_47_0.3_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.3_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.3_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.5_6.xml SmallWorld_47_0.5_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.5_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.5_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.5_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4  [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.7_6.xml SmallWorld_47_0.7_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.9_6.xml SmallWorld_47_0.9_6.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.9_6.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.9_6.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.9_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6  [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_2.xml SmallWorld_47_0.3_2.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_2.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_2.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_2.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_4.xml SmallWorld_47_0.3_4.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_4.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_4.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_8.xml SmallWorld_47_0.3_8.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_8.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_8.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W9 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_10.xml SmallWorld_47_0.3_10.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_10.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_10.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W10 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.7_4.xml SmallWorld_47_0.7_4.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_4.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_4.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.1_8.xml SmallWorld_47_0.1_8.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W12 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_94_0.1_8.xml SmallWorld_94_0.1_8.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_94_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_94_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_94_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KleinbergSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&#039;&#039;&#039;latticeSize&#039;&#039;&#039; (the lattice size (length of row or column dimension)) and &#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; (the clustering exponent parameter).&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;latticeSize&#039;&#039;&#039; || 7 || 7 || 7 || 7 || 7 || 7 || 7 || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; ||&#039;&#039;&#039;0.1&#039;&#039;&#039; || &#039;&#039;&#039;0.5&#039;&#039;&#039; || &#039;&#039;&#039;1&#039;&#039;&#039;|| &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;2.5&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;12&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|numVertices || 49 || 49 || 49 || 49 || 49 || 49 || 49 || 100 || 100 || 100 || 100&lt;br /&gt;
|-&lt;br /&gt;
|numEdges || 490 || 490 || 490 || 490 || 490 || 490 || 490 || 1000 || 1000 || 1000 || 1000&lt;br /&gt;
|-&lt;br /&gt;
|components || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.32 || 0.32 || 0.32 || 0.32&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient || 0.08 || 0.09 || 0.14 || 0.19 || 0.19 || 0.26 || 0.32 || 0.18 || 0.23 || 0.32 || 0.33&lt;br /&gt;
|-&lt;br /&gt;
|diameter || 4 || 4 || 4 || 4 || 4 || 5 || 5 || 5 || 6 || 7 || 7&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance || 2.38 || 2.36 || 2.37 || 2.44 || 2.48 || 2.54 || 2.73 || 3.1 || 3.57 || 3.65 || 3.68&lt;br /&gt;
|-&lt;br /&gt;
|minDegree || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree || 14 || 12 || 13 || 12 || 12 || 13 || 12 || 13 || 13 || 14 || 12&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_0.1.xml SmallWorld_49_0.1.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.1.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.1.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.1.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_0.5.xml SmallWorld_49_0.5.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_1.0.xml SmallWorld_49_1.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_1.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_1.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_1.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_2.0.xml SmallWorld_49_2.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_2.5.xml SmallWorld_49_2.5.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_4.0.xml SmallWorld_49_4.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7  [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_8.0.xml SmallWorld_49_8.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8  [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_2.0.xml SmallWorld_100_2.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W9 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_4.0.xml SmallWorld_100_4.0.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W10 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_8.0.xml SmallWorld_100_8.0.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_12.0.xml SmallWorld_100_12.0.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_12.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_12.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_12.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Scale-Free Networks Generator ===&lt;br /&gt;
&lt;br /&gt;
BarabasiAlbertGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;init_vertices&#039;&#039;&#039; (number of vertices that the graph should start with), &#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039; (the number of edges that should be attached from the new vertex to pre-existing vertices at each time step) and &#039;&#039;&#039;numSteps&#039;&#039;&#039; (number of time steps).  init_vertices must be superior or equal to numEdgesToAttach.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;init_vertices&#039;&#039;&#039;||4||4||4||4||2||2||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039;||2||2||2||1||1||1||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numSteps&#039;&#039;&#039;||10||50||100|| 100||100||50||50||50&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||14||53||104|| 80||76||51||52||54&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||40||200||400||158||150||100||200||400&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.45||0.27||0.19||0.16||0.16||0.2||0.27||0.37&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.15||0.2||0.07||0.51||0.51||0.66||0.16||0.23&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||6||6||11||14||8||5||4&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.24||2.81||3.18||5.26||5.7||3.74||2.8||2.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||2||1||2||1||1||1||2||4&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||5||16||19||8||12||16||17||26&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_10.xml ScaleFree_4_2_10.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_10.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_10.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_50.xml ScaleFree_4_2_50.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_100.xml ScaleFree_4_2_100.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_1_100.xml ScaleFree_4_1_100.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_1_100.xml  ScaleFree_2_1_100.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_1_50.xml ScaleFree_2_1_50.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_2_50.xml ScaleFree_2_2_50.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_4_50.xml ScaleFree_4_4_50.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_4_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_4_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_4_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EppsteinPowerLawGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of vertices for the generated graph), &#039;&#039;&#039;numEdges&#039;&#039;&#039; (the number of edges the generated graph will have, should be Theta(numVertices)) and &#039;&#039;&#039;r&#039;&#039;&#039; (the model parameter).&lt;br /&gt;
&lt;br /&gt;
== Real Social Networks ==&lt;br /&gt;
&lt;br /&gt;
Here is a panel of undirected networks issued from scientific articles, benchmarks or contests.  Social network visualization or analysis tools provide also some real datasets: Pajek [http://vlado.fmf.uni-lj.si/pub/networks/data/] and UCINet [http://vlado.fmf.uni-lj.si/pub/networks/data/UciNet/UciData.htm].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Small-World ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Co-Authoring Networks&lt;br /&gt;
|Name ||Team Collaboration (with external collaborators)||Infovis component 1 ||Infovis component 2 || Infovis component 3||Infovis component 4&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected ||Contest||Contest||Contest||Contest&lt;br /&gt;
|-&lt;br /&gt;
|numNodes||146||135||48||47||32&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||540||321||91||114||109&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.13||0.2||0.23||0.33&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.91||0.82||0.79||0.83||0.81&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||11||7||10||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.65||4.4||3.71||3.84||2.6&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||57||22||11||15||15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationExternal [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/teamCollaborationExternalAnonym.xml TeamCollaborationExternal.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationExternal.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationExternalMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationExternalM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 1 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp1.xml ivComp1.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp1.PNG|150px]]&lt;br /&gt;
[[image: ivComp1MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 2 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp2.xml ivComp2.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp2.PNG|150px]]&lt;br /&gt;
[[image: ivComp2MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 3 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp3.xml ivComp3.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp3.PNG|150px]]&lt;br /&gt;
[[image: ivComp3MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp3M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 4 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp4.xml ivComp4.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp4.PNG|150px]]&lt;br /&gt;
[[image: ivComp4MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp4M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Tree-like ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Genealogy and Virus Transmission&lt;br /&gt;
|Name ||genealogy||MSTTransmission1||MSTTransmission2||HIVTransmission&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Pajek||Article [http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article[http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article [http://sti.bmjjournals.com/cgi/content/abstract/78/suppl_1/i159]&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||242||38||84||243&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||510||78||182||514&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.09||0.23||0.16||0.09&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.66||0.53||0.52||0.65&lt;br /&gt;
|-&lt;br /&gt;
|diameter||11||10||9||23&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||5.78||4.42||4.31||8.27&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||14||7||17||20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Gondola Genealogy [http://insitu.lri.fr/~nhenry/socnets/realtreelike/GondolaGen.xml GondolaGen.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: gondolaGen.PNG|150px]]&lt;br /&gt;
[[image: gondolaGenMInit.PNG|165px]]&lt;br /&gt;
[[image: gondolaGenM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 1 [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Mst1.xml Mst1.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: mst1.PNG|150px]]&lt;br /&gt;
[[image: mst1MInit.PNG|165px]]&lt;br /&gt;
[[image: mst1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 2 [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Mst2.xml Mst2.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: mst2.PNG|150px]]&lt;br /&gt;
[[image: mst2MInit.PNG|165px]]&lt;br /&gt;
[[image: mst2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
HIV Transmission [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Hiv.xml Hiv.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: hiv.PNG|150px]]&lt;br /&gt;
[[image: hivMInit.PNG|165px]]&lt;br /&gt;
[[image: hivM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Almost Complete Graphs ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Email Communication within a research lab.&lt;br /&gt;
|-&lt;br /&gt;
|Name||emailDay per person||emailWeek per person||emailMonth  per person||emailYear per person||emailDay per team||emailWeek per team||emailMonth per team||emailYear per team&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected||Collected||Collected||Collected||Collected||Collected||Collected||Collected&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||134||200||242||447||30||33||35||42&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||442||1676||3514||11462||183||410||564||980&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.2||0.24||0.24||0.45||0.61||0.68||0.75&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.52||0.55||0.62||0.71||0.62||0.78||0.83||0.84&lt;br /&gt;
|-&lt;br /&gt;
|diameter||9||7||6||6||5||3||3||3&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||4.29||2.92||2.52||2.42||2.17||1.71||1.57||1.45&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1||1||3&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||15||51||86||195||16||26||34||40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a day [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailDay.xml emailDay.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailDay.PNG|150px]]&lt;br /&gt;
[[image: emailDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a week [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailWeek.xml emailWeek.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailWeek.PNG|150px]]&lt;br /&gt;
[[image: emailWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a month [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailMonth.xml emailMonth.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailMonth.PNG|150px]]&lt;br /&gt;
[[image: emailMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a year [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailYear.xml emailYear.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: emailYear.PNG|150px]]&lt;br /&gt;
[[image: emailYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a day  [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGDay.xml emailGDay.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGDay.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGDayS.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMC.PNG|165px]] &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a week&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGWeek.xml emailGWeek.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGWeek.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGWeekS.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMC.PNG|165px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a month&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGMonth.xml emailGMonth.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGMonth.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGMonthS.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMC.PNG|150px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a year&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGYear.xml emailGYear.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGYear.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGYearS.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMC.PNG|165px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
[[Category:Datasets]]&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGYearS.PNG&amp;diff=11693</id>
		<title>File:EmailGYearS.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGYearS.PNG&amp;diff=11693"/>
		<updated>2006-11-16T13:36:42Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGYearMInit.PNG&amp;diff=11692</id>
		<title>File:EmailGYearMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGYearMInit.PNG&amp;diff=11692"/>
		<updated>2006-11-16T13:35:49Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGYearMC.PNG&amp;diff=11691</id>
		<title>File:EmailGYearMC.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGYearMC.PNG&amp;diff=11691"/>
		<updated>2006-11-16T13:35:41Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGYearM.PNG&amp;diff=11690</id>
		<title>File:EmailGYearM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGYearM.PNG&amp;diff=11690"/>
		<updated>2006-11-16T13:35:33Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGYear.PNG&amp;diff=11689</id>
		<title>File:EmailGYear.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGYear.PNG&amp;diff=11689"/>
		<updated>2006-11-16T13:35:29Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGWeekS.PNG&amp;diff=11688</id>
		<title>File:EmailGWeekS.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGWeekS.PNG&amp;diff=11688"/>
		<updated>2006-11-16T13:35:26Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGWeekMInit.PNG&amp;diff=11687</id>
		<title>File:EmailGWeekMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGWeekMInit.PNG&amp;diff=11687"/>
		<updated>2006-11-16T13:35:22Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGWeekMC.PNG&amp;diff=11686</id>
		<title>File:EmailGWeekMC.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGWeekMC.PNG&amp;diff=11686"/>
		<updated>2006-11-16T13:35:18Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGWeekM.PNG&amp;diff=11685</id>
		<title>File:EmailGWeekM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGWeekM.PNG&amp;diff=11685"/>
		<updated>2006-11-16T13:35:14Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGWeek.PNG&amp;diff=11684</id>
		<title>File:EmailGWeek.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGWeek.PNG&amp;diff=11684"/>
		<updated>2006-11-16T13:35:08Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGMonthS.PNG&amp;diff=11683</id>
		<title>File:EmailGMonthS.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGMonthS.PNG&amp;diff=11683"/>
		<updated>2006-11-16T13:34:46Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGMonthMInit.PNG&amp;diff=11682</id>
		<title>File:EmailGMonthMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGMonthMInit.PNG&amp;diff=11682"/>
		<updated>2006-11-16T13:34:41Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGMonthMC.PNG&amp;diff=11681</id>
		<title>File:EmailGMonthMC.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGMonthMC.PNG&amp;diff=11681"/>
		<updated>2006-11-16T13:34:37Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGMonthM.PNG&amp;diff=11680</id>
		<title>File:EmailGMonthM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGMonthM.PNG&amp;diff=11680"/>
		<updated>2006-11-16T13:34:32Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGMonth.PNG&amp;diff=11679</id>
		<title>File:EmailGMonth.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGMonth.PNG&amp;diff=11679"/>
		<updated>2006-11-16T13:34:28Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGDayS.PNG&amp;diff=11678</id>
		<title>File:EmailGDayS.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGDayS.PNG&amp;diff=11678"/>
		<updated>2006-11-16T13:34:23Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGDayMInit.PNG&amp;diff=11677</id>
		<title>File:EmailGDayMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGDayMInit.PNG&amp;diff=11677"/>
		<updated>2006-11-16T13:34:16Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGDayMC.PNG&amp;diff=11676</id>
		<title>File:EmailGDayMC.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGDayMC.PNG&amp;diff=11676"/>
		<updated>2006-11-16T13:33:10Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGDayM.PNG&amp;diff=11675</id>
		<title>File:EmailGDayM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGDayM.PNG&amp;diff=11675"/>
		<updated>2006-11-16T13:33:00Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailGDay.PNG&amp;diff=11674</id>
		<title>File:EmailGDay.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailGDay.PNG&amp;diff=11674"/>
		<updated>2006-11-16T13:32:55Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=11673</id>
		<title>Social Network Generation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=11673"/>
		<updated>2006-11-16T13:32:49Z</updated>

		<summary type="html">&lt;p&gt;Socnet: /* Almost Complete Graphs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page is under construction...&lt;br /&gt;
&lt;br /&gt;
== Social Network Characterization == &lt;br /&gt;
&lt;br /&gt;
Social networks involve persons or groups called actors and relationship between them, with a lot of variety in the kind of actors and relationships.  As described in Wasserman and Faust, actors can be people, subgroups, organizations or collectivities; relations may be friendship (relationships), interactions, communications, transactions, movement or kinship.  However, the nature of actors and relations does not really matter: we focus on their structure.  We can classify the social networks studied in the literature in three categories:&lt;br /&gt;
* Tree-like are trees with additional links forming cycles with a specified probability. This category includes genealogy data and very sparse graphs such as Sexually-Transmitted Disease (STD) transmission patterns.  We call them “almost trees” because they have are mostly acyclic and nodes have very few parents.&lt;br /&gt;
* Almost complete graphs are complete graphs with missing relations. For example, data about trade between countries, cities or companies are almost complete graphs.  They are interesting to study as valued graphs; since they usually carry values on their edges.&lt;br /&gt;
* Small-world networks (also scale-free or power-law degree-distribution networks) have been studied intensely since they were first described in Watts and Strogatz.  They defined them as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  They are locally dense (sparse with dense sub-graphs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Three methods exist to select datasets for assessing the quality of analysis systems in the context of social networks: selecting one or two real datasets hoping they are representative, selecting several datasets or generating random datasets with well-known characteristics shared by social networks.  With this last method, one should generate datasets with a controlled set of properties and evaluate the systems knowing the properties in advance.  It should then eliminate biases linked to a particular dataset and eases the replication of experiments.  Unfortunately, while generating tree-like and almost-complete graphs is relatively straightforward, generating graphs with a small-world network structure is still a research topic for computer scientists and physicists.  This page shows the results of popular and available network generators.  In light of the real social networks we present in the [[#Real Social Networks]], we consider them unsuitable for evaluations since users can easily notice their artifical nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues on Social Network Generation for Evaluating Visualizations ==&lt;br /&gt;
&lt;br /&gt;
Watts and Strogatz first described in (Watts, D. J. and S. H. Strogatz (1998). &amp;quot;Collective dynamics of &#039;small-world&#039; networks.&amp;quot; Nature 393: 440 - 442)  the concept of small-world networks.  They formalized these networks as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  In the same paper they propose a basic model fitting these properties consisting in a grid (fixed local neighborhood) with additional links simulating some unexpected relations support to the six degrees of separation discovered by Milgram (Milgram, S. (1967). &amp;quot;The small world problem.&amp;quot; Psychology Today: 60-67). Barabási and Albert proposed an incremental model to improve it (Barabási, A.-L. and R. Albert (1999). &amp;quot;Emergence of Scaling in Random Networks.&amp;quot; Science 286(5439): 509 - 512.&lt;br /&gt;
).  Since Watts and Strogatz’ model, several have been proposed each generating networks with one or two of the described properties (power-law) but none combine the three of them.&lt;br /&gt;
&lt;br /&gt;
Here are some results of available generators present in the JUNG package. Let&#039;s note that for each network generated we only keep the biggest component.  Generators present in Pajek[http://vlado.fmf.uni-lj.si/pub/networks/pajek/] and Geomi[http://www.cs.usyd.edu.au/~visual/valacon/geomi/] are incremental scale-free networks generators such as the Barabasi and Albert model.&lt;br /&gt;
&lt;br /&gt;
=== Small-World Generators ===&lt;br /&gt;
&lt;br /&gt;
WattsBetaSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
&#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of nodes in the ring lattice), &#039;&#039;&#039;beta&#039;&#039;&#039; (the probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph) and &#039;&#039;&#039;degree&#039;&#039;&#039;( the number of edges connected to each vertex; the local neighborhood size). Degree must be even.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11||W12&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numVertices&#039;&#039;&#039;||47||47||47||47||47||47||47||47||47||47||47||&#039;&#039;&#039;94&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;beta&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||&#039;&#039;&#039;0.3&#039;&#039;&#039;||&#039;&#039;&#039;0.5&#039;&#039;&#039;||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.9&#039;&#039;&#039;||0.3||0.3||0.3||0.3||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||0.1 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;degree&#039;&#039;&#039;||6||6||6||6||6||&#039;&#039;&#039;2&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||&#039;&#039;&#039;10&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||8&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||47||47||47||47||47||47||47||47||47||47||47||94&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||282||282||282||282||282||94||188||376||470||188||376||752&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||2||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.36||0.36||0.36||0.36||0.36||0.21||0.29||0.41||0.46||0.29||0.41||&#039;&#039;&#039;0.29&#039;&#039;&#039;&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.51||0.25||0.15||0.09||0.12||0.23||0.25||0.32||0.38||0.07||0.53||&#039;&#039;&#039;0.52&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|diameter||6||4||4||4||4||-||6||4||3||5||5||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.97||2.4||2.32||2.3||2.29||-||3.24||2.15||1.98||2.83||2.56||3.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||5||4||4||3||4||1||2||5||8||2||7||6&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||8||9||9||9||9||4||6||10||13||8||10||10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
GraphMl files and Pictures: &lt;br /&gt;
* Node-Link diagrams are ordered with the linLog algorithm of Andreas Noack [Graph Drawing 2005] (with edge-repulsion coefficient of 2.5f). &lt;br /&gt;
* Matrices are shown both with the initial order (middle image) and reordered with the TSP-Based algorithm (right image) described by Henry and Fekete [Infovis 2006].&lt;br /&gt;
&lt;br /&gt;
W1 [[SmallWorld_47_0.1_6]]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_6.JPG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W2 SmallWorld_47_0.3_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.3_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.3_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W3 SmallWorld_47_0.5_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.5_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.5_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.5_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 SmallWorld_47_0.7_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 SmallWorld_47_0.9_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.9_6.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.9_6.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.9_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 SmallWorld_47_0.3_2&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_2.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_2.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_2.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 SmallWorld_47_0.3_4&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_4.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_4.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 SmallWorld_47_0.3_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_8.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_8.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W9 SmallWorld_47_0.3_10&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_10.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_10.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W10 SmallWorld_47_0.7_4&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_4.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_4.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 SmallWorld_47_0.1_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W12 SmallWorld_94_0.1_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_94_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_94_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_94_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KleinbergSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&#039;&#039;&#039;latticeSize&#039;&#039;&#039; (the lattice size (length of row or column dimension)) and &#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; (the clustering exponent parameter).&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;latticeSize&#039;&#039;&#039; || 7 || 7 || 7 || 7 || 7 || 7 || 7 || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; ||&#039;&#039;&#039;0.1&#039;&#039;&#039; || &#039;&#039;&#039;0.5&#039;&#039;&#039; || &#039;&#039;&#039;1&#039;&#039;&#039;|| &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;2.5&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;12&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|numVertices || 49 || 49 || 49 || 49 || 49 || 49 || 49 || 100 || 100 || 100 || 100&lt;br /&gt;
|-&lt;br /&gt;
|numEdges || 490 || 490 || 490 || 490 || 490 || 490 || 490 || 1000 || 1000 || 1000 || 1000&lt;br /&gt;
|-&lt;br /&gt;
|components || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.32 || 0.32 || 0.32 || 0.32&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient || 0.08 || 0.09 || 0.14 || 0.19 || 0.19 || 0.26 || 0.32 || 0.18 || 0.23 || 0.32 || 0.33&lt;br /&gt;
|-&lt;br /&gt;
|diameter || 4 || 4 || 4 || 4 || 4 || 5 || 5 || 5 || 6 || 7 || 7&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance || 2.38 || 2.36 || 2.37 || 2.44 || 2.48 || 2.54 || 2.73 || 3.1 || 3.57 || 3.65 || 3.68&lt;br /&gt;
|-&lt;br /&gt;
|minDegree || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree || 14 || 12 || 13 || 12 || 12 || 13 || 12 || 13 || 13 || 14 || 12&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 SmallWorld_49_0.1&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.1.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.1.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.1.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 SmallWorld_49_0.5&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 SmallWorld_49_1.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_1.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_1.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_1.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 SmallWorld_49_2.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 SmallWorld_49_2.5&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 SmallWorld_49_4.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 SmallWorld_49_8.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 SmallWorld_100_2.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W9 SmallWorld_100_4.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W10 SmallWorld_100_8.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 SmallWorld_100_12.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_12.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_12.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_12.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Scale-Free Networks Generator ===&lt;br /&gt;
&lt;br /&gt;
BarabasiAlbertGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;init_vertices&#039;&#039;&#039; (number of vertices that the graph should start with), &#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039; (the number of edges that should be attached from the new vertex to pre-existing vertices at each time step) and &#039;&#039;&#039;numSteps&#039;&#039;&#039; (number of time steps).  init_vertices must be superior or equal to numEdgesToAttach.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;init_vertices&#039;&#039;&#039;||4||4||4||4||2||2||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039;||2||2||2||1||1||1||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numSteps&#039;&#039;&#039;||10||50||100|| 100||100||50||50||50&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||14||53||104|| 80||76||51||52||54&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||40||200||400||158||150||100||200||400&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.45||0.27||0.19||0.16||0.16||0.2||0.27||0.37&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.15||0.2||0.07||0.51||0.51||0.66||0.16||0.23&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||6||6||11||14||8||5||4&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.24||2.81||3.18||5.26||5.7||3.74||2.8||2.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||2||1||2||1||1||1||2||4&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||5||16||19||8||12||16||17||26&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 ScaleFree_4_2_10&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_10.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_10.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 ScaleFree_4_2_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 ScaleFree_4_2_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 ScaleFree_4_1_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 ScaleFree_2_1_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 ScaleFree_2_1_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 ScaleFree_2_2_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 ScaleFree_4_4_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_4_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_4_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_4_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EppsteinPowerLawGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of vertices for the generated graph), &#039;&#039;&#039;numEdges&#039;&#039;&#039; (the number of edges the generated graph will have, should be Theta(numVertices)) and &#039;&#039;&#039;r&#039;&#039;&#039; (the model parameter).&lt;br /&gt;
&lt;br /&gt;
== Real Social Networks ==&lt;br /&gt;
&lt;br /&gt;
Here is a panel of undirected networks issued from scientific articles, benchmarks or contests.  Social network visualization or analysis tools provide also some real datasets: Pajek [http://vlado.fmf.uni-lj.si/pub/networks/data/] and UCINet [http://vlado.fmf.uni-lj.si/pub/networks/data/UciNet/UciData.htm].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Small-World ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Co-Authoring Networks&lt;br /&gt;
|Name ||Team Collaboration (with external collaborators)||Team Collaboration (within the team)||Infovis component 1 ||Infovis component 2 || Infovis component 3||Infovis component 4&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected ||Collected||Contest||Contest||Contest||Contest&lt;br /&gt;
|-&lt;br /&gt;
|numNodes||146||96||135||48||47||32&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||540||316||321||91||114||109&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.19||0.13||0.2||0.23||0.33&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.91||0.91||0.82||0.79||0.83||0.81&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||5||11||7||10||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.65||2.81||4.4||3.71||3.84||2.6&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||57||29||22||11||15||15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationExternal&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationExternal.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationExternalMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationExternalM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationWithin&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationWithin.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationWithinMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationWithinM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 1&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp1.PNG|150px]]&lt;br /&gt;
[[image: ivComp1MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 2&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp2.PNG|150px]]&lt;br /&gt;
[[image: ivComp2MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 3&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp3.PNG|150px]]&lt;br /&gt;
[[image: ivComp3MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp3M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 4&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp4.PNG|150px]]&lt;br /&gt;
[[image: ivComp4MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp4M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Tree-like ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Genealogy and Virus Transmission&lt;br /&gt;
|Name ||genealogy||MSTTransmission1||MSTTransmission2||HIVTransmission&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Pajek||Article [http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article[http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article [http://sti.bmjjournals.com/cgi/content/abstract/78/suppl_1/i159]&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||242||38||84||243&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||510||78||182||514&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.09||0.23||0.16||0.09&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.66||0.53||0.52||0.65&lt;br /&gt;
|-&lt;br /&gt;
|diameter||11||10||9||23&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||5.78||4.42||4.31||8.27&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||14||7||17||20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Gondola Genealogy&lt;br /&gt;
&lt;br /&gt;
[[image: gondolaGen.PNG|150px]]&lt;br /&gt;
[[image: gondolaGenMInit.PNG|165px]]&lt;br /&gt;
[[image: gondolaGenM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 1&lt;br /&gt;
&lt;br /&gt;
[[image: mst1.PNG|150px]]&lt;br /&gt;
[[image: mst1MInit.PNG|165px]]&lt;br /&gt;
[[image: mst1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 2&lt;br /&gt;
&lt;br /&gt;
[[image: mst2.PNG|150px]]&lt;br /&gt;
[[image: mst2MInit.PNG|165px]]&lt;br /&gt;
[[image: mst2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
HIV Transmission&lt;br /&gt;
&lt;br /&gt;
[[image: hiv.PNG|150px]]&lt;br /&gt;
[[image: hivMInit.PNG|165px]]&lt;br /&gt;
[[image: hivM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Almost Complete Graphs ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Email Communication within a research lab.&lt;br /&gt;
|-&lt;br /&gt;
|Name||emailDay per person||emailWeek per person||emailMonth  per person||emailYear per person||emailDay per team||emailWeek per team||emailMonth per team||emailYear per team&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected||Collected||Collected||Collected||Collected||Collected||Collected||Collected&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||134||200||242||447||30||33||35||42&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||442||1676||3514||11462||183||410||564||980&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.2||0.24||0.24||0.45||0.61||0.68||0.75&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.52||0.55||0.62||0.71||0.62||0.78||0.83||0.84&lt;br /&gt;
|-&lt;br /&gt;
|diameter||9||7||6||6||5||3||3||3&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||4.29||2.92||2.52||2.42||2.17||1.71||1.57||1.45&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1||1||3&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||15||51||86||195||16||26||34||40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a day&lt;br /&gt;
&lt;br /&gt;
[[image: emailDay.PNG|150px]]&lt;br /&gt;
[[image: emailDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a week&lt;br /&gt;
&lt;br /&gt;
[[image: emailWeek.PNG|150px]]&lt;br /&gt;
[[image: emailWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a month&lt;br /&gt;
&lt;br /&gt;
[[image: emailMonth.PNG|150px]]&lt;br /&gt;
[[image: emailMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a year&lt;br /&gt;
&lt;br /&gt;
[[image: emailYear.PNG|150px]]&lt;br /&gt;
[[image: emailYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a day &lt;br /&gt;
(Email number is coded with link width in the nodelink, edge color in the matrix)&lt;br /&gt;
&lt;br /&gt;
[[image: emailGDay.PNG|150px]]&lt;br /&gt;
[[image: emailGDayS.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGDayM.PNG|165px]]&lt;br /&gt;
[[image: emailGDayMC.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a week&lt;br /&gt;
(Email number is coded with link width in the nodelink, edge color in the matrix)&lt;br /&gt;
&lt;br /&gt;
[[image: emailGWeek.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekS.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGWeekM.PNG|165px]]&lt;br /&gt;
[[image: emailGWeekMC.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a month&lt;br /&gt;
(Email number is coded with link width in the nodelink, edge color in the matrix)&lt;br /&gt;
&lt;br /&gt;
[[image: emailGMonth.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthS.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGMonthM.PNG|165px]]&lt;br /&gt;
[[image: emailGMonthMC.PNG|150px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a year&lt;br /&gt;
(Email number is coded with link width in the nodelink, edge color in the matrix)&lt;br /&gt;
&lt;br /&gt;
[[image: emailGYear.PNG|150px]]&lt;br /&gt;
[[image: emailGYearS.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGYearM.PNG|165px]]&lt;br /&gt;
[[image: emailGYearMC.PNG|165px]]&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailMonthMInit.PNG&amp;diff=11672</id>
		<title>File:EmailMonthMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailMonthMInit.PNG&amp;diff=11672"/>
		<updated>2006-11-16T12:59:14Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailYearMInit.PNG&amp;diff=11671</id>
		<title>File:EmailYearMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailYearMInit.PNG&amp;diff=11671"/>
		<updated>2006-11-16T12:58:15Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailYearM.PNG&amp;diff=11670</id>
		<title>File:EmailYearM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailYearM.PNG&amp;diff=11670"/>
		<updated>2006-11-16T12:58:05Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailYear.PNG&amp;diff=11669</id>
		<title>File:EmailYear.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailYear.PNG&amp;diff=11669"/>
		<updated>2006-11-16T12:57:58Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailWeekMInit.PNG&amp;diff=11668</id>
		<title>File:EmailWeekMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailWeekMInit.PNG&amp;diff=11668"/>
		<updated>2006-11-16T12:57:52Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailWeekM.PNG&amp;diff=11667</id>
		<title>File:EmailWeekM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailWeekM.PNG&amp;diff=11667"/>
		<updated>2006-11-16T12:57:44Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailWeek.PNG&amp;diff=11666</id>
		<title>File:EmailWeek.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailWeek.PNG&amp;diff=11666"/>
		<updated>2006-11-16T12:57:37Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailMonthM.PNG&amp;diff=11665</id>
		<title>File:EmailMonthM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailMonthM.PNG&amp;diff=11665"/>
		<updated>2006-11-16T12:57:26Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailMonth.PNG&amp;diff=11664</id>
		<title>File:EmailMonth.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailMonth.PNG&amp;diff=11664"/>
		<updated>2006-11-16T12:57:18Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailDayMInit.PNG&amp;diff=11663</id>
		<title>File:EmailDayMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailDayMInit.PNG&amp;diff=11663"/>
		<updated>2006-11-16T12:57:11Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailDayM.PNG&amp;diff=11662</id>
		<title>File:EmailDayM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailDayM.PNG&amp;diff=11662"/>
		<updated>2006-11-16T12:57:04Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:EmailDay.PNG&amp;diff=11661</id>
		<title>File:EmailDay.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:EmailDay.PNG&amp;diff=11661"/>
		<updated>2006-11-16T12:56:57Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=11660</id>
		<title>Social Network Generation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=11660"/>
		<updated>2006-11-16T12:51:43Z</updated>

		<summary type="html">&lt;p&gt;Socnet: /* Almost Complete Graphs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page is under construction...&lt;br /&gt;
&lt;br /&gt;
== Social Network Characterization == &lt;br /&gt;
&lt;br /&gt;
Social networks involve persons or groups called actors and relationship between them, with a lot of variety in the kind of actors and relationships.  As described in Wasserman and Faust, actors can be people, subgroups, organizations or collectivities; relations may be friendship (relationships), interactions, communications, transactions, movement or kinship.  However, the nature of actors and relations does not really matter: we focus on their structure.  We can classify the social networks studied in the literature in three categories:&lt;br /&gt;
* Tree-like are trees with additional links forming cycles with a specified probability. This category includes genealogy data and very sparse graphs such as Sexually-Transmitted Disease (STD) transmission patterns.  We call them “almost trees” because they have are mostly acyclic and nodes have very few parents.&lt;br /&gt;
* Almost complete graphs are complete graphs with missing relations. For example, data about trade between countries, cities or companies are almost complete graphs.  They are interesting to study as valued graphs; since they usually carry values on their edges.&lt;br /&gt;
* Small-world networks (also scale-free or power-law degree-distribution networks) have been studied intensely since they were first described in Watts and Strogatz.  They defined them as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  They are locally dense (sparse with dense sub-graphs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Three methods exist to select datasets for assessing the quality of analysis systems in the context of social networks: selecting one or two real datasets hoping they are representative, selecting several datasets or generating random datasets with well-known characteristics shared by social networks.  With this last method, one should generate datasets with a controlled set of properties and evaluate the systems knowing the properties in advance.  It should then eliminate biases linked to a particular dataset and eases the replication of experiments.  Unfortunately, while generating tree-like and almost-complete graphs is relatively straightforward, generating graphs with a small-world network structure is still a research topic for computer scientists and physicists.  This page shows the results of popular and available network generators.  In light of the real social networks we present in the [[#Real Social Networks]], we consider them unsuitable for evaluations since users can easily notice their artifical nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues on Social Network Generation for Evaluating Visualizations ==&lt;br /&gt;
&lt;br /&gt;
Watts and Strogatz first described in (Watts, D. J. and S. H. Strogatz (1998). &amp;quot;Collective dynamics of &#039;small-world&#039; networks.&amp;quot; Nature 393: 440 - 442)  the concept of small-world networks.  They formalized these networks as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  In the same paper they propose a basic model fitting these properties consisting in a grid (fixed local neighborhood) with additional links simulating some unexpected relations support to the six degrees of separation discovered by Milgram (Milgram, S. (1967). &amp;quot;The small world problem.&amp;quot; Psychology Today: 60-67). Barabási and Albert proposed an incremental model to improve it (Barabási, A.-L. and R. Albert (1999). &amp;quot;Emergence of Scaling in Random Networks.&amp;quot; Science 286(5439): 509 - 512.&lt;br /&gt;
).  Since Watts and Strogatz’ model, several have been proposed each generating networks with one or two of the described properties (power-law) but none combine the three of them.&lt;br /&gt;
&lt;br /&gt;
Here are some results of available generators present in the JUNG package. Let&#039;s note that for each network generated we only keep the biggest component.  Generators present in Pajek[http://vlado.fmf.uni-lj.si/pub/networks/pajek/] and Geomi[http://www.cs.usyd.edu.au/~visual/valacon/geomi/] are incremental scale-free networks generators such as the Barabasi and Albert model.&lt;br /&gt;
&lt;br /&gt;
=== Small-World Generators ===&lt;br /&gt;
&lt;br /&gt;
WattsBetaSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
&#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of nodes in the ring lattice), &#039;&#039;&#039;beta&#039;&#039;&#039; (the probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph) and &#039;&#039;&#039;degree&#039;&#039;&#039;( the number of edges connected to each vertex; the local neighborhood size). Degree must be even.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11||W12&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numVertices&#039;&#039;&#039;||47||47||47||47||47||47||47||47||47||47||47||&#039;&#039;&#039;94&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;beta&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||&#039;&#039;&#039;0.3&#039;&#039;&#039;||&#039;&#039;&#039;0.5&#039;&#039;&#039;||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.9&#039;&#039;&#039;||0.3||0.3||0.3||0.3||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||0.1 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;degree&#039;&#039;&#039;||6||6||6||6||6||&#039;&#039;&#039;2&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||&#039;&#039;&#039;10&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||8&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||47||47||47||47||47||47||47||47||47||47||47||94&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||282||282||282||282||282||94||188||376||470||188||376||752&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||2||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.36||0.36||0.36||0.36||0.36||0.21||0.29||0.41||0.46||0.29||0.41||&#039;&#039;&#039;0.29&#039;&#039;&#039;&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.51||0.25||0.15||0.09||0.12||0.23||0.25||0.32||0.38||0.07||0.53||&#039;&#039;&#039;0.52&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|diameter||6||4||4||4||4||-||6||4||3||5||5||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.97||2.4||2.32||2.3||2.29||-||3.24||2.15||1.98||2.83||2.56||3.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||5||4||4||3||4||1||2||5||8||2||7||6&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||8||9||9||9||9||4||6||10||13||8||10||10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
GraphMl files and Pictures: &lt;br /&gt;
* Node-Link diagrams are ordered with the linLog algorithm of Andreas Noack [Graph Drawing 2005] (with edge-repulsion coefficient of 2.5f). &lt;br /&gt;
* Matrices are shown both with the initial order (middle image) and reordered with the TSP-Based algorithm (right image) described by Henry and Fekete [Infovis 2006].&lt;br /&gt;
&lt;br /&gt;
W1 [[SmallWorld_47_0.1_6]]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_6.JPG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W2 SmallWorld_47_0.3_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.3_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.3_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W3 SmallWorld_47_0.5_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.5_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.5_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.5_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 SmallWorld_47_0.7_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 SmallWorld_47_0.9_6&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.9_6.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.9_6.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.9_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 SmallWorld_47_0.3_2&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_2.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_2.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_2.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 SmallWorld_47_0.3_4&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_4.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_4.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 SmallWorld_47_0.3_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_8.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_8.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W9 SmallWorld_47_0.3_10&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_10.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_10.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W10 SmallWorld_47_0.7_4&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_4.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_4.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 SmallWorld_47_0.1_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W12 SmallWorld_94_0.1_8&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_94_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_94_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_94_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KleinbergSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&#039;&#039;&#039;latticeSize&#039;&#039;&#039; (the lattice size (length of row or column dimension)) and &#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; (the clustering exponent parameter).&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;latticeSize&#039;&#039;&#039; || 7 || 7 || 7 || 7 || 7 || 7 || 7 || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; ||&#039;&#039;&#039;0.1&#039;&#039;&#039; || &#039;&#039;&#039;0.5&#039;&#039;&#039; || &#039;&#039;&#039;1&#039;&#039;&#039;|| &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;2.5&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;12&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|numVertices || 49 || 49 || 49 || 49 || 49 || 49 || 49 || 100 || 100 || 100 || 100&lt;br /&gt;
|-&lt;br /&gt;
|numEdges || 490 || 490 || 490 || 490 || 490 || 490 || 490 || 1000 || 1000 || 1000 || 1000&lt;br /&gt;
|-&lt;br /&gt;
|components || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.32 || 0.32 || 0.32 || 0.32&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient || 0.08 || 0.09 || 0.14 || 0.19 || 0.19 || 0.26 || 0.32 || 0.18 || 0.23 || 0.32 || 0.33&lt;br /&gt;
|-&lt;br /&gt;
|diameter || 4 || 4 || 4 || 4 || 4 || 5 || 5 || 5 || 6 || 7 || 7&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance || 2.38 || 2.36 || 2.37 || 2.44 || 2.48 || 2.54 || 2.73 || 3.1 || 3.57 || 3.65 || 3.68&lt;br /&gt;
|-&lt;br /&gt;
|minDegree || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree || 14 || 12 || 13 || 12 || 12 || 13 || 12 || 13 || 13 || 14 || 12&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 SmallWorld_49_0.1&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.1.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.1.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.1.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 SmallWorld_49_0.5&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 SmallWorld_49_1.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_1.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_1.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_1.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 SmallWorld_49_2.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 SmallWorld_49_2.5&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 SmallWorld_49_4.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 SmallWorld_49_8.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 SmallWorld_100_2.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W9 SmallWorld_100_4.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W10 SmallWorld_100_8.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 SmallWorld_100_12.0&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_12.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_12.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_12.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Scale-Free Networks Generator ===&lt;br /&gt;
&lt;br /&gt;
BarabasiAlbertGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;init_vertices&#039;&#039;&#039; (number of vertices that the graph should start with), &#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039; (the number of edges that should be attached from the new vertex to pre-existing vertices at each time step) and &#039;&#039;&#039;numSteps&#039;&#039;&#039; (number of time steps).  init_vertices must be superior or equal to numEdgesToAttach.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;init_vertices&#039;&#039;&#039;||4||4||4||4||2||2||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039;||2||2||2||1||1||1||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numSteps&#039;&#039;&#039;||10||50||100|| 100||100||50||50||50&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||14||53||104|| 80||76||51||52||54&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||40||200||400||158||150||100||200||400&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.45||0.27||0.19||0.16||0.16||0.2||0.27||0.37&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.15||0.2||0.07||0.51||0.51||0.66||0.16||0.23&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||6||6||11||14||8||5||4&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.24||2.81||3.18||5.26||5.7||3.74||2.8||2.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||2||1||2||1||1||1||2||4&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||5||16||19||8||12||16||17||26&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 ScaleFree_4_2_10&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_10.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_10.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 ScaleFree_4_2_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 ScaleFree_4_2_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 ScaleFree_4_1_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 ScaleFree_2_1_100&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 ScaleFree_2_1_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 ScaleFree_2_2_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 ScaleFree_4_4_50&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_4_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_4_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_4_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EppsteinPowerLawGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of vertices for the generated graph), &#039;&#039;&#039;numEdges&#039;&#039;&#039; (the number of edges the generated graph will have, should be Theta(numVertices)) and &#039;&#039;&#039;r&#039;&#039;&#039; (the model parameter).&lt;br /&gt;
&lt;br /&gt;
== Real Social Networks ==&lt;br /&gt;
&lt;br /&gt;
Here is a panel of undirected networks issued from scientific articles, benchmarks or contests.  Social network visualization or analysis tools provide also some real datasets: Pajek [http://vlado.fmf.uni-lj.si/pub/networks/data/] and UCINet [http://vlado.fmf.uni-lj.si/pub/networks/data/UciNet/UciData.htm].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Small-World ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Co-Authoring Networks&lt;br /&gt;
|Name ||Team Collaboration (with external collaborators)||Team Collaboration (within the team)||Infovis component 1 ||Infovis component 2 || Infovis component 3||Infovis component 4&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected ||Collected||Contest||Contest||Contest||Contest&lt;br /&gt;
|-&lt;br /&gt;
|numNodes||146||96||135||48||47||32&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||540||316||321||91||114||109&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.19||0.13||0.2||0.23||0.33&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.91||0.91||0.82||0.79||0.83||0.81&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||5||11||7||10||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.65||2.81||4.4||3.71||3.84||2.6&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||57||29||22||11||15||15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationExternal&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationExternal.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationExternalMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationExternalM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationWithin&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationWithin.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationWithinMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationWithinM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 1&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp1.PNG|150px]]&lt;br /&gt;
[[image: ivComp1MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 2&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp2.PNG|150px]]&lt;br /&gt;
[[image: ivComp2MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 3&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp3.PNG|150px]]&lt;br /&gt;
[[image: ivComp3MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp3M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 4&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp4.PNG|150px]]&lt;br /&gt;
[[image: ivComp4MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp4M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Tree-like ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Genealogy and Virus Transmission&lt;br /&gt;
|Name ||genealogy||MSTTransmission1||MSTTransmission2||HIVTransmission&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Pajek||Article [http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article[http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article [http://sti.bmjjournals.com/cgi/content/abstract/78/suppl_1/i159]&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||242||38||84||243&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||510||78||182||514&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.09||0.23||0.16||0.09&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.66||0.53||0.52||0.65&lt;br /&gt;
|-&lt;br /&gt;
|diameter||11||10||9||23&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||5.78||4.42||4.31||8.27&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||14||7||17||20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Gondola Genealogy&lt;br /&gt;
&lt;br /&gt;
[[image: gondolaGen.PNG|150px]]&lt;br /&gt;
[[image: gondolaGenMInit.PNG|165px]]&lt;br /&gt;
[[image: gondolaGenM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 1&lt;br /&gt;
&lt;br /&gt;
[[image: mst1.PNG|150px]]&lt;br /&gt;
[[image: mst1MInit.PNG|165px]]&lt;br /&gt;
[[image: mst1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 2&lt;br /&gt;
&lt;br /&gt;
[[image: mst2.PNG|150px]]&lt;br /&gt;
[[image: mst2MInit.PNG|165px]]&lt;br /&gt;
[[image: mst2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
HIV Transmission&lt;br /&gt;
&lt;br /&gt;
[[image: hiv.PNG|150px]]&lt;br /&gt;
[[image: hivMInit.PNG|165px]]&lt;br /&gt;
[[image: hivM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Almost Complete Graphs ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Parameters and Resulting Graph characteristics for Email Communication within a research lab.&lt;br /&gt;
|-&lt;br /&gt;
|Name||emailDay per person||emailWeek per person||emailMonth  per person||emailYear per person||emailDay per team||emailWeek per team||emailMonth per team||emailYear per team&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected||Collected||Collected||Collected||Collected||Collected||Collected||Collected&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||134||200||242||447||30||33||35||42&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||442||1676||3514||11462||183||410||564||980&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.2||0.24||0.24||0.45||0.61||0.68||0.75&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.52||0.55||0.62||0.71||0.62||0.78||0.83||0.84&lt;br /&gt;
|-&lt;br /&gt;
|diameter||9||7||6||6||5||3||3||3&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||4.29||2.92||2.52||2.42||2.17||1.71||1.57||1.45&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1||1||3&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||15||51||86||195||16||26||34||40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a day&lt;br /&gt;
&lt;br /&gt;
[[image: emailDay.PNG|150px]]&lt;br /&gt;
[[image: emailDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a week&lt;br /&gt;
&lt;br /&gt;
[[image: emailWeek.PNG|150px]]&lt;br /&gt;
[[image: emailWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a month&lt;br /&gt;
&lt;br /&gt;
[[image: emailMonth.PNG|150px]]&lt;br /&gt;
[[image: emailMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a year&lt;br /&gt;
&lt;br /&gt;
[[image: emailYear.PNG|150px]]&lt;br /&gt;
[[image: emailYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a day&lt;br /&gt;
&lt;br /&gt;
[[image: emailGDay.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a week&lt;br /&gt;
&lt;br /&gt;
[[image: emailGWeek.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a month&lt;br /&gt;
&lt;br /&gt;
[[image: emailGMonth.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a year&lt;br /&gt;
&lt;br /&gt;
[[image: emailGYear.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGYearM.PNG|165px]]&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst2MInit.PNG&amp;diff=11659</id>
		<title>File:Mst2MInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst2MInit.PNG&amp;diff=11659"/>
		<updated>2006-11-16T12:41:04Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst2M.PNG&amp;diff=11658</id>
		<title>File:Mst2M.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst2M.PNG&amp;diff=11658"/>
		<updated>2006-11-16T12:40:59Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst2.PNG&amp;diff=11657</id>
		<title>File:Mst2.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst2.PNG&amp;diff=11657"/>
		<updated>2006-11-16T12:40:54Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst1MInit.PNG&amp;diff=11656</id>
		<title>File:Mst1MInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst1MInit.PNG&amp;diff=11656"/>
		<updated>2006-11-16T12:40:48Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst1M.PNG&amp;diff=11655</id>
		<title>File:Mst1M.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst1M.PNG&amp;diff=11655"/>
		<updated>2006-11-16T12:39:55Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Mst1.PNG&amp;diff=11654</id>
		<title>File:Mst1.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Mst1.PNG&amp;diff=11654"/>
		<updated>2006-11-16T12:39:38Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:HivMInit.PNG&amp;diff=11653</id>
		<title>File:HivMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:HivMInit.PNG&amp;diff=11653"/>
		<updated>2006-11-16T12:39:23Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:HivM.PNG&amp;diff=11652</id>
		<title>File:HivM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:HivM.PNG&amp;diff=11652"/>
		<updated>2006-11-16T12:39:14Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Hiv.PNG&amp;diff=11651</id>
		<title>File:Hiv.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Hiv.PNG&amp;diff=11651"/>
		<updated>2006-11-16T12:39:05Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:GondolaGenMInit.PNG&amp;diff=11650</id>
		<title>File:GondolaGenMInit.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:GondolaGenMInit.PNG&amp;diff=11650"/>
		<updated>2006-11-16T12:38:56Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:GondolaGenM.PNG&amp;diff=11649</id>
		<title>File:GondolaGenM.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:GondolaGenM.PNG&amp;diff=11649"/>
		<updated>2006-11-16T12:38:42Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:GondolaGen.PNG&amp;diff=11648</id>
		<title>File:GondolaGen.PNG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:GondolaGen.PNG&amp;diff=11648"/>
		<updated>2006-11-16T12:37:55Z</updated>

		<summary type="html">&lt;p&gt;Socnet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10681</id>
		<title>Tasks Taxonomy for Graphs</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10681"/>
		<updated>2006-10-16T09:39:08Z</updated>

		<summary type="html">&lt;p&gt;Socnet: /* High-Level Tasks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Low-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
From [Amar et al. 2005] and [Lee et al 2006].&lt;br /&gt;
&lt;br /&gt;
* General Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Retrieve Value	||Given a set of cases, find attributes of those cases.&lt;br /&gt;
|-&lt;br /&gt;
|Filter||Given some conditions on attributes values, find data cases satisfying those conditions.&lt;br /&gt;
|-&lt;br /&gt;
|Compute Derived Value||Given a set of data cases, compute an aggregate numeric representation of those data cases.(e.g. average, median, and count)&lt;br /&gt;
|-&lt;br /&gt;
|Find Extremum||Find data cases possessing an extreme value of an attribute over its range within the data set.&lt;br /&gt;
|-&lt;br /&gt;
|Sort||Given a set of data cases, rank them according to some ordinal metric.&lt;br /&gt;
Determine Range	Given a set of data cases and an attribute of interest, find the span of values within the set.&lt;br /&gt;
|-&lt;br /&gt;
|Characterize Distribution||Given a set of data cases and a quantitative attribute of interest, characterize the distribution of that attribute’s values over the set.&lt;br /&gt;
|-&lt;br /&gt;
|Find Anomalies||Identify any anomalies within a given set of data cases with respect to a given relationship or expectation, e.g. statistical outliers.&lt;br /&gt;
|-&lt;br /&gt;
|Cluster||Given a set of data cases, find clusters of similar attribute values.&lt;br /&gt;
|-&lt;br /&gt;
|Correlate||Given a set of data cases and two attributes, determine useful relationships between the values of those attributes.&lt;br /&gt;
|-&lt;br /&gt;
|Scan|| Quickly review a set of items.&lt;br /&gt;
|-&lt;br /&gt;
|Set Operation|| Given multiple sets of items, perform set operations on them. For example, find the intersection of the set of nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Graph Specific Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Find Adjacent Nodes ||Given a node, find its adjacent nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graph Task Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
Examples are illustrated using 4 types of graphs: &lt;br /&gt;
*(FOAF): friend-of-a-friend&lt;br /&gt;
*(FW): food web&lt;br /&gt;
*(GO): gene ontology&lt;br /&gt;
*(ARM): airport routing map&lt;br /&gt;
&lt;br /&gt;
=== Topology-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Adjacency (direct connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes adjacent to a node?&lt;br /&gt;
* How many nodes are adjacent to a node?  &lt;br /&gt;
* Which node has a maximum number of adjacent nodes?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Find the names of the direct friends of Eric.  &lt;br /&gt;
*(FW)  How many kinds of organisms do golden eagles eat?&lt;br /&gt;
*(FOAF)  Who is the most popular person?&lt;br /&gt;
|-&lt;br /&gt;
| Accessibility (direct or indirect connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes accessible from a node.  &lt;br /&gt;
* How many nodes are accessible from a node?  &lt;br /&gt;
* Find the set of nodes accessible from a node where the distance is less than or equal to n.  &lt;br /&gt;
* How many nodes are accessible from a node where the distance is less than or equal to n?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) Who are your friends, your friends’ friends, and so on?  &lt;br /&gt;
*(FOAF) How many friends are you connected to in this way?&lt;br /&gt;
*(ARM) To what cities can we go from Seoul, Korea by changing planes only once?  &lt;br /&gt;
|-&lt;br /&gt;
| Commmon Connection&lt;br /&gt;
|&lt;br /&gt;
* Given nodes, find a set of nodes that are connected to all of them. &lt;br /&gt;
||&lt;br /&gt;
*(FOAF)Find all the people who know both John and Jack.&lt;br /&gt;
|-&lt;br /&gt;
| Connectivty&lt;br /&gt;
|&lt;br /&gt;
*Find the shortest path between two nodes.  &lt;br /&gt;
*Identify clusters.  &lt;br /&gt;
*Identify connected components.&lt;br /&gt;
*Find bridges.  &lt;br /&gt;
*Find articulation points.&lt;br /&gt;
||&lt;br /&gt;
*(ARM)  What is the shortest path from Seoul, Korea to Athens, Greece?&lt;br /&gt;
*(FOAF) Count the number of clusters.  &lt;br /&gt;
*(FW)  There may be subgraphs independent of each other. Count the number of connected components in the graph.  &lt;br /&gt;
*(FOAF) Who is the person whose removal from the graph results in an unconnected graph?&lt;br /&gt;
*(FW) Which is the eating link whose removal from the graph results in an unconnected graph?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Attribute-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| On the Nodes&lt;br /&gt;
|&lt;br /&gt;
* Find the nodes having a specific attribute value.  &lt;br /&gt;
* Review the set of nodes.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Who do you know from the people currently shown on screen?  &lt;br /&gt;
*(FOAF)  How many people do you know from the ones currently shown on screen?&lt;br /&gt;
*(FOAF)  Are there any foreign-sounding names?  &lt;br /&gt;
|-&lt;br /&gt;
| On the Links&lt;br /&gt;
|&lt;br /&gt;
* Given a node, find the nodes connected only by certain types of links.  &lt;br /&gt;
* Which node is connected by a link having the largest/smallest value?&lt;br /&gt;
||&lt;br /&gt;
*(GO)  Find the nodes connected by “is-a” relationships from the “Biological Process” node.&lt;br /&gt;
*(FW)  If a link has an attribute representing the percentage of the diet, what is main food of American crow?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Browsing Tasks ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Follow Path&lt;br /&gt;
|&lt;br /&gt;
* Follow a given path&lt;br /&gt;
||&lt;br /&gt;
* (FOAF) A user looks into A’s friend B, B’s friend C, and C’s friend D.&lt;br /&gt;
* (FW) Follow the flow of energy from grasses, to a rabbit that eats grass, to a carnivore that eats the rabbit, and to a carnivore that eats that carnivore.&lt;br /&gt;
|-&lt;br /&gt;
| Revisit&lt;br /&gt;
|&lt;br /&gt;
* Return to a previously visited node.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) After they follow a path in the above task, they may want to see A’s other friends.&lt;br /&gt;
*(FW) Find another carnivore that eats the same rabbit.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Overview Tasks ===&lt;br /&gt;
This is a compound exploratory task to get estimated values quickly.  For example, we might ask users to estimate the size of the social network.  Note that sometimes it is more important to be able to estimate the answer than to get an accurate one.  Some of the topology tasks can be done easily using an overview of the graph as well.  For example, using particular layout algorithms, it is easy to see whether or not there are clusters and connected components.  Other algorithms help to find shortest paths between nodes.  Overview also helps to find patterns.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* estimate size of the network&lt;br /&gt;
* estimate the number of connected components&lt;br /&gt;
* is the network clustered?&lt;br /&gt;
* can you identify different patterns of connection?&lt;br /&gt;
* (FOAF) has the network a small-world structure?&lt;br /&gt;
&lt;br /&gt;
== High-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
High-Level tasks which are not a combination of lower level tasks.&lt;br /&gt;
&lt;br /&gt;
* When we compare two or more food webs, we can ask the following questions:  What do they have in common?  What are the differences among those food webs?  Is there any missing or conflicting information?  &lt;br /&gt;
* Due to errors in the data, several nodes may represent the same entity.  For example, the co-authorship graphs often have duplicate author nodes.  One important task is to identify whether two or more nodes represent the same person.&lt;br /&gt;
* How has the graph changed over time?&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [Amar et al. 2005] Amar, R., Eagan, J., and Stasko, J. Low-Level Components of Analytic Activity in Information Visualization, Proceedings of the Symposium on Information Visualization (InfoVis ’05), pp. 111-117, 2005.&lt;br /&gt;
&lt;br /&gt;
* [Lee et al. 2006] Lee, B., Plaisant, C., Parr, CS., Fekete, JD. and Henry, N. Task Taxonomy for Graph Visualization, In BEyond time and errors: novel evaLuation methods for Information Visualization (BELIV&#039;06), Venice, Italy, May 2006, to be published.&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10680</id>
		<title>Tasks Taxonomy for Graphs</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10680"/>
		<updated>2006-10-16T09:38:20Z</updated>

		<summary type="html">&lt;p&gt;Socnet: /* Overview Tasks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Low-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
From [Amar et al. 2005] and [Lee et al 2006].&lt;br /&gt;
&lt;br /&gt;
* General Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Retrieve Value	||Given a set of cases, find attributes of those cases.&lt;br /&gt;
|-&lt;br /&gt;
|Filter||Given some conditions on attributes values, find data cases satisfying those conditions.&lt;br /&gt;
|-&lt;br /&gt;
|Compute Derived Value||Given a set of data cases, compute an aggregate numeric representation of those data cases.(e.g. average, median, and count)&lt;br /&gt;
|-&lt;br /&gt;
|Find Extremum||Find data cases possessing an extreme value of an attribute over its range within the data set.&lt;br /&gt;
|-&lt;br /&gt;
|Sort||Given a set of data cases, rank them according to some ordinal metric.&lt;br /&gt;
Determine Range	Given a set of data cases and an attribute of interest, find the span of values within the set.&lt;br /&gt;
|-&lt;br /&gt;
|Characterize Distribution||Given a set of data cases and a quantitative attribute of interest, characterize the distribution of that attribute’s values over the set.&lt;br /&gt;
|-&lt;br /&gt;
|Find Anomalies||Identify any anomalies within a given set of data cases with respect to a given relationship or expectation, e.g. statistical outliers.&lt;br /&gt;
|-&lt;br /&gt;
|Cluster||Given a set of data cases, find clusters of similar attribute values.&lt;br /&gt;
|-&lt;br /&gt;
|Correlate||Given a set of data cases and two attributes, determine useful relationships between the values of those attributes.&lt;br /&gt;
|-&lt;br /&gt;
|Scan|| Quickly review a set of items.&lt;br /&gt;
|-&lt;br /&gt;
|Set Operation|| Given multiple sets of items, perform set operations on them. For example, find the intersection of the set of nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Graph Specific Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Find Adjacent Nodes ||Given a node, find its adjacent nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graph Task Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
Examples are illustrated using 4 types of graphs: &lt;br /&gt;
*(FOAF): friend-of-a-friend&lt;br /&gt;
*(FW): food web&lt;br /&gt;
*(GO): gene ontology&lt;br /&gt;
*(ARM): airport routing map&lt;br /&gt;
&lt;br /&gt;
=== Topology-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Adjacency (direct connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes adjacent to a node?&lt;br /&gt;
* How many nodes are adjacent to a node?  &lt;br /&gt;
* Which node has a maximum number of adjacent nodes?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Find the names of the direct friends of Eric.  &lt;br /&gt;
*(FW)  How many kinds of organisms do golden eagles eat?&lt;br /&gt;
*(FOAF)  Who is the most popular person?&lt;br /&gt;
|-&lt;br /&gt;
| Accessibility (direct or indirect connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes accessible from a node.  &lt;br /&gt;
* How many nodes are accessible from a node?  &lt;br /&gt;
* Find the set of nodes accessible from a node where the distance is less than or equal to n.  &lt;br /&gt;
* How many nodes are accessible from a node where the distance is less than or equal to n?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) Who are your friends, your friends’ friends, and so on?  &lt;br /&gt;
*(FOAF) How many friends are you connected to in this way?&lt;br /&gt;
*(ARM) To what cities can we go from Seoul, Korea by changing planes only once?  &lt;br /&gt;
|-&lt;br /&gt;
| Commmon Connection&lt;br /&gt;
|&lt;br /&gt;
* Given nodes, find a set of nodes that are connected to all of them. &lt;br /&gt;
||&lt;br /&gt;
*(FOAF)Find all the people who know both John and Jack.&lt;br /&gt;
|-&lt;br /&gt;
| Connectivty&lt;br /&gt;
|&lt;br /&gt;
*Find the shortest path between two nodes.  &lt;br /&gt;
*Identify clusters.  &lt;br /&gt;
*Identify connected components.&lt;br /&gt;
*Find bridges.  &lt;br /&gt;
*Find articulation points.&lt;br /&gt;
||&lt;br /&gt;
*(ARM)  What is the shortest path from Seoul, Korea to Athens, Greece?&lt;br /&gt;
*(FOAF) Count the number of clusters.  &lt;br /&gt;
*(FW)  There may be subgraphs independent of each other. Count the number of connected components in the graph.  &lt;br /&gt;
*(FOAF) Who is the person whose removal from the graph results in an unconnected graph?&lt;br /&gt;
*(FW) Which is the eating link whose removal from the graph results in an unconnected graph?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Attribute-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| On the Nodes&lt;br /&gt;
|&lt;br /&gt;
* Find the nodes having a specific attribute value.  &lt;br /&gt;
* Review the set of nodes.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Who do you know from the people currently shown on screen?  &lt;br /&gt;
*(FOAF)  How many people do you know from the ones currently shown on screen?&lt;br /&gt;
*(FOAF)  Are there any foreign-sounding names?  &lt;br /&gt;
|-&lt;br /&gt;
| On the Links&lt;br /&gt;
|&lt;br /&gt;
* Given a node, find the nodes connected only by certain types of links.  &lt;br /&gt;
* Which node is connected by a link having the largest/smallest value?&lt;br /&gt;
||&lt;br /&gt;
*(GO)  Find the nodes connected by “is-a” relationships from the “Biological Process” node.&lt;br /&gt;
*(FW)  If a link has an attribute representing the percentage of the diet, what is main food of American crow?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Browsing Tasks ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Follow Path&lt;br /&gt;
|&lt;br /&gt;
* Follow a given path&lt;br /&gt;
||&lt;br /&gt;
* (FOAF) A user looks into A’s friend B, B’s friend C, and C’s friend D.&lt;br /&gt;
* (FW) Follow the flow of energy from grasses, to a rabbit that eats grass, to a carnivore that eats the rabbit, and to a carnivore that eats that carnivore.&lt;br /&gt;
|-&lt;br /&gt;
| Revisit&lt;br /&gt;
|&lt;br /&gt;
* Return to a previously visited node.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) After they follow a path in the above task, they may want to see A’s other friends.&lt;br /&gt;
*(FW) Find another carnivore that eats the same rabbit.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Overview Tasks ===&lt;br /&gt;
This is a compound exploratory task to get estimated values quickly.  For example, we might ask users to estimate the size of the social network.  Note that sometimes it is more important to be able to estimate the answer than to get an accurate one.  Some of the topology tasks can be done easily using an overview of the graph as well.  For example, using particular layout algorithms, it is easy to see whether or not there are clusters and connected components.  Other algorithms help to find shortest paths between nodes.  Overview also helps to find patterns.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* estimate size of the network&lt;br /&gt;
* estimate the number of connected components&lt;br /&gt;
* is the network clustered?&lt;br /&gt;
* can you identify different patterns of connection?&lt;br /&gt;
* (FOAF) has the network a small-world structure?&lt;br /&gt;
&lt;br /&gt;
== High-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [Amar et al. 2005] Amar, R., Eagan, J., and Stasko, J. Low-Level Components of Analytic Activity in Information Visualization, Proceedings of the Symposium on Information Visualization (InfoVis ’05), pp. 111-117, 2005.&lt;br /&gt;
&lt;br /&gt;
* [Lee et al. 2006] Lee, B., Plaisant, C., Parr, CS., Fekete, JD. and Henry, N. Task Taxonomy for Graph Visualization, In BEyond time and errors: novel evaLuation methods for Information Visualization (BELIV&#039;06), Venice, Italy, May 2006, to be published.&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10679</id>
		<title>Tasks Taxonomy for Graphs</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Tasks_Taxonomy_for_Graphs&amp;diff=10679"/>
		<updated>2006-10-16T09:35:01Z</updated>

		<summary type="html">&lt;p&gt;Socnet: /* Browsing Tasks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Low-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
From [Amar et al. 2005] and [Lee et al 2006].&lt;br /&gt;
&lt;br /&gt;
* General Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Retrieve Value	||Given a set of cases, find attributes of those cases.&lt;br /&gt;
|-&lt;br /&gt;
|Filter||Given some conditions on attributes values, find data cases satisfying those conditions.&lt;br /&gt;
|-&lt;br /&gt;
|Compute Derived Value||Given a set of data cases, compute an aggregate numeric representation of those data cases.(e.g. average, median, and count)&lt;br /&gt;
|-&lt;br /&gt;
|Find Extremum||Find data cases possessing an extreme value of an attribute over its range within the data set.&lt;br /&gt;
|-&lt;br /&gt;
|Sort||Given a set of data cases, rank them according to some ordinal metric.&lt;br /&gt;
Determine Range	Given a set of data cases and an attribute of interest, find the span of values within the set.&lt;br /&gt;
|-&lt;br /&gt;
|Characterize Distribution||Given a set of data cases and a quantitative attribute of interest, characterize the distribution of that attribute’s values over the set.&lt;br /&gt;
|-&lt;br /&gt;
|Find Anomalies||Identify any anomalies within a given set of data cases with respect to a given relationship or expectation, e.g. statistical outliers.&lt;br /&gt;
|-&lt;br /&gt;
|Cluster||Given a set of data cases, find clusters of similar attribute values.&lt;br /&gt;
|-&lt;br /&gt;
|Correlate||Given a set of data cases and two attributes, determine useful relationships between the values of those attributes.&lt;br /&gt;
|-&lt;br /&gt;
|Scan|| Quickly review a set of items.&lt;br /&gt;
|-&lt;br /&gt;
|Set Operation|| Given multiple sets of items, perform set operations on them. For example, find the intersection of the set of nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Graph Specific Tasks&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Find Adjacent Nodes ||Given a node, find its adjacent nodes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graph Task Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
Examples are illustrated using 4 types of graphs: &lt;br /&gt;
*(FOAF): friend-of-a-friend&lt;br /&gt;
*(FW): food web&lt;br /&gt;
*(GO): gene ontology&lt;br /&gt;
*(ARM): airport routing map&lt;br /&gt;
&lt;br /&gt;
=== Topology-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Adjacency (direct connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes adjacent to a node?&lt;br /&gt;
* How many nodes are adjacent to a node?  &lt;br /&gt;
* Which node has a maximum number of adjacent nodes?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Find the names of the direct friends of Eric.  &lt;br /&gt;
*(FW)  How many kinds of organisms do golden eagles eat?&lt;br /&gt;
*(FOAF)  Who is the most popular person?&lt;br /&gt;
|-&lt;br /&gt;
| Accessibility (direct or indirect connection)&lt;br /&gt;
|&lt;br /&gt;
* Find the set of nodes accessible from a node.  &lt;br /&gt;
* How many nodes are accessible from a node?  &lt;br /&gt;
* Find the set of nodes accessible from a node where the distance is less than or equal to n.  &lt;br /&gt;
* How many nodes are accessible from a node where the distance is less than or equal to n?&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) Who are your friends, your friends’ friends, and so on?  &lt;br /&gt;
*(FOAF) How many friends are you connected to in this way?&lt;br /&gt;
*(ARM) To what cities can we go from Seoul, Korea by changing planes only once?  &lt;br /&gt;
|-&lt;br /&gt;
| Commmon Connection&lt;br /&gt;
|&lt;br /&gt;
* Given nodes, find a set of nodes that are connected to all of them. &lt;br /&gt;
||&lt;br /&gt;
*(FOAF)Find all the people who know both John and Jack.&lt;br /&gt;
|-&lt;br /&gt;
| Connectivty&lt;br /&gt;
|&lt;br /&gt;
*Find the shortest path between two nodes.  &lt;br /&gt;
*Identify clusters.  &lt;br /&gt;
*Identify connected components.&lt;br /&gt;
*Find bridges.  &lt;br /&gt;
*Find articulation points.&lt;br /&gt;
||&lt;br /&gt;
*(ARM)  What is the shortest path from Seoul, Korea to Athens, Greece?&lt;br /&gt;
*(FOAF) Count the number of clusters.  &lt;br /&gt;
*(FW)  There may be subgraphs independent of each other. Count the number of connected components in the graph.  &lt;br /&gt;
*(FOAF) Who is the person whose removal from the graph results in an unconnected graph?&lt;br /&gt;
*(FW) Which is the eating link whose removal from the graph results in an unconnected graph?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Attribute-based Tasks ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| On the Nodes&lt;br /&gt;
|&lt;br /&gt;
* Find the nodes having a specific attribute value.  &lt;br /&gt;
* Review the set of nodes.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF)  Who do you know from the people currently shown on screen?  &lt;br /&gt;
*(FOAF)  How many people do you know from the ones currently shown on screen?&lt;br /&gt;
*(FOAF)  Are there any foreign-sounding names?  &lt;br /&gt;
|-&lt;br /&gt;
| On the Links&lt;br /&gt;
|&lt;br /&gt;
* Given a node, find the nodes connected only by certain types of links.  &lt;br /&gt;
* Which node is connected by a link having the largest/smallest value?&lt;br /&gt;
||&lt;br /&gt;
*(GO)  Find the nodes connected by “is-a” relationships from the “Biological Process” node.&lt;br /&gt;
*(FW)  If a link has an attribute representing the percentage of the diet, what is main food of American crow?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Browsing Tasks ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Task&#039;&#039;&#039;||&#039;&#039;&#039;Description&#039;&#039;&#039; || &#039;&#039;&#039;Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Follow Path&lt;br /&gt;
|&lt;br /&gt;
* Follow a given path&lt;br /&gt;
||&lt;br /&gt;
* (FOAF) A user looks into A’s friend B, B’s friend C, and C’s friend D.&lt;br /&gt;
* (FW) Follow the flow of energy from grasses, to a rabbit that eats grass, to a carnivore that eats the rabbit, and to a carnivore that eats that carnivore.&lt;br /&gt;
|-&lt;br /&gt;
| Revisit&lt;br /&gt;
|&lt;br /&gt;
* Return to a previously visited node.&lt;br /&gt;
||&lt;br /&gt;
*(FOAF) After they follow a path in the above task, they may want to see A’s other friends.&lt;br /&gt;
*(FW) Find another carnivore that eats the same rabbit.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Overview Tasks ===&lt;br /&gt;
&lt;br /&gt;
== High-Level Tasks ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [Amar et al. 2005] Amar, R., Eagan, J., and Stasko, J. Low-Level Components of Analytic Activity in Information Visualization, Proceedings of the Symposium on Information Visualization (InfoVis ’05), pp. 111-117, 2005.&lt;br /&gt;
&lt;br /&gt;
* [Lee et al. 2006] Lee, B., Plaisant, C., Parr, CS., Fekete, JD. and Henry, N. Task Taxonomy for Graph Visualization, In BEyond time and errors: novel evaLuation methods for Information Visualization (BELIV&#039;06), Venice, Italy, May 2006, to be published.&lt;/div&gt;</summary>
		<author><name>Socnet</name></author>
	</entry>
</feed>