II.
LibraryProcess JSON
Structured · livelib-process:biomedical-engineering--biomaterial-selection
biomaterial-selection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:biomedical-engineering--biomaterial-selection",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "biomaterial-selection",
"description": "Biomaterial Selection and Characterization - Select and characterize biomaterials for medical\ndevice applications ensuring appropriate mechanical, chemical, and biological properties.",
"libraryPath": "library/specializations/domains/science/biomedical-engineering/biomaterial-selection.js",
"specialization": "biomedical-engineering",
"references": [
"- Biomaterials Science: An Introduction to Materials in Medicine (Ratner et al.)\n- ISO 10993 Series - Biological Evaluation of Medical Devices\n- ASTM Standards for Medical Device Materials"
],
"example": "const result = await orchestrate('specializations/domains/science/biomedical-engineering/biomaterial-selection', {\n deviceName: 'Vascular Graft',\n applicationRequirements: { flexibility: 'high', biocompatibility: 'blood-contact', durability: '10-years' },\n environmentalConditions: { bodyFluid: 'blood', temperature: '37C', mechanicalLoad: 'pulsatile' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "domain:biomedical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--biomaterial-selection",
"to": "specialization:biomedical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}