andreped commited on
Commit
fd58b41
β€’
1 Parent(s): 5055dd4

Refactored LN stations tree in README

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -79,25 +79,25 @@ A detailed interactive demo on how to load and work with the data can be seen on
79
  For each labelled lymph node in the dataset, the primary, secondary, and up to the tertiary station have been manually assigned according to the IASLC Lung Cancer Staging guidelines, and more specifically following the [2009 map](https://radiologyassistant.nl/chest/mediastinum/mediastinum-lymph-node-map).
80
  The stations considered can be organized as follows:
81
  ```
82
- └── Supraclavicular nodes (stations 1R and 1L)
83
- └── Superior mediastinal nodes (stations 2-4)
84
- β”œβ”€β”€ Upper paratracheal (stations 2R and 2L)
85
- β”œβ”€β”€ Pre-vascular (stations 3aR and 3aL)
86
- β”œβ”€β”€ Pre-vertebral (station 3P)
87
- β”œβ”€β”€ Lower paratracheal (stations 4R and 4L)
88
- └── Aortic nodes (stations 5-6)
89
- β”œβ”€β”€ Subaortic (station 5)
90
- β”œβ”€β”€ Para-aortic (station 6)
91
- └── Inferior mediastinal nodes (stations 7-9)
92
- β”œβ”€β”€ Subcarinal (stations 7R and 7L)
93
- β”œβ”€β”€ Paraesophageal (stations 8R and 8L)
94
- β”œβ”€β”€ Pulmonary ligament (station 9)
95
  └── Hilar, lobar, and (sub)segmental nodes (stations 10-14)
96
- β”œβ”€β”€ Hilar (stations 10R and 10L)
97
- β”œβ”€β”€ Interlobar middle-lower (stations 11R and 11L)
98
- β”œβ”€β”€ Lobar (stations 12R and 12L)
99
- β”œβ”€β”€ Segmental (stations 13R and 13L)
100
- β”œβ”€β”€ Subsegmental (stations 14R and 14L)
101
  ```
102
 
103
 
 
79
  For each labelled lymph node in the dataset, the primary, secondary, and up to the tertiary station have been manually assigned according to the IASLC Lung Cancer Staging guidelines, and more specifically following the [2009 map](https://radiologyassistant.nl/chest/mediastinum/mediastinum-lymph-node-map).
80
  The stations considered can be organized as follows:
81
  ```
82
+ β”œβ”€β”€ Supraclavicular nodes (stations 1R and 1L)
83
+ β”œβ”€β”€ Superior mediastinal nodes (stations 2-4)
84
+ β”‚ β”œβ”€β”€ Upper paratracheal (stations 2R and 2L)
85
+ β”‚ β”œβ”€β”€ Pre-vascular (stations 3aR and 3aL)
86
+ β”‚ β”œβ”€β”€ Pre-vertebral (station 3P)
87
+ β”‚ └── Lower paratracheal (stations 4R and 4L)
88
+ β”œβ”€β”€ Aortic nodes (stations 5-6)
89
+ β”‚ β”œβ”€β”€ Subaortic (station 5)
90
+ β”‚ └── Para-aortic (station 6)
91
+ β”œβ”€β”€ Inferior mediastinal nodes (stations 7-9)
92
+ β”‚ β”œβ”€β”€ Subcarinal (stations 7R and 7L)
93
+ β”‚ β”œβ”€β”€ Paraesophageal (stations 8R and 8L)
94
+ β”‚ └── Pulmonary ligament (station 9)
95
  └── Hilar, lobar, and (sub)segmental nodes (stations 10-14)
96
+ β”œβ”€β”€ Hilar (stations 10R and 10L)
97
+ β”œβ”€β”€ Interlobar middle-lower (stations 11R and 11L)
98
+ β”œβ”€β”€ Lobar (stations 12R and 12L)
99
+ β”œβ”€β”€ Segmental (stations 13R and 13L)
100
+ └── Subsegmental (stations 14R and 14L)
101
  ```
102
 
103