Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Project 1: Create a Visualization

Complete by: Tuesday 10 Feb. at class time

Now that you’ve learned some of the principles and techniques behind network visualization, you’ll create your own visualization. You’ll complete the following two items:

  1. Two original visualizations of one of the social network data examples listed below. You can make any kind of network visualization you want, so long as you meet the outlined criteria. You should have one Gephi and one Python visualization, using any of the tools we worked with in class. Think carefully about the different advantages of these two approaches to visualization!

  2. Both visualizations should be clearly labeled, with titles and relevant information. In your Gephi visualization, this may involve adding captions to an exported image. In your Python visualization, this may involve adding labels to a plot and writing in markdown cells.

  3. A 2-3 paragraph written explanation of the choices you made in your visualizations and the network principles you followed. You might look back at Ch. 4 of The Network Turn to remind yourself of some of the key principles.

You’ll be graded on the following criteria:

Choose from one of the following sample social network datasets:

All of these datasets are in GML format, which is compatible with most of the software we learned about. If you’re using a tool that doesn’t work well with GML, remember that you can load the data in NetworkX and export it in many different formats.

[All data downloaded from M.E.J. Newman’s network data site. Make sure you refer to the site for more details about your chosen data.]


Requirements: