II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--analogical-cross-domain-transfer
domains/science/scientific-discovery/analogical-cross-domain-transfer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "domains/science/scientific-discovery/analogical-cross-domain-transfer",
"description": "Apply solutions from analogous problems in other domains - Guides practitioners through\nsystematic analogical reasoning to identify solutions from other fields and adapt them to the target problem.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/analogical-cross-domain-transfer.js",
"specialization": "scientific-discovery",
"references": [
"- Gentner, D. (1983). Structure-mapping: A theoretical framework for analogy",
"- Holyoak, K.J. & Thagard, P. (1995). Mental Leaps: Analogy in Creative Thought",
"- Gick, M.L. & Holyoak, K.J. (1980). Analogical problem solving"
],
"example": "const result = await orchestrate('domains/science/scientific-discovery/analogical-cross-domain-transfer', {\n problem: 'Design self-healing materials for construction',\n sourceDomains: ['biology', 'medicine', 'ecology'],\n targetDomain: 'materials-science'\n});",
"usesAgents": [
"analogical-reasoner"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:scientific-discovery--analogical-cross-domain-transfer",
"to": "lib-agent:scientific-discovery--analogical-reasoner",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}