kids encyclopedia robot

Image: Skeletal system

Kids Encyclopedia Facts
Original image(SVG file, nominally 1,036 × 3,300 pixels, file size: 57 KB)

Description: This is a flowchat representing diffrent bones of the skeletal system the flowchart is generated using the GraphViz. Here is the source code for the flowchart in dot format ```dot digraph skeletal_system {

rankdir = LR; node [shape = rectangle;]; "Skeletal System\n(206 bones)" -> "Axial Skeleton\n(80 bones)"; "Skeletal System\n(206 bones)" -> "Appendicular Skeleton\n(126 bones)"; "Axial Skeleton\n(80 bones)" -> "Skull\n(28 bones)"; "Axial Skeleton\n(80 bones)" -> "Vertebral Column\n(26 bones)"; "Axial Skeleton\n(80 bones)" -> "Thoracic Cage"; "Vertebral Column\n(26 bones)" -> "Cervical Vertebrae\n(7 bones)"; "Vertebral Column\n(26 bones)" -> "Thoracic Vertebrae\n(12 bones)"; "Vertebral Column\n(26 bones)" -> "Lumbar Vertebrae\n(5 bones)"; "Vertebral Column\n(26 bones)" -> "Sacral\n(1-fused)"; "Vertebral Column\n(26 bones)" -> "Coccygeal\n(1-fused)"; "Thoracic Cage" -> "Ribs\n(24 bones)\n(12 pairs)"; "Ribs\n(24 bones)\n(12 pairs)" -> "True ribs\n(First 7)"; "Ribs\n(24 bones)\n(12 pairs)" -> "False ribs\n(8th 9th 10th)"; "Ribs\n(24 bones)\n(12 pairs)" -> "Floating ribs\n(11th 12th)"; "Thoracic Cage" -> "Sternum\n(1 bone)"; "Pectoral Girdles\n(4 bones)" -> "Clavicle\n(2 bones)"; "Pectoral Girdles\n(4 bones)" -> "Scapula\n(2 bones)"; "Pelvic Girdles\n(2 bones)" -> "Coxal/Innominate/Hip Bone"; "Skull\n(28 bones)" -> "Cranial\n(8 bones)"; "Skull\n(28 bones)" -> "Facial\n(14 bones)"; "Skull\n(28 bones)" -> "Auditory Ossicles\n(6 bones)"; "Skull\n(28 bones)" -> "Hyoid\n(1 bone)";

"Appendicular Skeleton\n(126 bones)" -> "Pectoral Girdles\n(4 bones)"; "Appendicular Skeleton\n(126 bones)" -> "Upper Extremity\n(60 bones)"; "Appendicular Skeleton\n(126 bones)" -> "Pelvic Girdles\n(2 bones)"; "Appendicular Skeleton\n(126 bones)" -> "Lower Extremity\n(60 bones)";

"Upper Extremity\n(60 bones)" -> "Humerus\n(2 bones)"; "Upper Extremity\n(60 bones)" -> "Radius\n(2 bones)"; "Upper Extremity\n(60 bones)" -> "Ulna\n(2 bones)"; "Upper Extremity\n(60 bones)" -> "Carpals\n(16 bones)"; "Upper Extremity\n(60 bones)" -> "Metacarpals\n(10 bones)"; "Upper Extremity\n(60 bones)" -> "Phalanges\n(28 bones)"; "Lower Extremity\n(60 bones)" -> "Femur\n(2 bones)"; "Lower Extremity\n(60 bones)" -> "Tibia\n(2 bones)"; "Lower Extremity\n(60 bones)" -> "Fibula\n(2 bones)"; "Lower Extremity\n(60 bones)" -> "Patella\n(2 bones)"; "Lower Extremity\n(60 bones)" -> "Tarsals\n(14 bones)"; "Lower Extremity\n(60 bones)" -> "Metatarsals\n(10 bones)"; "Lower Extremity\n(60 bones)" -> "Phalanges\n(28 bones) ";

"Auditory Ossicles\n(6 bones)" -> "Malleus\n(2 bones)"; "Auditory Ossicles\n(6 bones)" -> "Incus\n(2 bones)"; "Auditory Ossicles\n(6 bones)" -> "Stapes\n(2 bones)";


"Vertebral Column\n(26 bones)" -> "Cervical vertebrae\n(7 bones)"; "Vertebral Column\n(26 bones)" -> "Thoracic vertebrae\n(12 bones)"; "Vertebral Column\n(26 bones)" -> "Lumbar vertebrae\n(5 bones)"; "Vertebral Column\n(26 bones)" -> "Sacrum\n(1 bone)"; "Vertebral Column\n(26 bones)" -> "Coccyx\n(1 bone)";

"Cranial\n(8 bones)" -> "Parietal\n(2 bones)"; "Cranial\n(8 bones)" -> "Temporal\n(2 bones)"; "Cranial\n(8 bones)" -> "Frontal\n(1 bone)"; "Cranial\n(8 bones)" -> "Occipital\n(1 bone)"; "Cranial\n(8 bones)" -> "Ethmoid\n(1 bone)"; "Cranial\n(8 bones)" -> "Sphenoid\n(1 bone)";

"Facial\n(14 bones)" -> "Maxilla\n(2 bones)"; "Facial\n(14 bones)" -> "Zygomatic\n(2 bones)"; "Facial\n(14 bones)" -> "Mandible\n(1 bone)"; "Facial\n(14 bones)" -> "Nasal\n(2 bones)"; "Facial\n(14 bones)" -> "Platine\n(2 bones)"; "Facial\n(14 bones)" -> "Inferior nasal concha\n(2 bones)"; "Facial\n(14 bones)" -> "Lacrimal\n(2 bones)"; "Facial\n(14 bones)" -> "Vomer\n(1 bone)";

// "Skeletal System\n(206 bones)" [style = filled;fillcolor = gray50;];

// "Appendicular Skeleton\n(126 bones)" [style = filled;fillcolor = gray70;]; // "Axial Skeleton\n(80 bones)" [style = filled;fillcolor = gray70;];

// "Pectoral Girdles\n(4 bones)" [style = filled;fillcolor = gray80;]; // "Upper Extremity\n(60 bones)" [style = filled;fillcolor = gray80;]; // "Pelvic Girdles\n(2 bones)" [style = filled;fillcolor = gray80;]; // "Lower Extremity\n(60 bones)" [style = filled;fillcolor = gray80;]; // "Skull\n(28 bones)" [style = filled;fillcolor = gray80;]; // "Vertebral Column\n(26 bones)" [style = filled;fillcolor = gray80;]; // "Thoracic Cage" [style = filled;fillcolor = gray80;];


// "Cranial\n(8 bones)" [style = filled;fillcolor = gray90;]; // "Facial\n(14 bones)" [style = filled;fillcolor = gray90;]; // "Auditory Ossicles\n(6 bones)" [style = filled;fillcolor = gray90;]; // "Hyoid\n(1 bone)" [style = filled;fillcolor = gray90;];

}

```
Author: Aman0864
Usage Terms: Creative Commons Attribution-Share Alike 3.0
License: CC-BY-SA-3.0
License Link: http://creativecommons.org/licenses/by-sa/3.0/
Attribution Required?: Yes

The following page links to this image:

kids search engine