II.
LibraryProcess JSON
Structured · livelib-process:materials-science--thin-film-deposition
thin-film-deposition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:materials-science--thin-film-deposition",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "thin-film-deposition",
"description": "Thin Film Deposition Protocol - Establish thin film deposition processes (PVD, CVD, ALD) with thickness\ncontrol, composition optimization, and adhesion testing.",
"libraryPath": "library/specializations/domains/science/materials-science/thin-film-deposition.js",
"specialization": "materials-science",
"references": [
"- PVD Handbook: Mattox, D.M. \"Handbook of Physical Vapor Deposition\"\n- ALD: https://www.cambridge.org/core/books/atomic-layer-deposition\n- CVD: Hitchman, M.L. \"Chemical Vapor Deposition: Principles and Applications\""
],
"example": "const result = await orchestrate('domains/science/materials-science/thin-film-deposition', {\n material: 'TiN',\n substrate: 'Si-wafer',\n technique: 'sputtering',\n targetThickness: 100\n});",
"usesAgents": [
"thin-film-technician",
"deposition-engineer",
"deposition-operator",
"process-monitor",
"film-analyst",
"adhesion-tester",
"uniformity-analyst",
"process-optimizer",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "domain:materials-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "specialization:materials-science",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:materials-science--thin-film-deposition",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}