American College Football Network

Network of American football games between Division IA colleges

The American college football network contains the network of all Division IA college football games during the regular season in Fall 2000 with vertex property "Conference" indicating a team's respective conference and the edge weight indicating the number of games between teams.

(115 vertices, 613 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["American College Football Network"]
Out[1]=

View a property summary:

In[2]:=
ResourceData["American College Football Network", All]["Summary"]
Out[2]=

Basic Applications

Visualize the network of games played between teams grouped by conference:

In[3]:=
g = ResourceData["American College Football Network"];
In[4]:=
byConference = GroupBy[{#, PropertyValue[{g, #}, "Conference"]} & /@ VertexList[g], Last -> First];
In[5]:=
CommunityGraphPlot[g, KeyValueMap[Legended[#2, #1] &, byConference], Sequence[
 CommunityRegionStyle -> Map[Directive[
Opacity[0.2], #]& , 
ColorData[1, "ColorList"]], EdgeStyle -> Opacity[0.3], CommunityBoundaryStyle -> None]]
Out[5]=

Wolfram Research, "American College Football Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Publisher Information