Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.85 KB

File metadata and controls

50 lines (39 loc) · 3.85 KB

Datasets of networks

This is a small list of datasets used during the practicum or assignments of the Networks Science course. It is not intended to be a full repository of datasets. See links at the bottom of this file.

How to download

The easiest way of getting these datasets is to simply clone this entire repository locally in your laptop. That way you will have all the datasets, all the practice handouts, all the slides from theory, etc.

To download from GitHub's web interface go to the data/ directory in the repository.

  • For large files, browse to the dataset and click on "Download" (on the top-right corner).
  • For small files, browse to the dataset and click on "Raw" (on the top-right corner) and then "Save as ..." in your browser. If you are in Windows, be careful with the additional extension (usually .text) added by the operating system.

Sources for datasets used in practices

Filename Source
starwars.graphml (starwars-characters.csv + starwars-links.csv) Evelina Gabasova 2016
karate.gml + karate-factions.csv Zachary 1977
us_companies_ownership.csv Norlen et al. 2002
hero-network.csv Chang et al. 2011
got-characters.csv + got-relationships.csv Graph Drawing Contest
disease-genes.csv Goh et al. 2008, Table 1
CovidLockDownCatalonia.json.gz CrisisNLP Team
webspam_uk2007-nodes.csv + webspam_uk2007-edges.csv WEBSPAM UK2007
trade_1980-flows.csv + trade_2013-flows.csv + trade-countries.csv OECD
sfhh-conference-2009.csv SocioPatterns Project

Sources for other datasets (used in previous years)

Filename Source
movie_metadata.csv Troung 2016
EstamosPorTi.json.gz Gabriele 2018
Florida-bay-food-web.gml Ulanowicz et al. 1997, Benson et al. 2016
email-eu-core.txt Yin et al. 2017
polblogs.gml + polblogs-leaning.csv Lada Adamic and Natalie Glance 2005
internet-as-20060622.gml Newman 2013
astro-ph.gml Newman 2001
stocks_62_names.txt + stocks_62_pearson.net Latora, Nicosia, and Russo 2017, Chapter 10
les_miserables-characters.csv + les_miserables-chapters.csv Newman 2006; gender added

Repositories of network datasets