Wikipedia Voting Network

Wikipedia who-votes-on-whom network

Network of Wikipedia admins and users who have been active in the voting process for new admins. A directed edge from user A to user B means that A voted for B to become an admin.

(7115 vertices, 103689 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Wikipedia Voting Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Wikipedia Voting Network", All]["Summary"]
Out[2]=

Basic Applications

Show the person with the most votes:

In[3]:=
g = ResourceData["Wikipedia Voting Network"];
In[4]:=
most = First[MaximalBy[VertexList[g], VertexInDegree[g, #] &]]
Out[4]=
In[5]:=
NeighborhoodGraph[g, most, Sequence[
 VertexStyle -> {most -> Red}, VertexLabels -> {most -> Placed[most, Below]}, VertexSize -> {most -> 2}, EdgeStyle -> Opacity[0.2]]]
Out[5]=

Wolfram Research, "Wikipedia Voting Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information