danieldux commited on
Commit
f02f75d
1 Parent(s): 377a0b6

Refactored ISCO-08 classification scheme hierarchy

Browse files
Files changed (1) hide show
  1. README.md +15 -39
README.md CHANGED
@@ -28,27 +28,21 @@ The hierarchical structure of the ISCO-08 classification scheme, as depicted in
28
  *Figure 1: Hierarchical structure of the ISCO-08 classification scheme*
29
 
30
  ```mermaid
 
31
  flowchart TD
32
 
33
  Root --- 1
34
  Root --- 2
35
-
36
  1 --- 11
37
-
38
  2 --- 22
39
  2 --- 23
40
-
41
  22 --- 221
42
  22 --- 222
43
-
44
  23 --- 235
45
-
46
  221 --- 2211
47
  221 --- 2212
48
-
49
  222 --- 2221
50
  222 --- 2222
51
-
52
  235 --- 2351
53
  235 --- 2352
54
 
@@ -57,51 +51,33 @@ flowchart TD
57
 
58
  Root((Root Node)):::defaultNode
59
 
60
- 1(
61
- Major group 1:
62
- Managers):::defaultNode
63
 
64
- 11(
65
- Sub-major group 11:
66
- Chief Executives, Senior Officials and Legislators):::defaultNode
67
 
68
- 2(
69
- Major group 2:
70
- Professionals):::defaultNode
71
 
72
- 22(
73
- Sub-major group 22:
74
- Health Professionals):::defaultNode
75
 
76
- 221(Minor group 221:
77
- Medical Doctors):::defaultNode
78
 
79
- 2211(Unit group 2211:
80
- Generalist Medical Practitioners):::highlightNode
81
 
82
- 2212(Unit group 2212:
83
- Specialist Medical Practitioners):::defaultNode
84
 
85
- 222(Minor group 222:
86
- Nursing and Midwifery Professionals):::defaultNode
87
 
88
- 2221(Unit group 2221:
89
- Nursing Professionals):::defaultNode
90
 
91
- 2222(Unit group 2222:
92
- Midwifery Professionals):::defaultNode
93
 
94
- 23(Sub-major group 23:
95
- Teaching Professionals):::defaultNode
96
 
97
- 235(Minor group 235:
98
- Other Teaching Professionals):::defaultNode
99
 
100
- 2351(Unit group 2351:
101
- Education Methods specialists):::defaultNode
102
 
103
- 2352(Unit group 2352:
104
- Special Needs Teachers):::defaultNode
105
  ```
106
 
107
  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:
 
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
 
 
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: