-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_toc.yml
More file actions
53 lines (52 loc) · 2.76 KB
/
Copy path_toc.yml
File metadata and controls
53 lines (52 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
format: jb-book
root: README
chapters:
- file: notebooks/class_00/class_00_github_computing_setup
title: "Chapter 00: Introduction and Setup"
- file: notebooks/class_01/class_01_python_refresher
title: "Chapter 01: Python Refresher"
- file: notebooks/class_02/class_02_networkx1
title: "Chapter 02: Introduction to Networkx 1"
- file: notebooks/class_03/class_03_networkx2
title: "Chapter 03: Introduction to Networkx 2"
- file: notebooks/class_04/class_04_distributions
title: "Chapter 04: Distributions of Network Properties & Centralities"
- file: notebooks/class_05/class_05_scraping1
title: "Chapter 05: Scraping Web Data 1 - BeautifulSoup & HTML"
- file: notebooks/class_06/class_06_data_science_and_sql
title: "Chapter 06: Data Science 1 — Pandas, SQL, Regressions"
- file: notebooks/class_07/class_07_creating_a_network_from_sql_tables
title: "Chapter 07: Data Science 2 — SQL for Network Construction"
- file: notebooks/class_08/class_08_communities1
title: "Chapter 08: Clustering & Community Detection 1 — Traditional"
- file: notebooks/class_09/class_09_communities2
title: "Chapter 09: Clustering & Community Detection 2 — Contemporary"
- file: notebooks/class_12/class_12_visualization_python
title: "Chapter 12: Visualization 1 — Python and Matplotlib"
- file: notebooks/class_13/class_13_visualization_python
title: "Chapter 13: Visualization 2 — Advanced Python"
- file: notebooks/class_14/class_14_graph_machine_learning_1
title: "Chapter 14: Machine Learning 1 - General"
- file: notebooks/class_15/class_15_graph_ml_2
title: "Chapter 15: Machine Learning 2 - Graph Convolutional Networks"
- file: notebooks/class_16/class_16_dynamics1
title: "Chapter 16: Dynamics on Networks 1 — Diffusion and Random Walks"
- file: notebooks/class_17/class_17_dynamics2
title: "Chapter 17: Dynamics on Networks 2 — Compartmental Models"
- file: notebooks/class_18/class_18_dynamics3
title: "Chapter 18: Dynamics on Networks 3 — Agent-Based Models"
- file: notebooks/class_19/class_19_graphdistances
title: "Chapter 19: Graph Distance Measures"
- file: notebooks/class_20/class_20_temporal_networks
title: "Chapter 20: Dynamics of Networks: Temporal Networks"
- file: notebooks/class_21/class_21_sparsification
title: "Chapter 21: Network Sparsification"
- file: notebooks/class_22/class_22_sampling
title: "Chapter 22: Network Sampling"
- file: notebooks/class_23/class_23_linkprediction
title: "Chapter 23: Link Prediction"
- file: notebooks/class_24/class_24_spatial
title: "Chapter 24: Spatial Data, OSMNX, GeoPandas"
- file: notebooks/class_25/class_25_spectral
title: "Chapter 25: Spectral Properties of Graphs"
# etc: append one chapter each week