URV E-Mail Network

The email network between members of the Univeristy Rovira i Virgili

The network of e-mail interchanges between members of the Univeristy Rovira i Virgili (Tarragona).

(1133 vertices, 5451 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["URV E-Mail Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["URV E-Mail Network", All]["Summary"]
Out[2]=

Basic Applications

Pick the author with the most received emails:

In[3]:=
g = ResourceData["URV E-Mail Network"];
In[4]:=
author = First[MaximalBy[VertexList[g], VertexInDegree[g, #] &]]
Out[4]=

Visualize the graph around the author:

In[5]:=
NeighborhoodGraph[g, author, Sequence[
 VertexStyle -> (author -> Red), EdgeStyle -> Opacity[0.3]]]
Out[5]=

Wolfram Research, "URV E-Mail Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information