You've already forked HR-atlase-vertesana
Import UAPF package
Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf
This commit is contained in:
58
examples/candidate-input.example.json
Normal file
58
examples/candidate-input.example.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"vacancy": {
|
||||
"id": "vacancy-demo-001",
|
||||
"title": "Senior IT / kiberdrošības projektu vadītājs",
|
||||
"description": "Vada sarežģītus IT un kiberdrošības projektus.",
|
||||
"profile": {
|
||||
"roleTitle": "Senior IT / kiberdrošības projektu vadītājs",
|
||||
"mandatoryRequirements": [
|
||||
{
|
||||
"id": "experience",
|
||||
"description": "Vismaz 5 gadu atbilstoša pieredze"
|
||||
},
|
||||
{
|
||||
"id": "project-management",
|
||||
"description": "Pieredze sarežģītu projektu vadībā"
|
||||
},
|
||||
{
|
||||
"id": "cybersecurity",
|
||||
"description": "Kiberdrošības un riska pārvaldības izpratne"
|
||||
}
|
||||
],
|
||||
"profileDimensions": [
|
||||
{
|
||||
"id": "professional",
|
||||
"name": "Profesionālais profils"
|
||||
},
|
||||
{
|
||||
"id": "skills",
|
||||
"name": "Prasmju profils"
|
||||
},
|
||||
{
|
||||
"id": "behavioural",
|
||||
"name": "Darba uzvedības profils"
|
||||
},
|
||||
{
|
||||
"id": "risk",
|
||||
"name": "Riska un pierādījumu profils"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"candidate": {
|
||||
"id": "candidate-pseudo-001",
|
||||
"displayName": "Kandidāts 001"
|
||||
},
|
||||
"application": {
|
||||
"consentConfirmed": true,
|
||||
"cvText": "10 gadu pieredze IT un kiberdrošības projektu vadībā...",
|
||||
"questionnaire": {
|
||||
"largestProject": "Daudzorganizāciju drošības transformācijas programma",
|
||||
"riskExample": "Riska reģistrs, kontroles un eskalācijas kārtība",
|
||||
"stakeholderExample": "Vadības, IT, drošības un piegādātāju koordinācija"
|
||||
}
|
||||
},
|
||||
"reviewerContext": {
|
||||
"language": "lv"
|
||||
}
|
||||
}
|
||||
96
examples/candidate-profile-output.example.json
Normal file
96
examples/candidate-profile-output.example.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"algorithm": {
|
||||
"id": "algo.openhr.candidate_profiler",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"professionalProfile": {
|
||||
"cybersecurityCompetence": {
|
||||
"score": 82,
|
||||
"confidence": 0.81,
|
||||
"evidence": [
|
||||
"cv:security-program"
|
||||
]
|
||||
},
|
||||
"itProjectManagement": {
|
||||
"score": 88,
|
||||
"confidence": 0.86,
|
||||
"evidence": [
|
||||
"questionnaire:largestProject"
|
||||
]
|
||||
},
|
||||
"governanceAndRisk": {
|
||||
"score": 79,
|
||||
"confidence": 0.78,
|
||||
"evidence": [
|
||||
"questionnaire:riskExample"
|
||||
]
|
||||
},
|
||||
"stakeholderManagement": {
|
||||
"score": 84,
|
||||
"confidence": 0.8,
|
||||
"evidence": [
|
||||
"questionnaire:stakeholderExample"
|
||||
]
|
||||
}
|
||||
},
|
||||
"skillsProfile": {
|
||||
"technicalSkills": [
|
||||
"cybersecurity governance",
|
||||
"risk management",
|
||||
"enterprise IT"
|
||||
],
|
||||
"managementSkills": [
|
||||
"programme delivery",
|
||||
"stakeholder management"
|
||||
],
|
||||
"missingRequiredSkills": [],
|
||||
"transferableSkills": [
|
||||
"consulting",
|
||||
"business analysis"
|
||||
]
|
||||
},
|
||||
"behaviouralProfile": {
|
||||
"structuredWork": {
|
||||
"score": 81,
|
||||
"basis": "Evidence-backed work examples"
|
||||
},
|
||||
"decisionMaking": {
|
||||
"score": 77,
|
||||
"basis": "Risk and escalation example"
|
||||
},
|
||||
"collaboration": {
|
||||
"score": 83,
|
||||
"basis": "Cross-functional stakeholder example"
|
||||
}
|
||||
},
|
||||
"riskProfile": {
|
||||
"evidenceGaps": [
|
||||
"Certification evidence not attached"
|
||||
],
|
||||
"claimInconsistencies": [],
|
||||
"prohibitedAttributeLeakage": false,
|
||||
"roleMismatchRisks": [],
|
||||
"confidenceLimitations": [
|
||||
"No structured interview evidence"
|
||||
]
|
||||
},
|
||||
"recommendation": "NORMAL_REVIEW",
|
||||
"confidence": 0.79,
|
||||
"reasons": [
|
||||
"Strong role-related project evidence",
|
||||
"Human verification of certifications required"
|
||||
],
|
||||
"requiredHumanChecks": [
|
||||
"Verify employment chronology",
|
||||
"Verify certifications"
|
||||
],
|
||||
"limitations": [
|
||||
"Profile is based on CV and questionnaire only"
|
||||
],
|
||||
"evidenceReferences": [
|
||||
{
|
||||
"id": "cv:security-program",
|
||||
"source": "redacted_cv_text"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user