Wolfram Research

Family Gathering Network

A social network of close family ties among people at a family gathering

A social network of close family ties among people at a family gathering. Two persons have a tie if they are related as a couple, as siblings, or as parent-child.

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Family Gathering Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Family Gathering Network", All]["Summary"]
Out[2]=

Basic Applications

Find the communities within the family:

In[3]:=
g = ResourceData["Family Gathering Network"];
In[4]:=
CommunityGraphPlot[g]
Out[4]=

Predict the split of the network in case of a conflict:

In[5]:=
HighlightGraph[g, Subgraph[g, #] & /@ \!\(TraditionalForm\`FindGraphCommunities[g, Method -> "\<Hierarchical\>"]\), GraphHighlightStyle -> "DehighlightHide"]
Out[5]=

Wolfram Research, "Family Gathering Network" from the Wolfram Data Repository (2019) 

Data Resource History

Publisher Information