产品研发小组:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
==主干领域== | ==主干领域== | ||
<html> | |||
<head> | |||
<meta charset="UTF-8"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |||
<title>Markmap</title> | |||
<style> | |||
* { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#mindmap { | |||
display: block; | |||
width: 48vw; | |||
height: 40vh; | |||
} | |||
</style> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.15.3/dist/style.css"> | |||
</head> | |||
<body> | |||
<svg id="mindmap"></svg> | |||
<script src="https://cdn.jsdelivr.net/npm/d3@7.8.5/dist/d3.min.js"></script><script src="https://cdn.jsdelivr.net/npm/markmap-view@0.15.3/dist/browser/index.js"></script><script src="https://cdn.jsdelivr.net/npm/markmap-toolbar@0.15.3/dist/index.js"></script><script>(r => { | |||
setTimeout(r); | |||
})(() => { | |||
const { | |||
markmap, | |||
mm | |||
} = window; | |||
const { | |||
el | |||
} = markmap.Toolbar.create(mm); | |||
el.setAttribute('style', 'position:absolute;top:200px;right:420px'); | |||
})</script><script>((getMarkmap, getOptions, root, jsonOptions) => { | |||
const markmap = getMarkmap(); | |||
window.mm = markmap.Markmap.create('svg#mindmap', (getOptions || markmap.deriveOptions)(jsonOptions), root); | |||
})(() => window.markmap,null,{"type":"heading","depth":0,"payload":{"lines":[0,1]},"content":"产品研发小组","children":[{"type":"heading","depth":1,"payload":{"lines":[1,2]},"content":"神经调控治疗","children":[{"type":"heading","depth":2,"payload":{"lines":[2,3]},"content":"舌下神经刺激","children":[]}]},{"type":"heading","depth":1,"payload":{"lines":[3,4]},"content":"呼吸检测","children":[{"type":"heading","depth":2,"payload":{"lines":[4,5]},"content":"基于加速度传感器的呼吸检测","children":[]}]},{"type":"heading","depth":1,"payload":{"lines":[5,6]},"content":"临床医学","children":[{"type":"heading","depth":2,"payload":{"lines":[6,7]},"content":"睡眠呼吸障碍","children":[]}]}]},{})</script> | |||
</body> | |||
</html> | |||
===H=== | ===H=== | ||
* <big>[[产品研发小组/呼吸检测]]</big> | * <big>[[产品研发小组/呼吸检测|呼吸检测]]</big> | ||
===L=== | ===L=== | ||
* <big>[[产品研发小组/临床医学]]</big> | * <big>[[产品研发小组/临床医学|临床医学]]</big> | ||
===S=== | ===S=== | ||
* [[产品研发小组/神经调控治疗| | * <big>[[产品研发小组/神经调控治疗|神经调控治疗]]</big> | ||
[[Category:研究小组]] | [[Category:研究小组]] | ||
[[Category:{{PAGENAME}}]] | [[Category:{{PAGENAME}}]] |