Coauthorships in Network Science Network

Weighted network of coauthorships between scientists working on network science

Weighted network of coauthorships between scientists working on network theory and experiment with edge weight indicating the strength of the collaboration between pairs of individuals.

(1589 vertices, 2742 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Coauthorships in Network Science Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Coauthorships in Network Science Network", All]["Summary"]
Out[2]=

Basic Applications

Pick the author with the most collaborations:

In[3]:=
g = ResourceData["Coauthorships in Network Science Network"];
In[4]:=
author = First[MaximalBy[VertexList[g], VertexDegree[g, #] &]]
Out[4]=

Visualize the network around the author with the most collaborations:

In[5]:=
NeighborhoodGraph[g, author, Sequence[
 VertexLabels -> {author -> Placed["Name", Above]}, VertexStyle -> (author -> Red), EdgeStyle -> Opacity[0.4]]]
Out[5]=

Wolfram Research, "Coauthorships in Network Science Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information