Skip to content

Commit a1dd294

Browse files
author
Daniel Precioso
committed
Refactor section headings in networks index file for consistency
1 parent 6742149 commit a1dd294

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/networks/index.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We will work with real datasets such as the USA flight network and the Enron ema
2323

2424
## What do we implement?
2525

26-
### 1. Network representation with `networkx`
26+
### Network representation with `networkx`
2727

2828
You will:
2929

@@ -37,7 +37,7 @@ These concepts follow the formal definitions of nodes, links, directed and weigh
3737

3838
---
3939

40-
### 2. Centrality and node importance
40+
### Centrality and node importance
4141

4242
We implement:
4343

@@ -54,7 +54,7 @@ You will see how importance affects spreading processes.
5454

5555
---
5656

57-
### 3. Network models
57+
### Network models
5858

5959
We generate synthetic networks to compare structure:
6060

@@ -73,7 +73,7 @@ You will measure:
7373

7474
---
7575

76-
### 4. Spreading processes on networks: SIS and SIR
76+
### Spreading processes on networks: SIS and SIR
7777

7878
This is the core computational part of the lab.
7979

0 commit comments

Comments
 (0)