danieldux commited on
Commit
f8859ea
·
1 Parent(s): aa04c71

Add hierarchical structure diagram of ISCO-08 classification scheme

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -25,6 +25,85 @@ The hierarchical structure of the ISCO-08 classification scheme, as depicted in
25
  | 3-digits | Minor groups |
26
  | 4-digits | Unit groups |
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  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:
29
 
30
  1. **Major Groups (1-digit codes):** The broadest category that encompasses a wide range of occupations grouped based on their fundamental characteristic and role in the job market. Misclassification among different Major groups implies a fundamental misunderstanding of the occupational role.
 
25
  | 3-digits | Minor groups |
26
  | 4-digits | Unit groups |
27
 
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
+
55
+ classDef defaultNode fill:#ffff,stroke:#333,stroke-width:2px
56
+ classDef highlightNode fill:#333,stroke:#333,stroke-width:2px,color:#ffff
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:
108
 
109
  1. **Major Groups (1-digit codes):** The broadest category that encompasses a wide range of occupations grouped based on their fundamental characteristic and role in the job market. Misclassification among different Major groups implies a fundamental misunderstanding of the occupational role.