Skip to Main Content

Digital Scholarship: Social Network Analysis

Overview

Network analysis is a means of investigating the connections and relationships between a number of entities. While originally based in mathematical graph theory, the application of network analysis methods has become common across academic disciplines, from English to Biology. Whether mapping the relationships between characters in a novel, to charting protein structures, the modern practice of network analysis is supported by a number of digital tools.

Techniques

Commonly used terms in network analysis include:

Node: the elements of a network that are connected. Also called an actor or a vector.

Edge: a connection, or link, between nodes.

Centrality: a numerical expression of a node's importance, which can be measured in four primary ways:

  1. Degree Centrality: the number of edges connected to a node.
  2. Closeness Centrality: the closeness of the entire network.
  3. Betweenness Centrality: the degree to which a node connects other nodes together.
  4. Eigenvector Centrality: connection to other, well-connected nodes.

 

Data

Tools

Projects

Readings