Skip to content

WillSkywalker/3hours_network_science

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three hours workshop on network science, with a focus on creating node-level features in multiplex networks using matrix multiplication

Instructors

Javier Garcia-Bernardo (SoDa/UU)

Folder structure

Slides:

  • Slides Code:
  • 1_intro_networks: First practical on networkx
  • 2_matrix_multiplication: Second practical on matrix multiplication
  • z_lecture_simulations: Creating some plots used during the lectures

How to run the code

Online: Binder

or

  1. Install anaconda/miniconda
  2. Install dependencies and start jupyter notebook
conda env create -f environment.yml
conda activate networks
jupyter notebook

About

Three hours workshop on network science

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%