Hands-on Activity Graphing Your Social Network

Quick Look

Grade Level: 11 (9-12)

Time Required: 1 hour

Expendable Cost/Group: US $0.00

Group Size: 3

Activity Dependency:

Subject Areas: Computer Science, Data Analysis and Probability

Two images. A graph shows ~100 colored dots (nodes) with various connections to each other by lines (edges). Six nodes across the middle of the field of nodes are the darkest of six colors, while the nodes with more distance relationships from these six nodes are lighter shades of the six base colors, so the farther the relationship is from the original, the lighter its color. A photo shows four friends cooking together.
This graph shows the concept of six degrees of separation, the idea that everyone is no more than six "steps" away from each person on Earth. What does your social network look like?
copyright
Copyright © 2007 (top) Laurens van Lieshout, Wikimedia Commons; (bottom) U.S. Department of the Interior http://commons.wikimedia.org/wiki/File:Six_degrees_of_separation_01.png http://www.doi.gov/letsmove/indiancountry/about-us.cfm

Summary

Students analyze their social networks using graph theory. They gather data on their own social relationships, either from Facebook interactions or the interactions they have throughout the course of a day, recording it in Microsoft Excel and using Cytoscape (a free, downloadable application) to generate social network graphs that visually illustrate the key persons (nodes) and connections between them (edges). The nodes in the Cytoscape graphs are color-coded and sized according to the importance of the node (in this activity, nodes are people in students' social networks). After the analysis, the graphs are further examined to see what can be learned from the visual representation. Students gain practice with graph theory vocabulary, including node, edge, betweeness centrality and degree on interaction, and learn about a range of engineering applications of graph theory.

Engineering Connection

The mathematical structures of graph theory are widely applied in computer science, mathematics and engineering to model relationships between objects in sets of objects.

Software engineers use graphs to represent communication networks, data organization, computational devices, the flow of computation and more. They also exploit the relationships documented in social networks on websites like Facebook to market products to consumers. And they use graph theory to represent website structures, with the vertices being web pages and the edges being links between pages.

Electrical engineers and computer electronic engineers employ graph theory in the design of integrated circuits. Complex layered microcircuits can be represented as nodes interconnected by lines or arcs. The use of graph theory helps engineers optimize the density of components and minimize the connections, which optimizes processing speed and electrical efficiency.

Learning Objectives

After this activity, students should be able to:

  • Apply graph theory to their social networks.
  • Use Microsoft Excel and Cytoscape to develop graphs of their social networks.
  • Analyze their own social network graphs to determine who is connected (more connections to people show importance of relationships/who has the most interactions) and which friends they interact with the most.
  • Practice the application of graph theory by charting personal social networks.

Educational Standards

Each TeachEngineering lesson or activity is correlated to one or more K-12 science, technology, engineering or math (STEM) educational standards.

All 100,000+ K-12 STEM standards covered in TeachEngineering are collected, maintained and packaged by the Achievement Standards Network (ASN), a project of D2L (www.achievementstandards.org).

In the ASN, standards are hierarchically structured: first by source; e.g., by state; within source by type; e.g., science or mathematics; within type by subtype, then by grade, etc.

  • Synthesize data and analyze trends to make decisions about technological products, systems, or processes. (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Use various approaches to communicate processes and procedures for using, maintaining, and assessing technological products and systems. (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • create and use representations to organize, record, and communicate mathematical ideas (Grades Pre-K - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • use representations to model and interpret physical, social, and mathematical phenomena (Grades Pre-K - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • recognize and apply mathematics in contexts outside of mathematics (Grades Pre-K - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • use vertex-edge graphs to model and solve problems (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Communicate the problem, process, and solution (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Use tools and technology to make detailed qualitative and quantitative observations (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

  • Analyze and interpret data, synthesize ideas, formulate and evaluate models, and clarify concepts and explanations (Grades 9 - 12) More Details

    View aligned curriculum

    Do you agree with this alignment?

Suggest an alignment not listed above

Materials List

Each group needs:

Worksheets and Attachments

Visit [www.teachengineering.org/activities/view/uno_graphtheory_lesson01_activity1] to print or download.

Introduction/Motivation

In this activity, you will analyze your social network using graph theory. Who else uses graph theory?

Software engineers use graph theory to analyze your (and everyone else's) relationships on Facebook. By using graph theory, software engineers can predict who will be interested in the things you are interested in and as a result, target ads to potentially interested parties. This is how the value of Facebook is created. It provides the ability to market products to people most likely to buy them.

Other engineers use graph theory to represent the interactions in complex systems. Structural engineers use graph theory to represent the forces in structural elements like trusses. Electrical and computer engineers apply graph theory to represent networks (communication, computer, etc.) and integrated circuits. In computer science, the research areas of data mining, image segmentation, clustering and networking are graph theory applications. For example, a data structure can be visualized in the form of a tree, which uses edges and vertices. Network topologies can be represented through graph theory with the nodes being the devices and the edges the communication links between them.

Your social network is composed of the people you communicate with on a regular basis. It includes people such as your friends, relatives and teachers. You can use Facebook to track your "network." Comments (that you post and that others post to you) count more than a "like." To draw and analyze your network, you will use Microsoft Excel and Cytoscape software applications.

Procedure

Background

Work through the activity before conducting it with students so as to understand the process and how Cytoscape works. To do this, follow the detailed instructions in the Social Networks Activity Instructions. It is recommended that you conduct the social networks activity (this document) first and then the dramatic networks activity (Using Graph Theory to Analyze Drama), although the order is not that critical.

The overall activity goal is for students to visually identify relationships among the important people in their lives. Most students have Facebook accounts where they interact with each other. Facebook is the preferred network for the purposes of this activity, but other networks may be substituted. If students do not have any electronic social networks from which to gather data, have them tally the interactions they have throughout the course of a day. This activity is a good experience for all students, especially visual learners, because it enables them to experience their social networks in an entirely different way.

A graphic composed of seven dots (nodes) of different sizes and colors, each with a first name identifier and linked by various lines (edges). While the node for Becky is large and red; the node for Bob is small and yellow.
Figure 1. Example social network graph generated using Cytoscape.
copyright
Copyright © 2012 Ramsey Young, University of Nebraska-Omaha

The full procedure for the activity is explained in the Social Networks Activity Instructions. Students perform two main steps: 1) data collection and 2) data application.

During data collection, students track and record interactions between people they know. This helps them determine where information can most efficiently be distributed and what kind of group role each friend has in their relationships, and develop a better understanding of their social groups. To obtain data, students look closely at either a social network they are subscribed to or their social interactions throughout a day. Students capture the results of the interactions into an Excel spreadsheet, essentially documenting a network.

In the data application step, students use the open source program Cytoscape to examine the networks they have documented. The Cytoscape application generates a graph of a network's relationships, indicating the more important nodes in different sizes and colors than less-important nodes (see Figure 1). These graphs are visual representations that show the importance of their social networks.

Before the Activity

  • Install the Microsoft Excel and Cytoscape software on student computers. The free, open-source application Cytoscape is available at http://www.cytoscape.org/. Click "Download Cytoscape now" and follow the instructions to download.
  • Make copies of the Social Networks Activity Instructions and the Social Networks Assessment one each per student.
  • Students collect data on their own social networks, but can share a computer in small groups, helping each other generate the Cytoscape graphs or taking turns.

With the Students—Data Collection

  1. Hand out the instructions sheets and give students some time to read through them and ask questions.
  2. Direct students to track the interactions between people they know by looking closely at either a social network they are subscribed to (such as Facebook, Twitter or MySpace) or their interactions with people throughout the day. By doing this, they will develop a better understanding of their social groups, and learn where information can most efficiently be distributed and what kind of group role each friend has in their relationships.
  3. Review with students the basic rules for data collection, which are also provided on the instructions sheet:
  • If looking at Facebook as the electronic social network resource, look at about three pages of interactions. For the people that you interact with on those three pages, go to their Facebook pages and see who they have been interacting with on the first pages of their walls.
  • If you look at your Facebook timeline, do not go back earlier than 30 threads on your wall and 10 threads on others' walls.
  • If a person comments on your wall and you respond, give the numerical value of 2 to that interaction.
  • If the conversation continues, count the number of posts in the thread between the two people for the interaction.
  • If someone comes into the post later, count the first post and their later post as the interaction.
  • The first post in a thread is the conversation starter. Assume this is targeted only at the people who participate in that conversation.
  • Not all interactions are between just two people. Sometimes you must decide if a person is speaking to one person or a group of people. If a person is speaking to a group and only one person responds, only record 1 interaction between the first person and the group and 2 between the first person and the second who responded.
  • Count "Likes" as interactions. If the number of Likes exceeds 10, only do the first 10.
  1. Based on the data collection rules, direct students to each create an Excel file that documents the number of interactions between any two people that are part of their social networks (see Figure 2 for an example; also on instructions sheet).
    A screenshot of an Excel spreadsheet shows the number of interactions between people in a social network. Three columns are titled: Person 1, Person 2, Number of interactions. Three rows of example data follow, such as this row: Bill and Sam had 5 interactions.
    Figure 2. Example Excel file of social interactions data.
    copyright
    Copyright © 2012 Ramsey Young, University of Nebraska-Omaha

With the Students—Data Application

Direct students to refer to the instructions as they use the Cytoscape open source application to look closer at the networks they have created.

An arrow points to the right at a circular icon logo with the letter C in the center.

  1. Open Cytoscape. The icon looks like this:
  2. Click File > Import > Network from table (Text/MS Excel)
  3. Click on the Select File(s) button > select the Excel file you created from where you saved it on the computer.
  4. Select the interaction relationship.
  • Set Source Interaction to the column containing the first person.
  • Set Interaction Type to the column containing the number of interactions between person #1 and person #2.
  • Set Target Interaction to the column containing person #2.
  1. Click Import and Cytoscape renders a rough version of the network, similar to Figure 3.
  2. In order to make the data useful, click on the Plugins menu at the top of the page > select Network Analysis > click on Analyze Network.
  3. Select the Treat Network as Undirected bubble > click OK.
  4. Select Visualize Parameters, which alters the nodes and connections.
    A graph of a network composed of 14 identical nodes (dots of the same color and size). Each node is labeled with a name, such as Medea, Jason, Nurse or chorus. The nodes are arranged in a matrix with three nodes in four rows, and two nodes in the fifth row. Various edges (blue lines) are drawn between the nodes, corresponding to the interactions between the nodes.
    Figure 3. Rough version of a network graph created by Cytoscape.
    copyright
    Copyright © 2012 Ramsey Young, University of Nebraska-Omaha
  5. Set the Map node size to "degree." This represents the people that do the most communicating as larger nodes.
  6. Set the Map node color to "BetweennessCentrality." This changes to warmer colors the people (nodes) that do the most communicating with great numbers of other people.
  7. As necessary, use your mouse to spread the nodes out so that they do not block each other.
  8. Lead a class discussion to share and compare the resulting Cytoscape graphs of students' social networks: Now you have a visual representation of your social network relationships showing which people in your social community have the greatest influence with other people. (Example discussion questions follow.) What do you observe in this visualization of your social network? Who in your network has the most interactions? Who is the most connected to others by the level of communication? Who do you interact with the most? Any surprises? In your social network, which people might have the greatest influence with other people? Are your more connected relationships the most important ones to you, or not? Why are some nodes larger than other, or different colors? What else do you notice? Looking at the degree of interactions and betweenness shown by the graphs, what else do you notice about the relationships? To what else can the same principles we see in these graphs be applied?
  9. Conclude by handing out the assessment sheets for a summary writing assignment, as described in the Assessment section. If time permits, or for students who finish early, direct them to the Activity Extension suggestion.

Vocabulary/Definitions

betweenness: Betweenness is a centrality measure of a node (vertex) within a graph. It measures the number of times a node connects two other nodes by the shortest path. It is a measure of importance for nodes in the graph. The higher the betweenness centrality, the more important the node; in a social network, the more important the "friend."

child vertex: Nodes in a graph that are connected to a given node.

Cytoscape: An open source bioinformatics software application that can be used to visualize interactions between nodes in a network.

degree of interaction: The number of edges connected to a node, with loops (interactions with itself) counted twice.

edge: A connection between nodes.

graph theory: The study of mathematical structures that model relationships between objects from a collection.

node/vertex: The fundamental unit of which graphs are formed.

sibling vertex: Nodes in a graph that are not directly connected to a given node. Sibling vertices are both children to the same parent.

Assessment

Activity Embedded Assessment

Observations: As students are engaged in the activity ask these (or similar) questions:

  • Can students explain what betweeness centrality tells us about the people in a graph?
  • Do students know what degree of interaction in a graph is?
  • Were students able to comprehend what the color and size of nodes mean in the Cytoscape graphs?

Post-Activity Assessment

Writing: At activity end, assign students to answer the following writing prompts, which are provided on the Social Networks Assessment. Review their answers to assess their mastery of the subject matter.

  1. Explain the graph theory vocabulary: node, edge, betweenness centrality, and degree on interaction. (Example answer: A node represents a point on the graph. In this activity, the nodes were my friends and family. An edge represents a connection between nodes. The edges in my social network graph represent a contact between two people. Betweenness is a measure of centrality for a particular node on the graph. In our activity, the nodes with the highest betweenness were people with the most contacts with other people. Degree of interaction is the number of edges connected to a node.)
  2. Explain what the size and color of the nodes on the Cytoscape graphs mean. (Example answer: The larger nodes represent people with more contacts and communication with others. Depending on the Cytoscape coloring scheme selected, the colors with the fewest interactions and the most interactions will be different, one a cool color and the other a warm color. Overall, the size and color of the nodes shows the importance of people relative to one another.)
  3. Describe some engineering applications of graph theory. (Example answer: Graph theory is useful to represent a wide range of complex systems in a visual way. Computer science [engineering] applications of graph theory include data mining, image segmentation, clustering and network applications. In addition, electrical engineers use graph theory to represent electrical component interactions in circuits, and structural engineers use graph theory to represent structural composition.)

Troubleshooting Tips

Many students love being on Facebook during class, so closely monitor them during class to make sure they stay on task, and are not using Facebook for other purposes.

Activity Extensions

Have students log into WolframAlpha (computational knowledge engine) at wolframalpha.com and search for Facebook. Wolfram connects with Facebook and builds a complete social graph of your network. Besides visualizing connections with links and nodes, it tells you the age distribution of your friends, who you talk with most, most popular posts, and more. This is very cool, and may possibly be of real interest students! Also, it might be really interesting for students to compare the graphs they created to those created by Wolfram to see similarities and differences.

Subscribe

Get the inside scoop on all things TeachEngineering such as new site features, curriculum updates, video releases, and more by signing up for our newsletter!
PS: We do not share personal information or emails with anyone.

More Curriculum Like This

High School Activity
Using Graph Theory to Analyze Drama

Students analyze dramatic works using graph theory. They gather data, record it in Microsoft Excel and use Cytoscape (a free, downloadable application) to generate graphs that visually illustrate the key characters (nodes) and connections between them (edges).

High School Lesson
Making the Connection

Students learn and apply concepts and methods of graph theory to analyze data for different relationships such as friendships and physical proximity. They are asked about relationships between people and how those relationships can be illustrated.

High School Lesson
Graph Theory in Drama

Students use graph theory to create social graphs for their own social networks and apply what learn to create a graph representing the social dynamics found in a dramatic text.

High School Lesson
Sets-Nodes-Edges: Representing Complex Networks in Graph Theory

Students learn about complex networks and how to represent them using graphs. They also learn that graph theory is a useful mathematical tool for studying complex networks in diverse applications of science and engineering, such as neural networks in the brain, biochemical reaction networks in cells...

Copyright

© 2013 by Regents of the University of Colorado; original © 2013 Board of Regents, University of Nebraska

Contributors

Ramsey Young, Brian Sandall

Supporting Program

IMPART RET Program, College of Information Science & Technology, University of Nebraska-Omaha

Acknowledgements

The contents of this digital library curriculum were developed as a part of the RET in Engineering and Computer Science Site on Infusing Mobile Platform Applied Research into Teaching (IMPART) Program at the University of Nebraska-Omaha under National Science Foundation RET grant number CNS 1201136. However, these contents do not necessarily represent the policies of the National Science Foundation, and you should not assume endorsement by the federal government.

Last modified: May 10, 2017

Free K-12 standards-aligned STEM curriculum for educators everywhere.
Find more at TeachEngineering.org