East Africa Embassy Attacks Network

Terrorist network linked to the 1998 bombings of the US embassies in Kenya and Tanzania

Terrorist network linked to the 1998 bombings of the US embassies in Kenya and Tanzania. The full names and groups, which of the two cells a person was part of, are stored in the vertex annotations "FullName" and "Group" and the EdgeWeight gives a measure of tie strength.

(18 vertices, 51 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["East Africa Embassy Attacks Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["East Africa Embassy Attacks Network", All]["Summary"]
Out[2]=

Basic Applications

Pick the most involved members of the network:

In[3]:=
g = ResourceData["East Africa Embassy Attacks Network"];
In[4]:=
vertices = VertexList[g];
In[5]:=
names = MaximalBy[vertices, VertexDegree[g, #] &]
Out[5]=

Find their full name and group:

In[6]:=
Grid[{AnnotationValue[{g, #}, "FullName"], AnnotationValue[{g, #}, "Group"]} & /@ names, Sequence[
 Frame -> All, Alignment -> Left, Background -> LightBlue]]
Out[6]=

Highlight the most involved members in the network:

In[7]:=
HighlightGraph[g, names, PlotTheme -> "Web"]
Out[7]=

Wolfram Research, "East Africa Embassy Attacks Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Publisher Information