danieldux commited on
Commit
155cf8b
1 Parent(s): 0bb8eeb

Update ISCO-08 classification scheme visualization

Browse files
Files changed (1) hide show
  1. README.md +1 -52
README.md CHANGED
@@ -27,58 +27,7 @@ The hierarchical structure of the ISCO-08 classification scheme, as depicted in
27
 
28
  *Figure 1: Hierarchical structure of the ISCO-08 classification scheme*
29
 
30
- ```mermaid
31
-
32
- flowchart TD
33
-
34
- Root --- 1
35
- Root --- 2
36
- 1 --- 11
37
- 2 --- 22
38
- 2 --- 23
39
- 22 --- 221
40
- 22 --- 222
41
- 23 --- 235
42
- 221 --- 2211
43
- 221 --- 2212
44
- 222 --- 2221
45
- 222 --- 2222
46
- 235 --- 2351
47
- 235 --- 2352
48
-
49
- classDef defaultNode fill:#ffff,stroke:#333,stroke-width:2px
50
- classDef highlightNode fill:#333,stroke:#333,stroke-width:2px,color:#ffff
51
-
52
- Root((Root Node)):::defaultNode
53
-
54
- 1(Major group 1: Managers):::defaultNode
55
-
56
- 11(Sub-major group 11: Chief Executives, Senior Officials and Legislators):::defaultNode
57
-
58
- 2(Major group 2: Professionals):::defaultNode
59
-
60
- 22(Sub-major group 22: Health Professionals):::defaultNode
61
-
62
- 221(Minor group 221: Medical Doctors):::defaultNode
63
-
64
- 2211(Unit group 2211: Generalist Medical Practitioners):::highlightNode
65
-
66
- 2212(Unit group 2212: Specialist Medical Practitioners):::defaultNode
67
-
68
- 222(Minor group 222: Nursing and Midwifery Professionals):::defaultNode
69
-
70
- 2221(Unit group 2221: Nursing Professionals):::defaultNode
71
-
72
- 2222(Unit group 2222: Midwifery Professionals):::defaultNode
73
-
74
- 23(Sub-major group 23: Teaching Professionals):::defaultNode
75
-
76
- 235(Minor group 235: Other Teaching Professionals):::defaultNode
77
-
78
- 2351(Unit group 2351: Education Methods specialists):::defaultNode
79
-
80
- 2352(Unit group 2352: Special Needs Teachers):::defaultNode
81
- ```
82
 
83
  In this context, the hierarchical accuracy measure is specifically designed to evaluate classifications within this structured framework. It emphasizes the importance of precision in classifying occupations at the correct level of specificity:
84
 
 
27
 
28
  *Figure 1: Hierarchical structure of the ISCO-08 classification scheme*
29
 
30
+ ![Figure 1: ISCO-08 DAG class hierarchy. The filled node 2211 represents the real category of a sample](figure_1.svg)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  In this context, the hierarchical accuracy measure is specifically designed to evaluate classifications within this structured framework. It emphasizes the importance of precision in classifying occupations at the correct level of specificity:
33