Finish scapula terms
This commit is contained in:
parent
a7d9a0d479
commit
747426d2c7
1 changed files with 35 additions and 12 deletions
|
@ -18,21 +18,44 @@
|
||||||
const BoldTerms = {
|
const BoldTerms = {
|
||||||
bones: {
|
bones: {
|
||||||
scapula: {
|
scapula: {
|
||||||
// id: scapula
|
asymmetric: true,
|
||||||
asymmetric: true, // id: glenoid cavity of scapula
|
|
||||||
features: {
|
features: {
|
||||||
// articulation: glenoid cavity of scapula (head of humerus)
|
|
||||||
"glenoid cavity": {
|
"glenoid cavity": {
|
||||||
// id: spine of scapula
|
articulation: "head of humerus",
|
||||||
articulation: "head of humerus", // id: acromion of scapula
|
},
|
||||||
}, // attachment: acromion of scapula (deltoideus)
|
spine: {},
|
||||||
spine: {}, //
|
|
||||||
acromion: {
|
acromion: {
|
||||||
//
|
attachment: "deltoideus",
|
||||||
attachment: "deltoideus", //
|
},
|
||||||
}, //
|
"supraspinous fossa": {},
|
||||||
}, //
|
"infraspinous fossa": {},
|
||||||
}, //
|
"serrated face": {
|
||||||
|
insertion: "serratus ventralis",
|
||||||
|
},
|
||||||
|
"subscapular fossa": {
|
||||||
|
attachment: "subscapularis",
|
||||||
|
},
|
||||||
|
"cranial border": {},
|
||||||
|
"scapular notch": {},
|
||||||
|
"cranial angle": {},
|
||||||
|
"dorsal border": {},
|
||||||
|
"caudal angle": {
|
||||||
|
attachment: "rhomboideus",
|
||||||
|
},
|
||||||
|
"caudal border": {
|
||||||
|
attachment: "teres major",
|
||||||
|
},
|
||||||
|
"infraglenoid tubercle": {
|
||||||
|
attachment: "teres minor and long head of the triceps",
|
||||||
|
},
|
||||||
|
"ventral angle": {},
|
||||||
|
neck: {},
|
||||||
|
"supraglenoid tubercle": {},
|
||||||
|
"coracoid process": {
|
||||||
|
attachment: "coracobrachialis",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
humerus: {
|
humerus: {
|
||||||
asymmetric: true,
|
asymmetric: true,
|
||||||
features: {
|
features: {
|
||||||
|
|
Loading…
Reference in a new issue