Political Blogs Network

A directed network of hyperlinks

A directed network of hyperlinks between weblogs on US politics recorded in 2005. The vertex annotation "Classification" indicates political leaning. The edge weight indicates the duplicity of hyperlinks.

(1490 vertices, 16718 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Political Blogs Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Political Blogs Network", All]["Summary"]
Out[2]=

Basic Applications

Show the classifications:

In[3]:=
g = ResourceData["Political Blogs Network"];
In[4]:=
vertices = VertexList[g];
In[5]:=
classes = Counts[AnnotationValue[{g, #}, "Classification"] & /@ vertices]
Out[5]=
In[6]:=
PieChart[classes, ChartLabels -> Placed[Automatic, "RadialCenter"]]
Out[6]=

Show the most used source:

In[7]:=
Keys[Sort[Counts[AnnotationValue[{g, #}, "Source"] & /@ vertices], Greater]][[1]]
Out[7]=

Wolfram Research, "Political Blogs Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information